prov-o membershp
authorTim L <lebot@rpi.edu>
Mon, 18 Jun 2012 00:50:11 -0700
changeset 3387 5eaedb6d571e
parent 3386 d10466f08134
child 3388 531d81451051
prov-o membershp
ontology/ProvenanceOntology.owl
ontology/prov.ttl
--- a/ontology/ProvenanceOntology.owl	Mon Jun 18 00:45:07 2012 -0700
+++ b/ontology/ProvenanceOntology.owl	Mon Jun 18 00:50:11 2012 -0700
@@ -1747,7 +1747,8 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Membership">
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
-        <rdfs:comment xml:lang="en">Described members of a collection, in the form of key-value pairs. The Membership resource can also be annotated with attributes.</rdfs:comment>
+        <editorsDefinition xml:lang="en">An optional set of descriptions about the membership of KeyValuePairs in a prov:Dictionary.</editorsDefinition>
+        <rdfs:comment xml:lang="en">The descriptions on this Membership applies to the memberships of all KeyValuePairs cited by prov:pair.</rdfs:comment>
         <category>collections</category>
         <component>collections</component>
         <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#hadMember"/>
--- a/ontology/prov.ttl	Mon Jun 18 00:45:07 2012 -0700
+++ b/ontology/prov.ttl	Mon Jun 18 00:50:11 2012 -0700
@@ -342,10 +342,11 @@
 
 :Membership
     a owl:Class ;
-    rdfs:comment "Described members of a collection, in the form of key-value pairs. The Membership resource can also be annotated with attributes."@en ;
+    rdfs:comment "The descriptions on this Membership applies to the memberships of all KeyValuePairs cited by prov:pair."@en ;
     rdfs:subClassOf :EntityInvolvement ;
     :category "collections" ;
     :component "collections" ;
+    :editorsDefinition "An optional set of descriptions about the membership of KeyValuePairs in a prov:Dictionary."@en ;
     :unqualifiedForm :hadMember .
 
 :Organization