auto publish of prov-o as OWL, TTL, and OWL+order
authorTim L <lebot@rpi.edu>
Wed, 20 Feb 2013 13:02:53 -0500
changeset 5626 3171b82427ec
parent 5625 b44fba356d94
child 5627 2ae0e876a6b4
auto publish of prov-o as OWL, TTL, and OWL+order
ontology/ProvenanceOntology.owl
ontology/prov-o.ttl
ontology/working-dir/ProvenanceOntology-ordered.owl
--- a/ontology/ProvenanceOntology.owl	Wed Feb 20 12:58:28 2013 -0500
+++ b/ontology/ProvenanceOntology.owl	Wed Feb 20 13:02:53 2013 -0500
@@ -250,7 +250,7 @@
         <rdfs:comment xml:lang="en">The Location of any resource.</rdfs:comment>
         <inverse>locationOf</inverse>
         <editorialNote xml:lang="en">The naming of prov:atLocation parallels prov:atTime, and is not named prov:hadLocation to avoid conflicting with the convention that prov:had* properties are used on prov:Influence classes.</editorialNote>
-        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#prov-o-owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
+        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
         <editorialNote xml:lang="en">This property is not functional because the many values could be at a variety of granularies (In this building, in this room, in that chair).</editorialNote>
         <category>expanded</category>
         <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
@@ -308,7 +308,7 @@
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadActivity">
         <rdfs:label>hadActivity</rdfs:label>
-        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#prov-o-owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
+        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
         <rdfs:comment xml:lang="en">The _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence (use prov:activity instead).</rdfs:comment>
         <editorialNote xml:lang="en">The multiple rdfs:domain assertions are intended. One is simpler and works for OWL-RL, the union is more specific but is not recognized by OWL-RL.</editorialNote>
         <component>derivations</component>
@@ -420,7 +420,7 @@
         <rdfs:label>hadRole</rdfs:label>
         <component>agents-responsibility</component>
         <inverse>wasRoleIn</inverse>
-        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#prov-o-owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
+        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
         <category>qualified</category>
         <rdfs:comment xml:lang="en">The _optional_ Role that an Entity assumed in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ].</rdfs:comment>
         <editorsDefinition xml:lang="en">prov:hadRole references the Role (i.e. the function of an entity with respect to an activity), in the context of an instantaneous usage, generation, association, start, and end.</editorsDefinition>
@@ -935,7 +935,7 @@
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasInfluencedBy">
         <rdfs:label>wasInfluencedBy</rdfs:label>
         <rdfs:comment xml:lang="en">Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable.</rdfs:comment>
-        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#prov-o-owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
+        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
         <editorialNote xml:lang="en">The sub-properties of prov:wasInfluencedBy can be elaborated in more detail using the Qualification Pattern. For example, the binary relation :baking prov:used :spoon can be qualified by asserting :baking prov:qualifiedUsage [ a prov:Usage; prov:entity :spoon; prov:atLocation :kitchen ] .
 
 Subproperties of prov:wasInfluencedBy may also be asserted directly without being qualified.
--- a/ontology/prov-o.ttl	Wed Feb 20 12:58:28 2013 -0500
+++ b/ontology/prov-o.ttl	Wed Feb 20 13:02:53 2013 -0500
@@ -465,7 +465,7 @@
 
 :atLocation
     a owl:ObjectProperty ;
-    rdfs:comment "The Location of any resource."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#prov-o-owl-profile\">PROV-O OWL Profile</a>." ;
+    rdfs:comment "The Location of any resource."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#owl-profile\">PROV-O OWL Profile</a>." ;
     rdfs:domain [
         a owl:Class ;
         owl:unionOf (:Activity
@@ -584,7 +584,7 @@
 
 :hadActivity
     a owl:ObjectProperty ;
-    rdfs:comment "The _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence (use prov:activity instead)."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#prov-o-owl-profile\">PROV-O OWL Profile</a>." ;
+    rdfs:comment "The _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence (use prov:activity instead)."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#owl-profile\">PROV-O OWL Profile</a>." ;
     rdfs:domain :Influence, [
         a owl:Class ;
         owl:unionOf (:Delegation
@@ -655,7 +655,7 @@
 
 :hadRole
     a owl:ObjectProperty ;
-    rdfs:comment "The _optional_ Role that an Entity assumed in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ]."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#prov-o-owl-profile\">PROV-O OWL Profile</a>." ;
+    rdfs:comment "The _optional_ Role that an Entity assumed in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ]."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#owl-profile\">PROV-O OWL Profile</a>." ;
     rdfs:domain :Influence, [
         a owl:Class ;
         owl:unionOf (:Association
@@ -1126,7 +1126,7 @@
 
 :wasInfluencedBy
     a owl:ObjectProperty ;
-    rdfs:comment "Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#prov-o-owl-profile\">PROV-O OWL Profile</a>." ;
+    rdfs:comment "Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#owl-profile\">PROV-O OWL Profile</a>." ;
     rdfs:domain [
         a owl:Class ;
         owl:unionOf (:Activity
--- a/ontology/working-dir/ProvenanceOntology-ordered.owl	Wed Feb 20 12:58:28 2013 -0500
+++ b/ontology/working-dir/ProvenanceOntology-ordered.owl	Wed Feb 20 13:02:53 2013 -0500
@@ -1191,7 +1191,7 @@
     <rdfs:comment xml:lang="en">The Location of any resource.</rdfs:comment>
   </rdf:Description>
   <rdf:Description rdf:about="http://www.w3.org/ns/prov#atLocation">
-    <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href="#prov-o-owl-profile"&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
+    <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href="#owl-profile"&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
   </rdf:Description>
   <rdf:Description rdf:about="http://www.w3.org/ns/prov#atLocation">
     <rdfs:domain rdf:nodeID="genid8"/>
@@ -1500,7 +1500,7 @@
     <rdfs:comment xml:lang="en">The _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence (use prov:activity instead).</rdfs:comment>
   </rdf:Description>
   <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadActivity">
-    <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href="#prov-o-owl-profile"&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
+    <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href="#owl-profile"&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
   </rdf:Description>
   <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadActivity">
     <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Influence"/>
@@ -1695,7 +1695,7 @@
     <rdfs:comment xml:lang="en">The _optional_ Role that an Entity assumed in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ].</rdfs:comment>
   </rdf:Description>
   <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadRole">
-    <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href="#prov-o-owl-profile"&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
+    <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href="#owl-profile"&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
   </rdf:Description>
   <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadRole">
     <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Influence"/>
@@ -2967,7 +2967,7 @@
     <rdfs:comment xml:lang="en">Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable.</rdfs:comment>
   </rdf:Description>
   <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasInfluencedBy">
-    <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href="#prov-o-owl-profile"&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
+    <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href="#owl-profile"&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
   </rdf:Description>
   <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasInfluencedBy">
     <rdfs:domain rdf:nodeID="genid38"/>