target is applicable to any rule.
--- a/2/ODRL20.nt Tue Sep 10 16:45:18 2013 +0100
+++ b/2/ODRL20.nt Tue Sep 10 23:01:07 2013 +0100
@@ -271,7 +271,7 @@
<http://www.w3.org/ns/odrl/2/target> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
<http://www.w3.org/ns/odrl/2/target> <http://www.w3.org/2000/01/rdf-schema#label> "target"@en .
<http://www.w3.org/ns/odrl/2/target> <http://www.w3.org/2000/01/rdf-schema#comment> "The target property specifies the Asset upon which the Action is performed."@en .
-<http://www.w3.org/ns/odrl/2/target> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/target> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/odrl/2/Rule> .
<http://www.w3.org/ns/odrl/2/target> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/ns/odrl/2/Asset> .
<http://www.w3.org/ns/odrl/2/function> <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/odrl/2/function> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
--- a/2/ODRL20.rdf Tue Sep 10 16:45:18 2013 +0100
+++ b/2/ODRL20.rdf Tue Sep 10 23:01:07 2013 +0100
@@ -1177,7 +1177,7 @@
<rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/target">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">The target property specifies the Asset upon which the Action is performed.</rdfs:comment>
- <rdfs:domain rdf:resource="http://www.w3.org/ns/odrl/2/Action"/>
+ <rdfs:domain rdf:resource="http://www.w3.org/ns/odrl/2/Rule"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
<rdfs:label xml:lang="en">target</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/ns/odrl/2/Asset"/>
--- a/2/ODRL20.ttl Tue Sep 10 16:45:18 2013 +0100
+++ b/2/ODRL20.ttl Tue Sep 10 23:01:07 2013 +0100
@@ -280,7 +280,7 @@
vs:term_status "testing" ;
rdfs:label "target"@en ;
rdfs:comment "The target property specifies the Asset upon which the Action is performed."@en ;
- rdfs:domain :Action ;
+ rdfs:domain :Rule ;
rdfs:range :Asset .
:function