added prov:invalidated
authorTim L <lebot@rpi.edu>
Sun, 01 Jul 2012 00:32:30 -0400
changeset 3565 ff9912b7027f
parent 3564 a0d0ce8249ed
child 3566 3b5083cf7f07
added prov:invalidated
ontology/ProvenanceOntology.owl
ontology/diagram-history/2012-05-03/expanded.graffle
ontology/prov.ttl
--- a/ontology/ProvenanceOntology.owl	Sat Jun 30 23:35:54 2012 -0400
+++ b/ontology/ProvenanceOntology.owl	Sun Jul 01 00:32:30 2012 -0400
@@ -49,12 +49,12 @@
     <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#definition">
         <rdfs:comment xml:lang="en">A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term.</rdfs:comment>
     </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#editorialNote">
+        <rdfs:comment xml:lang="en">A note by the OWL development team about how this term expresses the PROV-DM concept, or how it should be used in context of semantic web or linked data.</rdfs:comment>
+    </owl:AnnotationProperty>
     <owl:AnnotationProperty rdf:about="&rdfs;label">
         <rdfs:comment xml:lang="en"></rdfs:comment>
     </owl:AnnotationProperty>
-    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#editorialNote">
-        <rdfs:comment xml:lang="en">A note by the OWL development team about how this term expresses the PROV-DM concept, or how it should be used in context of semantic web or linked data.</rdfs:comment>
-    </owl:AnnotationProperty>
     <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#inverse">
         <rdfs:comment xml:lang="en">PROV-O does not define all property inverses. The directionalities defined in PROV-O should be given preference over those not defined. However, if users wish to name the inverse of a PROV-O property, the local name given by prov:inverse should be used.</rdfs:comment>
         <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov-o/#names-of-inverse-properties"/>
@@ -66,17 +66,17 @@
         <rdfs:comment xml:lang="en">A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept.</rdfs:comment>
         <rdfs:subPropertyOf rdf:resource="&rdfs;seeAlso"/>
     </owl:AnnotationProperty>
-    <owl:AnnotationProperty rdf:about="&owl;versionInfo"/>
     <owl:AnnotationProperty rdf:about="&rdfs;seeAlso">
         <rdfs:comment xml:lang="en"></rdfs:comment>
     </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="&owl;versionInfo"/>
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#category">
+        <rdfs:comment xml:lang="en">Classify prov-o terms into three categories, including &#39;starting-point&#39;, &#39;qualifed&#39;, and &#39;extended&#39;. This classification is used by the prov-o html document to gently introduce prov-o terms to its users. </rdfs:comment>
+    </owl:AnnotationProperty>
     <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#dm">
         <rdfs:comment xml:lang="en">A reference to the principal section of the PROV-DM document that describes this concept.</rdfs:comment>
         <rdfs:subPropertyOf rdf:resource="&rdfs;seeAlso"/>
     </owl:AnnotationProperty>
-    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#category">
-        <rdfs:comment xml:lang="en">Classify prov-o terms into three categories, including &#39;starting-point&#39;, &#39;qualifed&#39;, and &#39;extended&#39;. This classification is used by the prov-o html document to gently introduce prov-o terms to its users. </rdfs:comment>
-    </owl:AnnotationProperty>
     <owl:AnnotationProperty rdf:about="&rdfs;isDefinedBy"/>
     <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#editorsDefinition">
         <rdfs:comment xml:lang="en">When the prov-o term does not have a definition drawn from prov-dm, and the prov-o editor provides one.</rdfs:comment>
@@ -250,8 +250,8 @@
     <!-- http://www.w3.org/ns/prov#generated -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#generated">
+        <editorialNote>prov:generated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions.</editorialNote>
         <component>entities-activities</component>
-        <editorialNote>prov:generated is the only inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions.</editorialNote>
         <inverse>wasGeneratedBy</inverse>
         <category>expanded</category>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
@@ -461,6 +461,20 @@
     
 
 
+    <!-- http://www.w3.org/ns/prov#invalidated -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#invalidated">
+        <category>expanded</category>
+        <inverse>wasInvalidatedBy</inverse>
+        <component>entities-activities</component>
+        <editorialNote>prov:invalidated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions.</editorialNote>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influenced"/>
+        <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasInvalidatedBy"/>
+    </owl:ObjectProperty>
+    
+
+
     <!-- http://www.w3.org/ns/prov#mentionOf -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#mentionOf">
@@ -775,9 +789,9 @@
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasDerivedFrom">
         <inverse>hadDerivation</inverse>
