renamed account to bundle
authorTim L <lebot@rpi.edu>
Wed, 30 May 2012 21:55:01 -0400
changeset 3102 a781f8990916
parent 3101 481e38d6ab3b
child 3103 3b0a87c81bd8
renamed account to bundle
ontology/ProvenanceOntology.owl
ontology/prov.ttl
--- a/ontology/ProvenanceOntology.owl	Wed May 30 21:51:57 2012 -0400
+++ b/ontology/ProvenanceOntology.owl	Wed May 30 21:55:01 2012 -0400
@@ -1217,38 +1217,6 @@
     
 
 
-    <!-- http://www.w3.org/ns/prov#Account -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Account">
-        <rdfs:label>Account</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <definition rdf:datatype="&xsd;anyURI">An account is any mechanism by which a set of provenance descriptions can be bundled up and named.</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>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#account-constraints</prov-dm-constraints>
-        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#account</prov-n>
-        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#FurtherConsiderations</prov-dm>
-        <category>expanded</category>
-        <editorialNote xml:lang="en">Accounts expressed in PROV-O (i.e. RDF) may be modeled using:
-
-:account1
-   a prov:Account, sd:NamedGraph; 
-   sd:name &lt;&gt;; 
-   sd:graph [ a void:Dataset; void:dataDump &lt;&gt;; void:triples x ] .
-
-Abstract accounts that are independent of location may be modeled using:
-
-:account2
-   a prov:Account, void:Dataset; 
-   void:dataDump &lt;&gt;; 
-    void:triples        x .
-
-
-(sd : http://www.w3.org/ns/sparql-service-description#)
-(void : http://rdfs.org/ns/void#)</editorialNote>
-    </owl:Class>
-    
-
-
     <!-- http://www.w3.org/ns/prov#Activity -->
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Activity">
@@ -1346,6 +1314,38 @@
     
 
 
+    <!-- http://www.w3.org/ns/prov#Bundle -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Bundle">
+        <rdfs:label>Account</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <definition rdf:datatype="&xsd;anyURI">An account is any mechanism by which a set of provenance descriptions can be bundled up and named.</definition>
+        <category>expanded</category>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#FurtherConsiderations</prov-dm>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#account-constraints</prov-dm-constraints>
+        <editorialNote xml:lang="en">Accounts expressed in PROV-O (i.e. RDF) may be modeled using:
+
+:account1
+   a prov:Account, sd:NamedGraph; 
+   sd:name &lt;&gt;; 
+   sd:graph [ a void:Dataset; void:dataDump &lt;&gt;; void:triples x ] .
+
+Abstract accounts that are independent of location may be modeled using:
+
+:account2
+   a prov:Account, void:Dataset; 
+   void:dataDump &lt;&gt;; 
+    void:triples        x .
+
+
+(sd : http://www.w3.org/ns/sparql-service-description#)
+(void : http://rdfs.org/ns/void#)</editorialNote>
+        <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>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#account</prov-n>
+    </owl:Class>
+    
+
+
     <!-- http://www.w3.org/ns/prov#Communication -->
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Communication">
--- a/ontology/prov.ttl	Wed May 30 21:51:57 2012 -0400
+++ b/ontology/prov.ttl	Wed May 30 21:55:01 2012 -0400
@@ -34,34 +34,6 @@
     rdfs:seeAlso <http://www.w3.org/TR/prov#>, <http://www.w3.org/TR/prov-o/> ;
     owl:versionIRI <http://www.w3.org/TR/2012/WD-prov-o-2012MMDD> .
 
-:Account
-    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:label "Account" ;
-    rdfs:subClassOf :Entity ;
-    :category "expanded" ;
-    :definition "An account is any mechanism by which a set of provenance descriptions can be bundled up and named."^^xsd:anyURI ;
-    :editorialNote """Accounts expressed in PROV-O (i.e. RDF) may be modeled using:
-
-:account1
-   a prov:Account, sd:NamedGraph; 
-   sd:name <>; 
-   sd:graph [ a void:Dataset; void:dataDump <>; void:triples x ] .
-
-Abstract accounts that are independent of location may be modeled using:
-
-:account2
-   a prov:Account, void:Dataset; 
-   void:dataDump <>; 
-    void:triples        x .
-
-
-(sd : http://www.w3.org/ns/sparql-service-description#)
-(void : http://rdfs.org/ns/void#)"""@en ;
-    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#FurtherConsiderations" ;
-    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#account-constraints" ;
-    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#account" .
-
 :Activity
     a owl:Class ;
     rdfs:comment "An activity is something that occurs over a period of time and acts upon or with entities. This action can take multiple forms: consuming, processing, transforming, modifying, relocating, using, generating, or being associated with entities. Activities that operate on digital entities may for example move, copy, or duplicate them."@en ;
@@ -133,6 +105,34 @@
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribution" ;
     :unqualifiedForm :wasAttributedTo .
 
+: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:label "Account" ;
+    rdfs:subClassOf :Entity ;
+    :category "expanded" ;
+    :definition "An account is any mechanism by which a set of provenance descriptions can be bundled up and named."^^xsd:anyURI ;
+    :editorialNote """Accounts expressed in PROV-O (i.e. RDF) may be modeled using:
+
+:account1
+   a prov:Account, sd:NamedGraph; 
+   sd:name <>; 
+   sd:graph [ a void:Dataset; void:dataDump <>; void:triples x ] .
+
+Abstract accounts that are independent of location may be modeled using:
+
+:account2
+   a prov:Account, void:Dataset; 
+   void:dataDump <>; 
+    void:triples        x .
+
+
+(sd : http://www.w3.org/ns/sparql-service-description#)
+(void : http://rdfs.org/ns/void#)"""@en ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#FurtherConsiderations" ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#account-constraints" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#account" .
+
 :Communication
     a owl:Class ;
     rdfs:comment "An instance of prov:Communication provides additional descriptions about the binary prov:wasInformedBy relation from an informed prov:Activity to the prov:Activity that informed it. For example, :you_jumping_off_bridge prov:wasInformedBy :everyone_else_jumping_off_bridge; prov:qualifiedCommunication [ a prov:Communication; prov:entity :everyone_else_jumping_off_bridge; :foo :bar ]."@en ;