PROV-O ontology versionInfo and label update
authorTim L <lebot@rpi.edu>
Sat, 09 Feb 2013 14:44:04 -0500
changeset 5520 9cff043c2e77
parent 5519 e3113a4afbb9
child 5521 4540a1e96eed
PROV-O ontology versionInfo and label update
ontology/ProvenanceOntology.owl
ontology/prov-o.ttl
--- a/ontology/ProvenanceOntology.owl	Fri Feb 08 18:44:44 2013 +0000
+++ b/ontology/ProvenanceOntology.owl	Sat Feb 09 14:44:04 2013 -0500
@@ -16,7 +16,8 @@
      xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
     <owl:Ontology rdf:about="http://www.w3.org/ns/prov-o#">
-        <rdfs:label xml:lang="en">PROV-O</rdfs:label>
+        <rdfs:label xml:lang="en">W3C PROVenance Interchange Ontology (PROV-O)</rdfs:label>
+        <owl:versionInfo xml:lang="en">Candidate Recommendation(+) version 2013-02-08 </owl:versionInfo>
         <rdfs:comment xml:lang="en">This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). 
 
 If you wish to make comments regarding this document, please send them to public-prov-comments@w3.org (subscribe public-prov-comments-request@w3.org, archives http://lists.w3.org/Archives/Public/public-prov-comments/). All feedback is welcome.</rdfs:comment>
@@ -27,7 +28,6 @@
         <owl:versionIRI rdf:resource="http://www.w3.org/ns/prov-o-20121211"/>
     </owl:Ontology>
     
-    <owl:Ontology rdf:about="http://www.w3.org/ns/prov#"/>
 
 
     <!-- 
@@ -848,8 +848,8 @@
         </owl:propertyChainAxiom>
     </owl:ObjectProperty>
     <owl:Axiom>
+        <rdfs:comment>Attribution is a particular case of trace (see http://www.w3.org/TR/prov-dm/#concept-trace), in the sense that it links an entity to the agent that ascribed it.</rdfs:comment>
         <definition>IF wasAttributedTo(e2,ag1,aAttr) holds, THEN wasInfluencedBy(e2,ag1) also holds. </definition>
-        <rdfs:comment>Attribution is a particular case of trace (see http://www.w3.org/TR/prov-dm/#concept-trace), in the sense that it links an entity to the agent that ascribed it.</rdfs:comment>
         <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
         <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasAttributedTo"/>
         <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
@@ -948,6 +948,15 @@
         <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Influence"/>
         <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Influence"/>
         <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+        <rdfs:range>
+            <owl:Class>
+                <owl:unionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
+                </owl:unionOf>
+            </owl:Class>
+        </rdfs:range>
         <rdfs:domain>
             <owl:Class>
                 <owl:unionOf rdf:parseType="Collection">
@@ -957,15 +966,6 @@
                 </owl:unionOf>
             </owl:Class>
         </rdfs:domain>
-        <rdfs:range>
-            <owl:Class>
-                <owl:unionOf rdf:parseType="Collection">
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
-                </owl:unionOf>
-            </owl:Class>
-        </rdfs:range>
     </owl:ObjectProperty>
     <owl:Axiom>
         <definition>influencee: an identifier (o2) for an entity, activity, or agent; </definition>
--- a/ontology/prov-o.ttl	Fri Feb 08 18:44:44 2013 +0000
+++ b/ontology/prov-o.ttl	Sat Feb 09 14:44:04 2013 -0500
@@ -27,9 +27,6 @@
 owl:versionInfo
     a owl:AnnotationProperty .
 
-<http://www.w3.org/ns/prov#>
-    a owl:Ontology .
-
 :Activity
     a owl:Class ;
     rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
@@ -1240,9 +1237,10 @@
     rdfs:comment """This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). 
 
 If you wish to make comments regarding this document, please send them to public-prov-comments@w3.org (subscribe public-prov-comments-request@w3.org, archives http://lists.w3.org/Archives/Public/public-prov-comments/). All feedback is welcome."""@en ;
-    rdfs:label "PROV-O"@en ;
+    rdfs:label "W3C PROVenance Interchange Ontology (PROV-O)"@en ;
     rdfs:seeAlso <http://www.w3.org/TR/prov-o/>, <http://www.w3.org/ns/prov> ;
     owl:versionIRI <http://www.w3.org/ns/prov-o-20121211> ;
+    owl:versionInfo "Candidate Recommendation(+) version 2013-02-08 "@en ;
     :specializationOf <http://www.w3.org/ns/prov-o> ;
     :wasRevisionOf <http://www.w3.org/ns/prov-o-20120724> .