account -> bundle
authorTim L <lebot@rpi.edu>
Mon, 09 Jul 2012 17:09:38 -0400
changeset 3838 7dbfaae1adeb
parent 3837 3d6d9edf8020
child 3840 ef1fc4b701b8
child 3841 1b9b62b3c85c
account -> bundle
ontology/ProvenanceOntology.owl
ontology/prov.ttl
--- a/ontology/ProvenanceOntology.owl	Mon Jul 09 17:06:34 2012 -0400
+++ b/ontology/ProvenanceOntology.owl	Mon Jul 09 17:09:38 2012 -0400
@@ -1403,7 +1403,7 @@
         <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>
-        <rdfs:comment xml:lang="en">Note that there are kinds of accounts (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: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:06:34 2012 -0400
+++ b/ontology/prov.ttl	Mon Jul 09 17:09:38 2012 -0400
@@ -113,7 +113,7 @@
 
 :Bundle
     a owl:Class ;
-    rdfs:comment "Note that there are kinds of accounts (e.g. handwritten letters, audio recordings, etc.) that are not expressed in PROV-O, but can be still be described by PROV-O."@en ;
+    rdfs:comment "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."@en ;
     rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "Bundle" ;
     rdfs:subClassOf :Entity ;