+        <rdfs:comment xml:lang="en">A derivation is a transformation of an entity into another, a construction of an entity into another, or an update of an entity, resulting in a new one.</rdfs:comment>
         <constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
         <definition xml:lang="en">A derivation is a transformation of an entity into another, a construction of an entity into another, or an update of an entity, resulting in a new one.</definition>
-        <rdfs:comment xml:lang="en">A derivation is a transformation of an entity into another, a construction of an entity into another, or an update of an entity, resulting in a new one.</rdfs:comment>
         <category>starting-point</category>
         <component>derivations</component>
         <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
@@ -857,6 +871,15 @@
 </editorialNote>
         <component>agents-responsibility</component>
         <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <rdfs:domain>
+            <owl:Class>
+                <owl:unionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
+                </owl:unionOf>
+            </owl:Class>
+        </rdfs:domain>
         <rdfs:range>
             <owl:Class>
                 <owl:unionOf rdf:parseType="Collection">
@@ -866,19 +889,10 @@
                 </owl:unionOf>
             </owl:Class>
         </rdfs:range>
-        <rdfs:domain>
-            <owl:Class>
-                <owl:unionOf rdf:parseType="Collection">
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
-                </owl:unionOf>
-            </owl:Class>
-        </rdfs:domain>
     </owl:ObjectProperty>
     <owl:Axiom>
+        <dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence</dm>
         <definition>influencee: an identifier (o2) for an entity, activity, or agent; </definition>
-        <dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence</dm>
         <owl:annotatedProperty rdf:resource="&rdfs;domain"/>
         <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
         <owl:annotatedTarget>
@@ -892,8 +906,8 @@
         </owl:annotatedTarget>
     </owl:Axiom>
     <owl:Axiom>
+        <definition>influencer: an identifier (o1) for an ancestor entity, activity, or agent that the former depends on;</definition>
         <dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence</dm>
-        <definition>influencer: an identifier (o1) for an ancestor entity, activity, or agent that the former depends on;</definition>
         <owl:annotatedProperty rdf:resource="&rdfs;range"/>
         <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
         <owl:annotatedTarget>
--- a/ontology/diagram-history/2012-05-03/expanded.graffle	Sat Jun 30 23:35:54 2012 -0400
+++ b/ontology/diagram-history/2012-05-03/expanded.graffle	Sun Jul 01 00:32:30 2012 -0400
@@ -14,7 +14,7 @@
 	<key>BackgroundGraphic</key>
 	<dict>
 		<key>Bounds</key>
-		<string>{{0, 0}, {1318, 782}}</string>
+		<string>{{0, 0}, {1345, 883}}</string>
 		<key>Class</key>
 		<string>SolidGraphic</string>
 		<key>ID</key>
@@ -38,7 +38,7 @@
 	<key>CanvasOrigin</key>
 	<string>{0, 0}</string>
 	<key>CanvasSize</key>
-	<string>{1318, 782}</string>
+	<string>{1345, 883}</string>
 	<key>ColumnAlign</key>
 	<integer>1</integer>
 	<key>ColumnSpacing</key>
@@ -411,7 +411,7 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{408.73702750416703, 211.09755259380009}, {74, 19}}</string>
+			<string>{{235.14285714285828, 253.35713972364283}, {91, 19}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>FitText</key>
@@ -422,31 +422,20 @@
 			<dict>
 				<key>Color</key>
 				<dict>
-					<key>b</key>
+					<key>w</key>
 					<string>0</string>
-					<key>g</key>
-					<string>0.501961</string>
-					<key>r</key>
-					<string>1</string>
 				</dict>
 				<key>Font</key>
 				<string>Georgia</string>
+				<key>NSKern</key>
+				<real>0.0</real>
 				<key>Size</key>
 				<real>16</real>
 			</dict>
 			<key>ID</key>
-			<integer>855</integer>
+			<integer>858</integer>
 			<key>Layer</key>
 			<integer>1</integer>
-			<key>Line</key>
-			<dict>
-				<key>ID</key>
-				<integer>853</integer>
-				<key>Position</key>
-				<real>0.3554747998714447</real>
-				<key>RotationType</key>
-				<integer>0</integer>
-			</dict>
 			<key>Shape</key>
 			<string>Rectangle</string>
 			<key>Style</key>
@@ -469,10 +458,11 @@
 				<key>Text</key>
 				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470
 {\fonttbl\f0\fnil\fcharset0 Georgia;}
-{\colortbl;\red255\green255\blue255;\red255\green128\blue0;}
+{\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
 
-\f0\fs32 \cf2 inContext}</string>
+\f0\fs32 \cf0 \expnd0\expndtw0\kerning0
+hadMember}</string>
 				<key>VerticalPad</key>
 				<integer>0</integer>
 			</dict>
