prov-o contextualization defs
authorTim L <lebot@rpi.edu>
Sun, 17 Jun 2012 22:50:43 -0700
changeset 3370 c2253fcbe293
parent 3369 837f729a325b
child 3371 7c42fbd6cf6c
prov-o contextualization defs
ontology/ProvenanceOntology.owl
ontology/prov.ttl
--- a/ontology/ProvenanceOntology.owl	Sun Jun 17 22:46:03 2012 -0700
+++ b/ontology/ProvenanceOntology.owl	Sun Jun 17 22:50:43 2012 -0700
@@ -223,6 +223,7 @@
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#contextualized">
         <category>expanded</category>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#ContextualizedEntity"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#ContextualizedEntity"/>
         <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#specializationOf"/>
     </owl:ObjectProperty>
@@ -512,6 +513,7 @@
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#inContext">
         <category>expanded</category>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#ContextualizedEntity"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#ContextualizedEntity"/>
     </owl:ObjectProperty>
     
@@ -1495,6 +1497,8 @@
     <owl:Class rdf:about="http://www.w3.org/ns/prov#ContextualizedEntity">
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <rdfs:comment>expanded</rdfs:comment>
+        <definition xml:lang="en">An entity that is a contextualization ◊ of another entity presents all aspects of the latter as per the latter&#39;s description in another bundle (referred to as remote bundle), and therefore constitutes a particular case of specialization of the latter entity.</definition>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-dm-20120614/prov-dm.html#term-contextualization</prov-dm>
     </owl:Class>
     
 
--- a/ontology/prov.ttl	Sun Jun 17 22:46:03 2012 -0700
+++ b/ontology/prov.ttl	Sun Jun 17 22:50:43 2012 -0700
@@ -170,7 +170,9 @@
 :ContextualizedEntity
     a owl:Class ;
     rdfs:comment "expanded" ;
-    rdfs:subClassOf :Entity .
+    rdfs:subClassOf :Entity ;
+    :definition "An entity that is a contextualization ◊ of another entity presents all aspects of the latter as per the latter's description in another bundle (referred to as remote bundle), and therefore constitutes a particular case of specialization of the latter entity."@en ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-dm-20120614/prov-dm.html#term-contextualization" .
 
 :Delegation
     a owl:Class ;
@@ -585,7 +587,8 @@
     a owl:ObjectProperty ;
     rdfs:domain :ContextualizedEntity ;
     rdfs:subPropertyOf :specializationOf ;
-    :category "expanded" .
+    :category "expanded" ;
+    :sharesDefinitionWith :ContextualizedEntity .
 
 :definition
     a owl:AnnotationProperty ;
@@ -794,7 +797,8 @@
 :inContext
     a owl:ObjectProperty ;
     rdfs:domain :ContextualizedEntity ;
-    :category "expanded" .
+    :category "expanded" ;
+    :sharesDefinitionWith :ContextualizedEntity .
 
 :inserted
     a owl:ObjectProperty ;