public class TestManifest_11 extends Object
Modifier and Type | Field and Description |
---|---|
static Resource |
CSVResultFormatTest
CSV Test
|
static Resource |
NAMESPACE
The namespace of the vocabulary as a resource
|
static Resource |
NegativeSyntaxTest11
A type of test specifically for syntax testing for SPARQL 1.1.
|
static 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 Resource |
PositiveSyntaxTest11
A type of test specifically for syntax testing for SPARQL 1.1.
|
static Resource |
PositiveUpdateSyntaxTest11
A type of test specifically for syntax testing of SPARQL Update.
|
static Resource |
UpdateEvaluationTest
A type of test specifically for query evaluation testing.
|
Constructor and Description |
---|
TestManifest_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 Resource CSVResultFormatTest
CSV Test
public static final Resource NegativeSyntaxTest11
A type of test specifically for syntax testing for SPARQL 1.1.
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.
public static final Resource PositiveSyntaxTest11
A type of test specifically for syntax testing for SPARQL 1.1.
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.
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.
Licenced under the Apache License, Version 2.0