Update rdftest class order, title and other minor issues.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Wed, 19 Feb 2014 08:00:12 -0800
changeset 1968 05c5bb3b0284
parent 1967 e86e24e4cd53
child 1969 f5ce1e472b4e
Update rdftest class order, title and other minor issues.
ns/rdftest.html
ns/rdftest.jsonld
ns/rdftest.ttl
--- a/ns/rdftest.html	Wed Feb 19 15:09:58 2014 +0100
+++ b/ns/rdftest.html	Wed Feb 19 08:00:12 2014 -0800
@@ -20,7 +20,7 @@
   </head>
   <body typeof="owl:Ontology">
     <p><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" alt="W3C" height="48" width="72"></a></p>
-    <h1 property="dc:title rdfs:label">The JSON-LD Vocabulary</h1>
+    <h1 property="dc:title rdfs:label">The RDF 1.1 Test Vocabulary</h1>
     <p property="dc:description rdfs:comment">This is a vocabulary document and is used to define classes and properties used in
       <a href="http://www.w3.org/TR/2014/NOTE-rdf11-primer-20140225/">RDF 1.1 Test Cases</a> and associated test manifests.
       The URI of the vocabulary is <code>http://www.w3.org/ns/rdftest#</code> (abbreviated by <code>rdft:</code> in this document).
@@ -34,67 +34,75 @@
   	<ul>
   	  <li about="rdft:Approval" typeof="rdfs:Class"><code>rdft:Approval</code> &ndash; <span property="rdfs:label">Approval</span>.
   		<span property="rdfs:comment">The superclass of all test approval statuses.</span>.
-  	  </li>
-  	  <li about="rdft:Approved" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:Approval">rdft:Approved</code> &ndash; <span property="rdfs:label">Approved</span>.
-  		<span property="rdfs:comment">Indicates that a test is approved.</span>.
-  	  </li>
-  	  <li about="rdft:Proposed" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:Approval">rdft:Proposed</code> &ndash; <span property="rdfs:label">Proposed</span>.
-  		<span property="rdfs:comment">Indicates that a test is proposed, but not approved.</span>.
-  	  </li>
-  	  <li about="rdft:Rejected" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:Rejected">rdft:Proposed</code> &ndash; <span property="rdfs:label">Rejected</span>.
-  		<span property="rdfs:comment">Indicates that a test is not approved.</span>.
+      <ul>
+    	  <li about="rdft:Approved" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:Approval">rdft:Approved</code> &ndash; <span property="rdfs:label">Approved</span>.
+    		<span property="rdfs:comment">Indicates that a test is approved.</span>.
+    	  </li>
+    	  <li about="rdft:Proposed" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:Approval">rdft:Proposed</code> &ndash; <span property="rdfs:label">Proposed</span>.
+    		<span property="rdfs:comment">Indicates that a test is proposed, but not approved.</span>.
+    	  </li>
+    	  <li about="rdft:Rejected" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:Approval">rdft:Rejected</code> &ndash; <span property="rdfs:label">Rejected</span>.
+    		<span property="rdfs:comment">Indicates that a test is not approved.</span>.
+    	  </li>
+      </ul>
   	  </li>
       <li about="rdft:Test" typeof="rdfs:Class"><code>rdft:Test</code>  &ndash; <span property="rdfs:label">Test</span>.
   		<span property="rdfs:comment">Superclass of all RDF Tests.</span>.
-  	  </li>
+      <ul>
       <li about="rdft:TestEval" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:Test">rdft:TestEval</code>  &ndash; <span property="rdfs:label">Test Evaluation</span>.
   		<span property="rdfs:comment">Superclass of all RDF Evaluation Tests.</span>.
