public class TestManifestUpdate_11 extends Object
Modifier and Type | Field and Description |
---|---|
static Property |
data
Optional: data for the update test (i.e.
|
static Property |
graph |
static Resource |
graph_already_exists
test failure, cf.
|
static Resource |
graph_does_not_exist
test failure, cf.
|
static Property |
graphData
Optional: named-graph only data for the update test (i.e.
|
static Resource |
malformed_update
test failure, cf.
|
static Resource |
NAMESPACE
The namespace of the vocabulary as a resource
|
static String |
NS
The namespace of the vocabulary as a string
|
static Property |
request
The update query to ask
|
static Resource |
Result
The class of all SPARQL 1.1 Update results
|
static Resource |
success
test shall pass without failure
|
static Resource |
update_request_refused
test failure, cf.
|
static Resource |
UpdateEvaluationTest
The class of all SPARQL 1.1 Update evaluation tests
|
Constructor and Description |
---|
TestManifestUpdate_11() |
public static final String NS
The namespace of the vocabulary as a string
public static final Resource NAMESPACE
The namespace of the vocabulary as a resource
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)
public static final Property graph
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)
public static final Property request
The update query to ask
public static final Resource Result
The class of all SPARQL 1.1 Update results
public static final Resource UpdateEvaluationTest
The class of all SPARQL 1.1 Update evaluation tests
public static final Resource graph_already_exists
test failure, cf. http://www.w3.org/TR/sparql11-protocol/#update-fault-messages
public static final Resource graph_does_not_exist
test failure, cf. http://www.w3.org/TR/sparql11-protocol/#update-fault-messages
public static final Resource malformed_update
test failure, cf. http://www.w3.org/TR/sparql11-protocol/#update-fault-messages
public static final Resource success
test shall pass without failure
public static final Resource update_request_refused
test failure, cf. http://www.w3.org/TR/sparql11-protocol/#update-fault-messages
Licenced under the Apache License, Version 2.0