--- a/ontology/ProvenanceOntology.owl Sat Jun 30 20:09:18 2012 -0400
+++ b/ontology/ProvenanceOntology.owl Sat Jun 30 20:18:10 2012 -0400
@@ -305,8 +305,8 @@
<owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadMember">
<component>collections</component>
+ <category>expanded</category>
<prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection</prov-dm>
- <category>collections</category>
<inverse>wasMemberOf</inverse>
<sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Collection"/>
<rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Collection"/>
@@ -583,7 +583,6 @@
<owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedInfluence">
<category>qualified</category>
<inverse>qualifiedInfluenceOf</inverse>
- <rdfs:comment xml:lang="en">If this prov:wasAttributedTo Entity :e, then it can qualify how using prov:qualifiedInfluence [ a prov:Influence; prov:entity :e; :foo :bar ]. If this prov:wasAttributedTo Activity :a, then it can qualify how using prov:qualifiedInfluence [ a prov:Influence; prov:activity :a; :foo :bar ].</rdfs:comment>
<component>derivations</component>
<rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
<rdfs:range rdf:resource="http://www.w3.org/ns/prov#Influence"/>
@@ -1290,8 +1289,8 @@
<owl:Class rdf:about="http://www.w3.org/ns/prov#Collection">
<rdfs:label xml:lang="en">Collection</rdfs:label>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
- <category>collections</category>
<component>collections</component>
+ <category>expanded</category>
<prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection</prov-dm>
<definition xml:lang="en">A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections.
--- a/ontology/prov.ttl Sat Jun 30 20:09:18 2012 -0400
+++ b/ontology/prov.ttl Sat Jun 30 20:18:10 2012 -0400
@@ -140,7 +140,7 @@
a owl:Class ;
rdfs:label "Collection"@en ;
rdfs:subClassOf :Entity ;
- :category "collections" ;
+ :category "expanded" ;
:component "collections" ;
:definition """A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections.
@@ -590,7 +590,7 @@
a owl:ObjectProperty ;
rdfs:domain :Collection ;
rdfs:range :Entity ;
- :category "collections" ;
+ :category "expanded" ;
:component "collections" ;
:inverse "wasMemberOf" ;
:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection" ;
@@ -834,7 +834,6 @@
:qualifiedInfluence
a owl:ObjectProperty ;
- rdfs:comment "If this prov:wasAttributedTo Entity :e, then it can qualify how using prov:qualifiedInfluence [ a prov:Influence; prov:entity :e; :foo :bar ]. If this prov:wasAttributedTo Activity :a, then it can qualify how using prov:qualifiedInfluence [ a prov:Influence; prov:activity :a; :foo :bar ]."@en ;
rdfs:domain :Entity ;
rdfs:range :Influence ;
:category "qualified" ;