Skip to content

Commit 39b71c1

Browse files
hartiggkellogg
authored andcommitted
adds manifest.ttl in ./sparql/sparql12 as suggested in #122 (comment)
1 parent 672b581 commit 39b71c1

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

sparql/sparql12/manifest.ttl

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
## [1] https://www.w3.org/Consortium/Legal/2008/04-testsuite-license
2+
## [2] https://www.w3.org/Consortium/Legal/2008/03-bsd-license
3+
4+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
5+
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
6+
PREFIX mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#>
7+
PREFIX rdft: <http://www.w3.org/ns/rdftest#>
8+
PREFIX trs: <https://w3c.github.io/rdf-tests/rdf/rdf12#>
9+
PREFIX dct: <http://purl.org/dc/terms/>
10+
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
11+
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
12+
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
13+
14+
trs:manifest rdf:type mf:Manifest ;
15+
rdfs:label "SPARQL 1.2 tests"@en ;
16+
skos:prefLabel "La suite des tests pour SPARQL 1.2"@fr;
17+
skos:prefLabel "Conjunto de pruebas para SPARQL 1.2"@es;
18+
dct:issued "2023-12-01"^^xsd:date ;
19+
rdfs:seeAlso <https://w3c.github.io/rdf-tests/> ;
20+
dct:modified "2023-12-01"^^xsd:date ;
21+
dct:licence <https://www.w3.org/Consortium/Legal/2008/03-bsd-license> ;
22+
dct:creator [ foaf:homepage <https://w3c.github.io/rdf-star-wg/> ; foaf:name "W3C RDF-star Working Group" ] ;
23+
rdfs:comment """
24+
These test suites are a product of the [W3C RDF-star Working Group]() as
25+
well as the RDF-star Interest Group within the W3C RDF-DEV Community Group,
26+
and has been maintained by the
27+
[RDF Test Curation Community Group](https://www.w3.org/community/rdf-tests/)
28+
at [https://github.com/w3c/rdf-tests/tree/main/sparql/sparql12](https://github.com/w3c/rdf-tests/tree/main/sparql/sparql12/).
29+
30+
Conformance with SPARQL 1.2 specifications can be determined via
31+
successfully running the tests for relevant specifications along
32+
with the relevant SPARQL 1.1 tests.
33+
""";
34+
mf:include (
35+
<grouping/manifest.ttl>
36+
) .

0 commit comments

Comments
 (0)