Class TestManifest_11
- java.lang.Object
-
- org.apache.jena.sparql.vocabulary.TestManifest_11
-
public class TestManifest_11 extends java.lang.ObjectVocabulary definitions from test-manifest-1_1.ttl- Author:
- Auto-generated by schemagen on 24 May 2012 18:37
-
-
Field Summary
Fields Modifier and Type Field Description static ResourceCSVResultFormatTestCSV Teststatic ResourceNAMESPACEThe namespace of the vocabulary as a resourcestatic ResourceNegativeSyntaxTest11A type of test specifically for syntax testing for SPARQL 1.1.static ResourceNegativeUpdateSyntaxTest11A type of test specifically for syntax testing of SPARQL Update.static java.lang.StringNSThe namespace of the vocabulary as a stringstatic ResourcePositiveSyntaxTest11A type of test specifically for syntax testing for SPARQL 1.1.static ResourcePositiveUpdateSyntaxTest11A type of test specifically for syntax testing of SPARQL Update.static ResourceUpdateEvaluationTestA type of test specifically for query evaluation testing.
-
Constructor Summary
Constructors Constructor Description TestManifest_11()
-
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
-
CSVResultFormatTest
public static final Resource CSVResultFormatTest
CSV Test
-
NegativeSyntaxTest11
public static final Resource NegativeSyntaxTest11
A type of test specifically for syntax testing for SPARQL 1.1.
-
NegativeUpdateSyntaxTest11
public static final Resource NegativeUpdateSyntaxTest11
A type of test specifically for syntax testing of SPARQL Update. Syntax tests are not required to have an associated result, only an action. Negative syntax tests are tests of which the result should be a parser error.
-
PositiveSyntaxTest11
public static final Resource PositiveSyntaxTest11
A type of test specifically for syntax testing for SPARQL 1.1.
-
PositiveUpdateSyntaxTest11
public static final Resource PositiveUpdateSyntaxTest11
A type of test specifically for syntax testing of SPARQL Update. Syntax tests are not required to have an associated result, only an action.
-
UpdateEvaluationTest
public static final Resource UpdateEvaluationTest
A type of test specifically for query evaluation testing. Query evaluation tests are required to have an associated input dataset, a query, and an expected output dataset.
-
-
Method Detail
-
getURI
public static java.lang.String getURI()
The namespace of the vocabulary as a string
- See Also:
NS
-
-