Class TestManifestX
- java.lang.Object
-
- org.apache.jena.sparql.vocabulary.TestManifestX
-
public class TestManifestX extends java.lang.Object
Vocabulary definitions from test-manifest-x.ttl- Author:
- Auto-generated by schemagen on 13 May 2010 14:22
-
-
Field Summary
Fields Modifier and Type Field Description static Property
dataSyntax
Syntax of the querystatic Property
defaultTestType
Default type of a teststatic Property
include
Include another manifest file.static Resource
NAMESPACE
The namespace of the vocabulary as a resourcestatic Resource
NegativeSyntaxTestARQ
Syntax tests which expect a parse failurestatic Resource
NegativeUpdateSyntaxTestARQ
Syntax tests which expect a parse failurestatic java.lang.String
NS
The namespace of the vocabulary as a stringstatic Property
option
Option for an actionstatic Resource
PositiveSyntaxTestARQ
Syntax tests (query)static Resource
PositiveUpdateSyntaxTestARQ
Syntax tests (query)static Property
querySyntax
Syntax of the querystatic Resource
TestQuery
The class of test that are Query tests (query, data, results)static Resource
TestSerialization
Query serialization testsstatic Resource
TestSurpressed
Query test not to be runstatic Property
textIndex
Whether to create a text index
-
Constructor Summary
Constructors Constructor Description TestManifestX()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getURI()
The namespace of the vocabulary as a string
-
-
-
Field Detail
-
NS
public static final java.lang.String NS
The namespace of the vocabulary as a string
- See Also:
- Constant Field Values
-
NAMESPACE
public static final Resource NAMESPACE
The namespace of the vocabulary as a resource
-
dataSyntax
public static final Property dataSyntax
Syntax of the query
-
defaultTestType
public static final Property defaultTestType
Default type of a test
-
include
public static final Property include
Include another manifest file.
-
option
public static final Property option
Option for an action
-
querySyntax
public static final Property querySyntax
Syntax of the query
-
textIndex
public static final Property textIndex
Whether to create a text index
-
NegativeSyntaxTestARQ
public static final Resource NegativeSyntaxTestARQ
Syntax tests which expect a parse failure
-
PositiveSyntaxTestARQ
public static final Resource PositiveSyntaxTestARQ
Syntax tests (query)
-
NegativeUpdateSyntaxTestARQ
public static final Resource NegativeUpdateSyntaxTestARQ
Syntax tests which expect a parse failure
-
PositiveUpdateSyntaxTestARQ
public static final Resource PositiveUpdateSyntaxTestARQ
Syntax tests (query)
-
TestQuery
public static final Resource TestQuery
The class of test that are Query tests (query, data, results)
-
TestSerialization
public static final Resource TestSerialization
Query serialization tests
-
TestSurpressed
public static final Resource TestSurpressed
Query test not to be run
-
-
Method Detail
-
getURI
public static java.lang.String getURI()
The namespace of the vocabulary as a string
- See Also:
NS
-
-