mentions definition
authorTim L <lebot@rpi.edu>
Sat, 30 Jun 2012 19:03:30 -0400
changeset 3539 0f2f43f3f826
parent 3538 8c1a460c0ff4
child 3540 955c1110768c
mentions definition
ontology/ProvenanceOntology.owl
--- a/ontology/ProvenanceOntology.owl	Sat Jun 30 18:59:35 2012 -0400
+++ b/ontology/ProvenanceOntology.owl	Sat Jun 30 19:03:30 2012 -0400
@@ -203,8 +203,7 @@
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#asInBundle">
         <inverse>contextOf</inverse>
         <category>expanded</category>
-        <rdfs:comment xml:lang="en">TODO: set asInBundle rdfs:domain [ a owl:Class; that is the domain of mentionOf ] (trying to avoid naming the class.</rdfs:comment>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#ContextualizedEntity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#mentionOf"/>
     </owl:ObjectProperty>
     
 
@@ -462,8 +461,9 @@
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#mentionOf">
         <inverse>hadMention</inverse>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-mention</prov-dm>
         <category>expanded</category>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#ContextualizedEntity"/>
+        <definition xml:lang="en">The mention of an Entity in a Bundle (containing a description of this Entity) is another Entity that is a specialization of the former and that presents the Bundle as a further additional aspect. </definition>
         <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#specializationOf"/>
     </owl:ObjectProperty>