bundles for prov of prov
authorTim L <lebot@rpi.edu>
Mon, 09 Jul 2012 17:12:44 -0400
changeset 3841 1b9b62b3c85c
parent 3838 7dbfaae1adeb
child 3842 01234010e4a7
bundles for prov of prov
ontology/ProvenanceOntology.owl
ontology/prov.ttl
--- a/ontology/ProvenanceOntology.owl	Mon Jul 09 17:09:38 2012 -0400
+++ b/ontology/ProvenanceOntology.owl	Mon Jul 09 17:12:44 2012 -0400
@@ -1402,7 +1402,7 @@
         <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-bundle-entity</dm>
         <n rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-bundle-declaration</n>
         <category>expanded</category>
-        <definition xml:lang="en">A bundle is a named set of descriptions, but it is also an entity so that its provenance can be described.</definition>
+        <definition xml:lang="en">A bundle is a named set of provenance descriptions, and is itself an Entity, so allowing provenance of provenance to be expressed.</definition>
         <rdfs:comment xml:lang="en">Note that there are kinds of bundles (e.g. handwritten letters, audio recordings, etc.) that are not expressed in PROV-O, but can be still be described by PROV-O.</rdfs:comment>
         <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
     </owl:Class>
--- a/ontology/prov.ttl	Mon Jul 09 17:09:38 2012 -0400
+++ b/ontology/prov.ttl	Mon Jul 09 17:12:44 2012 -0400
@@ -118,7 +118,7 @@
     rdfs:label "Bundle" ;
     rdfs:subClassOf :Entity ;
     :category "expanded" ;
-    :definition "A bundle is a named set of descriptions, but it is also an entity so that its provenance can be described."@en ;
+    :definition "A bundle is a named set of provenance descriptions, and is itself an Entity, so allowing provenance of provenance to be expressed."@en ;
     :dm "http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-bundle-entity"^^xsd:anyURI ;
     :n "http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-bundle-declaration"^^xsd:anyURI .