-  	  </li>
-  	  <li about="rdft:TestNTriplesNegativeSyntax" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:TestSyntax">rdft:TestNTriplesNegativeSyntax</code> &ndash; <span property="rdfs:label">N-Triples Negative Syntax</span>.
-  		<span property="rdfs:comment">A negative <a href="http://www.w3.org/TR/2014/REC-n-triples-20140225/">N-Triples</a> syntax test.</span>.
-  	  </li>
-  	  <li about="rdft:TestNTriplesPositiveSyntax" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:TestSyntax">rdft:TestNTriplesPositiveSyntax</code> &ndash; <span property="rdfs:label">N-Triples Positive Syntax</span>.
-  		<span property="rdfs:comment">A positive <a href="http://www.w3.org/TR/2014/REC-n-triples-20140225/">N-Triples</a> syntax test.</span>.
-  	  </li>
-  	  <li about="rdft:TestNQuadsNegativeSyntax" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:TestSyntax">rdft:TestNQuadsNegativeSyntax</code> &ndash; <span property="rdfs:label">N-Quads Negative Syntax</span>.
-  		<span property="rdfs:comment">A negative <a href="http://www.w3.org/TR/2014/REC-n-quads-20140225/">N-Quads</a> syntax test.</span>.
-  	  </li>
-  	  <li about="rdft:TestNQuadsPositiveSyntax" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:TestSyntax">rdft:TestNQuadsPositiveSyntax</code> &ndash; <span property="rdfs:label">N-Quads Positive Syntax</span>.
-  		<span property="rdfs:comment">A positive <a href="http://www.w3.org/TR/2014/REC-n-quads-20140225/">N-Quads</a> syntax test.</span>.
+      <ul>
+    	  <li about="rdft:TestTrigEval" typeof="rdfs:Class"><code>rdft:TestTrigEval</code> &ndash; <span property="rdfs:label">TriG Positive Evaluation</span>.
+    		<span property="rdfs:comment">A positive <a href="http://www.w3.org/TR/2014/REC-trig-20140225/">TriG</a> evaluation test.</span>.
+    	  </li>
+    	  <li about="rdft:TestTrigNegativeEval" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:TestEval">rdft:TestTrigNegativeEval</code> &ndash; <span property="rdfs:label">TriG Negative Evaluation</span>.
+    		<span property="rdfs:comment">A negative <a href="http://www.w3.org/TR/2014/REC-trig-20140225/">TriG</a> evaluation test.</span>.
+    	  </li>
+    	  <li about="rdft:TestTurtleEval" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:TestEval">rdft:TestTurtleEval</code> &ndash; <span property="rdfs:label">Turtle Positive Evaluation</span>.
+    		<span property="rdfs:comment">A positive <a href="http://www.w3.org/TR/2014/REC-turtle-20140225/">Turtle</a> evaluation test.</span>.
+    	  </li>
+    	  <li about="rdft:TestTurtleNegativeEval" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:TestEval">rdft:TestTurtleNegativeEval</code> &ndash; <span property="rdfs:label">Turtle Negative Evaluation</span>.
+    		<span property="rdfs:comment">A negative <a href="http://www.w3.org/TR/2014/REC-turtle-20140225/">Turtle</a> evaluation test.</span>.
+    	  </li>
+    	  <li about="rdft:XMLEval" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:TestEval">rdft:XMLEval</code> &ndash; <span property="rdfs:label">RDF/XML Evaluation</span>.
+    		<span property="rdfs:comment">A positive <a href="http://www.w3.org/TR/2014/REC-rdf-syntax-grammar-20140225/">RDF/XML</a> evaluation test.</span>.
+    	  </li>
+      </ul>
   	  </li>
       <li about="rdft:TestSyntax" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:Test">rdft:TestSyntax</code>  &ndash; <span property="rdfs:label">Test Syntax</span>.
   		<span property="rdfs:comment">Superclass of all RDF Syntax Tests.</span>.
