Class TestManifestUpdate_11
- java.lang.Object
-
- org.apache.jena.sparql.vocabulary.TestManifestUpdate_11
-
public class TestManifestUpdate_11 extends java.lang.ObjectVocabulary definitions from test-update.n3- Author:
- Auto-generated by schemagen on 29 Oct 2010 17:36
-
-
Field Summary
Fields Modifier and Type Field Description static PropertydataOptional: data for the update test (i.e.static Propertygraphstatic Resourcegraph_already_existstest failure, cf.static Resourcegraph_does_not_existtest failure, cf.static PropertygraphDataOptional: named-graph only data for the update test (i.e.static Resourcemalformed_updatetest failure, cf.static ResourceNAMESPACEThe namespace of the vocabulary as a resourcestatic java.lang.StringNSThe namespace of the vocabulary as a stringstatic PropertyrequestThe update query to askstatic ResourceResultThe class of all SPARQL 1.1 Update resultsstatic Resourcesuccesstest shall pass without failurestatic Resourceupdate_request_refusedtest failure, cf.static ResourceUpdateEvaluationTestThe class of all SPARQL 1.1 Update evaluation tests
-
Constructor Summary
Constructors Constructor Description TestManifestUpdate_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
-
data
public static final Property data
Optional: data for the update test (i.e. default graph in the graph store prior or after the update, depending on whether used within mf:action or within mf:result)
-
graph
public static final Property graph
-
graphData
public static final Property graphData
Optional: named-graph only data for the update test (i.e. named graph in the graph store prior or after the update, depending on whether used within mf:action or within mf:result)
-
request
public static final Property request
The update query to ask
-
Result
public static final Resource Result
The class of all SPARQL 1.1 Update results
-
UpdateEvaluationTest
public static final Resource UpdateEvaluationTest
The class of all SPARQL 1.1 Update evaluation tests
-
graph_already_exists
public static final Resource graph_already_exists
test failure, cf. http://www.w3.org/TR/sparql11-protocol/#update-fault-messages
-
graph_does_not_exist
public static final Resource graph_does_not_exist
test failure, cf. http://www.w3.org/TR/sparql11-protocol/#update-fault-messages
-
malformed_update
public static final Resource malformed_update
test failure, cf. http://www.w3.org/TR/sparql11-protocol/#update-fault-messages
-
success
public static final Resource success
test shall pass without failure
-
update_request_refused
public static final Resource update_request_refused
test failure, cf. http://www.w3.org/TR/sparql11-protocol/#update-fault-messages
-
-
Method Detail
-
getURI
public static java.lang.String getURI()
The namespace of the vocabulary as a string
- See Also:
NS
-
-