@@ -480,26 +470,145 @@
 			<string>NO</string>
 		</dict>
 		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>856</integer>
+			</dict>
+			<key>ID</key>
+			<integer>857</integer>
+			<key>Layer</key>
+			<integer>1</integer>
+			<key>Points</key>
+			<array>
+				<string>{521.0158912030231, 190.07591795425552}</string>
+				<string>{549.14285714285711, 204.57142857142858}</string>
+				<string>{543.72132857142844, 232}</string>
+				<string>{496.35641564583472, 208.71324161536646}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.501961</string>
+						<key>g</key>
+						<string>0.501961</string>
+						<key>r</key>
+						<string>0.501961</string>
+					</dict>
+					<key>HeadArrow</key>
+					<string>FilledArrow</string>
+					<key>Legacy</key>
+					<true/>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+					<key>Width</key>
+					<real>2</real>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>842</integer>
+				<key>Info</key>
+				<integer>7</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>842</integer>
+				<key>Info</key>
+				<integer>14</integer>
+			</dict>
+			<key>ID</key>
+			<integer>853</integer>
+			<key>Layer</key>
+			<integer>1</integer>
+			<key>Points</key>
+			<array>
+				<string>{269.30648261095195, 210.75690052105361}</string>
+				<string>{268.57142857142912, 246.8571428571428}</string>
+				<string>{292.57142857142924, 249.14285714285708}</string>
+				<string>{296.52993885756609, 229.06198695257336}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.501961</string>
+						<key>g</key>
+						<string>0.501961</string>
+						<key>r</key>
+						<string>0.501961</string>
+					</dict>
+					<key>HeadArrow</key>
+					<string>FilledArrow</string>
+					<key>Legacy</key>
+					<true/>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+					<key>Width</key>
+					<real>2</real>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>812</integer>
+				<key>Info</key>
+				<integer>7</integer>
+			</dict>
+		</dict>
+		<dict>
 			<key>Bounds</key>