-  	  </li>
-  	  <li about="rdft:TestTrigEval" typeof="rdfs:Class"><code>rdft:TestTrigEval</code> &ndash; <span property="rdfs:label">TriG Positive Evaluation</span>.
-  		<span property="rdfs:comment">A positive <a href="http://www.w3.org/TR/2014/REC-trig-20140225/">TriG</a> evaluation test.</span>.
-  	  </li>
-  	  <li about="rdft:TestTrigNegativeEval" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:TestEval">rdft:TestTrigNegativeEval</code> &ndash; <span property="rdfs:label">TriG Negative Evaluation</span>.
-  		<span property="rdfs:comment">A negative <a href="http://www.w3.org/TR/2014/REC-trig-20140225/">TriG</a> evaluation test.</span>.
-  	  </li>
-  	  <li about="rdft:TestTriGNegativeSyntax" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:TestSyntax">rdft:TestTriGNegativeSyntax</code> &ndash; <span property="rdfs:label">TriG Negative Syntax</span>.
-  		<span property="rdfs:comment">A negative <a href="http://www.w3.org/TR/2014/REC-trig-20140225/">TriG</a> syntax test.</span>.
-  	  </li>
-  	  <li about="rdft:TestTriGPositiveSyntax" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:TestSyntax"e>rdft:TestTriGPositiveSyntax</code> &ndash; <span property="rdfs:label">TriG Positive Syntax</span>.
-  		<span property="rdfs:comment">A positive <a href="http://www.w3.org/TR/2014/REC-trig-20140225/">TriG</a> syntax test.</span>.
+      <ul>
+    	  <li about="rdft:TestNTriplesNegativeSyntax" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:TestSyntax">rdft:TestNTriplesNegativeSyntax</code> &ndash; <span property="rdfs:label">N-Triples Negative Syntax</span>.
+    		<span property="rdfs:comment">A negative <a href="http://www.w3.org/TR/2014/REC-n-triples-20140225/">N-Triples</a> syntax test.</span>.
+    	  </li>
+    	  <li about="rdft:TestNTriplesPositiveSyntax" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:TestSyntax">rdft:TestNTriplesPositiveSyntax</code> &ndash; <span property="rdfs:label">N-Triples Positive Syntax</span>.
+    		<span property="rdfs:comment">A positive <a href="http://www.w3.org/TR/2014/REC-n-triples-20140225/">N-Triples</a> syntax test.</span>.
+    	  </li>
+    	  <li about="rdft:TestNQuadsNegativeSyntax" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:TestSyntax">rdft:TestNQuadsNegativeSyntax</code> &ndash; <span property="rdfs:label">N-Quads Negative Syntax</span>.
+    		<span property="rdfs:comment">A negative <a href="http://www.w3.org/TR/2014/REC-n-quads-20140225/">N-Quads</a> syntax test.</span>.
+    	  </li>
+    	  <li about="rdft:TestNQuadsPositiveSyntax" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:TestSyntax">rdft:TestNQuadsPositiveSyntax</code> &ndash; <span property="rdfs:label">N-Quads Positive Syntax</span>.
+    		<span property="rdfs:comment">A positive <a href="http://www.w3.org/TR/2014/REC-n-quads-20140225/">N-Quads</a> syntax test.</span>.
+    	  </li>
+    	  <li about="rdft:TestTriGNegativeSyntax" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:TestSyntax">rdft:TestTriGNegativeSyntax</code> &ndash; <span property="rdfs:label">TriG Negative Syntax</span>.
+    		<span property="rdfs:comment">A negative <a href="http://www.w3.org/TR/2014/REC-trig-20140225/">TriG</a> syntax test.</span>.
+    	  </li>
+    	  <li about="rdft:TestTriGPositiveSyntax" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:TestSyntax"e>rdft:TestTriGPositiveSyntax</code> &ndash; <span property="rdfs:label">TriG Positive Syntax</span>.
+    		<span property="rdfs:comment">A positive <a href="http://www.w3.org/TR/2014/REC-trig-20140225/">TriG</a> syntax test.</span>.
+    	  </li>
+    	  <li about="rdft:TestTurtleNegativeSyntax" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:TestSyntax">rdft:TestTurtleNegativeSyntax</code> &ndash; <span property="rdfs:label">Turtle Negative Syntax</span>.
+    		<span property="rdfs:comment">A negative <a href="http://www.w3.org/TR/2014/REC-turtle-20140225/">Turtle</a> syntax test.</span>.
+    	  </li>
+    	  <li about="rdft:TestTurtlePositiveSyntax" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:TestSyntax">rdft:TestTurtlePositiveSyntax</code> &ndash; <span property="rdfs:label">Turtle Positive Syntax</span>.
+    		<span property="rdfs:comment">A positive <a href="http://www.w3.org/TR/2014/REC-turtle-20140225/">Turtle</a> syntax test.</span>.
+    	  </li>
+    	  <li about="rdft:TestXMLNegativeSyntax" typeof="rdfs:Class"><code>rdft:TestXMLNegativeSyntax</code> &ndash; <span property="rdfs:label">RDF/XML Negative Syntax</span>.
+    		<span property="rdfs:comment">A negative <a href="http://www.w3.org/TR/2014/REC-rdf-syntax-grammar-20140225/">RDF/XML</a> syntax test.</span>.
+    	  </li>
+      </ul>
   	  </li>
-  	  <li about="rdft:TestTurtleEval" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:TestEval">rdft:TestTurtleEval</code> &ndash; <span property="rdfs:label">Turtle Positive Evaluation</span>.
-  		<span property="rdfs:comment">A positive <a href="http://www.w3.org/TR/2014/REC-turtle-20140225/">Turtle</a> evaluation test.</span>.
-  	  </li>
-  	  <li about="rdft:TestTurtleNegativeEval" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:TestEval">rdft:TestTurtleNegativeEval</code> &ndash; <span property="rdfs:label">Turtle Negative Evaluation</span>.
-  		<span property="rdfs:comment">A negative <a href="http://www.w3.org/TR/2014/REC-turtle-20140225/">Turtle</a> evaluation test.</span>.
-  	  </li>
-  	  <li about="rdft:TestTurtleNegativeSyntax" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:TestSyntax">rdft:TestTurtleNegativeSyntax</code> &ndash; <span property="rdfs:label">Turtle Negative Syntax</span>.
-  		<span property="rdfs:comment">A negative <a href="http://www.w3.org/TR/2014/REC-turtle-20140225/">Turtle</a> syntax test.</span>.
-  	  </li>
-  	  <li about="rdft:TestTurtlePositiveSyntax" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:TestSyntax">rdft:TestTurtlePositiveSyntax</code> &ndash; <span property="rdfs:label">Turtle Positive Syntax</span>.
-  		<span property="rdfs:comment">A positive <a href="http://www.w3.org/TR/2014/REC-turtle-20140225/">Turtle</a> syntax test.</span>.
-  	  </li>
-  	  <li about="rdft:XMLEval" typeof="rdfs:Class"><code property="rdfs:subClassOf" resource="rdft:TestEval">rdft:XMLEval</code> &ndash; <span property="rdfs:label">RDF/XML Evaluation</span>.
-  		<span property="rdfs:comment">A positive <a href="http://www.w3.org/TR/2014/REC-rdf-syntax-grammar-20140225/">RDF/XML</a> evaluation test.</span>.
-  	  </li>
-  	  <li about="rdft:TestXMLNegativeSyntax" typeof="rdfs:Class"><code>rdft:TestXMLNegativeSyntax</code> &ndash; <span property="rdfs:label">RDF/XML Negative Syntax</span>.
-  		<span property="rdfs:comment">A negative <a href="http://www.w3.org/TR/2014/REC-rdf-syntax-grammar-20140225/">RDF/XML</a> syntax test.</span>.
-  	  </li>
+      </ul>
+      </li>
   	</ul>
 	
   	<h3>Properties</h3>
--- a/ns/rdftest.jsonld	Wed Feb 19 15:09:58 2014 +0100
+++ b/ns/rdftest.jsonld	Wed Feb 19 08:00:12 2014 -0800
@@ -31,9 +31,9 @@
     "@type": "owl:Ontology",
     "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    ",
     "publisher": "http://www.w3.org/data#W3C",
-    "dc:title": "The JSON-LD Vocabulary",
+    "dc:title": "The RDF 1.1 Test Vocabulary",
     "commant": "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    ",
-    "label": "The JSON-LD Vocabulary"
+    "label": "The RDF 1.1 Test Vocabulary"
   },
   {
     "@id": "rdft:Approval",
@@ -60,7 +60,7 @@
     "@type": "rdfs:Class",
     "commant": "Indicates that a test is not approved.",
     "label": "Rejected",
-    "subClassOf": "rdft:Rejected"
+    "subClassOf": "rdft:Approval"
   },
   {
     "@id": "rdft:Test",
--- a/ns/rdftest.ttl	Wed Feb 19 15:09:58 2014 +0100
+++ b/ns/rdftest.ttl	Wed Feb 19 08:00:12 2014 -0800
@@ -5,8 +5,8 @@
 @prefix rdft: <http://www.w3.org/ns/rdftest#> .
 
 <http://www.w3.org/ns/rdftest> a owl:Ontology;
-   rdfs:label "The JSON-LD Vocabulary"@en;
-   dcterms:title "The JSON-LD Vocabulary"@en;
+   rdfs:label "The RDF 1.1 Test Vocabulary"@en;
+   dcterms:title "The RDF 1.1 Test Vocabulary"@en;
    dcterms:description """This is a vocabulary document and is used to define classes and properties used in
       RDF 1.1 Test Cases and associated test manifests.
       The URI of the vocabulary is http://www.w3.org/ns/rdftest# (abbreviated by rdft: in this document).
@@ -38,7 +38,7 @@
 rdft:Rejected a rdfs:Class;
    rdfs:label "Rejected"@en;
    rdfs:comment "Indicates that a test is not approved."@en;
-   rdfs:subClassOf rdft:Rejected .
+   rdfs:subClassOf rdft:Approval .
 
 rdft:Test a rdfs:Class;
    rdfs:label "Test"@en;