|
97 | 97 | rdfs:domain :ManifestEntry ;
|
98 | 98 | rdfs:range :ResultCardinality .
|
99 | 99 |
|
| 100 | +:specVersion rdf:type rdf:Property ; |
| 101 | + rdfs:comment "The specification version this test applies to" ; |
| 102 | + rdfs:domain :ManifestEntry ; |
| 103 | + . |
| 104 | + |
100 | 105 | ## ---- Test Case Type ---
|
101 | 106 |
|
102 | 107 | :PositiveSyntaxTest rdf:type rdfs:Class ;
|
|
111 | 116 | rdfs:label "Positive Syntax Test for SPARQL1.1 Update" ;
|
112 | 117 | rdfs:comment "A type of test specifically for syntax testing of SPARQL1.1 Update. Syntax tests are not required to have an associated result, only an action." .
|
113 | 118 |
|
| 119 | +:PositiveSyntaxTestSparql rdf:type rdfs:Class ; |
| 120 | + rdfs:label "Positive Syntax Test for SPARQL Query" ; |
| 121 | + rdfs:comment "A type of test specifically for syntax testing of new features in the SPARQL Query Language. Syntax tests are not required to have an associated result, only an action. Tests are expected to define their spec version." . |
| 122 | + |
| 123 | +:PositiveUpdateSyntaxTestSparql rdf:type rdfs:Class ; |
| 124 | + rdfs:label "Positive Syntax Test for SPARQL Update" ; |
| 125 | + rdfs:comment "A type of test specifically for syntax testing of SPARQL Update. Syntax tests are not required to have an associated result, only an action. Tests are expected to define their spec version." . |
| 126 | + |
114 | 127 |
|
115 | 128 | :NegativeSyntaxTest rdf:type rdfs:Class ;
|
116 | 129 | rdfs:label "Negative Syntax Test" ;
|
|
124 | 137 | rdfs:label "Negative Syntax Test for SPARQL1.1 Update" ;
|
125 | 138 | rdfs:comment "A type of test specifically for syntax testing of SPARQL1.1 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." .
|
126 | 139 |
|
| 140 | +:NegativeSyntaxTestSparql rdf:type rdfs:Class ; |
| 141 | + rdfs:label "Negative Syntax Test for SPARQL Query" ; |
| 142 | + rdfs:comment "A type of test specifically for syntax testing of new features in the SPARQL Query Language. 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. Tests are expected to define their spec version." . |
| 143 | + |
| 144 | +:NegativeUpdateSyntaxTestSparql rdf:type rdfs:Class ; |
| 145 | + rdfs:label "Negative Syntax Test for SPARQL Update" ; |
| 146 | + rdfs:comment "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. Tests are expected to define their spec version." . |
| 147 | + |
127 | 148 |
|
128 | 149 | :QueryEvaluationTest rdf:type rdfs:Class ;
|
129 | 150 | rdfs:label "Query Evaluation Test" ;
|
|
0 commit comments