Added section 3.6
authorStephan Zednik <zednis@rpi.edu>
Mon, 21 Nov 2011 18:07:45 -0700
changeset 1003 eed80b38de85
parent 1002 308104055b00
child 1005 46067b31cccb
Added section 3.6
ontology/ProvenanceFormalModel.html
--- a/ontology/ProvenanceFormalModel.html	Mon Nov 21 22:36:22 2011 +0000
+++ b/ontology/ProvenanceFormalModel.html	Mon Nov 21 18:07:45 2011 -0700
@@ -1075,6 +1075,19 @@
 		  <a href="https://dvcs.w3.org/hg/prov/raw-file/34a479f3f5d0/ontology/diagram-history/2011-10-03-tlebo/ProvenanceOntology.owl.pdf"><img src="https://dvcs.w3.org/hg/prov/raw-file/34a479f3f5d0/ontology/diagram-history/2011-10-03-tlebo/ProvenanceOntology.owl.png" alt="Object properties among all classes in the PROV ontology"/></a>
 -->
       </section>
+      
+      <section id="overview-of-qualified-involvement">
+      <h3>Overview of Qualified Involvement</h3>
+      <p>The following diagram illustrates qualified involvements in the PROV ontology.</p>
+      <img src="diagram-history/qualified-involvements/QualifiedInvolvementDiagram.png"
+      	style="min-width: 45em; width: 55em; max-width: 95%"
+      	alt="Classes and properties of qualified involvement in the PROV ontology"/>
+      	
+      	<p>The Qualified involvement classes allow for the representation of qualifying information on the core provenance relations used, wasGeneratedBy, generation, and hadParticipant which are defined as OWL object properties in PROV-O.</p>
+      	<p>The OWL classes Usage, Generation, Control, and Participation are specializations of the class QualifiedInvolvement.  For each QualifiedInvolvement there must be some entity referenced via the property hadQualifiedEntity, for Participation and Control this entity is inferred to have type Agent.</p>
+      	<p>Qualified Involvement exists so qualifiers may be represented on core provenance relations between entities and activities. An example qualifier would be role information for an entity's involvement in the activity.  Role information always describes the entities function within the context of the entities association with the activity, which is why role is expressed on the QualifiedInvolvement.  Other qualifying information could include, time of involvement, location of entity in involvement, authority of agent in control, subset of document used in a usage, etc.  Only a few universal qualifiers will be defined in PRO-O, it is expected that users will define domain-specific qualifiers based on their unique requirements.</p>
+      </section>
+      
     </section>
 
 	<section id="specializing-provenance-ontology-for-domain-specific-provenance-applications">