Policy doesn't need to be a direct subclass of owl:Thing
authorMo McRoberts <mo.mcroberts@bbc.co.uk>
Tue, 10 Sep 2013 16:45:18 +0100
changeset 31 f0903dd9be28
parent 30 f6ba36950e7b
child 32 07a529418afb
Policy doesn't need to be a direct subclass of owl:Thing
2/ODRL20.html
2/ODRL20.nt
2/ODRL20.rdf
2/ODRL20.ttl
--- a/2/ODRL20.html	Tue Sep 10 16:24:14 2013 +0100
+++ b/2/ODRL20.html	Tue Sep 10 16:45:18 2013 +0100
@@ -116,7 +116,7 @@
 <tr><th>Label:</th> <td>Policy</td></tr>
 <tr><th>Status:</th> <td>testing</td></tr>
 <tr><th>Sub-classes:</th> <td><a href="#term-Agreement">Agreement</a>, <a href="#term-Offer">Offer</a>, <a href="#term-Privacy">Privacy</a>, <a href="#term-Request">Request</a>, <a href="#term-Set">Set</a>, <a href="#term-Ticket">Ticket</a></td></tr>
-<tr><th>Parent class:</th> <td><a href="http://www.w3.org/2002/07/owl#Thing">owl:Thing</a>, <a href="#term-Asset">Asset</a></td></tr>
+<tr><th>Parent class:</th> <td><a href="#term-Asset">Asset</a></td></tr>
 <tr><th>Properties:</th> <td><a href="#term-conflict">conflict</a>, <a href="#term-inheritAllowed">inheritAllowed</a>, <a href="#term-inheritFrom">inheritFrom</a>, <a href="#term-permission">permission</a>, <a href="#term-prohibition">prohibition</a>, <a href="#term-undefined">undefined</a></td></tr>
 <tr><th>In range of:</th> <td><a href="#term-inheritFrom">inheritFrom</a></td></tr>
 </table>
--- a/2/ODRL20.nt	Tue Sep 10 16:24:14 2013 +0100
+++ b/2/ODRL20.nt	Tue Sep 10 16:45:18 2013 +0100
@@ -100,7 +100,6 @@
 <http://www.w3.org/ns/odrl/2/Policy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
 <http://www.w3.org/ns/odrl/2/Policy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/odrl/2/Asset> .
 <http://www.w3.org/ns/odrl/2/Policy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
-<http://www.w3.org/ns/odrl/2/Policy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2002/07/owl#Thing> .
 <http://www.w3.org/ns/odrl/2/Policy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
 <http://www.w3.org/ns/odrl/2/Policy> <http://www.w3.org/2000/01/rdf-schema#label> "Policy"@en .
 <http://www.w3.org/ns/odrl/2/Policy> <http://www.w3.org/2000/01/rdf-schema#comment> "A top level entity for describing policies."@en .
--- a/2/ODRL20.rdf	Tue Sep 10 16:24:14 2013 +0100
+++ b/2/ODRL20.rdf	Tue Sep 10 16:45:18 2013 +0100
@@ -155,7 +155,6 @@
     <rdfs:comment xml:lang="en">A top level entity for describing policies.</rdfs:comment>
     <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
     <rdfs:label xml:lang="en">Policy</rdfs:label>
-    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
     <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/odrl/2/Asset"/>
     <vs:term_status>testing</vs:term_status>
   </rdfs:Class>
--- a/2/ODRL20.ttl	Tue Sep 10 16:24:14 2013 +0100
+++ b/2/ODRL20.ttl	Tue Sep 10 16:45:18 2013 +0100
@@ -92,7 +92,6 @@
 	a rdfs:Class , owl:Class ;
 	rdfs:subClassOf :Asset ;
 	rdfs:isDefinedBy odrl: ;
-	rdfs:subClassOf owl:Thing ;
 	vs:term_status "testing" ;
 	rdfs:label "Policy"@en ;
 	rdfs:comment "A top level entity for describing policies."@en .