|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.sparql.vocabulary.TestManifest_11
public class TestManifest_11
Vocabulary definitions from test-manifest-1_1.ttl
Field Summary | |
---|---|
static com.hp.hpl.jena.rdf.model.Resource |
NAMESPACE
The namespace of the vocabulary as a resource |
static com.hp.hpl.jena.rdf.model.Resource |
NegativeSyntaxTest11
A type of test specifically for syntax testing for SPARQL 1.1. |
static com.hp.hpl.jena.rdf.model.Resource |
NegativeUpdateSyntaxTest11
A type of test specifically for syntax testing of SPARQL Update. |
static String |
NS
The namespace of the vocabulary as a string |
static com.hp.hpl.jena.rdf.model.Resource |
PositiveSyntaxTest11
A type of test specifically for syntax testing for SPARQL 1.1. |
static com.hp.hpl.jena.rdf.model.Resource |
PositiveUpdateSyntaxTest11
A type of test specifically for syntax testing of SPARQL Update. |
static com.hp.hpl.jena.rdf.model.Resource |
UpdateEvaluationTest
A type of test specifically for query evaluation testing. |
Constructor Summary | |
---|---|
TestManifest_11()
|
Method Summary | |
---|---|
static String |
getURI()
The namespace of the vocabulary as a string |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NS
The namespace of the vocabulary as a string
public static final com.hp.hpl.jena.rdf.model.Resource NAMESPACE
The namespace of the vocabulary as a resource
public static final com.hp.hpl.jena.rdf.model.Resource NegativeSyntaxTest11
A type of test specifically for syntax testing for SPARQL 1.1.
public static final com.hp.hpl.jena.rdf.model.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.
public static final com.hp.hpl.jena.rdf.model.Resource PositiveSyntaxTest11
A type of test specifically for syntax testing for SPARQL 1.1.
public static final com.hp.hpl.jena.rdf.model.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.
public static final com.hp.hpl.jena.rdf.model.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.
Constructor Detail |
---|
public TestManifest_11()
Method Detail |
---|
public static String getURI()
The namespace of the vocabulary as a string
NS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |