"Instances of Action", not "Sub-classes of Action"
authorMo McRoberts <mo.mcroberts@bbc.co.uk>
Mon, 09 Sep 2013 21:46:37 +0100
changeset 22 428d0d0f20a1
parent 21 c8b4f86a87ad
child 23 787f0a9379e3
"Instances of Action", not "Sub-classes of Action"
2/ODRL20.html
2/ODRL20.nt
2/ODRL20.rdf
2/ODRL20.ttl
--- a/2/ODRL20.html	Mon Sep 09 21:39:07 2013 +0100
+++ b/2/ODRL20.html	Mon Sep 09 21:46:37 2013 +0100
@@ -128,7 +128,7 @@
 </table>
 </div>
 <h3 id="term-Action">Action</h3
-<p>Sub-classes of Action are things one might be permitted to do or prohibited from doing to a work.</p>
+<p>Instances of Action are things one might be permitted to do or prohibited from doing to a work.</p>
 <table>
   <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/Action">http://www.w3.org/ns/odrl/2/Action</a></td></tr>
 <tr><th>Label:</th> <td>Action</td></tr>
--- a/2/ODRL20.nt	Mon Sep 09 21:39:07 2013 +0100
+++ b/2/ODRL20.nt	Mon Sep 09 21:46:37 2013 +0100
@@ -262,7 +262,7 @@
 <http://www.w3.org/ns/odrl/2/Action> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
 <http://www.w3.org/ns/odrl/2/Action> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#Concept> .
 <http://www.w3.org/ns/odrl/2/Action> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
-<http://www.w3.org/ns/odrl/2/Action> <http://www.w3.org/2000/01/rdf-schema#comment> "Sub-classes of Action are things one might be permitted to do or prohibited from doing to a work."@en .
+<http://www.w3.org/ns/odrl/2/Action> <http://www.w3.org/2000/01/rdf-schema#comment> "Instances of Action are things one might be permitted to do or prohibited from doing to a work."@en .
 <http://www.w3.org/ns/odrl/2/Action> <http://www.w3.org/2000/01/rdf-schema#label> "Action"@en .
 <http://www.w3.org/ns/odrl/2/Constraint> <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/odrl/2/Constraint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
--- a/2/ODRL20.rdf	Mon Sep 09 21:39:07 2013 +0100
+++ b/2/ODRL20.rdf	Mon Sep 09 21:46:37 2013 +0100
@@ -26,7 +26,7 @@
   </owl:Ontology>
   <rdfs:Class rdf:about="http://www.w3.org/ns/odrl/2/Action">
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
-    <rdfs:comment xml:lang="en">Sub-classes of Action are things one might be permitted to do or prohibited from doing to a work.</rdfs:comment>
+    <rdfs:comment xml:lang="en">Instances of Action are things one might be permitted to do or prohibited from doing to a work.</rdfs:comment>
     <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
     <rdfs:label xml:lang="en">Action</rdfs:label>
     <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
--- a/2/ODRL20.ttl	Mon Sep 09 21:39:07 2013 +0100
+++ b/2/ODRL20.ttl	Mon Sep 09 21:46:37 2013 +0100
@@ -267,7 +267,7 @@
 	rdfs:isDefinedBy odrl: ;
 	rdfs:subClassOf skos:Concept ;
 	vs:term_status "testing" ;
-	rdfs:comment "Sub-classes of Action are things one might be permitted to do or prohibited from doing to a work."@en ;
+	rdfs:comment "Instances of Action are things one might be permitted to do or prohibited from doing to a work."@en ;
 	rdfs:label "Action"@en .
 
 :Constraint