PREFIX rdf: PREFIX rdfs: PREFIX mf: PREFIX rdft: PREFIX trs: PREFIX dct: PREFIX xsd: PREFIX foaf: PREFIX skos: trs:manifest rdf:type mf:Manifest ; rdfs:label "RDF 1.2 Turtle tests"@en ; skos:prefLabel "La suite des tests pour RDF 1.2 Turtle"@fr; skos:prefLabel "Conjunto de pruebas para RDF 1.2 Turtle"@es; mf:assumedTestBase ; dct:issued "2023-10-28"^^xsd:date ; rdfs:seeAlso ; dct:modified "2025-06-10"^^xsd:date ; dct:licence ; dct:creator [ foaf:homepage ; foaf:name "W3C RDF & SPARQL Working Group" ] ; rdfs:comment """ These test suites are a product of the [W3C RDF & SPARQL Working Group](https://www.w3.org/groups/wg/rdf-star/) as well as the RDF-Star Interest Group within the W3C RDF-DEV Community Group, and has been maintained by the [RDF Test Curation Community Group](https://www.w3.org/community/rdf-tests/) at [https://github.com/w3c/rdf-tests/tree/main/rdf/rdf11](https://github.com/w3c/rdf-tests/tree/main/rdf/rdf11/). Conformance with RDF 1.2 specifications can be determined via successfully running the tests for relevant specifications along with the relevant RDF 1.1 tests. """; mf:include ( <../../rdf11/rdf-turtle/manifest.ttl> ) .