-			<string>{{526.80056290236848, 211.42854854038788}, {36.498168999999997, 29.000001999999999}}</string>
+			<string>{{387.97629699497782, 156.96721000000053}, {116.09424, 54}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
-			<key>HFlip</key>
-			<string>YES</string>
+			<key>FontInfo</key>
+			<dict>
+				<key>Color</key>
+				<dict>
+					<key>w</key>
+					<string>0</string>
+				</dict>
+				<key>Font</key>
+				<string>Georgia</string>
+				<key>NSKern</key>
+				<real>0.0</real>
+				<key>Size</key>
+				<real>16</real>
+			</dict>
 			<key>ID</key>
-			<integer>854</integer>
+			<integer>856</integer>
 			<key>Layer</key>
 			<integer>1</integer>
 			<key>Magnets</key>
 			<array>
-				<string>{1, 1}</string>
-				<string>{1, -1}</string>
-				<string>{-1, -1}</string>
-				<string>{-1, 1}</string>
-				<string>{0, 1}</string>
-				<string>{0, -1}</string>
-				<string>{1, 0}</string>
-				<string>{-1, 0}</string>
+				<string>{0, -0.5}</string>
+				<string>{0.039331435999999997, -0.5}</string>
+				<string>{-0.28893053892616649, -0.49999999999999956}</string>
+				<string>{-2.3841858000000002e-07, -2.3841858000000002e-07}</string>
+				<string>{0.49999988000000001, -9.536743200000001e-07}</string>
+				<string>{0.49999976000000002, 0.10706591999999999}</string>
+				<string>{0.49999976000000002, -0.089067459000000002}</string>
+				<string>{-0.50000023999999998, 0.24999975999999999}</string>
+				<string>{-0.49697614000000001, -0.25000023999999998}</string>
 			</array>
 			<key>Shape</key>
 			<string>Rectangle</string>
@@ -510,11 +619,11 @@
 					<key>Color</key>
 					<dict>
 						<key>b</key>
-						<string>0.901961</string>
+						<string>0.871251</string>
 						<key>g</key>
-						<string>0.901961</string>
+						<string>0.994861</string>
 						<key>r</key>
-						<string>0.901961</string>
+						<string>1</string>
 					</dict>
 				</dict>
 				<key>shadow</key>
@@ -533,114 +642,8 @@
 						<key>r</key>
 						<string>0.6</string>
 					</dict>
-				</dict>
-			</dict>
-			<key>VFlip</key>
-			<string>YES</string>
-		</dict>
-		<dict>
-			<key>Class</key>
-			<string>LineGraphic</string>
-			<key>Head</key>
-			<dict>
-				<key>ID</key>
-				<integer>854</integer>
-			</dict>
-			<key>ID</key>
-			<integer>853</integer>
-			<key>Layer</key>
-			<integer>1</integer>
-			<key>Points</key>
-			<array>
-				<string>{405.50791379496718, 202.52968192496098}</string>
-				<string>{458.95451130359629, 224.20246855590824}</string>
-				<string>{526.80056290236848, 225.92854954038788}</string>
-			</array>
-			<key>Style</key>
-			<dict>
-				<key>stroke</key>
-				<dict>
-					<key>Color</key>
-					<dict>
-						<key>b</key>
-						<string>0</string>
-						<key>g</key>
-						<string>0.501961</string>
-						<key>r</key>
-						<string>1</string>
-					</dict>
-					<key>HeadArrow</key>
-					<string>FilledArrow</string>
-					<key>Legacy</key>
-					<true/>
-					<key>LineType</key>
-					<integer>1</integer>
-					<key>TailArrow</key>
-					<string>0</string>
-					<key>Width</key>
-					<real>2</real>
-				</dict>
-			</dict>
-			<key>Tail</key>
-			<dict>
-				<key>ID</key>
-				<integer>842</integer>
-			</dict>
-		</dict>
-		<dict>
-			<key>Bounds</key>
-			<string>{{7.4956274000000001, 353.87340999999998}, {86, 29.000001999999999}}</string>
-			<key>Class</key>
-			<string>ShapedGraphic</string>
-			<key>HFlip</key>
-			<string>YES</string>
-			<key>ID</key>
-			<integer>852</integer>
-			<key>Layer</key>
-			<integer>1</integer>
-			<key>Magnets</key>
-			<array>
-				<string>{1, 1}</string>
-				<string>{1, -1}</string>
-				<string>{-1, -1}</string>
-				<string>{-1, 1}</string>
-				<string>{0, 1}</string>
-				<string>{0, -1}</string>
-				<string>{1, 0}</string>
-				<string>{-1, 0}</string>
-			</array>
-			<key>Shape</key>
-			<string>Rectangle</string>
-			<key>Style</key>
-			<dict>
-				<key>fill</key>
-				<dict>
-					<key>Color</key>
-					<dict>
-						<key>b</key>
-						<string>0.901961</string>
-						<key>g</key>
-						<string>0.901961</string>
-						<key>r</key>
-						<string>0.901961</string>
-					</dict>
-				</dict>
-				<key>shadow</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-				<key>stroke</key>
-				<dict>
-					<key>Color</key>
-					<dict>
-						<key>b</key>
-						<string>0.6</string>
-						<key>g</key>
-						<string>0.6</string>
-						<key>r</key>
-						<string>0.6</string>
-					</dict>
+					<key>CornerRadius</key>
+					<real>17</real>
 				</dict>
 			</dict>
 			<key>Text</key>
@@ -651,14 +654,15 @@
 {\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
 
-\f0\fs32 \cf0 owl:Thing}</string>
+\f0\fs32 \cf0 \expnd0\expndtw0\kerning0
+Bundle}</string>
 			</dict>
 			<key>VFlip</key>
 			<string>YES</string>
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{188.08125251245082, 157.7070648177849}, {42, 19}}</string>
+			<string>{{171.67045158334486, 179.85714531380148}, {42, 19}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>FitText</key>
@@ -669,15 +673,13 @@
 			<dict>
 				<key>Color</key>
 				<dict>
-					<key>b</key>
+					<key>w</key>
 					<string>0</string>
-					<key>g</key>
-					<string>0.501961</string>
-					<key>r</key>
-					<string>1</string>
 				</dict>
 				<key>Font</key>
 				<string>Georgia</string>
+				<key>NSKern</key>
+				<real>0.0</real>
 				<key>Size</key>
 				<real>16</real>
 			</dict>
@@ -685,15 +687,6 @@
 			<integer>851</integer>
 			<key>Layer</key>
 			<integer>1</integer>
-			<key>Line</key>
-			<dict>
-				<key>ID</key>
-				<integer>849</integer>
-				<key>Position</key>
-				<real>0.71243011951446533</real>
-				<key>RotationType</key>
-				<integer>0</integer>
-			</dict>
 			<key>Shape</key>
 			<string>Rectangle</string>
 			<key>Style</key>
@@ -716,10 +709,11 @@
 				<key>Text</key>
 				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470
 {\fonttbl\f0\fnil\fcharset0 Georgia;}
-{\colortbl;\red255\green255\blue255;\red255\green128\blue0;}
+{\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
 
-\f0\fs32 \cf2 value}</string>
+\f0\fs32 \cf0 \expnd0\expndtw0\kerning0
+value}</string>
 				<key>VerticalPad</key>
 				<integer>0</integer>
 			</dict>
@@ -728,7 +722,7 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{190.43037240443624, 126.42608084959849}, {36.498168999999997, 13.508502960205078}}</string>
+			<string>{{169.28751526157919, 126.42608084959849}, {36.498168999999997, 13.508502960205078}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>HFlip</key>
@@ -799,9 +793,9 @@
 			<integer>1</integer>
 			<key>Points</key>
 			<array>
-				<string>{260.54505002956046, 176.35764563911962}</string>
-				<string>{214.08383165039055, 178.41611926896232}</string>
-				<string>{208.74899484480594, 140.42972466214655}</string>
+				<string>{239.45262002805777, 155.64840006796226}</string>
+				<string>{192.9409745075335, 178.41611926896232}</string>
+				<string>{187.60613770194888, 140.42972466214655}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -832,6 +826,8 @@
 			<dict>
 				<key>ID</key>
 				<integer>842</integer>
+				<key>Info</key>
+				<integer>5</integer>
 			</dict>
 		</dict>
 		<dict>
@@ -1145,9 +1141,10 @@
 			<integer>1</integer>
 			<key>Points</key>
 			<array>
-				<string>{93.495627400000018, 368.37341099999998}</string>
-				<string>{190.71424999999999, 372.14287999999999}</string>
-				<string>{202.91364855788484, 342.19023521899101}</string>
+				<string>{192.91874748755021, 406.28571428571468}</string>
+				<string>{387.02204320183739, 410.85714285714323}</string>
+				<string>{564.22164069217558, 420.97424706891729}</string>
+				<string>{598.04540007817241, 394.81341697301349}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -1156,11 +1153,11 @@
 					<key>Color</key>
 					<dict>
 						<key>b</key>
-						<string>0</string>
+						<string>0.501961</string>
 						<key>g</key>
 						<string>0.501961</string>
 						<key>r</key>
-						<string>1</string>
+						<string>0.501961</string>
 					</dict>
 					<key>HeadArrow</key>
 					<string>FilledArrow</string>
@@ -1174,11 +1171,6 @@
 					<real>2</real>
 				</dict>
 			</dict>
-			<key>Tail</key>
-			<dict>
-				<key>ID</key>
-				<integer>852</integer>
-			</dict>
 		</dict>
 		<dict>
 			<key>Class</key>
@@ -1203,9 +1195,9 @@
 			<integer>1</integer>
 			<key>Points</key>
 			<array>
-				<string>{405.50652002671745, 183.64189239241665}</string>
-				<string>{439.31038999999998, 169.64407}</string>
-				<string>{405.5336491367122, 162.46980974354076}</string>
+				<string>{521.06003324267544, 174.29398847118517}</string>
+				<string>{553.64804506696487, 167.21074554709298}</string>
+				<string>{521.07088648008391, 165.67429893251168}</string>
 			</array>
 			<key>Rotation</key>
 			<real>90</real>
@@ -1218,11 +1210,11 @@
 					<key>Color</key>
 					<dict>
 						<key>b</key>
-						<string>0</string>
+						<string>0.501961</string>
 						<key>g</key>
 						<string>0.501961</string>
 						<key>r</key>
-						<string>1</string>
+						<string>0.501961</string>
 					</dict>
 					<key>HeadArrow</key>
 					<string>FilledArrow</string>
@@ -1241,12 +1233,12 @@
 				<key>ID</key>
 				<integer>842</integer>
 				<key>Info</key>
-				<integer>7</integer>
+				<integer>12</integer>
 			</dict>
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{436.48051220982131, 141.43332445290702}, {139, 57}}</string>
+			<string>{{554.70124053571362, 138.28571428571431}, {139, 57}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>FitText</key>
@@ -1257,15 +1249,13 @@
 			<dict>
 				<key>Color</key>
 				<dict>
-					<key>b</key>
+					<key>w</key>
 					<string>0</string>
-					<key>g</key>
-					<string>0.501961</string>
-					<key>r</key>
-					<string>1</string>
 				</dict>
 				<key>Font</key>
 				<string>Georgia</string>
+				<key>NSKern</key>
+				<real>0.0</real>
 				<key>Size</key>
 				<real>16</real>
 			</dict>
@@ -1293,12 +1283,13 @@
 				<key>Text</key>
 				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470
 {\fonttbl\f0\fnil\fcharset0 Georgia;}
-{\colortbl;\red255\green255\blue255;\red255\green128\blue0;}
+{\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
 
-\f0\fs32 \cf2 alternateOf / \
+\f0\fs32 \cf0 \expnd0\expndtw0\kerning0
+alternateOf / \
 specializationOf / \
-contextualized}</string>
+mentionOf}</string>
 				<key>VerticalPad</key>
 				<integer>0</integer>
 			</dict>
@@ -1307,7 +1298,7 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{139.03156999999999, 42.735771}, {114.63639000000001, 29.000001999999999}}</string>
+			<string>{{106.85714285714288, 42.735768820172993}, {114.63639000000001, 29.000001999999999}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>HFlip</key>
@@ -1376,7 +1367,7 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{93.928543000000005, 84.580939999999998}, {133, 29}}</string>
+			<string>{{100.57142857142861, 85.723797142857222}, {133, 29}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>FitText</key>
@@ -1442,7 +1433,7 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{448.66228999999998, 42.735771}, {114.63639000000001, 29.000001999999999}}</string>
+			<string>{{543.72132857142844, 42.735768820172993}, {114.63639000000001, 29.000001999999999}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>HFlip</key>
@@ -1511,7 +1502,7 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{427.51238999999998, 84.580939999999998}, {142, 29}}</string>
+			<string>{{532.28571428571195, 85.723797986188572}, {142, 29}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>FitText</key>
@@ -1582,6 +1573,8 @@
 			<dict>
 				<key>ID</key>
 				<integer>825</integer>
+				<key>Info</key>
+				<integer>3</integer>
 			</dict>
 			<key>ID</key>
 			<integer>829</integer>
@@ -1589,8 +1582,8 @@
 			<integer>1</integer>
 			<key>Points</key>
 			<array>
-				<string>{267.56074647195533, 130.04270431944266}</string>
-				<string>{196.34976499999999, 71.735772999999995}</string>
+				<string>{248.48439541999039, 128.85944877907525}</string>
+				<string>{221.49353285714292, 71.735770820173002}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -1641,8 +1634,8 @@
 			<integer>1</integer>
 			<key>Points</key>
 			<array>
-				<string>{398.34448657002116, 129.90046967462646}</string>
-				<string>{448.66228999999998, 71.735772999999995}</string>
+				<string>{511.18665108437153, 128.85944877907525}</string>
+				<string>{543.72132857142833, 71.735770820173002}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -1679,22 +1672,20 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{167.56926999999999, 287.72717}, {93.059539999999998, 54}}</string>
+			<string>{{586.01505606176795, 341.12996564034597}, {93.059539999999998, 54}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>FontInfo</key>
 			<dict>
 				<key>Color</key>
 				<dict>
-					<key>b</key>
+					<key>w</key>
 					<string>0</string>
-					<key>g</key>
-					<string>0.501961</string>
-					<key>r</key>
-					<string>1</string>
 				</dict>
 				<key>Font</key>
 				<string>Georgia</string>
+				<key>NSKern</key>
+				<real>0.0</real>
 				<key>Size</key>
 				<real>16</real>
 			</dict>
@@ -1757,29 +1748,26 @@
 				<key>Text</key>
 				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470
 {\fonttbl\f0\fnil\fcharset0 Georgia;}
-{\colortbl;\red255\green255\blue255;\red255\green128\blue0;}
+{\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
 
-\f0\fs32 \cf2 Location}</string>
+\f0\fs32 \cf0 \expnd0\expndtw0\kerning0
+Location}</string>
 			</dict>
 			<key>VFlip</key>
 			<string>YES</string>
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{276.13101, 152.96720999999999}, {116.09424, 54}}</string>
+			<string>{{254.98814849748936, 156.96720999999988}, {116.09424, 54}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>FontInfo</key>
 			<dict>
 				<key>Color</key>
 				<dict>
-					<key>b</key>
+					<key>w</key>
 					<string>0</string>
-					<key>g</key>
-					<string>0.501961</string>
-					<key>r</key>
-					<string>1</string>
 				</dict>
 				<key>Font</key>
 				<string>Georgia</string>
@@ -1798,11 +1786,11 @@
 			<array>
 				<string>{0, -0.5}</string>
 				<string>{0.039331435999999997, -0.5}</string>
-				<string>{-0.040031432999999998, -0.5}</string>
+				<string>{-0.28893053892616649, -0.49999999999999956}</string>
 				<string>{-2.3841858000000002e-07, -2.3841858000000002e-07}</string>
 				<string>{0.49999988000000001, -9.536743200000001e-07}</string>
 				<string>{0.49999976000000002, 0.10706591999999999}</string>
-				<string>{0.49999976000000002, -0.089067459000000002}</string>
+				<string>{0.37666628324142026, -0.49610538001951365}</string>
 				<string>{-0.50000023999999998, 0.24999975999999999}</string>
 				<string>{-0.49697614000000001, -0.25000023999999998}</string>
 			</array>
@@ -1847,18 +1835,18 @@
 				<key>Text</key>
 				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470
 {\fonttbl\f0\fnil\fcharset0 Georgia;}
-{\colortbl;\red255\green255\blue255;\red255\green128\blue0;}
+{\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
 
-\f0\fs32 \cf2 \expnd0\expndtw0\kerning0
-Bundle}</string>
+\f0\fs32 \cf0 \expnd0\expndtw0\kerning0
+Collection}</string>
 			</dict>
 			<key>VFlip</key>
 			<string>YES</string>
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{261.04455999999999, 126.42608}, {144, 93.438918999999999}}</string>
+			<string>{{239.90170285714311, 126.42608000000001}, {280.66973876953125, 102.14534759521484}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>FontInfo</key>
@@ -1880,13 +1868,16 @@
 				<string>{0.039331435999999997, -0.5}</string>
 				<string>{-0.040031432999999998, -0.5}</string>
 				<string>{-1.1920929000000001e-07, 0}</string>
-				<string>{0.49999988000000001, 0}</string>
+				<string>{0.5, -0.21606644735790126}</string>
 				<string>{-0.49683261000000001, -0.11640215}</string>
 				<string>{-0.49683261000000001, 0.11640238999999999}</string>
 				<string>{0.5, -0.11640215}</string>
 				<string>{0.5, 0.11640263000000001}</string>
 				<string>{-0.46656287000000002, -0.47617738999999998}</string>
 				<string>{0.46942066999999998, -0.47617738999999998}</string>
+				<string>{-0.49999999999999956, -0.03033487510684596}</string>
+				<string>{-0.4002385751381714, 0.49440574036245555}</string>
+				<string>{0.29789435283643129, 0.50000000000000022}</string>
 			</array>
 			<key>Shape</key>
 			<string>Rectangle</string>
@@ -1939,7 +1930,7 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{276.70245, 287.72717}, {113.6842, 54}}</string>
+			<string>{{323.39447224190906, 341.12997000000007}, {113.6842, 54}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>FontInfo</key>
@@ -2035,9 +2026,9 @@
 			<integer>1</integer>
 			<key>Points</key>
 			<array>
-				<string>{338.80908635200001, 126.42607999999998}</string>
-				<string>{334.70596, 88.011322000000007}</string>
-				<string>{327.38083321599998, 126.42607999999998}</string>
+				<string>{391.47218408458872, 126.42608000000001}</string>
+				<string>{380.56310285714346, 90.297036285714299}</string>
+				<string>{369.1974283743582, 126.42608000000001}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -2067,7 +2058,7 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{276.70245, 8.0097351000000003}, {143, 76}}</string>
+			<string>{{308.54775714285779, 8.0194702000000007}, {143, 76}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>FitText</key>
@@ -2115,7 +2106,7 @@
 {\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
 
-\f0\fs32 \cf0 tracedTo /\
+\f0\fs32 \cf0 wasInfluencedBy /\
 wasQuotedFrom /\
 wasRevisionOf /\
 hadPrimarySource}</string>
@@ -2139,9 +2130,9 @@
 			<integer>1</integer>
 			<key>Points</key>
 			<array>
-				<string>{353.50980570321298, 220.32370105027891}</string>
-				<string>{367.48041000000001, 252.52991}</string>
-				<string>{348.51569563300234, 287.28825205140771}</string>
+				<string>{392.68867683637683, 229.05745393669284}</string>
+				<string>{408.90889142857321, 296.21842428571432}</string>
+				<string>{391.18711357838492, 340.66552632841461}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -2179,9 +2170,9 @@
 			<integer>1</integer>
 			<key>Points</key>
 			<array>
-				<string>{319.93979717459069, 287.27918065139659}</string>
-				<string>{305.19443000000001, 257.52996999999999}</string>
-				<string>{317.46863133049828, 220.33980784617907}</string>
+				<string>{372.35935070704954, 340.64932654989576}</string>
+				<string>{353.19434000000183, 273.78991285714295}</string>
+				<string>{365.7582428445117, 229.05280463496757}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -2207,7 +2198,7 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{362.67481428571421, 254.42188046307163}, {136, 29}}</string>
+			<string>{{409.7900940618058, 257.38461357591893}, {136, 29}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>FitText</key>
@@ -2262,7 +2253,7 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{192.00009, 230.59719999999999}, {119, 48}}</string>
+			<string>{{239.42857142857167, 292.57142857142873}, {119, 48}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>FitText</key>
@@ -2320,7 +2311,7 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{108.85715, 350.85714999999999}, {86, 19}}</string>
+			<string>{{498.40892354652874, 397.40278256138419}, {86, 19}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>FitText</key>
@@ -2331,15 +2322,13 @@
 			<dict>
 				<key>Color</key>
 				<dict>
-					<key>b</key>
+					<key>w</key>
 					<string>0</string>
-					<key>g</key>
-					<string>0.501961</string>
-					<key>r</key>
-					<string>1</string>
 				</dict>
 				<key>Font</key>
 				<string>Georgia</string>
+				<key>NSKern</key>
+				<real>0.0</real>
 				<key>Size</key>
 				<real>16</real>
 			</dict>
@@ -2369,10 +2358,71 @@
 				<key>Text</key>
 				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470
 {\fonttbl\f0\fnil\fcharset0 Georgia;}
-{\colortbl;\red255\green255\blue255;\red255\green128\blue0;}
+{\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
 
-\f0\fs32 \cf2 atLocation}</string>
+\f0\fs32 \cf0 \expnd0\expndtw0\kerning0
+atLocation}</string>
+				<key>VerticalPad</key>
+				<integer>0</integer>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{554.70124162946479, 209.57142639160165}, {86, 19}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FitText</key>
+			<string>YES</string>
+			<key>Flow</key>
+			<string>Resize</string>
+			<key>FontInfo</key>
+			<dict>
+				<key>Color</key>
+				<dict>
+					<key>w</key>
+					<string>0</string>
+				</dict>
+				<key>Font</key>
+				<string>Georgia</string>
+				<key>NSKern</key>
+				<real>0.0</real>
+				<key>Size</key>
+				<real>16</real>
+			</dict>
+			<key>ID</key>
+			<integer>855</integer>
+			<key>Layer</key>
+			<integer>1</integer>
+			<key>Shape</key>
+			<string>Rectangle</string>
+			<key>Style</key>
+			<dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+				<key>stroke</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Pad</key>
+				<integer>2</integer>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470
+{\fonttbl\f0\fnil\fcharset0 Georgia;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\fs32 \cf0 \expnd0\expndtw0\kerning0
+asInBundle}</string>
 				<key>VerticalPad</key>
 				<integer>0</integer>
 			</dict>
