|
106 | 106 |
|
107 | 107 | :PositiveSyntaxTest rdf:type rdfs:Class ;
|
108 | 108 | rdfs:label "Positive Syntax Test" ;
|
109 |
| - rdfs:comment "A type of test specifically for syntax testing. Syntax tests are not required to have an associated result, only an action." . |
| 109 | + rdfs:comment "A type of test specifically for syntax testing. Syntax tests are not required to have an associated result, only an action. Tests are expected to define their spec version." . |
| 110 | + |
| 111 | +:PositiveUpdateSyntaxTest rdf:type rdfs:Class ; |
| 112 | + rdfs:label "Positive Syntax Test for SPARQL Update" ; |
| 113 | + 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." . |
110 | 114 |
|
111 | 115 | :PositiveSyntaxTest11 rdf:type rdfs:Class ;
|
112 | 116 | rdfs:label "Positive Syntax Test for SPARQL1.1 Query" ;
|
|
116 | 120 | rdfs:label "Positive Syntax Test for SPARQL1.1 Update" ;
|
117 | 121 | 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." .
|
118 | 122 |
|
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 |
| - |
127 | 123 |
|
128 | 124 | :NegativeSyntaxTest rdf:type rdfs:Class ;
|
129 | 125 | rdfs:label "Negative Syntax Test" ;
|
130 |
| - rdfs:comment "A type of test specifically for syntax testing. 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 | + rdfs:comment "A type of test specifically for syntax testing. 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." . |
| 127 | + |
| 128 | +:NegativeUpdateSyntaxTest rdf:type rdfs:Class ; |
| 129 | + rdfs:label "Negative Syntax Test for SPARQL Update" ; |
| 130 | + 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." . |
131 | 131 |
|
132 | 132 | :NegativeSyntaxTest11 rdf:type rdfs:Class ;
|
133 | 133 | rdfs:label "Negative Syntax Test for SPARQL1.1 Query" ;
|
|
137 | 137 | rdfs:label "Negative Syntax Test for SPARQL1.1 Update" ;
|
138 | 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." .
|
139 | 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 |
| - |
148 | 140 |
|
149 | 141 | :QueryEvaluationTest rdf:type rdfs:Class ;
|
150 | 142 | rdfs:label "Query Evaluation Test" ;
|
|
0 commit comments