<http://www.w3.org/ns/rdftest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Ontology> .
<http://www.w3.org/ns/rdftest> <http://purl.org/dc/terms/description> "This is a vocabulary document and is used to define classes and properties used in\r\n      RDF 1.1 Test Cases and associated test manifests.\r\n      The URI of the vocabulary is http://www.w3.org/ns/rdftest# (abbreviated by rdft: in this document).\r\n      Turtle and an JSON-LD versions of the vocabulary are also available.\r\n      The vocabulary is published by W3C.\r\n    "@en .
<http://www.w3.org/ns/rdftest> <http://purl.org/dc/terms/publisher> <http://www.w3.org/data#W3C> .
<http://www.w3.org/ns/rdftest> <http://purl.org/dc/terms/title> "The RDF 1.1 Test Vocabulary"@en .
<http://www.w3.org/ns/rdftest> <http://www.w3.org/2000/01/rdf-schema#comment> "This is a vocabulary document and is used to define classes and properties used in\r\n      RDF 1.1 Test Cases and associated test manifests.\r\n      The URI of the vocabulary is http://www.w3.org/ns/rdftest# (abbreviated by rdft: in this document).\r\n      Turtle and an JSON-LD versions of the vocabulary are also available.\r\n      The vocabulary is published by W3C.\r\n    "@en .
<http://www.w3.org/ns/rdftest> <http://www.w3.org/2000/01/rdf-schema#label> "The RDF 1.1 Test Vocabulary"@en .
<http://www.w3.org/ns/rdftest#Approval> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://www.w3.org/ns/rdftest#Approval> <http://www.w3.org/2000/01/rdf-schema#comment> "The superclass of all test approval statuses."@en .
<http://www.w3.org/ns/rdftest#Approval> <http://www.w3.org/2000/01/rdf-schema#label> "Approval"@en .
<http://www.w3.org/ns/rdftest#Approved> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://www.w3.org/ns/rdftest#Approved> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that a test is approved."@en .
<http://www.w3.org/ns/rdftest#Approved> <http://www.w3.org/2000/01/rdf-schema#label> "Approved"@en .
<http://www.w3.org/ns/rdftest#Approved> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/rdftest#Approval> .
<http://www.w3.org/ns/rdftest#Proposed> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://www.w3.org/ns/rdftest#Proposed> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that a test is proposed, but not approved."@en .
<http://www.w3.org/ns/rdftest#Proposed> <http://www.w3.org/2000/01/rdf-schema#label> "Proposed"@en .
<http://www.w3.org/ns/rdftest#Proposed> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/rdftest#Approval> .
<http://www.w3.org/ns/rdftest#Rejected> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://www.w3.org/ns/rdftest#Rejected> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that a test is not approved."@en .
<http://www.w3.org/ns/rdftest#Rejected> <http://www.w3.org/2000/01/rdf-schema#label> "Rejected"@en .
<http://www.w3.org/ns/rdftest#Rejected> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/rdftest#Approval> .
<http://www.w3.org/ns/rdftest#Test> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://www.w3.org/ns/rdftest#Test> <http://www.w3.org/2000/01/rdf-schema#comment> "Superclass of all RDF Tests."@en .
<http://www.w3.org/ns/rdftest#Test> <http://www.w3.org/2000/01/rdf-schema#label> "Test"@en .
<http://www.w3.org/ns/rdftest#TestEval> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://www.w3.org/ns/rdftest#TestEval> <http://www.w3.org/2000/01/rdf-schema#comment> "Superclass of all RDF Evaluation Tests."@en .
<http://www.w3.org/ns/rdftest#TestEval> <http://www.w3.org/2000/01/rdf-schema#label> "Test Evaluation"@en .
<http://www.w3.org/ns/rdftest#TestEval> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/rdftest#Test> .
<http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax> <http://www.w3.org/2000/01/rdf-schema#comment> "A negative N-Quads syntax test."@en .
<http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax> <http://www.w3.org/2000/01/rdf-schema#label> "N-Quads Negative Syntax"@en .
<http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/rdftest#TestSyntax> .
<http://www.w3.org/ns/rdftest#TestSyntax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://www.w3.org/ns/rdftest#TestSyntax> <http://www.w3.org/2000/01/rdf-schema#comment> "Superclass of all RDF Syntax Tests."@en .
<http://www.w3.org/ns/rdftest#TestSyntax> <http://www.w3.org/2000/01/rdf-schema#label> "Test Syntax"@en .
<http://www.w3.org/ns/rdftest#TestSyntax> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/rdftest#Test> .
<http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax> <http://www.w3.org/2000/01/rdf-schema#comment> "A positive N-Quads syntax test."@en .
<http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax> <http://www.w3.org/2000/01/rdf-schema#label> "N-Quads Positive Syntax"@en .
<http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/rdftest#TestSyntax> .
<http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax> <http://www.w3.org/2000/01/rdf-schema#comment> "A negative N-Triples syntax test."@en .
<http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax> <http://www.w3.org/2000/01/rdf-schema#label> "N-Triples Negative Syntax"@en .
<http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/rdftest#TestSyntax> .
<http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax> <http://www.w3.org/2000/01/rdf-schema#comment> "A positive N-Triples syntax test."@en .
<http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax> <http://www.w3.org/2000/01/rdf-schema#label> "N-Triples Positive Syntax"@en .
<http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/rdftest#TestSyntax> .
<http://www.w3.org/ns/rdftest#TestTriGNegativeSyntax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://www.w3.org/ns/rdftest#TestTriGNegativeSyntax> <http://www.w3.org/2000/01/rdf-schema#comment> "A negative TriG syntax test."@en .
<http://www.w3.org/ns/rdftest#TestTriGNegativeSyntax> <http://www.w3.org/2000/01/rdf-schema#label> "TriG Negative Syntax"@en .
<http://www.w3.org/ns/rdftest#TestTriGNegativeSyntax> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/rdftest#TestSyntax> .
<http://www.w3.org/ns/rdftest#TestTriGPositiveSyntax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://www.w3.org/ns/rdftest#TestTriGPositiveSyntax> <http://www.w3.org/2000/01/rdf-schema#comment> "A positive TriG syntax test."@en .
<http://www.w3.org/ns/rdftest#TestTriGPositiveSyntax> <http://www.w3.org/2000/01/rdf-schema#label> "TriG Positive Syntax"@en .
<http://www.w3.org/ns/rdftest#TestTriGPositiveSyntax> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/rdftest#TestSyntax> .
<http://www.w3.org/ns/rdftest#TestTrigEval> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://www.w3.org/ns/rdftest#TestTrigEval> <http://www.w3.org/2000/01/rdf-schema#comment> "A positive TriG evaluation test."@en .
<http://www.w3.org/ns/rdftest#TestTrigEval> <http://www.w3.org/2000/01/rdf-schema#label> "TriG Positive Evaluation"@en .
<http://www.w3.org/ns/rdftest#TestTrigNegativeEval> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://www.w3.org/ns/rdftest#TestTrigNegativeEval> <http://www.w3.org/2000/01/rdf-schema#comment> "A negative TriG evaluation test."@en .
<http://www.w3.org/ns/rdftest#TestTrigNegativeEval> <http://www.w3.org/2000/01/rdf-schema#label> "TriG Negative Evaluation"@en .
<http://www.w3.org/ns/rdftest#TestTrigNegativeEval> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/rdftest#TestEval> .
<http://www.w3.org/ns/rdftest#TestTurtleEval> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://www.w3.org/ns/rdftest#TestTurtleEval> <http://www.w3.org/2000/01/rdf-schema#comment> "A positive Turtle evaluation test."@en .
<http://www.w3.org/ns/rdftest#TestTurtleEval> <http://www.w3.org/2000/01/rdf-schema#label> "Turtle Positive Evaluation"@en .
<http://www.w3.org/ns/rdftest#TestTurtleEval> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/rdftest#TestEval> .
<http://www.w3.org/ns/rdftest#TestTurtleNegativeEval> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://www.w3.org/ns/rdftest#TestTurtleNegativeEval> <http://www.w3.org/2000/01/rdf-schema#comment> "A negative Turtle evaluation test."@en .
<http://www.w3.org/ns/rdftest#TestTurtleNegativeEval> <http://www.w3.org/2000/01/rdf-schema#label> "Turtle Negative Evaluation"@en .
<http://www.w3.org/ns/rdftest#TestTurtleNegativeEval> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/rdftest#TestEval> .
<http://www.w3.org/ns/rdftest#TestTurtleNegativeSyntax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://www.w3.org/ns/rdftest#TestTurtleNegativeSyntax> <http://www.w3.org/2000/01/rdf-schema#comment> "A negative Turtle syntax test."@en .
<http://www.w3.org/ns/rdftest#TestTurtleNegativeSyntax> <http://www.w3.org/2000/01/rdf-schema#label> "Turtle Negative Syntax"@en .
<http://www.w3.org/ns/rdftest#TestTurtleNegativeSyntax> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/rdftest#TestSyntax> .
<http://www.w3.org/ns/rdftest#TestTurtlePositiveSyntax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://www.w3.org/ns/rdftest#TestTurtlePositiveSyntax> <http://www.w3.org/2000/01/rdf-schema#comment> "A positive Turtle syntax test."@en .
<http://www.w3.org/ns/rdftest#TestTurtlePositiveSyntax> <http://www.w3.org/2000/01/rdf-schema#label> "Turtle Positive Syntax"@en .
<http://www.w3.org/ns/rdftest#TestTurtlePositiveSyntax> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/rdftest#TestSyntax> .
<http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax> <http://www.w3.org/2000/01/rdf-schema#comment> "A negative RDF/XML syntax test."@en .
<http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax> <http://www.w3.org/2000/01/rdf-schema#label> "RDF/XML Negative Syntax"@en .
<http://www.w3.org/ns/rdftest#XMLEval> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://www.w3.org/ns/rdftest#XMLEval> <http://www.w3.org/2000/01/rdf-schema#comment> "A positive RDF/XML evaluation test."@en .
<http://www.w3.org/ns/rdftest#XMLEval> <http://www.w3.org/2000/01/rdf-schema#label> "RDF/XML Evaluation"@en .
<http://www.w3.org/ns/rdftest#XMLEval> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/rdftest#TestEval> .
<http://www.w3.org/ns/rdftest#approval> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
<http://www.w3.org/ns/rdftest#approval> <http://www.w3.org/2000/01/rdf-schema#comment> "Approval status of a test."@en .
<http://www.w3.org/ns/rdftest#approval> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/rdftest#Test> .
<http://www.w3.org/ns/rdftest#approval> <http://www.w3.org/2000/01/rdf-schema#label> "approval"@en .
<http://www.w3.org/ns/rdftest#approval> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/ns/rdftest#Approval> .