@@ -2437,7 +2487,7 @@
 	<key>MasterSheets</key>
 	<array/>
 	<key>ModificationDate</key>
-	<string>2012-06-18 21:03:33 +0000</string>
+	<string>2012-07-01 03:35:33 +0000</string>
 	<key>Modifier</key>
 	<string>lebot</string>
 	<key>NotesVisible</key>
@@ -2528,7 +2578,7 @@
 			</dict>
 		</array>
 		<key>Frame</key>
-		<string>{{326, 69}, {1315, 875}}</string>
+		<string>{{169, 52}, {1342, 976}}</string>
 		<key>ListView</key>
 		<true/>
 		<key>OutlineWidth</key>
@@ -2540,7 +2590,7 @@
 		<key>SidebarWidth</key>
 		<integer>120</integer>
 		<key>VisibleRegion</key>
-		<string>{{1.1428571428571428, 0.5714285714285714}, {751.42857142857144, 446.28571428571428}}</string>
+		<string>{{1.1428571428571428, 0.5714285714285714}, {766.85714285714289, 504}}</string>
 		<key>Zoom</key>
 		<real>1.75</real>
 		<key>ZoomValues</key>
--- a/ontology/prov.ttl	Sat Jun 30 23:35:54 2012 -0400
+++ b/ontology/prov.ttl	Sun Jul 01 00:32:30 2012 -0400
@@ -544,7 +544,7 @@
     owl:inverseOf :wasGeneratedBy ;
     :category "expanded" ;
     :component "entities-activities" ;
-    :editorialNote "prov:generated is the only inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions." ;
+    :editorialNote "prov:generated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions." ;
     :inverse "wasGeneratedBy" ;
     :sharesDefinitionWith :Generation .
 
@@ -687,6 +687,16 @@
     :editorsDefinition "This property is used as part of the qualified influence pattern. Subclasses of prov:Influence use these subproperties to reference the resource (Entity, Agent, or Activity) whose influence is being qualified." ;
     :inverse "involvement" .
 
+:invalidated
+    a owl:ObjectProperty ;
+    rdfs:subPropertyOf :influenced ;
+    owl:inverseOf :wasInvalidatedBy ;
+    :category "expanded" ;
+    :component "entities-activities" ;
+    :editorialNote "prov:invalidated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions." ;
+    :inverse "wasInvalidatedBy" ;
+    :sharesDefinitionWith :Invalidation .
+
 :invalidatedAtTime
     a owl:DatatypeProperty, owl:FunctionalProperty ;
     rdfs:comment "The time at which an entity began to be invalidated (i.e., no longer usable)."@en ;