Class TestManifestX
- java.lang.Object
-
- org.apache.jena.sparql.vocabulary.TestManifestX
-
public class TestManifestX extends java.lang.ObjectVocabulary 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 PropertydataSyntaxSyntax of the querystatic PropertydefaultTestTypeDefault type of a teststatic PropertyincludeInclude another manifest file.static ResourceNAMESPACEThe namespace of the vocabulary as a resourcestatic ResourceNegativeSyntaxTestARQSyntax tests which expect a parse failurestatic ResourceNegativeUpdateSyntaxTestARQSyntax tests which expect a parse failurestatic java.lang.StringNSThe namespace of the vocabulary as a stringstatic PropertyoptionOption for an actionstatic ResourcePositiveSyntaxTestARQSyntax tests (query)static ResourcePositiveUpdateSyntaxTestARQSyntax tests (query)static PropertyquerySyntaxSyntax of the querystatic ResourceTestQueryThe class of test that are Query tests (query, data, results)static ResourceTestSerializationQuery serialization testsstatic ResourceTestSurpressedQuery test not to be runstatic PropertytextIndexWhether 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.StringgetURI()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
-
-