--- a/ontology/Overview.html Thu Dec 08 15:27:17 2011 +0000
+++ b/ontology/Overview.html Thu Dec 08 15:27:58 2011 +0000
@@ -733,7 +733,7 @@
</div>
<p>The PROV ontology consists of classes that can be organized into a hierarchical structure using the <code>rdfs:subClassOf</code> property.
- <img src="diagram-history/khalidDiagrams/Ontology_hierarchy.png" style="width: 70%; min-width: 25em; max-width: 60em" alt="Class hierarchy of the PROV ontology">
+ <img src="diagrams/Ontology_hierarchy.png" style="width: 70%; min-width: 25em; max-width: 60em" alt="Class hierarchy of the PROV ontology">
<br>
</p>
<p><i>Note: CamelBack notation is used for class names</i></p>
@@ -1039,7 +1039,7 @@
<h4><span class="secno">3.2.1 </span>wasGeneratedBy</h4>
<p>The wasGeneratedBy property links the Entity class with the Activity class.</p>
<p><i>Note: No arity constraints are assumed between Entity and Activity</i></p>
- <img src="diagram-history/khalidDiagrams/wasGeneratedBy.png" style="height: 3em" alt="wasGeneratedBy links Entity to Activity">
+ <img src="diagrams/wasGeneratedBy.png" style="height: 3em" alt="wasGeneratedBy links Entity to Activity">
<div class="anexample">
<div><b>Example</b></div>
<p>Example of wasGeneratedBy property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>e1 wasGeneratedBy act0</i>. The RDF/XML syntax for asserting this information is given below.
@@ -1082,7 +1082,7 @@
<div class="section" id="wasderivedfrom">
<h4><span class="secno">3.2.3 </span>wasDerivedFrom</h4>
<p>The wasDerivedFrom property links two instances of Entity class, where "some characterized entity is transformed from, created from, or affected by another characterized entity." [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>]</p>
- <img src="diagram-history/khalidDiagrams/wasDerivedFrom.png" style="height: 3em" alt="wasDerivedFrom links Entity to Entity">
+ <img src="diagrams/wasDerivedFrom.png" style="height: 3em" alt="wasDerivedFrom links Entity to Entity">
<div class="anexample">
<div><b>Example</b></div>
<p> Example of wasDerivedFrom property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>e3 wasDerivedFrom e2</i>. The RDF/XML syntax for asserting this is given below.
@@ -1101,7 +1101,7 @@
<h4><span class="secno">3.2.4 </span>wasEventuallyDerivedFrom</h4>
<p>This object property is used to link two instances of Entity class that "...are not directly used and generated respectively" by a single instance of Activity class [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>].
</p>
- <img src="diagram-history/khalidDiagrams/wasEventuallyDerivedFrom.png" style="height: 3em" alt="wasEventuallyDerivedFrom links Entity to Entity">
+ <img src="diagrams/wasEventuallyDerivedFrom.png" style="height: 3em" alt="wasEventuallyDerivedFrom links Entity to Entity">
<div class="anexample">
<div><b>Example</b></div>
<p> Example of wasEventuallyDerivedFrom property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>e5 wasEventuallyDerivedFrom e2</i>. The RDF/XML syntax for asserting this is given below.
@@ -1117,7 +1117,7 @@
<div class="section" id="dependedon">
<h4><span class="secno">3.2.5 </span>dependedOn</h4>
<p>The dependedOn property links two instances of Entity class to model the derivation of one instance from another instance. This is a <i>transitive</i> property, in other words if an Entity instance a1 dependedOn a2 and a2 dependedOn a3, then a1 dependedOn a3 is also true.</p>
- <img src="diagram-history/khalidDiagrams/dependedOn.png" style="height: 3em" alt="dependedOn links Entity to Entity">
+ <img src="diagrams/dependedOn.png" style="height: 3em" alt="dependedOn links Entity to Entity">
<div class="anexample">
<div><b>Example</b></div>
<p>Example of dependedOn property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>e5 dependedOn e2</i>. The RDF/XML syntax for asserting this is given below.</p>
@@ -1138,7 +1138,7 @@
<h4><span class="secno">3.2.6 </span>used</h4>
<p>The used property links the Activity class to the Entity class, where the Entity instance is "consumed" by a Activity instance.</p>
<p><i>Note: No arity constraints are assumed between Entity and Activity</i></p>
- <img src="diagram-history/khalidDiagrams/used.png" style="height: 3em" alt="used links Activity to Entity">
+ <img src="diagrams/used.png" style="height: 3em" alt="used links Activity to Entity">
<div class="anexample">
<div><b>Example</b></div>
<p> Example of used property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>pe2 used e2</i>. The RDF/XML syntax for asserting this is given below.</p>
@@ -1155,7 +1155,7 @@
<h4><span class="secno">3.2.7 </span>hadParticipant</h4>
<p>The hadPariticipant property links Entity class to Activity class, where Entity used or wasGeneratedBy Activity.</p>
<p><i>Note: No arity constraints are assumed between Entity and Activity</i></p>
- <img src="diagram-history/khalidDiagrams/hadParticipant.png" style="height: 3em" alt="hadParticipant links Activity to Entity">
+ <img src="diagrams/hadParticipant.png" style="height: 3em" alt="hadParticipant links Activity to Entity">
<div class="anexample">
<div><b>Example</b></div>
<p> Example of hadParticipant property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>pe2 hadParticipant e2</i>. The RDF/XML syntax for asserting this is given below.</p>
@@ -1175,7 +1175,7 @@
<div class="section" id="wascomplementof">
<h4><span class="secno">3.2.8 </span>wasComplementOf</h4>
<p>The wasComplementOf property links two instances of set of assertions about Entity instances, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval." [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>]</p>
- <img src="diagram-history/khalidDiagrams/wasComplementOf.png" style="height: 3em" alt="wasComplementOf links Entity to Entity">
+ <img src="diagrams/wasComplementOf.png" style="height: 3em" alt="wasComplementOf links Entity to Entity">
<div class="note"> Should the wasComplementOf property link two instances of ProvenanceContainer (or Account) classes since they are two classes modeling a set of (one or more) provenance assertions?
</div>
</div>
@@ -1185,7 +1185,7 @@
<div class="section" id="wascontrolledby">
<h4><span class="secno">3.2.9 </span>wasControlledBy</h4>
<p>The wasControlledBy property links Activity class to Agent class, where control represents the involvement of the Agent in modifying the characteristics of the instance of the Activity class"[<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>].</p>
- <img src="diagram-history/khalidDiagrams/wasControlledBy.png" style="height: 3em" alt="wasControlledBy links Activity to Agent">
+ <img src="diagrams/wasControlledBy.png" style="height: 3em" alt="wasControlledBy links Activity to Agent">
<div class="anexample">
<div><b>Example</b></div>
<p> Example of wasControlledBy property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>FileAppending</i> (Activity) <i>wasControlledBy Bob</i>. The RDF/XML syntax for asserting this is given below.
@@ -1207,7 +1207,7 @@
<h4><span class="secno">3.2.10 </span>hadRecipe</h4>
<p>This property links the Activity class to the Recipe class, which describes the execution characteristics of the instance of the Activity class. The recipe might or might not have been followed exactly by the Activity.
</p>
- <img src="diagram-history/khalidDiagrams/hadRecipe.png" style="height: 3em" alt="hadRecipe links Activity to Agent">
+ <img src="diagrams/hadRecipe.png" style="height: 3em" alt="hadRecipe links Activity to Agent">
<div class="anexample">
<div><b>Example</b></div>
<p> Example of hadRecipe property in the (extended)<a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is that act1 (instance of Activity class) followed some file appending instructions (instructions1). The RDF/XML syntax for asserting this is given below.</p>
@@ -1225,7 +1225,7 @@
<h4><span class="secno">3.2.11 </span>wasInformedBy</h4>
<p> This object property links two instances of the Activity classes. It is used to express the information that a given process execution used an entity that was generated by another process execution.
</p>
- <img src="diagram-history/khalidDiagrams/wasInformedBy.png" style="height: 3em" alt="wasInformedBy links Activity to Activity">
+ <img src="diagrams/wasInformedBy.png" style="height: 3em" alt="wasInformedBy links Activity to Activity">
<div class="anexample">
<div><b>Example</b></div>
<p> Example of wasInformedBy property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>pe4 wasInformedBy act3</i>. The RDF/XML syntax for asserting this is given below.</p>
@@ -1244,7 +1244,7 @@
<p>
This property links two instances of Activity class to specify the order of their executions. Specifically, it is used to specify that a given process execution starts after the end of another process execution.
</p>
- <img src="diagram-history/khalidDiagrams/wasScheduledAfter.png" style="height: 3em" alt="wasScheduledAfter links Activity to Activity">
+ <img src="diagrams/wasScheduledAfter.png" style="height: 3em" alt="wasScheduledAfter links Activity to Activity">
<div class="anexample">
<div><b>Example</b></div>
<p> Example of wasScheduledAfter property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>pe4 wasScheduledAfter act3</i>. The RDF/XML syntax for asserting this is given below.</p>
@@ -1263,7 +1263,7 @@
<h4><span class="secno">3.2.13 </span>hadTemporalValue</h4>
<p> This object property links an instance of <code>Activity</code> or <code>Entity</code> with an <code>time:TemporalEntity</code> from [<cite><a href="#bib-OWL-TIME" rel="biblioentry" class="bibref">OWL-TIME</a></cite>], thereby allowing association of time value with instances of the two classes and their subclasses.
</p>
- <img src="diagram-history/khalidDiagrams/hadTemporalValue.png" style="height: 3em" alt="hadTemporalValue links Activity or Entity to time:TemporalValue">
+ <img src="diagrams/hadTemporalValue.png" style="height: 3em" alt="hadTemporalValue links Activity or Entity to time:TemporalValue">
<div class="anexample">
<div><b>Example</b></div>
<p> Example of hadTemporalValue property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario">provenance scenario</a> is <i>t+3</i> time value is associated with the act3 Activity instanc. The RDF/XML syntax for asserting this is given below.</p>
@@ -1279,7 +1279,7 @@
<h5><span class="secno">3.2.13.1 </span>startedAt</h5>
<p> This object property defines the time when <code>Activity</code> started. The time is specified as an <code>time:Instant</code> [<cite><a href="#bib-OWL-TIME" rel="biblioentry" class="bibref">OWL-TIME</a></cite>].
</p>
- <img src="diagram-history/khalidDiagrams/startedAt.png" style="height: 3em" alt="startedAt links Activity to Instant">
+ <img src="diagrams/startedAt.png" style="height: 3em" alt="startedAt links Activity to Instant">
<div class="anexample">
<div><b>Example</b></div>
<p> Example of startedAt property is that a act1 (instance of Activity class) is "2011-10-20T17:14:12Z". The RDF/XML syntax for asserting this is given below.</p>
@@ -1298,7 +1298,7 @@
<h5><span class="secno">3.2.13.2 </span>endedAt</h5>
<p> This object property defines the time when a <code>Activity</code> ended. The time is specified as an <code>time:Instant</code> [<cite><a href="#bib-OWL-TIME" rel="biblioentry" class="bibref">OWL-TIME</a></cite>].
</p>
- <img src="diagram-history/khalidDiagrams/endedAt.png" style="height: 3em" alt="endedAt links Activity to Instant">
+ <img src="diagrams/endedAt.png" style="height: 3em" alt="endedAt links Activity to Instant">
<div class="anexample">
<div><b>Example</b></div>
<p> Example of endedAt property is that a act1 (instance of Activity class) is "2011-10-20T20:14:12Z". The RDF/XML syntax for asserting this is given below.</p>
@@ -1316,7 +1316,7 @@
<h5><span class="secno">3.2.13.3 </span>wasGeneratedAt</h5>
<p> This object property defines the time when a <code>Entity</code> was generated by Activity.
</p>
- <img src="diagram-history/khalidDiagrams/wasGeneratedAt.png" style="height: 3em" alt="wasGeneratedAt links Entity to Instant">
+ <img src="diagrams/wasGeneratedAt.png" style="height: 3em" alt="wasGeneratedAt links Entity to Instant">
<div class="anexample">
<div><b>Example</b></div>
<p> Example of wasGeneratedAt property is that a e1 (instance of Entity class) wasGeneratedAt "2011-10-20T20:12:12Z". The RDF/XML syntax for asserting this is given below.</p>
@@ -1335,7 +1335,7 @@
<div class="section" id="attribution">
<h4><span class="secno">3.2.14 </span>wasAttributedTo</h4>
<p>The wasAttributedTo property links an instance of the Entity class to an instance of Agent class.</p>
- <img src="diagram-history/khalidDiagrams/wasAttributedTo.png" style="height: 3em" alt="wasAttributedTo links Entity to Agent">
+ <img src="diagrams/wasAttributedTo.png" style="height: 3em" alt="wasAttributedTo links Entity to Agent">
<div class="anexample">
<div><b>Example</b></div>
<p> Example of wasAttributedTo property as an addition to the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is the attribution of e3 to David for writting editing the file (<i>e3 wasAttributedTo David</i>). The RDF/XML syntax for asserting this is given below.</p>
@@ -1350,7 +1350,7 @@
<div class="section" id="quotation">
<h4><span class="secno">3.2.15 </span>wasQuoteOf</h4>
<p>The wasQuoteOf property links an instance of the Entity class to an instance of the Agent class.</p>
- <img src="diagram-history/khalidDiagrams/wasQuoteOf.png" style="height: 3em" alt="wasQuoteOf links Entity to Agent">
+ <img src="diagrams/wasQuoteOf.png" style="height: 3em" alt="wasQuoteOf links Entity to Agent">
<div class="anexample">
<div><b>Example</b></div>
<p> Example of wasQuoteOf property as an addition to the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is e2 quoting Alice, recorded by Bob (<i> e2 wasQuoteOf Alice</i>). The RDF/XML syntax for asserting this is given below.</p>
@@ -1365,7 +1365,7 @@
<div class="section" id="summary">
<h4><span class="secno">3.2.16 </span>wasSummaryOf</h4>
<p>The wasSummaryOf property links two instances of the Entity class.</p>
- <img src="diagram-history/khalidDiagrams/wasSummaryOf.png" style="height: 3em" alt="wasSummaryOf links Entity to Entity">
+ <img src="diagrams/wasSummaryOf.png" style="height: 3em" alt="wasSummaryOf links Entity to Entity">
<div class="anexample">
<div><b>Example</b></div>
<p> Example of wasSummaryOf property as an addition to the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is e3 summarizing some additional statistics(<i> e3 wasSummaryOf statistics</i>). The RDF/XML syntax for asserting this is given below.</p>
@@ -1380,7 +1380,7 @@
<div class="section" id="originalsource">
<h4><span class="secno">3.2.17 </span>hadOriginalSource</h4>
<p>The hadOriginalSource property links two instances of the Entity class. This property is defined to be a specialization of the wasEventuallyDerivedFrom propery.</p>
- <img src="diagram-history/khalidDiagrams/hadOriginalSource.png" style="height: 3em" alt="hadOriginalSource links Entity to Entity">
+ <img src="diagrams/hadOriginalSource.png" style="height: 3em" alt="hadOriginalSource links Entity to Entity">
<div class="anexample">
<div><b>Example</b></div>
<p> Example of hadOriginalSource property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> <i> e6 hadOriginalSource e1</i>. The RDF/XML syntax for asserting this is given below.</p>
@@ -1395,7 +1395,7 @@
<div class="section" id="hadqualifiedusage">
<h4><span class="secno">3.2.18 </span>hadQualifiedUsage</h4>
<p>The hadQualifiedUsage property links the Activity class with the Usage class.</p>
- <img src="diagram-history/khalidDiagrams/hadQualifiedUsage.png" style="height: 3em" alt="hadQualifiedUsage links Activity to Usage">
+ <img src="diagrams/hadQualifiedUsage.png" style="height: 3em" alt="hadQualifiedUsage links Activity to Usage">
<div class="anexample">
<div><b>Example</b></div>
<p> Example of hadQualifiedUsage property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> <i> act1 hadQualifiedUsage u1</i>, where the hadRole describes the usage of e1 as a "load". The RDF/XML syntax for asserting this is given below.</p>
@@ -1410,7 +1410,7 @@
<div class="section" id="hadqualifiedparticipation">
<h4><span class="secno">3.2.19 </span>hadQualifiedParticipation</h4>
<p>The hadQualifiedParticipation property links the Activity class with the Participation class.</p>
- <img src="diagram-history/khalidDiagrams/hadQualifiedParticipation.png" style="height: 3em" alt="hadQualifiedParticipation links Activity to Participation">
+ <img src="diagrams/hadQualifiedParticipation.png" style="height: 3em" alt="hadQualifiedParticipation links Activity to Participation">
<div class="anexample">
<div><b>Example</b></div>
<p> Example of hadQualifiedParticipation property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> <i> act1 hadQualifiedParticipation p1</i>, where the hadRole describes the participation of Alice as an "author" in act1. The RDF/XML syntax for asserting this is given below.</p>
@@ -1425,7 +1425,7 @@
<div class="section" id="hadqualifiedcontrol">
<h4><span class="secno">3.2.20 </span>hadQualifiedControl</h4>
<p>The hadQualifiedControl property links the Activity class with the Control class.</p>
- <img src="diagram-history/khalidDiagrams/hadQualifiedControl.png" style="height: 3em" alt="hadQualifiedControl links Activity to Control">
+ <img src="diagrams/hadQualifiedControl.png" style="height: 3em" alt="hadQualifiedControl links Activity to Control">
<div class="anexample">
<div><b>Example</b></div>
<p> Example of hadQualifiedControl property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> <i> act0 hadQualifiedControl c1</i>, where the hadRole describes the control of act0 by Alice as "creator". The RDF/XML syntax for asserting this is given below.</p>
@@ -1440,7 +1440,7 @@
<div class="section" id="hadqualifiedgeneration">
<h4><span class="secno">3.2.21 </span>hadQualifiedGeneration</h4>
<p>The hadQualifiedGeneration property links the Activity class with the Generation class.</p>
- <img src="diagram-history/khalidDiagrams/hadQualifiedGeneration.png" style="height: 3em" alt="hadQualifiedGeneration links Activity to Generation">
+ <img src="diagrams/hadQualifiedGeneration.png" style="height: 3em" alt="hadQualifiedGeneration links Activity to Generation">
<div class="anexample">
<div><b>Example</b></div>
<p> Example of hadQualifiedGeneration property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> <i> e1 hadQualifiedGeneration g1</i>, where the hadRole describes the generation of e1 by "save". The RDF/XML syntax for asserting this is given below.</p>
@@ -1455,7 +1455,7 @@
<div class="section" id="hadqualifiedentity">
<h4><span class="secno">3.2.22 </span>hadQualifiedEntity</h4>
<p>The hadQualifiedEntity property links the QualifiedInvolvement class with the Entity class.</p>
- <img src="diagram-history/khalidDiagrams/hadQualifiedEntity.png" style="height: 3em" alt="hadQualifiedInvolvement links QualifiedInvolvement to Entity">
+ <img src="diagrams/hadQualifiedEntity.png" style="height: 3em" alt="hadQualifiedInvolvement links QualifiedInvolvement to Entity">
<div class="anexample">
<div><b>Example</b></div>
<p> Example of hadQualifiedEntity property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> <i> u2 hadQualifiedEntity e2</i>, where the hadRole describes the usage of e2 as an "attachment". The RDF/XML syntax for asserting this is given below.</p>
@@ -1582,18 +1582,13 @@
<div class="section" id="overview-of-the-ontology">
<h3><span class="secno">3.5 </span>Overview of the ontology</h3>
<p>The following diagram illustrates the complete PROV ontology except for <code>QualifiedInvolvement</code> which is detailed in the <a href="#overview-of-qualified-involvement">subsection on Qualified Involvement</a> below. </p>
- <img src="diagram-history/2011-10-03-tlebo/ProvenanceOntology.png" style="min-width: 45em; width: 55em; max-width: 95%" alt="Classes and properties of the PROV ontology">
-<!--
- <p>The following diagram illustrates the complete PROV ontology schema along with the cardinality restrictions imposed on the properties. </p>
- <img src="http://www.w3.org/2011/prov/wiki/images/9/9a/Object_Properties_overall_diagram.png" alt="Object properties among all classes in the PROV ontology"/>
- <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>
--->
+ <img src="diagrams/ProvenanceOntology.png" style="min-width: 45em; width: 55em; max-width: 95%" alt="Classes and properties of the PROV ontology">
</div>
<div class="section" id="overview-of-qualified-involvement">
<h3><span class="secno">3.6 </span>Overview of Qualified Involvement</h3>
<p>The <a href="#qualifiedinvolvement">QualifiedInvolvement</a> class describes qualifying information on the PROV-O properties, namely <a href="#used">used</a>, <a href="#wasgeneratedby">wasGeneratedBy</a>, <a href="#wascontrolledby">wasControlledBy</a>, and <a href="#hadparticipant">hadParticipant</a>. The following figure illustrates the representation of qualifying information using these PROV-O classes and properties.</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">
+ <img src="diagrams/QualifiedInvolvementDiagram.png" style="min-width: 45em; width: 55em; max-width: 95%" alt="Classes and properties of qualified involvement in the PROV ontology">
</div>
</div>
@@ -1811,5 +1806,5 @@
</dd></dl></div><div class="section" id="informative-references"><h3><span class="secno">B.2 </span>Informative references</h3><dl class="bibliography"><dt id="bib-PROV-BestPractices">[PROV-BestPractices]</dt><dd>Stian Soiland-Reyes <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/bestpractices/BestPractices.html"><cite>PROV Best Practices</cite></a>. 2011, Work in progress. URL: <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/bestpractices/BestPractices.html">http://dvcs.w3.org/hg/prov/tip/bestpracties/BestPractices.html</a>
</dd><dt id="bib-PROV-DM">[PROV-DM]</dt><dd>Luc Moreau, Paolo Missier<a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/"><cite>The PROV Data Model and Abstract Syntax Notation</cite></a>. 18 October 2011. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/">http://www.w3.org/TR/2011/WD-prov-dm-20111018/</a>
</dd><dt id="bib-PROV-Ontology-Namespace">[PROV-Ontology-Namespace]</dt><dd>TBD<a href="http://www.w3.org/ns/prov-o/"><cite>PROV Ontology Namespace</cite></a>. 2011, Work in progress. URL: <a href="http://www.w3.org/ns/prov-o/">http://www.w3.org/ns/prov-o/</a>
-</dd><dt id="bib-PROV-PAQ">[PROV-PAQ]</dt><dd>Graham Klyne and Paul Groth <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/paq/provenance-access.html"><cite>Provenance Access and Query</cite></a>. 2011, Work in progress. URL: <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/paq/provenance-access.html">http://dvcs.w3.org/hg/prov/tip/paq/provenance-access.html</a>
+</dd><dt id="bib-PROV-PAQ">[PROV-PAQ]</dt><dd>Graham Klyne and Paul Groth <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html"><cite>Provenance Access and Query</cite></a>. 2011, Work in progress. URL: <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html">http://dvcs.w3.org/hg/prov/tip/paq/prov-aq.html</a>
</dd></dl></div></div></body></html>
--- a/ontology/ProvenanceFormalModel.html Thu Dec 08 15:27:17 2011 +0000
+++ b/ontology/ProvenanceFormalModel.html Thu Dec 08 15:27:58 2011 +0000
@@ -31,9 +31,9 @@
"PROV-PAQ":
"Graham Klyne and Paul Groth "+
- "<a href=\"http://dvcs.w3.org/hg/prov/raw-file/tip/paq/provenance-access.html\"><cite>Provenance Access and Query</cite></a>. "+
+ "<a href=\"http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html\"><cite>Provenance Access and Query</cite></a>. "+
"2011, Work in progress. "+
- "URL: <a href=\"http://dvcs.w3.org/hg/prov/raw-file/tip/paq/provenance-access.html\">http://dvcs.w3.org/hg/prov/tip/paq/provenance-access.html</a>",
+ "URL: <a href=\"http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html\">http://dvcs.w3.org/hg/prov/tip/paq/prov-aq.html</a>",
"PROV-Ontology-Namespace":
"TBD"+
@@ -231,7 +231,7 @@
</div>
<p>The PROV ontology consists of classes that can be organized into a hierarchical structure using the <code>rdfs:subClassOf</code> property.
- <img src="diagram-history/khalidDiagrams/Ontology_hierarchy.png"
+ <img src="diagrams/Ontology_hierarchy.png"
style="width: 70%; min-width: 25em; max-width: 60em"
alt="Class hierarchy of the PROV ontology"/>
<br>
@@ -565,7 +565,7 @@
<h4>wasGeneratedBy</h4>
<p>The wasGeneratedBy property links the Entity class with the Activity class.</p>
<p><i>Note: No arity constraints are assumed between Entity and Activity</i></p>
- <img src="diagram-history/khalidDiagrams/wasGeneratedBy.png"
+ <img src="diagrams/wasGeneratedBy.png"
style="height: 3em" alt="wasGeneratedBy links Entity to Activity" />
<div class="anexample">
<div><b>Example</b></div>
@@ -613,7 +613,7 @@
<section id="wasderivedfrom">
<h4>wasDerivedFrom</h4>
<p>The wasDerivedFrom property links two instances of Entity class, where "some characterized entity is transformed from, created from, or affected by another characterized entity." [[PROV-DM]]</p>
- <img src="diagram-history/khalidDiagrams/wasDerivedFrom.png"
+ <img src="diagrams/wasDerivedFrom.png"
style="height: 3em" alt="wasDerivedFrom links Entity to Entity" />
<div class="anexample">
<div><b>Example</b></div>
@@ -635,7 +635,7 @@
<h4>wasEventuallyDerivedFrom</h4>
<p>This object property is used to link two instances of Entity class that "...are not directly used and generated respectively" by a single instance of Activity class [[PROV-DM]].
</p>
- <img src="diagram-history/khalidDiagrams/wasEventuallyDerivedFrom.png"
+ <img src="diagrams/wasEventuallyDerivedFrom.png"
style="height: 3em" alt="wasEventuallyDerivedFrom links Entity to Entity" />
<div class="anexample">
<div><b>Example</b></div>
@@ -654,7 +654,7 @@
<section id="dependedon">
<h4>dependedOn</h4>
<p>The dependedOn property links two instances of Entity class to model the derivation of one instance from another instance. This is a <i>transitive</i> property, in other words if an Entity instance a1 dependedOn a2 and a2 dependedOn a3, then a1 dependedOn a3 is also true.</p>
- <img src="diagram-history/khalidDiagrams/dependedOn.png"
+ <img src="diagrams/dependedOn.png"
style="height: 3em" alt="dependedOn links Entity to Entity"/>
<div class="anexample">
<div><b>Example</b></div>
@@ -679,7 +679,7 @@
<h4>used</h4>
<p>The used property links the Activity class to the Entity class, where the Entity instance is "consumed" by a Activity instance.</p>
<p><i>Note: No arity constraints are assumed between Entity and Activity</i></p>
- <img src="diagram-history/khalidDiagrams/used.png"
+ <img src="diagrams/used.png"
style="height: 3em" alt="used links Activity to Entity" />
<div class="anexample">
<div><b>Example</b></div>
@@ -699,7 +699,7 @@
<h4>hadParticipant</h4>
<p>The hadPariticipant property links Entity class to Activity class, where Entity used or wasGeneratedBy Activity.</p>
<p><i>Note: No arity constraints are assumed between Entity and Activity</i></p>
- <img src="diagram-history/khalidDiagrams/hadParticipant.png"
+ <img src="diagrams/hadParticipant.png"
style="height: 3em" alt="hadParticipant links Activity to Entity" />
<div class="anexample">
<div><b>Example</b></div>
@@ -722,7 +722,7 @@
<section id="wascomplementof">
<h4>wasComplementOf</h4>
<p>The wasComplementOf property links two instances of set of assertions about Entity instances, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval." [[PROV-DM]]</p>
- <img src="diagram-history/khalidDiagrams/wasComplementOf.png"
+ <img src="diagrams/wasComplementOf.png"
style="height: 3em" alt="wasComplementOf links Entity to Entity" />
<div class='note'> Should the wasComplementOf property link two instances of ProvenanceContainer (or Account) classes since they are two classes modeling a set of (one or more) provenance assertions?
</div>
@@ -733,7 +733,7 @@
<section id="wascontrolledby">
<h4>wasControlledBy</h4>
<p>The wasControlledBy property links Activity class to Agent class, where control represents the involvement of the Agent in modifying the characteristics of the instance of the Activity class"[[PROV-DM]].</p>
- <img src="diagram-history/khalidDiagrams/wasControlledBy.png"
+ <img src="diagrams/wasControlledBy.png"
style="height: 3em" alt="wasControlledBy links Activity to Agent" />
<div class="anexample">
<div><b>Example</b></div>
@@ -758,7 +758,7 @@
<h4>hadRecipe</h4>
<p>This property links the Activity class to the Recipe class, which describes the execution characteristics of the instance of the Activity class. The recipe might or might not have been followed exactly by the Activity.
</p>
- <img src="diagram-history/khalidDiagrams/hadRecipe.png"
+ <img src="diagrams/hadRecipe.png"
style="height: 3em" alt="hadRecipe links Activity to Agent" />
<div class="anexample">
<div><b>Example</b></div>
@@ -779,7 +779,7 @@
<h4>wasInformedBy</h4>
<p> This object property links two instances of the Activity classes. It is used to express the information that a given process execution used an entity that was generated by another process execution.
</p>
- <img src="diagram-history/khalidDiagrams/wasInformedBy.png"
+ <img src="diagrams/wasInformedBy.png"
style="height: 3em" alt="wasInformedBy links Activity to Activity" />
<div class="anexample">
<div><b>Example</b></div>
@@ -801,7 +801,7 @@
<p>
This property links two instances of Activity class to specify the order of their executions. Specifically, it is used to specify that a given process execution starts after the end of another process execution.
</p>
- <img src="diagram-history/khalidDiagrams/wasScheduledAfter.png"
+ <img src="diagrams/wasScheduledAfter.png"
style="height: 3em" alt="wasScheduledAfter links Activity to Activity" />
<div class="anexample">
<div><b>Example</b></div>
@@ -823,7 +823,7 @@
<h4>hadTemporalValue</h4>
<p> This object property links an instance of <code>Activity</code> or <code>Entity</code> with an <code>time:TemporalEntity</code> from [[!OWL-TIME]], thereby allowing association of time value with instances of the two classes and their subclasses.
</p>
- <img src="diagram-history/khalidDiagrams/hadTemporalValue.png"
+ <img src="diagrams/hadTemporalValue.png"
style="height: 3em" alt="hadTemporalValue links Activity or Entity to time:TemporalValue" />
<div class="anexample">
<div><b>Example</b></div>
@@ -842,7 +842,7 @@
<h4>startedAt</h4>
<p> This object property defines the time when <code>Activity</code> started. The time is specified as an <code>time:Instant</code> [[!OWL-TIME]].
</p>
- <img src="diagram-history/khalidDiagrams/startedAt.png" style="height: 3em" alt="startedAt links Activity to Instant"/>
+ <img src="diagrams/startedAt.png" style="height: 3em" alt="startedAt links Activity to Instant"/>
<div class="anexample">
<div><b>Example</b></div>
<p> Example of startedAt property is that a act1 (instance of Activity class) is "2011-10-20T17:14:12Z". The RDF/XML syntax for asserting this is given below.</p>
@@ -863,7 +863,7 @@
<h4>endedAt</h4>
<p> This object property defines the time when a <code>Activity</code> ended. The time is specified as an <code>time:Instant</code> [[!OWL-TIME]].
</p>
- <img src="diagram-history/khalidDiagrams/endedAt.png" style="height: 3em" alt="endedAt links Activity to Instant"/>
+ <img src="diagrams/endedAt.png" style="height: 3em" alt="endedAt links Activity to Instant"/>
<div class="anexample">
<div><b>Example</b></div>
<p> Example of endedAt property is that a act1 (instance of Activity class) is "2011-10-20T20:14:12Z". The RDF/XML syntax for asserting this is given below.</p>
@@ -883,7 +883,7 @@
<h4>wasGeneratedAt</h4>
<p> This object property defines the time when a <code>Entity</code> was generated by Activity.
</p>
- <img src="diagram-history/khalidDiagrams/wasGeneratedAt.png" style="height: 3em" alt="wasGeneratedAt links Entity to Instant"/>
+ <img src="diagrams/wasGeneratedAt.png" style="height: 3em" alt="wasGeneratedAt links Entity to Instant"/>
<div class="anexample">
<div><b>Example</b></div>
<p> Example of wasGeneratedAt property is that a e1 (instance of Entity class) wasGeneratedAt "2011-10-20T20:12:12Z". The RDF/XML syntax for asserting this is given below.</p>
@@ -904,7 +904,7 @@
<section id="attribution">
<h4>wasAttributedTo</h4>
<p>The wasAttributedTo property links an instance of the Entity class to an instance of Agent class.</p>
- <img src="diagram-history/khalidDiagrams/wasAttributedTo.png"
+ <img src="diagrams/wasAttributedTo.png"
style="height: 3em" alt="wasAttributedTo links Entity to Agent" />
<div class="anexample">
<div><b>Example</b></div>
@@ -922,7 +922,7 @@
<section id="quotation">
<h4>wasQuoteOf</h4>
<p>The wasQuoteOf property links an instance of the Entity class to an instance of the Agent class.</p>
- <img src="diagram-history/khalidDiagrams/wasQuoteOf.png"
+ <img src="diagrams/wasQuoteOf.png"
style="height: 3em" alt="wasQuoteOf links Entity to Agent" />
<div class="anexample">
<div><b>Example</b></div>
@@ -940,7 +940,7 @@
<section id="summary">
<h4>wasSummaryOf</h4>
<p>The wasSummaryOf property links two instances of the Entity class.</p>
- <img src="diagram-history/khalidDiagrams/wasSummaryOf.png"
+ <img src="diagrams/wasSummaryOf.png"
style="height: 3em" alt="wasSummaryOf links Entity to Entity" />
<div class="anexample">
<div><b>Example</b></div>
@@ -958,7 +958,7 @@
<section id="originalsource">
<h4>hadOriginalSource</h4>
<p>The hadOriginalSource property links two instances of the Entity class. This property is defined to be a specialization of the wasEventuallyDerivedFrom propery.</p>
- <img src="diagram-history/khalidDiagrams/hadOriginalSource.png"
+ <img src="diagrams/hadOriginalSource.png"
style="height: 3em" alt="hadOriginalSource links Entity to Entity" />
<div class="anexample">
<div><b>Example</b></div>
@@ -976,7 +976,7 @@
<section id="hadqualifiedusage">
<h4>hadQualifiedUsage</h4>
<p>The hadQualifiedUsage property links the Activity class with the Usage class.</p>
- <img src="diagram-history/khalidDiagrams/hadQualifiedUsage.png"
+ <img src="diagrams/hadQualifiedUsage.png"
style="height: 3em" alt="hadQualifiedUsage links Activity to Usage" />
<div class="anexample">
<div><b>Example</b></div>
@@ -994,7 +994,7 @@
<section id="hadqualifiedparticipation">
<h4>hadQualifiedParticipation</h4>
<p>The hadQualifiedParticipation property links the Activity class with the Participation class.</p>
- <img src="diagram-history/khalidDiagrams/hadQualifiedParticipation.png"
+ <img src="diagrams/hadQualifiedParticipation.png"
style="height: 3em" alt="hadQualifiedParticipation links Activity to Participation" />
<div class="anexample">
<div><b>Example</b></div>
@@ -1012,7 +1012,7 @@
<section id="hadqualifiedcontrol">
<h4>hadQualifiedControl</h4>
<p>The hadQualifiedControl property links the Activity class with the Control class.</p>
- <img src="diagram-history/khalidDiagrams/hadQualifiedControl.png"
+ <img src="diagrams/hadQualifiedControl.png"
style="height: 3em" alt="hadQualifiedControl links Activity to Control" />
<div class="anexample">
<div><b>Example</b></div>
@@ -1030,7 +1030,7 @@
<section id="hadqualifiedgeneration">
<h4>hadQualifiedGeneration</h4>
<p>The hadQualifiedGeneration property links the Activity class with the Generation class.</p>
- <img src="diagram-history/khalidDiagrams/hadQualifiedGeneration.png"
+ <img src="diagrams/hadQualifiedGeneration.png"
style="height: 3em" alt="hadQualifiedGeneration links Activity to Generation" />
<div class="anexample">
<div><b>Example</b></div>
@@ -1048,7 +1048,7 @@
<section id="hadqualifiedentity">
<h4>hadQualifiedEntity</h4>
<p>The hadQualifiedEntity property links the QualifiedInvolvement class with the Entity class.</p>
- <img src="diagram-history/khalidDiagrams/hadQualifiedEntity.png"
+ <img src="diagrams/hadQualifiedEntity.png"
style="height: 3em" alt="hadQualifiedInvolvement links QualifiedInvolvement to Entity" />
<div class="anexample">
<div><b>Example</b></div>
@@ -1178,20 +1178,15 @@
<section id="overview-of-the-ontology">
<h3>Overview of the ontology</h3>
<p>The following diagram illustrates the complete PROV ontology except for <code>QualifiedInvolvement</code> which is detailed in the <a href="#overview-of-qualified-involvement">subsection on Qualified Involvement</a> below. </p>
- <img src="diagram-history/2011-10-03-tlebo/ProvenanceOntology.png"
+ <img src="diagrams/ProvenanceOntology.png"
style="min-width: 45em; width: 55em; max-width: 95%"
alt="Classes and properties of the PROV ontology"/>
-<!--
- <p>The following diagram illustrates the complete PROV ontology schema along with the cardinality restrictions imposed on the properties. </p>
- <img src="http://www.w3.org/2011/prov/wiki/images/9/9a/Object_Properties_overall_diagram.png" alt="Object properties among all classes in the PROV ontology"/>
- <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 <a href="#qualifiedinvolvement">QualifiedInvolvement</a> class describes qualifying information on the PROV-O properties, namely <a href="#used">used</a>, <a href="#wasgeneratedby">wasGeneratedBy</a>, <a href="#wascontrolledby">wasControlledBy</a>, and <a href="#hadparticipant">hadParticipant</a>. The following figure illustrates the representation of qualifying information using these PROV-O classes and properties.</p>
- <img src="diagram-history/qualified-involvements/QualifiedInvolvementDiagram.png"
+ <img src="diagrams/QualifiedInvolvementDiagram.png"
style="min-width: 45em; width: 55em; max-width: 95%"
alt="Classes and properties of qualified involvement in the PROV ontology"/>
</section>
Binary file ontology/ProvenanceOntology.owl.hierarchy.pdf has changed
Binary file ontology/ProvenanceOntology.owl.hierarchy.png has changed
Binary file ontology/ProvenanceOntology.owl.pdf has changed
Binary file ontology/ProvenanceOntology.owl.png has changed
Binary file ontology/diagram-history/2011-10-03-tlebo/ProvenanceOntology.owl.pdf has changed
Binary file ontology/diagram-history/2011-10-03-tlebo/ProvenanceOntology.png has changed
--- a/ontology/diagram-history/2011-10-03-tlebo/ProvenanceOntology_updated_by_Khalid.graffle Thu Dec 08 15:27:17 2011 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33563 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>ApplicationVersion</key>
- <array>
- <string>com.omnigroup.OmniGraffle</string>
- <string>138.31.0.156985</string>
- </array>
- <key>CreationDate</key>
- <string>2008-06-25 18:23:07 -0400</string>
- <key>Creator</key>
- <string>lebot</string>
- <key>FileType</key>
- <string>flat</string>
- <key>GraphDocumentVersion</key>
- <integer>8</integer>
- <key>GuidesLocked</key>
- <string>NO</string>
- <key>GuidesVisible</key>
- <string>YES</string>
- <key>ImageCounter</key>
- <integer>1</integer>
- <key>LinksVisible</key>
- <string>NO</string>
- <key>MagnetsVisible</key>
- <string>NO</string>
- <key>MasterSheets</key>
- <array/>
- <key>ModificationDate</key>
- <string>2011-12-07 11:15:43 -0500</string>
- <key>Modifier</key>
- <string>Satya Sahoo</string>
- <key>NotesVisible</key>
- <string>NO</string>
- <key>OriginVisible</key>
- <string>NO</string>
- <key>PageBreaks</key>
- <string>NO</string>
- <key>PrintInfo</key>
- <dict>
- <key>NSBottomMargin</key>
- <array>
- <string>float</string>
- <string>41</string>
- </array>
- <key>NSLeftMargin</key>
- <array>
- <string>float</string>
- <string>18</string>
- </array>
- <key>NSOrientation</key>
- <array>
- <string>int</string>
- <string>1</string>
- </array>
- <key>NSPaperSize</key>
- <array>
- <string>coded</string>
- <string>BAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAx7X05TU2l6ZT1mZn2WgRgDgWQChg==</string>
- </array>
- <key>NSRightMargin</key>
- <array>
- <string>float</string>
- <string>18</string>
- </array>
- <key>NSTopMargin</key>
- <array>
- <string>float</string>
- <string>18</string>
- </array>
- </dict>
- <key>ReadOnly</key>
- <string>NO</string>
- <key>Sheets</key>
- <array>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {1245, 701.061}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>CanvasSize</key>
- <string>{1245, 701.061}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>36</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>ExportShapes</key>
- <array>
- <dict>
- <key>InspectorGroup</key>
- <real>255</real>
- <key>ShapeImageRect</key>
- <string>{{2, 2}, {22, 22}}</string>
- <key>ShapeName</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>ShouldExport</key>
- <string>YES</string>
- <key>StrokePath</key>
- <dict>
- <key>elements</key>
- <array>
- <dict>
- <key>element</key>
- <string>MOVETO</string>
- <key>point</key>
- <string>{0.0898362, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.300141, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.363279, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.5, 0}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.363279, -0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.300141, -0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.0898362, -0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{-0.5, -0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{-0.5, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.0898362, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>CLOSE</string>
- </dict>
- <dict>
- <key>element</key>
- <string>MOVETO</string>
- <key>point</key>
- <string>{0.0898362, 0.5}</string>
- </dict>
- </array>
- </dict>
- <key>TextBounds</key>
- <string>{{0, 0}, {1, 1}}</string>
- </dict>
- </array>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Bounds</key>
- <string>{{746.101, 464.124}, {69, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1164</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1161</integer>
- <key>Position</key>
- <real>0.86727666854858398</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:domain}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{728.338, 596.797}, {69, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1163</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1162</integer>
- <key>Position</key>
- <real>0.89702427387237549</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:domain}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1013</integer>
- <key>Info</key>
- <integer>8</integer>
- </dict>
- <key>ID</key>
- <integer>1162</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{854.864, 272.198}</string>
- <string>{717, 360.463}</string>
- <string>{710, 581.081}</string>
- <string>{816.526, 606.263}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1009</integer>
- <key>Info</key>
- <integer>8</integer>
- </dict>
- <key>ID</key>
- <integer>1161</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{855.138, 272.276}</string>
- <string>{736, 349.378}</string>
- <string>{725.855, 460.659}</string>
- <string>{835.135, 473.378}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{772.333, 313.618}, {69, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1165</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1160</integer>
- <key>Offset</key>
- <real>-9.0140838623046875</real>
- <key>Position</key>
- <real>0.43085107207298279</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:domain}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1015</integer>
- <key>Info</key>
- <integer>8</integer>
- </dict>
- <key>ID</key>
- <integer>1160</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{858.66, 273.214}</string>
- <string>{823.135, 299.659}</string>
- <string>{775, 339.081}</string>
- <string>{823.652, 340.365}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1011</integer>
- <key>Info</key>
- <integer>2</integer>
- </dict>
- <key>ID</key>
- <integer>1158</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{96.7926, 271.195}</string>
- <string>{27.257, 250.816}</string>
- <string>{12.888, 201.204}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{1050.99, 314.114}, {69, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1038</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1037</integer>
- <key>Position</key>
- <real>0.41471379995346069</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:range}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{632.739, 200.998}, {59, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1044</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1043</integer>
- <key>Position</key>
- <real>0.29596635699272156</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:range}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{384.83, 203.794}, {69, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1046</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1045</integer>
- <key>Position</key>
- <real>0.79882550239562988</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:domain}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{94.5328, 214.341}, {86, 30}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1054</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1053</integer>
- <key>Position</key>
- <real>0.51397663354873657</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:domain and rdfs:range}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{621.296, 162.888}, {59, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1060</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1059</integer>
- <key>Position</key>
- <real>0.31803795695304871</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:range}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{378.419, 170.928}, {69, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1062</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1061</integer>
- <key>Position</key>
- <real>0.71538519859313965</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:domain}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{1105.26, 342.462}, {69, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1072</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1071</integer>
- <key>Position</key>
- <real>0.4356020987033844</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:range}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{618.449, 99.0545}, {59, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1078</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1077</integer>
- <key>Position</key>
- <real>0.43251731991767883</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:range}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{368.134, 120.704}, {69, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1080</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1079</integer>
- <key>Position</key>
- <real>0.77880358695983887</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:domain}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{987.476, 294.958}, {69, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1090</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1089</integer>
- <key>Position</key>
- <real>0.56004476547241211</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:range}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{575.728, 366.849}, {69, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1100</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1099</integer>
- <key>Position</key>
- <real>0.82782649993896484</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:domain}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{213.235, 314.5}, {59, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1102</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1101</integer>
- <key>Position</key>
- <real>0.79159682989120483</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:range}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{395.229, 248.759}, {69, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1112</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1111</integer>
- <key>Position</key>
- <real>0.77439582347869873</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:domain}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{764.427, 179.18}, {89, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1114</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1113</integer>
- <key>Position</key>
- <real>0.43251731991767883</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:subClassOf}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{935.18, 179.717}, {89, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1132</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1131</integer>
- <key>Position</key>
- <real>0.43251731991767883</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:subClassOf}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{153.281, 28.7138}, {46, 18}}</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>b</key>
- <string>0.4</string>
- <key>g</key>
- <string>0.4</string>
- <key>r</key>
- <string>0.4</string>
- </dict>
- <key>Font</key>
- <string>LucidaGrande</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>11</real>
- </dict>
- <key>ID</key>
- <integer>1146</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1145</integer>
- <key>Position</key>
- <real>0.61500859260559082</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 \expnd0\expndtw0\kerning0
-rdf:type}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{154.21, 44.0674}, {86, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1149</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1147</integer>
- <key>Position</key>
- <real>0.43251731991767883</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 owl:versionInfo}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{590.794, 37.6981}, {79, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1153</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1151</integer>
- <key>Position</key>
- <real>0.43251731991767883</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:comment}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{20, 664.061}, {224, 30}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1001</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>TODO</string>
- </dict>
- <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>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 owl: http://www.w3.org/2002/07/owl#\
-: http://www.w3.org/ns/prov-o/}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>prefix mappings for</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1001</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1001</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>--PREFIX MAPPINGS USED--</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1001</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{40.2482, 24.3674}, {75, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1002</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2002/07/owl#Ontology</string>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 owl:Ontology}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/2002/07/owl#Ontology</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1002</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1002</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/2002/07/owl#Ontology</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1002</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{835.135, 464.378}, {139.486, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1009</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/dependedOn</string>
- </dict>
- <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>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :dependedOn -(x)}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:TransitiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/dependedOn</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1009</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1009</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/dependedOn</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1009</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{472.661, 189.029}, {118.618, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1010</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :hadParticipant}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1010</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1010</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1010</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{10.1422, 182.724}, {118.618, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1011</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/preceded</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :preceded -(x)}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/preceded</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1011</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/preceded</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1011</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{500.668, 135.029}, {62.604, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1012</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/used</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :used}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/used</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1012</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1012</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/used</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1012</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{817.013, 597.378}, {175.73, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1013</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
- </dict>
- <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>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :wasComplementOf -(x)}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1013</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1013</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1013</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{466.071, 81.0293}, {131.798, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1014</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :wasControlledBy}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1014</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1014</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1014</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{824.152, 331.378}, {161.452, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1015</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
- </dict>
- <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>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :wasDerivedFrom -(x)}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1015</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1015</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1015</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{430.466, 389.029}, {130.699, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>HFlip</key>
- <string>YES</string>
- <key>ID</key>
- <integer>1016</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{0, 1}</string>
- <string>{0, -1}</string>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>2</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
-
-\f0\fs22 \cf0 :wasGeneratedBy}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1016</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1016</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{484.193, 243.029}, {95.5534, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1017</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{0, 1}</string>
- <string>{0, -1}</string>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 The ProcessExecution activity performed was described by\
- the given recipe resource. Process specifications, as\
- referred to by recipe links, are out of scope of this\
- specification}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :hadRecipe}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1017</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1017</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1017</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{698.869, 126.378}, {100, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1018</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Agent</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 An agent represents a characterized entity capable of activity.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Agent}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Agent</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1018</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1018</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Agent</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1018</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{564.974, 545.561}, {121, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1019</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Location</string>
- </dict>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Location}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Location</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1019</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1019</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Location</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1019</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{40.2482, 269.081}, {221.5, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1020</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:ProcessExecution}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1020</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1020</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{294.983, 542.061}, {227, 43}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1021</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:ProvenanceContainer}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1021</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1021</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1021</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{90.4982, 545.081}, {121, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1022</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Revision</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 Revision is defined as a modified version of a Entity.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Revision}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Revision</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1022</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1022</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Revision</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1022</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{964.592, 126.029}, {161.452, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1023</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Role</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 Role is defined to be "a function assumed by a entity or an agent."}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:EntityInRole}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Role</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1023</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1023</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Role</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1023</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{104.498, 407.081}, {93, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1024</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Time</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Time}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Time</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1024</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Time</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1024</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{825.749, 220.583}, {132, 56}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1025</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 An identifiable characterized entity.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1025</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1025</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{273.779, 36.8522}, {174, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1026</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). \
-\
-If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome.}</string>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 http://www.w3.org/ns/prov-o/}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Ontology, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1026</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1026</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1026</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1034</integer>
- </dict>
- <key>ID</key>
- <integer>1033</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{904.878, 482.378}</string>
- <string>{904.878, 518.378}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1009</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1009</integer>
- <key>Info</key>
- <integer>7</integer>
- </dict>
- <key>ID</key>
- <integer>1037</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{945.942, 265.005}</string>
- <string>{1078.26, 305.103}</string>
- <string>{1069.88, 455.507}</string>
- <string>{975.113, 473.286}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- <key>Width</key>
- <real>2</real>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- <key>ID</key>
- <integer>1043</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#range</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:range}</string>
- <key>Points</key>
- <array>
- <string>{591.764, 198.15}</string>
- <string>{829.882, 238.182}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <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>1010</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1010</integer>
- </dict>
- <key>ID</key>
- <integer>1045</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{207.563, 271.421}</string>
- <string>{472.661, 198.029}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1011</integer>
- </dict>
- <key>ID</key>
- <integer>1053</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{146.69, 268.607}</string>
- <string>{128.874, 192.211}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- <key>ID</key>
- <integer>1059</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#range</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:range}</string>
- <key>Points</key>
- <array>
- <string>{563.272, 144.029}</string>
- <string>{838.473, 231.625}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <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>1012</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1012</integer>
- </dict>
- <key>ID</key>
- <integer>1061</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{192.361, 270.159}</string>
- <string>{500.668, 144.029}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1068</integer>
- </dict>
- <key>ID</key>
- <integer>1067</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{904.878, 615.878}</string>
- <string>{904.878, 651.061}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1013</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1013</integer>
- <key>Info</key>
- <integer>7</integer>
- </dict>
- <key>ID</key>
- <integer>1071</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{951.69, 260.861}</string>
- <string>{1128.26, 297.029}</string>
- <string>{1109.87, 551.636}</string>
- <string>{992.743, 606.378}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- <key>Width</key>
- <real>2</real>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1018</integer>
- </dict>
- <key>ID</key>
- <integer>1077</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#range</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:range}</string>
- <key>Points</key>
- <array>
- <string>{598.34, 90.1987}</string>
- <string>{713.04, 131.482}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <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>1014</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1014</integer>
- </dict>
- <key>ID</key>
- <integer>1079</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{179.282, 269.392}</string>
- <string>{466.071, 90.0293}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1086</integer>
- </dict>
- <key>ID</key>
- <integer>1085</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{904.878, 349.878}</string>
- <string>{904.878, 385.378}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1015</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1015</integer>
- <key>Info</key>
- <integer>7</integer>
- </dict>
- <key>ID</key>
- <integer>1089</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{940.856, 267.69}</string>
- <string>{1016.26, 297.029}</string>
- <string>{1020.26, 334.266}</string>
- <string>{985.604, 340.378}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- <key>Width</key>
- <real>2</real>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1096</integer>
- </dict>
- <key>ID</key>
- <integer>1095</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{495.815, 407.029}</string>
- <string>{495.816, 443.029}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1016</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{345.529, 443.029}, {300.574, 43}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1096</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution"</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1098</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1098</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasGeneratedBy_http://www.w3.org/2000/01/rdf-schema#comment_wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution_en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1098</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1016</integer>
- </dict>
- <key>ID</key>
- <integer>1099</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{846.129, 269.206}</string>
- <string>{561.165, 398.029}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- <key>ID</key>
- <integer>1101</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#range</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:range}</string>
- <key>Points</key>
- <array>
- <string>{430.001, 397.845}</string>
- <string>{193.434, 303.928}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <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>1016</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1108</integer>
- </dict>
- <key>ID</key>
- <integer>1107</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{531.97, 261.529}</string>
- <string>{531.97, 297.029}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1017</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{366.183, 297.029}, {331.574, 56}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1108</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 The ProcessExecution activity performed was described by\
- the given recipe resource. Process specifications, as\
- referred to by recipe links, are out of scope of this\
- specification}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"The ProcessExecution activity performed was described by
- the given recipe resource. Process specifications, as
- referred to by recipe links, are out of scope of this
- specification"</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1110</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1110</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/hadRecipe_http://www.w3.org/2000/01/rdf-schema#comment_The ProcessExecution activity performed was described by
- the given recipe resource. Process specifications, as
- referred to by recipe links, are out of scope of this
- specification_en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1110</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1017</integer>
- </dict>
- <key>ID</key>
- <integer>1111</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{244.488, 277.246}</string>
- <string>{483.696, 252.081}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- <key>ID</key>
- <integer>1113</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{771.41, 160.818}</string>
- <string>{858.151, 224.079}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1018</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1116</integer>
- </dict>
- <key>ID</key>
- <integer>1115</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{748.869, 125.878}</string>
- <string>{748.869, 92.6739}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1018</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{645.257, 62.6739}, {207.224, 30}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1116</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 An agent represents a characterized entity capable of activity.}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"An agent represents a characterized entity capable of activity."</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1118</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1118</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Agent_http://www.w3.org/2000/01/rdf-schema#comment_An agent represents a characterized entity capable of activity._en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1118</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1120</integer>
- </dict>
- <key>ID</key>
- <integer>1119</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{150.998, 305.581}</string>
- <string>{150.998, 341.081}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{11.4982, 341.081}, {279, 30}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1120</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"ProcessExecution is defined to be "an identifiable activity, which performs a piece of work.""</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1122</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1122</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution_http://www.w3.org/2000/01/rdf-schema#comment_ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."_en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1122</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1124</integer>
- </dict>
- <key>ID</key>
- <integer>1123</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{408.483, 585.561}</string>
- <string>{408.483, 621.061}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1021</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{261.909, 621.061}, {293.149, 43}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1124</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it."</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1126</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1126</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProvenanceContainer_http://www.w3.org/2000/01/rdf-schema#comment_ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it._en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1126</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1128</integer>
- </dict>
- <key>ID</key>
- <integer>1127</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{150.998, 581.581}</string>
- <string>{150.998, 617.081}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1022</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{70.2721, 617.081}, {161.452, 30}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1128</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 Revision is defined as a modified version of a Entity.}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"Revision is defined as a modified version of a Entity."</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1130</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1130</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Revision_http://www.w3.org/2000/01/rdf-schema#comment_Revision is defined as a modified version of a Entity._en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1130</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- <key>ID</key>
- <integer>1131</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{1019.77, 161.42}</string>
- <string>{927.075, 224.532}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1023</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1134</integer>
- </dict>
- <key>ID</key>
- <integer>1133</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{1074.85, 161.074}</string>
- <string>{1110.61, 181.718}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1023</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{1038.22, 181.718}, {196.767, 30}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1134</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 Role is defined to be "a function assumed by a entity or an agent."}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"Role is defined to be "a function assumed by a entity or an agent.""</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1136</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1136</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Role_http://www.w3.org/2000/01/rdf-schema#comment_Role is defined to be "a function assumed by a entity or an agent."_en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1136</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1138</integer>
- </dict>
- <key>ID</key>
- <integer>1137</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{150.998, 443.581}</string>
- <string>{150.998, 479.081}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1024</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{37.4982, 479.081}, {227, 30}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1138</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 Time represents temporal information about entities in the Provenance model.}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"Time represents temporal information about entities in the Provenance model."</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1140</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1140</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Time_http://www.w3.org/2000/01/rdf-schema#comment_Time represents temporal information about entities in the Provenance model._en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1140</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1142</integer>
- </dict>
- <key>ID</key>
- <integer>1141</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{891.75, 220.083}</string>
- <string>{891.753, 150.284}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{829.065, 120.284}, {125.377, 30}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1142</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 An identifiable characterized entity.}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"An identifiable characterized entity."</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1144</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1144</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Entity_http://www.w3.org/2000/01/rdf-schema#comment_An identifiable characterized entity._en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1144</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.4</string>
- <key>g</key>
- <string>0.4</string>
- <key>r</key>
- <string>0.4</string>
- </dict>
- <key>Font</key>
- <string>LucidaGrande</string>
- <key>Size</key>
- <real>11</real>
- </dict>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1002</integer>
- </dict>
- <key>ID</key>
- <integer>1145</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdf:type}</string>
- <key>Points</key>
- <array>
- <string>{273.779, 42.0145}</string>
- <string>{115.248, 35.0216}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1026</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1148</integer>
- </dict>
- <key>ID</key>
- <integer>1147</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2002/07/owl#versionInfo</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 owl:versionInfo}</string>
- <key>Points</key>
- <array>
- <string>{273.779, 49.6899}</string>
- <string>{96.7482, 57.4989}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1026</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{58.7482, 49.337}, {38, 18}}</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>b</key>
- <string>.65</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1148</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>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue166;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 0.02}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"0.02"</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1150</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1150</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/_http://www.w3.org/2002/07/owl#versionInfo_0.02_http://www.w3.org/2001/XMLSchema#string_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1150</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1152</integer>
- </dict>
- <key>ID</key>
- <integer>1151</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{447.779, 46.1253}</string>
- <string>{869.762, 47.4497}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1026</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{869.762, 7}, {350.682, 82}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1152</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). \
-\
-If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome.}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>"This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page).
-
-If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome."</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1154</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1154</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/_http://www.w3.org/2000/01/rdf-schema#comment_This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page).
-
-If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome._en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1154</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{724.878, 518.378}, {360, 43}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1034</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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity.""</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1036</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1036</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/dependedOn_http://www.w3.org/2000/01/rdf-schema#comment_dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."_en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1036</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{724.878, 651.061}, {360, 43}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1068</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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval.""</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1070</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1070</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasComplementOf_http://www.w3.org/2000/01/rdf-schema#comment_wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."_en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1070</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{724.878, 385.378}, {360, 43}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1086</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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity.""</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1088</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1088</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasDerivedFrom_http://www.w3.org/2000/01/rdf-schema#comment_wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."_en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1088</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>2</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>HierarchicalOrientation</key>
- <integer>0</integer>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>2</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 1</string>
- <key>UniqueID</key>
- <integer>1</integer>
- <key>UserInfo</key>
- <dict>
- <key>kMDItemAuthors</key>
- <array>
- <string>2graffle5.xsl</string>
- </array>
- </dict>
- <key>VPages</key>
- <integer>2</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {1084.8, 824}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>CanvasSize</key>
- <string>{1084.8, 824}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>36</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>ExportShapes</key>
- <array>
- <dict>
- <key>InspectorGroup</key>
- <real>255</real>
- <key>ShapeImageRect</key>
- <string>{{2, 2}, {22, 22}}</string>
- <key>ShapeName</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>ShouldExport</key>
- <string>YES</string>
- <key>StrokePath</key>
- <dict>
- <key>elements</key>
- <array>
- <dict>
- <key>element</key>
- <string>MOVETO</string>
- <key>point</key>
- <string>{0.0898362, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.300141, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.363279, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.5, 0}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.363279, -0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.300141, -0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.0898362, -0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{-0.5, -0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{-0.5, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.0898362, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>CLOSE</string>
- </dict>
- <dict>
- <key>element</key>
- <string>MOVETO</string>
- <key>point</key>
- <string>{0.0898362, 0.5}</string>
- </dict>
- </array>
- </dict>
- <key>TextBounds</key>
- <string>{{0, 0}, {1, 1}}</string>
- </dict>
- </array>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Bounds</key>
- <string>{{961.847, 487.533}, {69, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1038</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1037</integer>
- <key>Position</key>
- <real>0.44939973950386047</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:range}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1009</integer>
- <key>Info</key>
- <integer>7</integer>
- </dict>
- <key>ID</key>
- <integer>1037</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{854.817, 386.776}</string>
- <string>{975.641, 436}</string>
- <string>{999.878, 623}</string>
- <string>{889.621, 645}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- <key>Width</key>
- <real>2</real>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{1003.6, 524.211}, {69, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1072</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1071</integer>
- <key>Position</key>
- <real>0.46831679344177246</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:range}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1013</integer>
- <key>Info</key>
- <integer>7</integer>
- </dict>
- <key>ID</key>
- <integer>1071</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{858.118, 385.187}</string>
- <string>{1018, 441.193}</string>
- <string>{1028.27, 715}</string>
- <string>{907.743, 746.386}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- <key>Width</key>
- <real>2</real>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1142</integer>
- </dict>
- <key>ID</key>
- <integer>1169</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{806.749, 338.693}</string>
- <string>{806.749, 157.316}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{224.974, 143.569}, {69, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1046</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1045</integer>
- <key>Offset</key>
- <real>-5.6338024139404297</real>
- <key>Position</key>
- <real>0.79320007562637329</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:domain}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{222.32, 88.0218}, {69, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1062</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1061</integer>
- <key>Position</key>
- <real>0.76201659440994263</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:domain}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1010</integer>
- </dict>
- <key>ID</key>
- <integer>1045</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{162.723, 338.824}</string>
- <string>{221.819, 166.441}</string>
- <string>{316.25, 145.522}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1012</integer>
- </dict>
- <key>ID</key>
- <integer>1061</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{159.794, 338.757}</string>
- <string>{211.494, 122.441}</string>
- <string>{344.257, 91.5219}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{229.575, 192.3}, {69, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1080</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1079</integer>
- <key>Position</key>
- <real>0.78425306081771851</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:domain}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1014</integer>
- </dict>
- <key>ID</key>
- <integer>1079</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{168.125, 339.005}</string>
- <string>{234.433, 215.441}</string>
- <string>{309.66, 199.522}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{6, 300.621}, {69, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1167</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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:domain}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{571.069, 63.5187}, {132, 56}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1166</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 An identifiable characterized entity.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1025</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1025</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{666.45, 639.028}, {69, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1164</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1161</integer>
- <key>Position</key>
- <real>0.89508914947509766</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:domain}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{647.791, 739.592}, {69, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1163</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1162</integer>
- <key>Position</key>
- <real>0.90974193811416626</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:domain}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1013</integer>
- <key>Info</key>
- <integer>8</integer>
- </dict>
- <key>ID</key>
- <integer>1162</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{759.051, 386.94}</string>
- <string>{628, 441.193}</string>
- <string>{625, 721.089}</string>
- <string>{731.526, 746.271}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1009</integer>
- <key>Info</key>
- <integer>8</integer>
- </dict>
- <key>ID</key>
- <integer>1161</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{763.638, 388.782}</string>
- <string>{645, 448.193}</string>
- <string>{638.855, 632.281}</string>
- <string>{750.135, 645}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{651.415, 523.732}, {69, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1165</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1160</integer>
- <key>Offset</key>
- <real>14.647889137268066</real>
- <key>Position</key>
- <real>0.83510637283325195</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:domain}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1015</integer>
- <key>Info</key>
- <integer>8</integer>
- </dict>
- <key>ID</key>
- <integer>1160</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{765.567, 389.463}</string>
- <string>{671, 440.602}</string>
- <string>{661.069, 539}</string>
- <string>{739.152, 542.959}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1011</integer>
- <key>Info</key>
- <integer>2</integer>
- </dict>
- <key>ID</key>
- <integer>1158</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{82.244, 345.403}</string>
- <string>{22.257, 326.928}</string>
- <string>{12.2148, 283.913}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{455.502, 136.466}, {59, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1044</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1043</integer>
- <key>Position</key>
- <real>0.29596635699272156</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:range}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{105.317, 287.478}, {62.604, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1054</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1053</integer>
- <key>Offset</key>
- <real>-15.774648666381836</real>
- <key>Position</key>
- <real>0.47975891828536987</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:range}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{429.767, 82.5212}, {59, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1060</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1059</integer>
- <key>Position</key>
- <real>0.31803795695304871</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:range}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{475.005, 190.522}, {59, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1078</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1077</integer>
- <key>Position</key>
- <real>0.43251731991767883</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:range}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{906.641, 453.187}, {69, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1090</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1089</integer>
- <key>Position</key>
- <real>0.53468149900436401</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:range}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{591.722, 358.193}, {69, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1100</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1099</integer>
- <key>Position</key>
- <real>0.67314428091049194</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:domain}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{300.963, 358.193}, {59, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1102</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1101</integer>
- <key>Position</key>
- <real>0.62357872724533081</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:range}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{237.602, 245.564}, {69, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1112</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1111</integer>
- <key>Position</key>
- <real>0.68797850608825684</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:domain}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{592.569, 149.637}, {89, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1114</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1113</integer>
- <key>Position</key>
- <real>0.3669467568397522</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:subClassOf}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{762.249, 413.862}, {89, 14}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1132</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1131</integer>
- <key>Position</key>
- <real>0.32711130380630493</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:subClassOf}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{123.033, 32.2219}, {46, 18}}</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>b</key>
- <string>0.4</string>
- <key>g</key>
- <string>0.4</string>
- <key>r</key>
- <string>0.4</string>
- </dict>
- <key>Font</key>
- <string>LucidaGrande</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>11</real>
- </dict>
- <key>ID</key>
- <integer>1146</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1145</integer>
- <key>Position</key>
- <real>0.61500859260559082</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 \expnd0\expndtw0\kerning0
-rdf:type}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{123.962, 47.3554}, {86, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1149</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1147</integer>
- <key>Position</key>
- <real>0.43251731991767883</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 owl:versionInfo}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{72.2721, 776.171}, {224, 30}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1001</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>TODO</string>
- </dict>
- <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>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 owl: http://www.w3.org/2002/07/owl#\
-: http://www.w3.org/ns/prov-o/}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>prefix mappings for</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1001</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1001</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>--PREFIX MAPPINGS USED--</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1001</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{10, 28.9117}, {75, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1002</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2002/07/owl#Ontology</string>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 owl:Ontology}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/2002/07/owl#Ontology</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1002</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1002</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/2002/07/owl#Ontology</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1002</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{750.135, 636}, {139.486, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1009</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/dependedOn</string>
- </dict>
- <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>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :dependedOn -(x)}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:TransitiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/dependedOn</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1009</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1009</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/dependedOn</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1009</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{316.25, 136.522}, {118.618, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1010</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :hadParticipant}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1010</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1010</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1010</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{10, 265.426}, {118.618, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1011</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/preceded</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :preceded -(x)}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/preceded</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1011</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/preceded</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1011</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{344.257, 82.5219}, {62.604, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1012</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/used</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :used}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/used</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1012</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1012</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/used</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1012</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{732.013, 737.386}, {175.73, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1013</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
- </dict>
- <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>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :wasComplementOf -(x)}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1013</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1013</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1013</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{309.66, 190.522}, {131.798, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1014</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :wasControlledBy}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1014</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1014</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1014</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{739.152, 533.959}, {161.452, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1015</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
- </dict>
- <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>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :wasDerivedFrom -(x)}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1015</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1015</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1015</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{440.155, 358.193}, {130.699, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>HFlip</key>
- <string>YES</string>
- <key>ID</key>
- <integer>1016</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{0, 1}</string>
- <string>{0, -1}</string>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>2</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
-
-\f0\fs22 \cf0 :wasGeneratedBy}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1016</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1016</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{327.783, 243.194}, {95.5534, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1017</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{0, 1}</string>
- <string>{0, -1}</string>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 The ProcessExecution activity performed was described by\
- the given recipe resource. Process specifications, as\
- referred to by recipe links, are out of scope of this\
- specification}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :hadRecipe}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1017</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1017</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1017</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{587.069, 181.522}, {100, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1018</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Agent</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 An agent represents a characterized entity capable of activity.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Agent}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Agent</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1018</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1018</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Agent</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1018</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{349.983, 477.193}, {121, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1019</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Location</string>
- </dict>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Location}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Location</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1019</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1019</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Location</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1019</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{42.2481, 339.193}, {221.5, 56}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1020</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:ProcessExecution}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1020</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1020</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{296.983, 590.939}, {227, 43}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1021</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:ProvenanceContainer}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1021</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1021</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1021</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{92.4981, 593.959}, {121, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1022</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Revision</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 Revision is defined as a modified version of a Entity.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Revision}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Revision</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1022</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1022</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Revision</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1022</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{732.899, 433.597}, {147.701, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1023</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Role</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 Role is defined to be "a function assumed by a entity or an agent."}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:EntityInRole}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Role</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1023</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1023</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Role</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1023</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{92.4981, 477.193}, {121, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1024</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Time</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Time}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Time</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1024</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Time</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1024</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{740.749, 339.193}, {132, 56}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1025</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 An identifiable characterized entity.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1025</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1025</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{243.531, 38.42}, {174, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1026</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). \
-\
-If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome.}</string>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 http://www.w3.org/ns/prov-o/}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Ontology, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1026</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1026</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1026</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1034</integer>
- </dict>
- <key>ID</key>
- <integer>1033</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{819.878, 654.5}</string>
- <string>{819.878, 674.193}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1009</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1166</integer>
- </dict>
- <key>ID</key>
- <integer>1043</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#range</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:range}</string>
- <key>Points</key>
- <array>
- <string>{435.368, 145.522}</string>
- <string>{523.983, 142.112}</string>
- <string>{591.199, 112.041}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <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>1010</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1011</integer>
- </dict>
- <key>ID</key>
- <integer>1053</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{152.131, 338.694}</string>
- <string>{150.409, 282.112}</string>
- <string>{129.09, 274.592}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- <key>Width</key>
- <real>2</real>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1166</integer>
- </dict>
- <key>ID</key>
- <integer>1059</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#range</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:range}</string>
- <key>Points</key>
- <array>
- <string>{407.361, 91.5219}</string>
- <string>{570.569, 91.5196}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <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>1012</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1068</integer>
- </dict>
- <key>ID</key>
- <integer>1067</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{819.878, 755.386}</string>
- <string>{819.878, 771.752}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1013</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1018</integer>
- </dict>
- <key>ID</key>
- <integer>1077</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#range</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:range}</string>
- <key>Points</key>
- <array>
- <string>{441.958, 199.522}</string>
- <string>{586.569, 199.522}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <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>1014</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1086</integer>
- </dict>
- <key>ID</key>
- <integer>1085</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{819.878, 552.459}</string>
- <string>{819.878, 571}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1015</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1015</integer>
- <key>Info</key>
- <integer>7</integer>
- </dict>
- <key>ID</key>
- <integer>1089</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{848.228, 389.361}</string>
- <string>{931, 433.597}</string>
- <string>{940, 523.728}</string>
- <string>{900.604, 542.959}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- <key>Width</key>
- <real>2</real>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1096</integer>
- </dict>
- <key>ID</key>
- <integer>1095</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{505.491, 376.693}</string>
- <string>{505, 394.796}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1016</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{334.401, 394.796}, {300.574, 43}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1096</integer>
- <key>Magnets</key>
- <array>
- <string>{0.0675784, -0.5}</string>
- </array>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution"</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1098</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1098</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasGeneratedBy_http://www.w3.org/2000/01/rdf-schema#comment_wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution_en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1098</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1016</integer>
- </dict>
- <key>ID</key>
- <integer>1099</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{740.249, 367.193}</string>
- <string>{570.854, 367.193}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- <key>ID</key>
- <integer>1101</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#range</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:range}</string>
- <key>Points</key>
- <array>
- <string>{440.155, 367.193}</string>
- <string>{264.248, 367.193}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <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>1016</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1108</integer>
- </dict>
- <key>ID</key>
- <integer>1107</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{375.56, 261.194}</string>
- <string>{375.762, 281.621}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1017</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{237.602, 281.621}, {331.228, 56}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1108</integer>
- <key>Magnets</key>
- <array>
- <string>{-0.0828851, -0.5}</string>
- </array>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 The ProcessExecution activity performed was described by\
- the given recipe resource. Process specifications, as\
-referred to by recipe links, are out of scope of this\
-specification}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"The ProcessExecution activity performed was described by
- the given recipe resource. Process specifications, as
- referred to by recipe links, are out of scope of this
- specification"</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1110</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1110</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/hadRecipe_http://www.w3.org/2000/01/rdf-schema#comment_The ProcessExecution activity performed was described by
- the given recipe resource. Process specifications, as
- referred to by recipe links, are out of scope of this
- specification_en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1110</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1017</integer>
- </dict>
- <key>ID</key>
- <integer>1111</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{179.773, 339.639}</string>
- <string>{256, 261.194}</string>
- <string>{327.783, 252.194}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1166</integer>
- </dict>
- <key>ID</key>
- <integer>1113</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{637.069, 181.022}</string>
- <string>{637.069, 120.019}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1018</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1116</integer>
- </dict>
- <key>ID</key>
- <integer>1115</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{637.069, 218.022}</string>
- <string>{637.069, 237.194}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1018</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{533.457, 237.194}, {207.224, 30}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1116</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 An agent represents a characterized entity capable of activity.}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"An agent represents a characterized entity capable of activity."</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1118</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1118</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Agent_http://www.w3.org/2000/01/rdf-schema#comment_An agent represents a characterized entity capable of activity._en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1118</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1120</integer>
- </dict>
- <key>ID</key>
- <integer>1119</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{152.998, 395.693}</string>
- <string>{152.998, 411.193}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{13.4981, 411.193}, {279, 30}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1120</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"ProcessExecution is defined to be "an identifiable activity, which performs a piece of work.""</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1122</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1122</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution_http://www.w3.org/2000/01/rdf-schema#comment_ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."_en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1122</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1124</integer>
- </dict>
- <key>ID</key>
- <integer>1123</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{410.483, 634.439}</string>
- <string>{410.483, 652.959}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1021</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{263.909, 652.959}, {293.149, 43}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1124</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it."</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1126</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1126</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProvenanceContainer_http://www.w3.org/2000/01/rdf-schema#comment_ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it._en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1126</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1128</integer>
- </dict>
- <key>ID</key>
- <integer>1127</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{152.998, 630.459}</string>
- <string>{152.998, 648.979}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1022</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{72.2721, 648.979}, {161.452, 30}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1128</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 Revision is defined as a modified version of a Entity.}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"Revision is defined as a modified version of a Entity."</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1130</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1130</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Revision_http://www.w3.org/2000/01/rdf-schema#comment_Revision is defined as a modified version of a Entity._en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1130</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- <key>ID</key>
- <integer>1131</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{806.749, 433.097}</string>
- <string>{806.749, 395.693}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1023</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1134</integer>
- </dict>
- <key>ID</key>
- <integer>1133</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{807.712, 470.095}</string>
- <string>{808.579, 486.778}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1023</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{710.976, 486.778}, {196.767, 30}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1134</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 Role is defined to be "a function assumed by a entity or an agent."}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"Role is defined to be "a function assumed by a entity or an agent.""</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1136</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1136</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Role_http://www.w3.org/2000/01/rdf-schema#comment_Role is defined to be "a function assumed by a entity or an agent."_en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1136</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1138</integer>
- </dict>
- <key>ID</key>
- <integer>1137</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{152.998, 513.693}</string>
- <string>{152.998, 528.959}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1024</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{39.4981, 528.959}, {227, 30}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1138</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 Time represents temporal information about entities in the Provenance model.}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"Time represents temporal information about entities in the Provenance model."</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1140</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1140</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Time_http://www.w3.org/2000/01/rdf-schema#comment_Time represents temporal information about entities in the Provenance model._en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1140</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1142</integer>
- </dict>
- <key>ID</key>
- <integer>1141</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{689.362, 109.023}</string>
- <string>{779.862, 139.316}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1166</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{703.137, 139.316}, {207.224, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1142</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 An identifiable characterized entity.}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"An identifiable characterized entity."</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1144</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1144</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Entity_http://www.w3.org/2000/01/rdf-schema#comment_An identifiable characterized entity._en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1144</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.4</string>
- <key>g</key>
- <string>0.4</string>
- <key>r</key>
- <string>0.4</string>
- </dict>
- <key>Font</key>
- <string>LucidaGrande</string>
- <key>Size</key>
- <real>11</real>
- </dict>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1002</integer>
- </dict>
- <key>ID</key>
- <integer>1145</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdf:type}</string>
- <key>Points</key>
- <array>
- <string>{243.531, 44.4973}</string>
- <string>{85, 39.1715}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1026</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1148</integer>
- </dict>
- <key>ID</key>
- <integer>1147</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2002/07/owl#versionInfo</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 owl:versionInfo}</string>
- <key>Points</key>
- <array>
- <string>{243.531, 52.1726}</string>
- <string>{66.5, 61.8434}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1026</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{28.5, 53.8813}, {38, 18}}</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>b</key>
- <string>.65</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1148</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>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue166;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 0.02}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"0.02"</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1150</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1150</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/_http://www.w3.org/2002/07/owl#versionInfo_0.02_http://www.w3.org/2001/XMLSchema#string_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1150</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1152</integer>
- </dict>
- <key>ID</key>
- <integer>1151</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{417.531, 47.872}</string>
- <string>{728.114, 49.4855}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1026</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{728.114, 9.39648}, {350.682, 82}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1152</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). \
-\
-If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome.}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>"This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page).
-
-If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome."</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1154</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1154</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/_http://www.w3.org/2000/01/rdf-schema#comment_This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page).
-
-If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome._en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1154</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{639.878, 674.193}, {360, 43}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1034</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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity.""</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1036</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1036</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/dependedOn_http://www.w3.org/2000/01/rdf-schema#comment_dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."_en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1036</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{639.878, 771.752}, {360, 43}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1068</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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval.""</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1070</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1070</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasComplementOf_http://www.w3.org/2000/01/rdf-schema#comment_wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."_en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1070</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{639.878, 571}, {360, 43}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1086</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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity.""</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1088</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1088</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasDerivedFrom_http://www.w3.org/2000/01/rdf-schema#comment_wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."_en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1088</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>2</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>HierarchicalOrientation</key>
- <integer>0</integer>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 2</string>
- <key>UniqueID</key>
- <integer>2</integer>
- <key>VPages</key>
- <integer>2</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {1512, 1106}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>36</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>ExportShapes</key>
- <array>
- <dict>
- <key>InspectorGroup</key>
- <real>255</real>
- <key>ShapeImageRect</key>
- <string>{{2, 2}, {22, 22}}</string>
- <key>ShapeName</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>ShouldExport</key>
- <string>YES</string>
- <key>StrokePath</key>
- <dict>
- <key>elements</key>
- <array>
- <dict>
- <key>element</key>
- <string>MOVETO</string>
- <key>point</key>
- <string>{0.0898362, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.300141, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.363279, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.5, 0}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.363279, -0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.300141, -0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.0898362, -0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{-0.5, -0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{-0.5, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.0898362, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>CLOSE</string>
- </dict>
- <dict>
- <key>element</key>
- <string>MOVETO</string>
- <key>point</key>
- <string>{0.0898362, 0.5}</string>
- </dict>
- </array>
- </dict>
- <key>TextBounds</key>
- <string>{{0, 0}, {1, 1}}</string>
- </dict>
- </array>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1120</integer>
- </dict>
- <key>ID</key>
- <integer>1171</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{45.9419, 203.587}</string>
- <string>{44.5603, 292.161}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.298039</string>
- <key>g</key>
- <string>0.298039</string>
- <key>r</key>
- <string>0.298039</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1170</integer>
- <key>Info</key>
- <integer>2</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{9.15672, 154.746}, {221.5, 56}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1170</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{5.96046e-08, 2.38419e-07}</string>
- <string>{-0.333927, 0.372163}</string>
- </array>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Pattern</key>
- <integer>1</integer>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:ProcessExecution}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1020</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1020</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1009</integer>
- <key>Info</key>
- <integer>7</integer>
- </dict>
- <key>ID</key>
- <integer>1037</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{739.944, 93.2908}</string>
- <string>{967.626, 139}</string>
- <string>{992, 413.408}</string>
- <string>{930.543, 444.458}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- <key>Width</key>
- <real>2</real>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1166</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1013</integer>
- <key>Info</key>
- <integer>7</integer>
- </dict>
- <key>ID</key>
- <integer>1071</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{742.758, 90.322}</string>
- <string>{989.411, 126}</string>
- <string>{1007.91, 501}</string>
- <string>{967.072, 559.847}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- <key>Width</key>
- <real>2</real>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1166</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1142</integer>
- </dict>
- <key>ID</key>
- <integer>1169</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{680.625, 416.829}</string>
- <string>{680.625, 391.404}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{314.743, 127.161}, {69, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1046</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1045</integer>
- <key>Offset</key>
- <real>-5.6338024139404297</real>
- <key>Position</key>
- <real>0.80601876974105835</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:domain}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{313.491, 86.4711}, {69, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1062</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1061</integer>
- <key>Position</key>
- <real>0.76201659440994263</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:domain}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1010</integer>
- </dict>
- <key>ID</key>
- <integer>1045</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{297.981, 328.402}</string>
- <string>{318.597, 147.635}</string>
- <string>{402.403, 135.216}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1012</integer>
- </dict>
- <key>ID</key>
- <integer>1061</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{296.025, 328.389}</string>
- <string>{305.272, 124.635}</string>
- <string>{430.41, 81.2156}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{318.08, 182.773}, {69, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1080</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1079</integer>
- <key>Offset</key>
- <real>-6.760563850402832</real>
- <key>Position</key>
- <real>0.77499222755432129</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:domain}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1014</integer>
- </dict>
- <key>ID</key>
- <integer>1079</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{301.736, 328.455}</string>
- <string>{334.211, 196.635}</string>
- <string>{395.813, 189.216}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{613.78, 53.2124}, {132, 56}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1166</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 An identifiable characterized entity.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1025</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1025</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1013</integer>
- <key>Info</key>
- <integer>8</integer>
- </dict>
- <key>ID</key>
- <integer>1162</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{732.61, 462.999}</string>
- <string>{763, 473.329}</string>
- <string>{766, 551.258}</string>
- <string>{791.057, 560.258}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1009</integer>
- <key>Info</key>
- <integer>8</integer>
- </dict>
- <key>ID</key>
- <integer>1161</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{746.897, 447.676}</string>
- <string>{769, 448.459}</string>
- <string>{791.057, 444.458}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1015</integer>
- <key>Info</key>
- <integer>8</integer>
- </dict>
- <key>ID</key>
- <integer>1160</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{733.772, 428.298}</string>
- <string>{768, 417.329}</string>
- <string>{771, 337.658}</string>
- <string>{791.057, 328.658}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1011</integer>
- <key>Info</key>
- <integer>2</integer>
- </dict>
- <key>ID</key>
- <integer>1158</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{120.627, 211.245}</string>
- <string>{121.734, 255.09}</string>
- <string>{133.925, 262.315}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1170</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{542.609, 125.898}, {59, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1044</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1043</integer>
- <key>Position</key>
- <real>0.3514988124370575</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:range}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{526.004, 72.2145}, {59, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1060</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1059</integer>
- <key>Position</key>
- <real>0.51759564876556396</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:range}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{544.094, 180.216}, {59, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1078</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1077</integer>
- <key>Position</key>
- <real>0.45228636264801025</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:range}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{333.429, 233.287}, {69, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1112</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1111</integer>
- <key>Position</key>
- <real>0.68797850608825684</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:domain}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{635.28, 139.331}, {89, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1114</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1113</integer>
- <key>Position</key>
- <real>0.3669467568397522</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:subClassOf}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{636.125, 503.348}, {89, 14}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1132</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1131</integer>
- <key>Position</key>
- <real>0.69855791330337524</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:subClassOf}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{731.606, 10.5489}, {46, 18}}</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>b</key>
- <string>0.4</string>
- <key>g</key>
- <string>0.4</string>
- <key>r</key>
- <string>0.4</string>
- </dict>
- <key>Font</key>
- <string>LucidaGrande</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>11</real>
- </dict>
- <key>ID</key>
- <integer>1146</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1145</integer>
- <key>Position</key>
- <real>0.49074620008468628</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 \expnd0\expndtw0\kerning0
-rdf:type}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{778.769, 34.8543}, {86, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1149</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1147</integer>
- <key>Position</key>
- <real>0.64258462190628052</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 owl:versionInfo}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{203.76, 539.469}, {188, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1001</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>TODO</string>
- </dict>
- <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>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 : http://www.w3.org/ns/prov-o/}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>prefix mappings for</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1001</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1001</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>--PREFIX MAPPINGS USED--</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1001</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{949, 10.5554}, {75, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1002</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2002/07/owl#Ontology</string>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 owl:Ontology}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/2002/07/owl#Ontology</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1002</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1002</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/2002/07/owl#Ontology</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1002</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{791.057, 435.458}, {139.486, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1009</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/dependedOn</string>
- </dict>
- <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>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :dependedOn -(x)}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:TransitiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/dependedOn</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1009</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1009</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/dependedOn</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1009</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{402.403, 126.216}, {118.618, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1010</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :hadParticipant}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1010</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1010</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1010</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{133.925, 253.315}, {118.618, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1011</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/preceded</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :preceded -(x)}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/preceded</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1011</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/preceded</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1011</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{430.41, 72.2156}, {62.604, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1012</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/used</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :used}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/used</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1012</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1012</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/used</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1012</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{791.057, 551.258}, {175.73, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1013</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
- </dict>
- <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>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :wasComplementOf -(x)}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1013</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1013</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1013</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{395.813, 180.216}, {131.798, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1014</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :wasControlledBy}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1014</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1014</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1014</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{791.057, 319.658}, {161.452, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1015</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
- </dict>
- <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>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :wasDerivedFrom -(x)}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1015</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1015</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1015</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{366.911, 436.329}, {130.699, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>HFlip</key>
- <string>YES</string>
- <key>ID</key>
- <integer>1016</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{0, 1}</string>
- <string>{0, -1}</string>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>2</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
-
-\f0\fs22 \cf0 :wasGeneratedBy}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1016</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1016</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{413.936, 232.888}, {95.5534, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1017</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{0, 1}</string>
- <string>{0, -1}</string>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 The ProcessExecution activity performed was described by\
- the given recipe resource. Process specifications, as\
- referred to by recipe links, are out of scope of this\
- specification}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :hadRecipe}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1017</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1017</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1017</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{629.78, 171.216}, {100, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1018</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Agent</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 An agent represents a characterized entity capable of activity.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Agent}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Agent</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1018</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1018</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Agent</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1018</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{59.9999, 536.142}, {121, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1019</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Location</string>
- </dict>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Location}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Location</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1019</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1019</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Location</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1019</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{183.982, 328.887}, {221.5, 56}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1020</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:ProcessExecution}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1020</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1020</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{301.656, 572.713}, {227, 43}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1021</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:ProvenanceContainer}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1021</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1021</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1021</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{59.9999, 590.717}, {121, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1022</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Revision</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 Revision is defined as a modified version of a Entity.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Revision}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Revision</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1022</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1022</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Revision</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1022</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{606.775, 595.477}, {147.701, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1023</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Role</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 Role is defined to be "a function assumed by a entity or an agent."}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:EntityInRole}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Role</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1023</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1023</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Role</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1023</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{59.9999, 442.459}, {121, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1024</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Time</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Time}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Time</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1024</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Time</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1024</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{614.625, 417.329}, {132, 56}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1025</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 An identifiable characterized entity.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1025</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1025</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{393.277, 19.5437}, {174, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1026</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/</string>
- </dict>
- <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>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). \
-\
-If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome.}</string>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 http://www.w3.org/ns/prov-o/}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Ontology, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1026</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1026</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1026</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1034</integer>
- </dict>
- <key>ID</key>
- <integer>1033</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{861.108, 453.852}</string>
- <string>{872.057, 467.858}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1009</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1166</integer>
- </dict>
- <key>ID</key>
- <integer>1043</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#range</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:range}</string>
- <key>Points</key>
- <array>
- <string>{521.521, 135.197}</string>
- <string>{610.136, 131.806}</string>
- <string>{646.084, 105.691}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <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>1010</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1011</integer>
- </dict>
- <key>ID</key>
- <integer>1053</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{286.042, 328.492}</string>
- <string>{271.143, 279.806}</string>
- <string>{252.907, 262.658}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- <key>Width</key>
- <real>2</real>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1166</integer>
- </dict>
- <key>ID</key>
- <integer>1059</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#range</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:range}</string>
- <key>Points</key>
- <array>
- <string>{493.514, 81.2156}</string>
- <string>{613.28, 81.2135}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <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>1012</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1068</integer>
- </dict>
- <key>ID</key>
- <integer>1067</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{878.966, 569.756}</string>
- <string>{880.183, 583.658}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1013</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1018</integer>
- </dict>
- <key>ID</key>
- <integer>1077</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#range</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:range}</string>
- <key>Points</key>
- <array>
- <string>{527.611, 189.216}</string>
- <string>{629.28, 189.216}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <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>1014</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1086</integer>
- </dict>
- <key>ID</key>
- <integer>1085</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{871.783, 337.658}</string>
- <string>{879.806, 352.058}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1015</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1015</integer>
- <key>Info</key>
- <integer>7</integer>
- </dict>
- <key>ID</key>
- <integer>1089</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{736.452, 96.0402}</string>
- <string>{946.509, 151}</string>
- <string>{982, 302}</string>
- <string>{952.509, 328.658}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- <key>Width</key>
- <real>2</real>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1166</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1096</integer>
- </dict>
- <key>ID</key>
- <integer>1095</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{432.247, 454.829}</string>
- <string>{431.756, 472.932}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1016</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{261.157, 472.932}, {300.574, 43}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1096</integer>
- <key>Magnets</key>
- <array>
- <string>{0.0675784, -0.5}</string>
- </array>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution"</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1098</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1098</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasGeneratedBy_http://www.w3.org/2000/01/rdf-schema#comment_wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution_en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1098</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1016</integer>
- </dict>
- <key>ID</key>
- <integer>1099</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{614.125, 445.329}</string>
- <string>{497.61, 445.329}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- <key>ID</key>
- <integer>1101</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#range</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:range}</string>
- <key>Points</key>
- <array>
- <string>{366.911, 445.329}</string>
- <string>{304.208, 439.736}</string>
- <string>{297.99, 385.372}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <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>1016</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1108</integer>
- </dict>
- <key>ID</key>
- <integer>1107</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{461.713, 250.888}</string>
- <string>{465.157, 260.023}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1017</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{407.7, 260.023}, {250.824, 69}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1108</integer>
- <key>Magnets</key>
- <array>
- <string>{-0.270928, -0.5}</string>
- </array>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 The ProcessExecution activity performed was described by the given recipe resource. Process specifications, as referred to by recipe links, are out of scope of this\
-specification}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"The ProcessExecution activity performed was described by
- the given recipe resource. Process specifications, as
- referred to by recipe links, are out of scope of this
- specification"</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1110</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1110</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/hadRecipe_http://www.w3.org/2000/01/rdf-schema#comment_The ProcessExecution activity performed was described by
- the given recipe resource. Process specifications, as
- referred to by recipe links, are out of scope of this
- specification_en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1110</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1017</integer>
- </dict>
- <key>ID</key>
- <integer>1111</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{311.437, 328.766}</string>
- <string>{359.778, 247.388}</string>
- <string>{413.439, 241.939}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1166</integer>
- </dict>
- <key>ID</key>
- <integer>1113</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{679.78, 170.716}</string>
- <string>{679.78, 109.712}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1018</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1116</integer>
- </dict>
- <key>ID</key>
- <integer>1115</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{679.769, 207.716}</string>
- <string>{679.761, 220.888}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1018</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{576.14, 220.888}, {207.224, 30}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1116</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 An agent represents a characterized entity capable of activity.}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"An agent represents a characterized entity capable of activity."</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1118</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1118</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Agent_http://www.w3.org/2000/01/rdf-schema#comment_An agent represents a characterized entity capable of activity._en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1118</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1120</integer>
- <key>Info</key>
- <integer>1</integer>
- </dict>
- <key>ID</key>
- <integer>1119</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{197.032, 343.385}</string>
- <string>{137.521, 335.161}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.298039</string>
- <key>g</key>
- <string>0.298039</string>
- <key>r</key>
- <string>0.298039</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{9.15672, 292.161}, {190.264, 43}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1120</integer>
- <key>Magnets</key>
- <array>
- <string>{0.174663, 0.5}</string>
- <string>{-0.313924, -0.5}</string>
- </array>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"ProcessExecution is defined to be "an identifiable activity, which performs a piece of work.""</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1122</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1122</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution_http://www.w3.org/2000/01/rdf-schema#comment_ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."_en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1122</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1124</integer>
- </dict>
- <key>ID</key>
- <integer>1123</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{415.156, 616.213}</string>
- <string>{415.156, 634.733}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1021</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{268.582, 634.733}, {293.149, 43}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1124</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it."</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1126</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1126</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProvenanceContainer_http://www.w3.org/2000/01/rdf-schema#comment_ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it._en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1126</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1128</integer>
- </dict>
- <key>ID</key>
- <integer>1127</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{120.5, 627.217}</string>
- <string>{120.5, 643.734}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1022</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{39.7739, 643.734}, {161.452, 30}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1128</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 Revision is defined as a modified version of a Entity.}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"Revision is defined as a modified version of a Entity."</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1130</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1130</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Revision_http://www.w3.org/2000/01/rdf-schema#comment_Revision is defined as a modified version of a Entity._en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1130</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- <key>ID</key>
- <integer>1131</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{680.625, 594.977}</string>
- <string>{680.625, 473.829}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1023</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1134</integer>
- </dict>
- <key>ID</key>
- <integer>1133</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{680.625, 631.977}</string>
- <string>{680.625, 648.658}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1023</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{582.242, 648.658}, {196.767, 30}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1134</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 Role is defined to be "a function assumed by a entity or an agent."}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"Role is defined to be "a function assumed by a entity or an agent.""</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1136</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1136</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Role_http://www.w3.org/2000/01/rdf-schema#comment_Role is defined to be "a function assumed by a entity or an agent."_en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1136</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1138</integer>
- </dict>
- <key>ID</key>
- <integer>1137</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{120.5, 478.959}</string>
- <string>{120.5, 494.225}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1024</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{6.99992, 494.225}, {227, 30}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1138</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 Time represents temporal information about entities in the Provenance model.}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"Time represents temporal information about entities in the Provenance model."</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1140</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1140</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Time_http://www.w3.org/2000/01/rdf-schema#comment_Time represents temporal information about entities in the Provenance model._en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1140</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1142</integer>
- </dict>
- <key>ID</key>
- <integer>1141</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{706.524, 107.234}</string>
- <string>{783.364, 182}</string>
- <string>{783.392, 268}</string>
- <string>{694.845, 361.404}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.298039</string>
- <key>g</key>
- <string>0.298039</string>
- <key>r</key>
- <string>0.298039</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1166</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{620.125, 361.404}, {121, 30}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1142</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 An identifiable characterized entity.}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"An identifiable characterized entity."</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1144</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1144</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Entity_http://www.w3.org/2000/01/rdf-schema#comment_An identifiable characterized entity._en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1144</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.4</string>
- <key>g</key>
- <string>0.4</string>
- <key>r</key>
- <string>0.4</string>
- </dict>
- <key>Font</key>
- <string>LucidaGrande</string>
- <key>Size</key>
- <real>11</real>
- </dict>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1002</integer>
- </dict>
- <key>ID</key>
- <integer>1145</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdf:type}</string>
- <key>Points</key>
- <array>
- <string>{567.277, 19.5437}</string>
- <string>{949, 19.5544}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1026</integer>
- <key>Info</key>
- <integer>2</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1148</integer>
- </dict>
- <key>ID</key>
- <integer>1147</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2002/07/owl#versionInfo</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 owl:versionInfo}</string>
- <key>Points</key>
- <array>
- <string>{567.277, 28.5437}</string>
- <string>{963.322, 52.3702}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1026</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{963.322, 44.5133}, {38, 18}}</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>b</key>
- <string>.65</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1148</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>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue166;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 0.02}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"0.02"</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1150</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1150</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/_http://www.w3.org/2002/07/owl#versionInfo_0.02_http://www.w3.org/2001/XMLSchema#string_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1150</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1152</integer>
- </dict>
- <key>ID</key>
- <integer>1151</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:comment}</string>
- <key>Points</key>
- <array>
- <string>{393.277, 37.5437}</string>
- <string>{359.839, 39.5676}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.701961</string>
- <key>g</key>
- <string>0.701961</string>
- <key>r</key>
- <string>0.701961</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>2</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1026</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{9.15672, 9.18042}, {350.682, 82}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1152</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). \
-\
-If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome.}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>"This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page).
-
-If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome."</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1154</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1154</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/_http://www.w3.org/2000/01/rdf-schema#comment_This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page).
-
-If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome._en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1154</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{791.057, 467.858}, {215.943, 69}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1034</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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity.""</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1036</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1036</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/dependedOn_http://www.w3.org/2000/01/rdf-schema#comment_dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."_en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1036</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{791.057, 583.658}, {186.568, 95}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1068</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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval.""</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1070</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1070</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasComplementOf_http://www.w3.org/2000/01/rdf-schema#comment_wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."_en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1070</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{791.057, 352.058}, {215.943, 69}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>1086</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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf2 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>"wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity.""</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1088</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1088</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasDerivedFrom_http://www.w3.org/2000/01/rdf-schema#comment_wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."_en_value</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1088</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>2</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>HierarchicalOrientation</key>
- <integer>0</integer>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>14.40000057220459</real>
- <key>SheetTitle</key>
- <string>Canvas 3</string>
- <key>UniqueID</key>
- <integer>3</integer>
- <key>VPages</key>
- <integer>2</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {1512, 553}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>36</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>ExportShapes</key>
- <array>
- <dict>
- <key>InspectorGroup</key>
- <real>255</real>
- <key>ShapeImageRect</key>
- <string>{{2, 2}, {22, 22}}</string>
- <key>ShapeName</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>ShouldExport</key>
- <string>YES</string>
- <key>StrokePath</key>
- <dict>
- <key>elements</key>
- <array>
- <dict>
- <key>element</key>
- <string>MOVETO</string>
- <key>point</key>
- <string>{0.0898362, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.300141, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.363279, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.5, 0}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.363279, -0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.300141, -0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.0898362, -0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{-0.5, -0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{-0.5, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.0898362, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>CLOSE</string>
- </dict>
- <dict>
- <key>element</key>
- <string>MOVETO</string>
- <key>point</key>
- <string>{0.0898362, 0.5}</string>
- </dict>
- </array>
- </dict>
- <key>TextBounds</key>
- <string>{{0, 0}, {1, 1}}</string>
- </dict>
- </array>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Bounds</key>
- <string>{{402.417, 289.136}, {65, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1187</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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:domain}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{260.322, 343.694}, {89, 14}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1184</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1183</integer>
- <key>Position</key>
- <real>0.71021294593811035</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:subClassOf}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1052</integer>
- </dict>
- <key>ID</key>
- <integer>1183</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{493.683, 393.56}</string>
- <string>{374.242, 354}</string>
- <string>{221.786, 352.283}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1023</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1180</integer>
- </dict>
- <key>ID</key>
- <integer>1182</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{541.135, 168.673}</string>
- <string>{555.4, 211.427}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1018</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1180</integer>
- </dict>
- <key>ID</key>
- <integer>1181</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{540.834, 288.773}</string>
- <string>{555.102, 248.036}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{517.01, 211.741}, {89, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1180</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.example.com/crime#CrimeFile</string>
- </dict>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.88516</string>
- <key>g</key>
- <string>0.826514</string>
- <key>r</key>
- <string>0.673728</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf0 \expnd0\expndtw0\kerning0
-owl:Thing}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.example.com/crime#CrimeFile</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms#visual_form_1011</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1011</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.example.com/crime#CrimeFile</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1011</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1052</integer>
- </dict>
- <key>ID</key>
- <integer>1179</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{237.695, 263.801}</string>
- <string>{189.087, 334.028}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1052</integer>
- </dict>
- <key>ID</key>
- <integer>1178</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{85.9689, 309.845}</string>
- <string>{147.021, 338.028}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1024</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1052</integer>
- </dict>
- <key>ID</key>
- <integer>1177</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{102.981, 344.457}</string>
- <string>{133.078, 347.441}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1019</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1052</integer>
- </dict>
- <key>ID</key>
- <integer>1176</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{94.9585, 373.329}</string>
- <string>{139.019, 361.726}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1022</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1052</integer>
- </dict>
- <key>ID</key>
- <integer>1174</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{258.611, 390.125}</string>
- <string>{206.329, 365.617}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1021</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{132.303, 333.776}, {89, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1052</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.example.com/crime#CrimeFile</string>
- </dict>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.88516</string>
- <key>g</key>
- <string>0.826514</string>
- <key>r</key>
- <string>0.673728</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf0 \expnd0\expndtw0\kerning0
-owl:Thing}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.example.com/crime#CrimeFile</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms#visual_form_1011</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1011</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.example.com/crime#CrimeFile</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1011</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{56.9389, 139.125}, {65, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1172</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1158</integer>
- <key>Position</key>
- <real>0.37103757262229919</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:domain}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{272.322, 33.498}, {65, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1171</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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:domain}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{8.83379, 87.4975}, {161.452, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1170</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{5.96046e-08, 2.38419e-07}</string>
- <string>{-0.333927, 0.372163}</string>
- </array>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Pattern</key>
- <integer>1</integer>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:ProcessExecution}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1020</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1020</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1009</integer>
- <key>Info</key>
- <integer>7</integer>
- </dict>
- <key>ID</key>
- <integer>1037</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{596.827, 52.0641}</string>
- <string>{730.542, 72.5061}</string>
- <string>{760.253, 287.227}</string>
- <string>{717.581, 312.972}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- <key>Width</key>
- <real>2</real>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1166</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1013</integer>
- <key>Info</key>
- <integer>7</integer>
- </dict>
- <key>ID</key>
- <integer>1071</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{599.392, 48.151}</string>
- <string>{747.542, 61.0122}</string>
- <string>{774.542, 310.148}</string>
- <string>{741.618, 345.63}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- <key>Width</key>
- <real>2</real>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1166</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1010</integer>
- </dict>
- <key>ID</key>
- <integer>1045</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{252.992, 227.114}</string>
- <string>{270.357, 108.166}</string>
- <string>{329.933, 96.4975}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1012</integer>
- </dict>
- <key>ID</key>
- <integer>1061</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{251.543, 227.102}</string>
- <string>{263.032, 57.1665}</string>
- <string>{353.091, 42.4971}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1014</integer>
- </dict>
- <key>ID</key>
- <integer>1079</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{255.855, 227.161}</string>
- <string>{276.971, 157.167}</string>
- <string>{323.989, 150.566}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{468.227, 14.4939}, {132, 56}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1166</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 An identifiable characterized entity.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1025</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1025</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1013</integer>
- <key>Info</key>
- <integer>8</integer>
- </dict>
- <key>ID</key>
- <integer>1162</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{568.445, 323.055}</string>
- <string>{617.446, 345.136}</string>
- <string>{623, 345.63}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1009</integer>
- <key>Info</key>
- <integer>8</integer>
- </dict>
- <key>ID</key>
- <integer>1161</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{592.864, 311.336}</string>
- <string>{623.446, 313.266}</string>
- <string>{623.498, 313.27}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1015</integer>
- <key>Info</key>
- <integer>8</integer>
- </dict>
- <key>ID</key>
- <integer>1160</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{578.562, 295.044}</string>
- <string>{613.446, 285.136}</string>
- <string>{623, 280.831}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1011</integer>
- <key>Info</key>
- <integer>2</integer>
- </dict>
- <key>ID</key>
- <integer>1158</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{89.8415, 123.997}</string>
- <string>{90.4939, 166.838}</string>
- <string>{102.685, 174.063}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1170</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{490.252, 100.612}, {89, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1114</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1113</integer>
- <key>Position</key>
- <real>0.3669467568397522</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:subClassOf}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{489.727, 355.084}, {89, 14}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1132</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1131</integer>
- <key>Position</key>
- <real>0.42688357830047607</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:subClassOf}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{8.83379, 10}, {188, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1001</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>TODO</string>
- </dict>
- <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>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 : http://www.w3.org/ns/prov-o/}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>prefix mappings for</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1001</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1001</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>--PREFIX MAPPINGS USED--</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1001</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{623, 304.23}, {94.1532, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1009</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/dependedOn</string>
- </dict>
- <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>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :dependedOn}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:TransitiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/dependedOn</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1009</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1009</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/dependedOn</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1009</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{329.933, 87.4975}, {98.0821, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1010</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :hadParticipant}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1010</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1010</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1010</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{102.685, 165.063}, {67.6009, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1011</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/preceded</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :preceded}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/preceded</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1011</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/preceded</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1011</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{353.091, 33.4971}, {41.8256, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1012</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/used</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :used}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/used</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1012</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1012</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/used</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1012</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{623, 336.63}, {118.618, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1013</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
- </dict>
- <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>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :wasComplementOf}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1013</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1013</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1013</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{324.484, 141.497}, {108.98, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1014</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :wasControlledBy}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1014</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1014</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1014</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{623, 271.831}, {108.98, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1015</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
- </dict>
- <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>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :wasDerivedFrom}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1015</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1015</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1015</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{290.582, 298.636}, {104.335, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>HFlip</key>
- <string>YES</string>
- <key>ID</key>
- <integer>1016</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{0, 1}</string>
- <string>{0, -1}</string>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>2</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
-
-\f0\fs22 \cf0 :wasGeneratedBy}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1016</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1016</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{339.469, 194.169}, {71.4475, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1017</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{0, 1}</string>
- <string>{0, -1}</string>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 The ProcessExecution activity performed was described by\
- the given recipe resource. Process specifications, as\
- referred to by recipe links, are out of scope of this\
- specification}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :hadRecipe}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1017</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1017</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1017</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{502.571, 132.497}, {65, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1018</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Agent</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 An agent represents a characterized entity capable of activity.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Agent}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Agent</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1018</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1018</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Agent</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1018</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{15.4169, 325.745}, {89, 28.885}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1019</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Location</string>
- </dict>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Location}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Location</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1019</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1019</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Location</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1019</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{169.567, 227.599}, {161.452, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1020</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:ProcessExecution}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1020</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1020</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{201.251, 388.988}, {186.666, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1021</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:ProvenanceContainer}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1021</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1021</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1021</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{15.4169, 368.115}, {89, 28.885}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1022</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Revision</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 Revision is defined as a modified version of a Entity.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Revision}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Revision</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1022</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1022</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Revision</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1022</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{474.918, 388.988}, {118.618, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1023</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Role</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 Role is defined to be "a function assumed by a entity or an agent."}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:EntityInRole}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Role</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1023</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1023</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Role</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1023</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{15.4169, 283.376}, {89, 28.885}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1024</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Time</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Time}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Time</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1024</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Time</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1024</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{474.918, 289.136}, {118.618, 37}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1025</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 An identifiable characterized entity.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1025</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1025</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1166</integer>
- </dict>
- <key>ID</key>
- <integer>1043</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#range</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:range}</string>
- <key>Points</key>
- <array>
- <string>{428.015, 96.4975}</string>
- <string>{480.807, 93.0875}</string>
- <string>{506.876, 68.3981}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <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>1010</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1011</integer>
- </dict>
- <key>ID</key>
- <integer>1053</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{243.51, 227.19}</string>
- <string>{226.903, 182.119}</string>
- <string>{170.781, 174.133}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- <key>Width</key>
- <real>2</real>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1166</integer>
- </dict>
- <key>ID</key>
- <integer>1059</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#range</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:range}</string>
- <key>Points</key>
- <array>
- <string>{395.417, 42.4971}</string>
- <string>{467.727, 42.4954}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <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>1012</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1018</integer>
- </dict>
- <key>ID</key>
- <integer>1077</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#range</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:range}</string>
- <key>Points</key>
- <array>
- <string>{433.464, 150.497}</string>
- <string>{502.071, 150.497}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <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>1014</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1015</integer>
- <key>Info</key>
- <integer>7</integer>
- </dict>
- <key>ID</key>
- <integer>1089</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{592.566, 56.0994}</string>
- <string>{716.542, 85.0122}</string>
- <string>{746.542, 259.012}</string>
- <string>{731.98, 280.831}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- <key>Width</key>
- <real>2</real>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1166</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1016</integer>
- </dict>
- <key>ID</key>
- <integer>1099</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{474.418, 307.636}</string>
- <string>{394.917, 307.636}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- <key>ID</key>
- <integer>1101</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#range</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:range}</string>
- <key>Points</key>
- <array>
- <string>{290.092, 307.534}</string>
- <string>{258.968, 301.043}</string>
- <string>{253.185, 264.082}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <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>1016</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1017</integer>
- </dict>
- <key>ID</key>
- <integer>1111</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{262.769, 227.392}</string>
- <string>{279.538, 202.919}</string>
- <string>{338.969, 203.167}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1166</integer>
- </dict>
- <key>ID</key>
- <integer>1113</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{534.926, 131.997}</string>
- <string>{534.45, 70.9938}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1018</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- <key>ID</key>
- <integer>1131</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{534.227, 388.488}</string>
- <string>{534.227, 326.636}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1023</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{166.303, 178.995}, {55, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1173</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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:range}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{431.03, 72.7485}, {55, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1185</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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:range}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{673.537, 19}, {55, 18}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1186</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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:range}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>2</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>HierarchicalOrientation</key>
- <integer>0</integer>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>14.40000057220459</real>
- <key>SheetTitle</key>
- <string>Canvas 4</string>
- <key>UniqueID</key>
- <integer>4</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {756, 553}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>36</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>ExportShapes</key>
- <array>
- <dict>
- <key>InspectorGroup</key>
- <real>255</real>
- <key>ShapeImageRect</key>
- <string>{{2, 2}, {22, 22}}</string>
- <key>ShapeName</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>ShouldExport</key>
- <string>YES</string>
- <key>StrokePath</key>
- <dict>
- <key>elements</key>
- <array>
- <dict>
- <key>element</key>
- <string>MOVETO</string>
- <key>point</key>
- <string>{0.0898362, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.300141, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.363279, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.5, 0}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.363279, -0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.300141, -0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.0898362, -0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{-0.5, -0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{-0.5, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.0898362, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>CLOSE</string>
- </dict>
- <dict>
- <key>element</key>
- <string>MOVETO</string>
- <key>point</key>
- <string>{0.0898362, 0.5}</string>
- </dict>
- </array>
- </dict>
- <key>TextBounds</key>
- <string>{{0, 0}, {1, 1}}</string>
- </dict>
- </array>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Bounds</key>
- <string>{{399.335, 247.648}, {118.618, 37}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1025</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{0, -9.53674e-07}</string>
- <string>{0.339708, 0.366884}</string>
- <string>{0.339708, -0.250001}</string>
- <string>{0.5, -9.53674e-07}</string>
- </array>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 An identifiable characterized entity.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1025</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1025</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{532.951, 242.313}, {98, 14}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1208</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1089</integer>
- <key>Position</key>
- <real>0.83354294300079346</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>3</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :wasDerivedFrom}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{532.779, 258.841}, {78, 14}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1207</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1205</integer>
- <key>Position</key>
- <real>0.88984000682830811</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>3</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :dependedOn}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{529.941, 272.175}, {111, 14}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1203</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1071</integer>
- <key>Offset</key>
- <real>2.2535228729248047</real>
- <key>Position</key>
- <real>0.8480231761932373</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>3</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :wasComplementOf}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{270.162, 113.236}, {98, 14}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1202</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1201</integer>
- <key>Position</key>
- <real>0.59484779834747314</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>3</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :wasControlledBy}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{268.634, 55.4816}, {87, 14}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1198</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1043</integer>
- <key>Position</key>
- <real>0.65585595369338989</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>3</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :hadParticipant}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{291.046, 37.2758}, {35, 14}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1197</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1196</integer>
- <key>Position</key>
- <real>0.72167760133743286</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>3</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :used}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{124.865, 147.905}, {63, 24}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1193</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1192</integer>
- <key>Position</key>
- <real>0.51800614595413208</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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>Align</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :preceded}</string>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{263.898, 258.453}, {97, 14}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1188</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1101</integer>
- <key>Position</key>
- <real>0.39201277494430542</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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>Align</key>
- <integer>2</integer>
- <key>Pad</key>
- <integer>3</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
-
-\f0\fs22 \cf0 :wasGeneratedBy}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{222.137, 294.292}, {89, 14}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1184</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1183</integer>
- <key>Position</key>
- <real>0.71021294593811035</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:subClassOf}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1052</integer>
- </dict>
- <key>ID</key>
- <integer>1183</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{418.982, 334.826}</string>
- <string>{342.659, 308.512}</string>
- <string>{196.708, 296.824}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1023</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1180</integer>
- </dict>
- <key>ID</key>
- <integer>1182</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{466.689, 140.051}</string>
- <string>{478.649, 170.017}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1018</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1180</integer>
- </dict>
- <key>ID</key>
- <integer>1181</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{465.251, 247.285}</string>
- <string>{479.519, 206.548}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{441.427, 170.253}, {89, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1180</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.example.com/crime#CrimeFile</string>
- </dict>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.88516</string>
- <key>g</key>
- <string>0.826514</string>
- <key>r</key>
- <string>0.673728</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf0 \expnd0\expndtw0\kerning0
-owl:Thing}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.example.com/crime#CrimeFile</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms#visual_form_1011</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1011</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.example.com/crime#CrimeFile</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1011</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1052</integer>
- </dict>
- <key>ID</key>
- <integer>1179</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{211.133, 222.202}</string>
- <string>{166.945, 275.822}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1052</integer>
- </dict>
- <key>ID</key>
- <integer>1178</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{69.9773, 243.354}</string>
- <string>{127.378, 278.065}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1024</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1052</integer>
- </dict>
- <key>ID</key>
- <integer>1177</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{93.5, 293.288}</string>
- <string>{107.552, 293.288}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1019</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1052</integer>
- </dict>
- <key>ID</key>
- <integer>1176</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{72.1664, 335.942}</string>
- <string>{125.129, 307.839}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1022</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1052</integer>
- </dict>
- <key>ID</key>
- <integer>1174</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{202.432, 330.762}</string>
- <string>{174.053, 309.441}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1021</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{108.052, 275.288}, {89, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1052</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.example.com/crime#CrimeFile</string>
- </dict>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.88516</string>
- <key>g</key>
- <string>0.826514</string>
- <key>r</key>
- <string>0.673728</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf0 \expnd0\expndtw0\kerning0
-owl:Thing}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.example.com/crime#CrimeFile</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms#visual_form_1011</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1011</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.example.com/crime#CrimeFile</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1011</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{14.4169, 100.009}, {161.452, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1170</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{5.96046e-08, 2.38419e-07}</string>
- <string>{-0.333927, 0.372163}</string>
- </array>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Pattern</key>
- <integer>1</integer>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:ProcessExecution}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1020</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1020</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- <key>Info</key>
- <integer>4</integer>
- </dict>
- <key>ID</key>
- <integer>1205</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{508.213, 53.5124}</string>
- <string>{631.924, 79}</string>
- <string>{655.667, 248.172}</string>
- <string>{517.953, 266.148}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- <key>Width</key>
- <real>2</real>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1166</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- <key>Info</key>
- <integer>2</integer>
- </dict>
- <key>ID</key>
- <integer>1071</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{512.305, 51.3622}</string>
- <string>{649.667, 72}</string>
- <string>{666.667, 262.172}</string>
- <string>{499.437, 279.671}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- <key>Width</key>
- <real>2</real>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1166</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{399.335, 25.2999}, {118.618, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1166</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{4.76837e-07, 0}</string>
- <string>{-0.5, 0}</string>
- <string>{-0.42132, 0.25}</string>
- </array>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 An identifiable characterized entity.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1025</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1025</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{414.615, 80.2043}, {89, 14}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1114</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1113</integer>
- <key>Position</key>
- <real>0.39091908931732178</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:subClassOf}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{414.144, 307.853}, {89, 14}}</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>Courier</string>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1132</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>1131</integer>
- <key>Position</key>
- <real>0.3377017080783844</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <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\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf2 rdfs:subClassOf}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{14.4169, 9.09393}, {188, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1001</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>TODO</string>
- </dict>
- <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>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 : http://www.w3.org/ns/prov-o/}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/depictsBlank</key>
- <string>prefix mappings for</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1001</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1001</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>--PREFIX MAPPINGS USED--</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1001</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{315.218, 152.681}, {71.4475, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1017</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{0, 1}</string>
- <string>{0, -1}</string>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 The ProcessExecution activity performed was described by\
- the given recipe resource. Process specifications, as\
- referred to by recipe links, are out of scope of this\
- specification}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 :hadRecipe}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1017</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1017</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1017</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{426.988, 104.009}, {65, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1018</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Agent</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 An agent represents a characterized entity capable of activity.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Agent}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Agent</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1018</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1018</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Agent</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1018</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{4, 278.845}, {89, 28.885}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1019</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Location</string>
- </dict>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Location}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Location</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1019</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1019</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Location</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1019</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{145.316, 186.111}, {161.452, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1020</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{1.19209e-07, -4.76837e-07}</string>
- <string>{1.19209e-07, -0.5}</string>
- </array>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:ProcessExecution}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1020</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1020</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{132.709, 330.5}, {186.666, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1021</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:ProvenanceContainer}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1021</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1021</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1021</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{4, 334.057}, {89, 28.885}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1022</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Revision</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 Revision is defined as a modified version of a Entity.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Revision}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Revision</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1022</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1022</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Revision</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1022</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{399.335, 330.5}, {118.618, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1023</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Role</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 Role is defined to be "a function assumed by a entity or an agent."}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:EntityInRole}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Role</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1023</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1023</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Role</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1023</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{4, 215.924}, {89, 28.885}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1024</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Time</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-:Time}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Time</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1024</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Time</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1024</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1166</integer>
- <key>Info</key>
- <integer>3</integer>
- </dict>
- <key>ID</key>
- <integer>1043</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#range</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:range}</string>
- <key>Points</key>
- <array>
- <string>{228.65, 185.625}</string>
- <string>{244.667, 72.0939}</string>
- <string>{355.897, 64}</string>
- <string>{407.197, 52.6259}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <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>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1170</integer>
- </dict>
- <key>ID</key>
- <integer>1192</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{215.139, 185.838}</string>
- <string>{201.886, 163.626}</string>
- <string>{113.417, 156.512}</string>
- <string>{103.853, 136.361}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- <key>Width</key>
- <real>2</real>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1166</integer>
- <key>Info</key>
- <integer>2</integer>
- </dict>
- <key>ID</key>
- <integer>1196</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#range</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:range}</string>
- <key>Points</key>
- <array>
- <string>{227.397, 185.615}</string>
- <string>{236.667, 59.0939}</string>
- <string>{399.335, 43.2999}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <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>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1018</integer>
- </dict>
- <key>ID</key>
- <integer>1201</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#range</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:range}</string>
- <key>Points</key>
- <array>
- <string>{226.28, 185.671}</string>
- <string>{258.886, 125.512}</string>
- <string>{426.504, 122.585}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <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>1020</integer>
- <key>Info</key>
- <integer>2</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- <key>Info</key>
- <integer>3</integer>
- </dict>
- <key>ID</key>
- <integer>1089</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{503.135, 55.4992}</string>
- <string>{621.667, 88}</string>
- <string>{638.667, 229}</string>
- <string>{507.265, 255.236}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- <key>Width</key>
- <real>2</real>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1166</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- <key>ID</key>
- <integer>1101</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#range</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:range}</string>
- <key>Points</key>
- <array>
- <string>{398.98, 264.838}</string>
- <string>{249.385, 261.555}</string>
- <string>{233.515, 222.501}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <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>1025</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1017</integer>
- </dict>
- <key>ID</key>
- <integer>1111</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:domain}</string>
- <key>Points</key>
- <array>
- <string>{255.28, 187.039}</string>
- <string>{292.287, 165.431}</string>
- <string>{314.725, 161.762}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1020</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1166</integer>
- </dict>
- <key>ID</key>
- <integer>1113</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{459.29, 103.509}</string>
- <string>{458.842, 61.7998}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1018</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1025</integer>
- </dict>
- <key>ID</key>
- <integer>1131</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{458.644, 330}</string>
- <string>{458.644, 285.148}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1023</integer>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>HierarchicalOrientation</key>
- <integer>0</integer>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>14.40000057220459</real>
- <key>SheetTitle</key>
- <string>Canvas 5</string>
- <key>UniqueID</key>
- <integer>5</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {1512, 1106}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>36</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>ExportShapes</key>
- <array>
- <dict>
- <key>InspectorGroup</key>
- <real>255</real>
- <key>ShapeImageRect</key>
- <string>{{2, 2}, {22, 22}}</string>
- <key>ShapeName</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>ShouldExport</key>
- <string>YES</string>
- <key>StrokePath</key>
- <dict>
- <key>elements</key>
- <array>
- <dict>
- <key>element</key>
- <string>MOVETO</string>
- <key>point</key>
- <string>{0.0898362, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.300141, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.363279, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.5, 0}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.363279, -0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.300141, -0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.0898362, -0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{-0.5, -0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{-0.5, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>LINETO</string>
- <key>point</key>
- <string>{0.0898362, 0.5}</string>
- </dict>
- <dict>
- <key>element</key>
- <string>CLOSE</string>
- </dict>
- <dict>
- <key>element</key>
- <string>MOVETO</string>
- <key>point</key>
- <string>{0.0898362, 0.5}</string>
- </dict>
- </array>
- </dict>
- <key>TextBounds</key>
- <string>{{0, 0}, {1, 1}}</string>
- </dict>
- </array>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1239</integer>
- </dict>
- <key>ID</key>
- <integer>1311</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{318.763, 445.923}</string>
- <string>{447.145, 410.273}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1309</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{180.305, 442.443}, {172.336, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1309</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.example.com/crime#CrimeFile</string>
- </dict>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0.8</string>
- <key>r</key>
- <string>0.4</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0.501961</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf0 \expnd0\expndtw0\kerning0
-time:TemporalEntity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.example.com/crime#CrimeFile</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms#visual_form_1011</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1011</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.example.com/crime#CrimeFile</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1011</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1301</integer>
- <key>Info</key>
- <integer>2</integer>
- </dict>
- <key>ID</key>
- <integer>1308</integer>
- <key>Points</key>
- <array>
- <string>{644.595, 230.036}</string>
- <string>{635.921, 228}</string>
- <string>{584.994, 194}</string>
- <string>{579, 157}</string>
- <string>{599, 138.393}</string>
- <string>{643.539, 119.605}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1211</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1301</integer>
- <key>Info</key>
- <integer>1</integer>
- </dict>
- <key>ID</key>
- <integer>1303</integer>
- <key>Points</key>
- <array>
- <string>{756.347, 228.802}</string>
- <string>{789, 219}</string>
- <string>{820, 161}</string>
- <string>{733, 119.411}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1211</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{644, 110.411}, {89, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1301</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/preceded</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 prov:followed}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/preceded</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1011</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/preceded</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1011</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1294</integer>
- <key>Info</key>
- <integer>8</integer>
- </dict>
- <key>ID</key>
- <integer>1300</integer>
- <key>Points</key>
- <array>
- <string>{214.626, 242.998}</string>
- <string>{214.704, 243}</string>
- <string>{194.805, 240}</string>
- <string>{98, 153}</string>
- <string>{107.811, 127}</string>
- <string>{176.355, 93.6478}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1188</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1294</integer>
- <key>Info</key>
- <integer>7</integer>
- </dict>
- <key>ID</key>
- <integer>1299</integer>
- <key>Points</key>
- <array>
- <string>{334.934, 230.78}</string>
- <string>{345, 227.77}</string>
- <string>{454.305, 171}</string>
- <string>{439.793, 141}</string>
- <string>{368.805, 93.429}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1188</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1191</integer>
- <key>Info</key>
- <integer>7</integer>
- </dict>
- <key>ID</key>
- <integer>1298</integer>
- <key>Points</key>
- <array>
- <string>{324.503, 228.837}</string>
- <string>{331, 226.009}</string>
- <string>{423, 167}</string>
- <string>{338.573, 117.663}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1188</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{176.805, 84.429}, {192, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1294</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
- </dict>
- <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>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 prov:wasEventuallyDerivedFrom}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1013</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1013</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1013</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1239</integer>
- </dict>
- <key>ID</key>
- <integer>1293</integer>
- <key>Points</key>
- <array>
- <string>{975.366, 262.291}</string>
- <string>{949, 321}</string>
- <string>{892, 373}</string>
- <string>{670, 389}</string>
- <string>{528.831, 397.312}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.445652</string>
- <key>g</key>
- <string>0.445652</string>
- <key>r</key>
- <string>0.445652</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1282</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1231</integer>
- </dict>
- <key>ID</key>
- <integer>1292</integer>
- <key>Points</key>
- <array>
- <string>{688.605, 262.335}</string>
- <string>{669, 284}</string>
- <string>{633.921, 315}</string>
- <string>{607, 321}</string>
- <string>{556.66, 324.583}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1211</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1285</integer>
- <key>Info</key>
- <integer>1</integer>
- </dict>
- <key>ID</key>
- <integer>1289</integer>
- <key>Points</key>
- <array>
- <string>{740.158, 227.211}</string>
- <string>{753, 221}</string>
- <string>{801, 187}</string>
- <string>{801, 161}</string>
- <string>{762, 142}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1211</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1285</integer>
- <key>Info</key>
- <integer>2</integer>
- </dict>
- <key>ID</key>
- <integer>1288</integer>
- <key>Points</key>
- <array>
- <string>{665.4, 227.581}</string>
- <string>{623, 209.77}</string>
- <string>{594, 188}</string>
- <string>{599, 157}</string>
- <string>{635.458, 142.188}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1211</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1247</integer>
- <key>Info</key>
- <integer>1</integer>
- </dict>
- <key>ID</key>
- <integer>1287</integer>
- <key>Points</key>
- <array>
- <string>{728.24, 226.426}</string>
- <string>{750, 209.77}</string>
- <string>{787, 183.28}</string>
- <string>{772, 166}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1211</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1247</integer>
- <key>Info</key>
- <integer>2</integer>
- </dict>
- <key>ID</key>
- <integer>1286</integer>
- <key>Points</key>
- <array>
- <string>{675.124, 226.828}</string>
- <string>{617, 193}</string>
- <string>{624, 175}</string>
- <string>{634.535, 166.318}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1211</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{635.921, 133}, {126.079, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1285</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/preceded</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 prov:wasInformedBy}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/preceded</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1011</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/preceded</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1011</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1282</integer>
- </dict>
- <key>ID</key>
- <integer>1284</integer>
- <key>Points</key>
- <array>
- <string>{902.5, 245.003}</string>
- <string>{925.544, 244.72}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1017</integer>
- <key>Info</key>
- <integer>3</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1017</integer>
- </dict>
- <key>ID</key>
- <integer>1283</integer>
- <key>Points</key>
- <array>
- <string>{801.427, 244.924}</string>
- <string>{813, 245.009}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1211</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{926, 226.009}, {115.153, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1282</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </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>0</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-prov:Recipe}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1020</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1020</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{813, 236.009}, {89, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1017</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{0, 1}</string>
- <string>{0, -1}</string>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 The ProcessExecution activity performed was described by\
- the given recipe resource. Process specifications, as\
- referred to by recipe links, are out of scope of this\
- specification}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 prov:hadRecipe}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1017</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1017</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1017</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{115.811, 528.618}, {47, 17}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1268</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf0 Legend}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1277</integer>
- </dict>
- <key>ID</key>
- <integer>1269</integer>
- <key>Points</key>
- <array>
- <string>{284.512, 614.061}</string>
- <string>{364.311, 614.061}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1276</integer>
- <key>Info</key>
- <integer>7</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1276</integer>
- </dict>
- <key>ID</key>
- <integer>1270</integer>
- <key>Points</key>
- <array>
- <string>{173.311, 614.061}</string>
- <string>{234.5, 614.061}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1278</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1279</integer>
- </dict>
- <key>ID</key>
- <integer>1271</integer>
- <key>Points</key>
- <array>
- <string>{270.858, 570.379}</string>
- <string>{292, 570}</string>
- <string>{310.473, 570.451}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.233696</string>
- <key>g</key>
- <string>0.233696</string>
- <key>r</key>
- <string>0.233696</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1273</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1273</integer>
- </dict>
- <key>ID</key>
- <integer>1272</integer>
- <key>Points</key>
- <array>
- <string>{172.311, 571.061}</string>
- <string>{194.805, 571.061}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.320652</string>
- <key>g</key>
- <string>0.320652</string>
- <key>r</key>
- <string>0.320652</string>
- </dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1280</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{194.805, 565.061}, {76.0532, 12}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>10</real>
- </dict>
- <key>ID</key>
- <integer>1273</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs20 \cf0 rdfs:subClassOf}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{297.811, 601.032}, {65, 12}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>10</real>
- </dict>
- <key>ID</key>
- <integer>1274</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs20 \cf0 rdfs:range}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{173.305, 600.618}, {65, 12}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>10</real>
- </dict>
- <key>ID</key>
- <integer>1275</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs20 \cf0 rdfs:domain}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{235, 606.561}, {49.012, 15}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Font</key>
- <string>LucidaGrande</string>
- <key>Size</key>
- <real>9</real>
- </dict>
- <key>ID</key>
- <integer>1276</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/dependedOn</string>
- </dict>
- <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>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs18 \cf0 property}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:TransitiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/dependedOn</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1009</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1009</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/dependedOn</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1009</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{364.811, 599.618}, {49.012, 28.885}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>10</real>
- </dict>
- <key>ID</key>
- <integer>1277</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Time</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs20 \cf2 \expnd0\expndtw0\kerning0
-Class}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Time</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1024</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Time</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1024</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{123.799, 599.618}, {49.012, 28.885}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>10</real>
- </dict>
- <key>ID</key>
- <integer>1278</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Time</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs20 \cf2 \expnd0\expndtw0\kerning0
-Class}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Time</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1024</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Time</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1024</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{310.952, 556.618}, {49.012, 28.885}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>10</real>
- </dict>
- <key>ID</key>
- <integer>1279</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Time</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs20 \cf2 \expnd0\expndtw0\kerning0
-Class}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Time</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1024</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Time</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1024</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{122.799, 556.618}, {49.012, 28.885}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>10</real>
- </dict>
- <key>ID</key>
- <integer>1280</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Time</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs20 \cf2 \expnd0\expndtw0\kerning0
-Class}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Time</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1024</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Time</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1024</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{107.811, 526.618}, {320.189, 116}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>ID</key>
- <integer>1281</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>a</key>
- <string>0</string>
- <key>b</key>
- <string>0</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1239</integer>
- </dict>
- <key>ID</key>
- <integer>1251</integer>
- <key>Points</key>
- <array>
- <string>{624.075, 446.874}</string>
- <string>{518.954, 411.618}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.690217</string>
- <key>g</key>
- <string>0.690217</string>
- <key>r</key>
- <string>0.690217</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1250</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{557.065, 446}, {214.935, 28.885}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1250</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Role</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 Role is defined to be "a function assumed by a entity or an agent."}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </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>0</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-prov:QualifiedInvolvement}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Role</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1023</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1023</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Role</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1023</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{634.921, 157}, {137.079, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1247</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/preceded</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 prov:wasScheduledAfter}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/preceded</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1011</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/preceded</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1011</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1239</integer>
- </dict>
- <key>ID</key>
- <integer>1246</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{843.16, 448.746}</string>
- <string>{526.976, 405.741}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1245</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{817.153, 442.443}, {224, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1245</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </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>0</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-prov:ProvenanceContainer}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1021</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1021</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1021</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1239</integer>
- </dict>
- <key>ID</key>
- <integer>1244</integer>
- <key>Points</key>
- <array>
- <string>{698.396, 262.646}</string>
- <string>{683, 305.618}</string>
- <string>{663, 341.618}</string>
- <string>{613, 371}</string>
- <string>{523.687, 391.078}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.630435</string>
- <key>g</key>
- <string>0.630435</string>
- <key>r</key>
- <string>0.630435</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1211</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1239</integer>
- </dict>
- <key>ID</key>
- <integer>1243</integer>
- <key>Points</key>
- <array>
- <string>{289.618, 263.997}</string>
- <string>{299, 342.618}</string>
- <string>{349, 381.934}</string>
- <string>{441.516, 394.243}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.467391</string>
- <key>g</key>
- <string>0.467391</string>
- <key>r</key>
- <string>0.467391</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1188</integer>
- </dict>
- </dict>
- <dict>
- <key>AllowLabelDrop</key>
- <false/>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1239</integer>
- </dict>
- <key>ID</key>
- <integer>1241</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 rdfs:subClassOf}</string>
- <key>Points</key>
- <array>
- <string>{460.372, 445.674}</string>
- <string>{474.93, 417.997}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.68</string>
- <key>g</key>
- <string>0.68</string>
- <key>r</key>
- <string>0.68</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1238</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{439.793, 381.934}, {89, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1239</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.example.com/crime#CrimeFile</string>
- </dict>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0.8</string>
- <key>r</key>
- <string>0.4</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>1</string>
- <key>g</key>
- <string>0.501961</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf0 \expnd0\expndtw0\kerning0
-owl:Thing}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.example.com/crime#CrimeFile</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms#visual_form_1011</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1011</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.example.com/crime#CrimeFile</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1011</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{393.294, 446}, {118.618, 28.885}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1238</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Location</string>
- </dict>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </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>0</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-prov:Location}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Location</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1019</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1019</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Location</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1019</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1188</integer>
- </dict>
- <key>ID</key>
- <integer>1235</integer>
- <key>Points</key>
- <array>
- <string>{336.001, 306.851}</string>
- <string>{301.93, 263.544}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.418478</string>
- <key>g</key>
- <string>0.418478</string>
- <key>r</key>
- <string>0.418478</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1210</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1210</integer>
- </dict>
- <key>ID</key>
- <integer>1234</integer>
- <key>Points</key>
- <array>
- <string>{419.082, 324.618}</string>
- <string>{402.646, 324.618}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1231</integer>
- <key>Info</key>
- <integer>3</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{419.082, 315.618}, {137.079, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>HFlip</key>
- <string>YES</string>
- <key>ID</key>
- <integer>1231</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{0, 1}</string>
- <string>{0, -1}</string>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>2</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
-
-\f0\fs22 \cf0 prov:wasControlledBy}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1016</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1016</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1211</integer>
- </dict>
- <key>ID</key>
- <integer>1229</integer>
- <key>Points</key>
- <array>
- <string>{563.455, 272.817}</string>
- <string>{563.571, 272.618}</string>
- <string>{638.994, 257.471}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1216</integer>
- <key>Info</key>
- <integer>1</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1218</integer>
- <key>Info</key>
- <integer>4</integer>
- </dict>
- <key>ID</key>
- <integer>1228</integer>
- <key>Points</key>
- <array>
- <string>{628.18, 233.224}</string>
- <string>{589, 227.618}</string>
- <string>{541, 221.618}</string>
- <string>{521.342, 218.77}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1211</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1215</integer>
- </dict>
- <key>ID</key>
- <integer>1226</integer>
- <key>Points</key>
- <array>
- <string>{608.5, 244.216}</string>
- <string>{549.579, 244.216}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1211</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1216</integer>
- </dict>
- <key>ID</key>
- <integer>1225</integer>
- <key>Points</key>
- <array>
- <string>{349.395, 254.923}</string>
- <string>{360, 256.618}</string>
- <string>{406.917, 274.618}</string>
- <string>{426.125, 273.249}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1188</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1188</integer>
- </dict>
- <key>ID</key>
- <integer>1224</integer>
- <key>Points</key>
- <array>
- <string>{422.5, 244.219}</string>
- <string>{360.481, 244.581}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1215</integer>
- <key>Info</key>
- <integer>3</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1188</integer>
- </dict>
- <key>ID</key>
- <integer>1223</integer>
- <key>Points</key>
- <array>
- <string>{455.843, 218.799}</string>
- <string>{424.015, 220.618}</string>
- <string>{390.917, 226.618}</string>
- <string>{347.444, 234.338}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1218</integer>
- <key>Info</key>
- <integer>3</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{456.342, 209.77}, {65, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>HFlip</key>
- <string>YES</string>
- <key>ID</key>
- <integer>1218</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{0, 1}</string>
- <string>{0, -1}</string>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>2</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
-
-\f0\fs22 \cf0 prov:used}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1016</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1016</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{426.125, 264.249}, {137.079, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1216</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/used</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 prov:wasGeneratedBy}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/used</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1012</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1012</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/used</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1012</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{423, 235.216}, {126.079, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>HFlip</key>
- <string>YES</string>
- <key>ID</key>
- <integer>1215</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
- </dict>
- <key>Magnets</key>
- <array>
- <string>{0, 1}</string>
- <string>{0, -1}</string>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>2</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
-
-\f0\fs22 \cf0 prov:hadParticipant}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1016</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1016</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{609, 226.216}, {192, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1211</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </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>0</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-prov:Activity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1020</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1020</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{297.811, 306.618}, {104.335, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1210</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Agent</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 An agent represents a characterized entity capable of activity.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </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>0</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-prov:Agent}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Agent</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1018</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1018</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Agent</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1018</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1191</integer>
- <key>Info</key>
- <integer>8</integer>
- </dict>
- <key>ID</key>
- <integer>1209</integer>
- <key>Points</key>
- <array>
- <string>{227.185, 234.366}</string>
- <string>{206, 230.618}</string>
- <string>{128.303, 166.618}</string>
- <string>{134, 142.618}</string>
- <string>{194.343, 117.602}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1188</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1190</integer>
- <key>Info</key>
- <integer>8</integer>
- </dict>
- <key>ID</key>
- <integer>1208</integer>
- <key>Points</key>
- <array>
- <string>{241.857, 230.334}</string>
- <string>{230, 226.509}</string>
- <string>{166.286, 175.618}</string>
- <string>{174, 156.393}</string>
- <string>{205, 147.393}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1188</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1190</integer>
- <key>Info</key>
- <integer>7</integer>
- </dict>
- <key>ID</key>
- <integer>1205</integer>
- <key>Points</key>
- <array>
- <string>{314.634, 227.545}</string>
- <string>{327.019, 219.618}</string>
- <string>{390.917, 177.618}</string>
- <string>{390.917, 162.618}</string>
- <string>{369, 156.393}</string>
- <string>{320.645, 147.484}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1188</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1189</integer>
- <key>Info</key>
- <integer>7</integer>
- </dict>
- <key>ID</key>
- <integer>1204</integer>
- <key>Points</key>
- <array>
- <string>{308.06, 226.916}</string>
- <string>{358, 183.28}</string>
- <string>{356, 176.618}</string>
- <string>{345.489, 174.384}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1188</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1189</integer>
- <key>Info</key>
- <integer>8</integer>
- </dict>
- <key>ID</key>
- <integer>1199</integer>
- <key>Points</key>
- <array>
- <string>{256.339, 227.981}</string>
- <string>{232, 214.618}</string>
- <string>{209, 195.618}</string>
- <string>{197.251, 178.618}</string>
- <string>{214.704, 174.618}</string>
- <string>{214.704, 174.28}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1188</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{194.805, 108.411}, {143.336, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1191</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
- </dict>
- <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>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 prov:wasComplementOf}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1013</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1013</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1013</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{205, 138.393}, {115.153, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1190</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/dependedOn</string>
- </dict>
- <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>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 prov:dependedOn}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:TransitiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/dependedOn</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1009</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1009</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/dependedOn</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1009</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{214.704, 165.28}, {130.296, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>1189</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
- </dict>
- <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>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
- <key>Shape</key>
- <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.87</string>
- <key>g</key>
- <string>1</string>
- <key>r</key>
- <string>1</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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
-
-\f0\fs22 \cf0 prov:wasDerivedFrom}</string>
- <key>VerticalPad</key>
- <integer>2</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1015</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1015</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1015</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{214.704, 226.509}, {145.296, 37}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1188</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 An identifiable characterized entity.}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </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>0</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-prov:Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1025</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/Entity</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1025</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>2</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>HierarchicalOrientation</key>
- <integer>0</integer>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>14.40000057220459</real>
- <key>SheetTitle</key>
- <string>Canvas 6</string>
- <key>UniqueID</key>
- <integer>6</integer>
- <key>VPages</key>
- <integer>2</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {756, 553}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>36</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Bounds</key>
- <string>{{284, 267}, {45, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1214</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 followed}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1212</integer>
- </dict>
- <key>ID</key>
- <integer>1213</integer>
- <key>Points</key>
- <array>
- <string>{268.294, 278.936}</string>
- <string>{351.706, 280.064}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1211</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{352, 269}, {138, 24}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1212</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf2 \expnd0\expndtw0\kerning0
-ProcessExecution}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1020</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1020</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{130, 266}, {138, 24}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1211</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf2 \expnd0\expndtw0\kerning0
-ProcessExecution}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1020</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1020</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>HierarchicalOrientation</key>
- <integer>0</integer>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>14.40000057220459</real>
- <key>SheetTitle</key>
- <string>Canvas 7</string>
- <key>UniqueID</key>
- <integer>7</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {756, 553}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>36</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Bounds</key>
- <string>{{273, 267}, {77, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1214</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 hadParticipant}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1212</integer>
- </dict>
- <key>ID</key>
- <integer>1213</integer>
- <key>Points</key>
- <array>
- <string>{268.245, 279.041}</string>
- <string>{362.535, 280.459}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1211</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{363, 269}, {71, 24}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1212</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf2 \expnd0\expndtw0\kerning0
-Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1020</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1020</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{130, 266}, {138, 24}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1211</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf2 \expnd0\expndtw0\kerning0
-ProcessExecution}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1020</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1020</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>HierarchicalOrientation</key>
- <integer>0</integer>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>14.40000057220459</real>
- <key>SheetTitle</key>
- <string>Canvas 8</string>
- <key>UniqueID</key>
- <integer>8</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {756, 553}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>36</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Bounds</key>
- <string>{{228, 266}, {103, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>FontInfo</key>
- <dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>1214</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 wasComplementOf}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>1212</integer>
- </dict>
- <key>ID</key>
- <integer>1213</integer>
- <key>Points</key>
- <array>
- <string>{207.476, 278.468}</string>
- <string>{352.53, 280.497}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>1211</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{353, 269}, {71, 24}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1212</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf2 \expnd0\expndtw0\kerning0
-Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1020</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1020</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{141, 266}, {66, 24}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.188235</string>
- <key>g</key>
- <string>0.188235</string>
- <key>r</key>
- <string>0.188235</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>1211</integer>
- <key>Link</key>
- <dict>
- <key>url</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- </dict>
- <key>Notes</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf2 \expnd0\expndtw0\kerning0
-Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>UserInfo</key>
- <dict>
- <key>http://open.vocab.org/terms/curieTypeList</key>
- <string>owl:Class, </string>
- <key>http://open.vocab.org/terms/depicts</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- <key>http://open.vocab.org/terms/originatingVisualForm</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
- <key>http://open.vocab.org/terms/vid</key>
- <string>1020</string>
- <key>http://open.vocab.org/terms/vid_given</key>
- <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
- <key>http://open.vocab.org/terms/vid_local_name</key>
- <string>#visual_form_1020</string>
- <key>http://open.vocab.org/terms/visualContext</key>
- <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>HierarchicalOrientation</key>
- <integer>0</integer>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>14.40000057220459</real>
- <key>SheetTitle</key>
- <string>Canvas 9</string>
- <key>UniqueID</key>
- <integer>9</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- </array>
- <key>SmartAlignmentGuidesActive</key>
- <string>YES</string>
- <key>SmartDistanceGuidesActive</key>
- <string>YES</string>
- <key>UseEntirePage</key>
- <false/>
- <key>UserInfo</key>
- <dict>
- <key>kMDItemAuthors</key>
- <array>
- <string>2graffle5.xsl</string>
- </array>
- </dict>
- <key>WindowInfo</key>
- <dict>
- <key>CurrentSheet</key>
- <integer>5</integer>
- <key>ExpandedCanvases</key>
- <array/>
- <key>Frame</key>
- <string>{{251, 580}, {1440, 838}}</string>
- <key>ListView</key>
- <true/>
- <key>OutlineWidth</key>
- <integer>142</integer>
- <key>RightSidebar</key>
- <false/>
- <key>Sidebar</key>
- <true/>
- <key>SidebarWidth</key>
- <integer>120</integer>
- <key>VisibleRegion</key>
- <string>{{74, 3}, {1306, 714}}</string>
- <key>Zoom</key>
- <real>1</real>
- <key>ZoomValues</key>
- <array>
- <array>
- <string>Canvas 1</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 2</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 3</string>
- <real>1</real>
- <real>1.3600000143051147</real>
- </array>
- <array>
- <string>Canvas 4</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 5</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 6</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 7</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 8</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 9</string>
- <real>1</real>
- <real>1</real>
- </array>
- </array>
- </dict>
- <key>saveQuickLookFiles</key>
- <string>NO</string>
-</dict>
-</plist>
Binary file ontology/diagram-history/khalidDiagrams/Object_Properties_overall_diagram.png has changed
--- a/ontology/diagram-history/khalidDiagrams/Ontology_hierarchy.graffle Thu Dec 08 15:27:17 2011 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6879 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>ApplicationVersion</key>
- <array>
- <string>com.omnigroup.OmniGraffle</string>
- <string>138.30.0.155892</string>
- </array>
- <key>CreationDate</key>
- <string>2011-11-15 17:35:20 +0000</string>
- <key>Creator</key>
- <string>Khalid Belhajjame</string>
- <key>GraphDocumentVersion</key>
- <integer>6</integer>
- <key>GuidesLocked</key>
- <string>NO</string>
- <key>GuidesVisible</key>
- <string>YES</string>
- <key>ImageCounter</key>
- <integer>1</integer>
- <key>LinksVisible</key>
- <string>NO</string>
- <key>MagnetsVisible</key>
- <string>NO</string>
- <key>MasterSheets</key>
- <array/>
- <key>ModificationDate</key>
- <string>2011-11-23 19:38:46 +0000</string>
- <key>Modifier</key>
- <string>Khalid Belhajjame</string>
- <key>NotesVisible</key>
- <string>NO</string>
- <key>OriginVisible</key>
- <string>NO</string>
- <key>PageBreaks</key>
- <string>YES</string>
- <key>PrintInfo</key>
- <dict>
- <key>NSBottomMargin</key>
- <array>
- <string>float</string>
- <string>41</string>
- </array>
- <key>NSLeftMargin</key>
- <array>
- <string>float</string>
- <string>18</string>
- </array>
- <key>NSPaperSize</key>
- <array>
- <string>coded</string>
- <string>BAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAx7X05TU2l6ZT1mZn2WgVMCgUoDhg==</string>
- </array>
- <key>NSRightMargin</key>
- <array>
- <string>float</string>
- <string>18</string>
- </array>
- <key>NSTopMargin</key>
- <array>
- <string>float</string>
- <string>18</string>
- </array>
- </dict>
- <key>QuickLookPreview</key>
- <data>
- JVBERi0xLjMKJcTl8uXrp/Og0MTGCjUgMCBvYmoKPDwgL0xlbmd0aCA2IDAgUiAvRmls
- dGVyIC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeAGdm82SJTcRhff1FLXsWbgoVUmqknfg
- MAQEC4ybYEF44WgwtqPHxjNggpflWfhSpczUvbf6j3BMuCfnpm4qdXQydaT+afxi/Gmc
- +S+EsI/bvo4f/jb+efxh/MVnH8P48HEM9b+PD+Mn85RG+dN/8hssW1i3MMzTXkJYCoYc
- SyhxxGdJcVpCTmPmh23Zyvh+XPI+7TksY47blMueOsuap3UOaXC/pUzLthDJuKxlShtB
- 5mWZlrjkcQlp2pedkcwyhynsK9/X/IaHMex5SuuOXxu9s1gE5qdx8n02eg7TlrY4eATN
- cjK/h/EbEvY7/nx/pPCzL8nIusa8bfwQt7KvhWQtMZW8j19+RvpDXYBP5H+yAA/kSPMW
- lv2Yf5e3sKaaJcvbEGJumTS/tB757vIWMmvFPHxmbmnzH4L7Wd5sdLdYBJo3i9PzNoQl
- tHXSlXOLxanzexi/BIozq7cva1rPfhoAVJesZdmmDRAtkrBf3Y8htjTG8ZOwTWnOexwT
- eL1/P/7i12EC4uP9N+NfxrvPf3g3gOZlvPvnO76I/3/3TuDdGf7zbvxqvP/d+Pl9jSoX
- sCvo30FvFow3sH98GBJQC7GweVbye2A8xUKq5zBuy3qsjFvCcqye+82prjFYTfM+8Umm
- VVh3wXjc0hTSvHYWcpfSvIxb82NvxHWdSixl3Nrog1s0gmh+Gid+Ovq2kkzBhkWglpP5
- CcbBNHsxVEzHddtkxeJGesJTmNb5MqBMdxYusKykUpMS3LLBI2WPZVS/cSNE0itcoFEO
- O7SStrX4TNxi83U/z4qOrpbBIrA8WZxdniJLxbIQp66UWxoOfH6vwLSQZIdpiHOCEIXl
- Kqghinlmqe+hsQ7efFNJfO4W3Xc//vvx0/tvv/vh7+/G++8Vvs8wdICNSwyhZ+iwQ8x7
- BnPKj25Rhna/xrSsCjidQknF+TiEMu1zZHRl6ABjzGmXzxzMDup3dkRYc3aGdotFYH4s
- a91lfJ+NrgztEShDe5zuV9F7ycig92lGHlgLG8eYDpvmyRjZLcrI7teYVSqS5sn412bi
- Fp1vx8iWFWXkwS3KyJZfi7PLk/GvR9A4evA438DIV+glDcLHkq4rPmb1+QIY9Bax8PEv
- H254+OfGyINR9BUjV0g7D582HWnblZC16RjoIK6ajkRZlKbDi25iqa6bjsSCXjQdg1u0
- CHZ+ViptdLdYBM2PmFqcXjxHtncr1lo83QKSa1PV+X3Ts0htI2QVrI1YZlykjeraiCWE
- yzZiXFimoyHTb1jYpLLZAK01PwsUcNlGuEUzoX5CCtp+6eiDWywC89M4u0yEsrXMaybU
- 4m2ize/tlHu0ESnnE9gGinBZKMfnsIVjj67hb/rDD8cPFbV9//AMWtcYaE832lMlqPfj
- mrZpTUKbjf4Gt2gT635OwOsCaICG0+06U0E2GiEl4GGhQC78zQiYNZLdEWlInYDdogTs
- fi1OMOGjK916BGa5mZ+0D13NM7TajIy6ukwYxVomlARH93OKtTiMUC1Ws9iMOoq1eevo
- g1uUYt3PqdJH16bXI1CK9Tjd78Wm94piV/o7lumcZPMUc1rXc7T+XjH6o/7w8HWH1ss2
- 2D4DoF+J47jS1oHjgRCUdWPcKfYVx+2A4hbNpvqBx3bUod0KTAUcD9myWeitDxy3Q8W6
- xakcODa/lSYuHDhuRyS1DFkLsvtpnODYRtcjkkYwZrPczO8Mx9K22Yw4DSvr2rzpcw7W
- VQuHt3YMdj9lAs8E/cdxCPVY3dIyweHNWiOdN21jG90tGoFlwuL0THB4a4dsy4RbWibG
- zu9FHF8d3uLMuQgc08zXZuG8zw1xWkuO+wWih3qMu/vjj4/Q7lWPe94QhDkvgkMo1qAZ
- ZspK2RcHhlogwQYe93NohnnJU1hEYWhALHmb9i0mB2tZAz11Foo1aO4lT3MQmtfR3aLQ
- VD/fQg+jju5A9AgUmh6nzu8MmrWL1UzY0tHFtkyMBk23KHjsGxRi0sVqJgyIFqtbNBPq
- R7GxeSs0B7coNDUTPcR8dIWmR9Asg8epW+/tDUGR43cMJ+0AC73NpeQLOJqq8IcPxpo/
- 3zYEjWvHu9YijHcP9qHPlJFtAPuQNsbm/p1KF/YRG+bDBVdXMeQJeSlwlIaryxDYyvMc
- I31hJPclcDDbKlVzzH48JBnErBkx67piV6aLEE5c44iMMK9L3IZjnAX1b2Or0b7IMOgD
- qBorCkmZ8koJw/btGK+dCUJopKlnw9kXLtKrJ3ZfAFh5RifiC6XBWBJ6SBF5LZTrwCEM
- ETh7fS2izyyBUimJyEdjHKNoAmmTBKDN1XFi5Gia4laPqBSbOByR33p3kZ+mamUkUBVA
- 9D6tSEjvhxoEsxn3dZqROtJ14CfCYEwS3E6QSAAbx8aaAKpsXtKwi9C40f6Rco6Ycd5H
- ThF7Kug6Ne4T5+fili0Q2Vqr8DScN+VD3YqZZWcb7LusAZLvi0gZInLOvkSZ6hrJMQPD
- yUh9jEJBjCycRJ05WmQkUOrxnjneHGFf+oKx54IWXB49fUBDS3xT+1sGHpeRnkOsyorC
- YLIrWHJExtB8F1HO7G/f2sh89hVRFZQ4/hTAK9OTwxg6Ht0A4hm7pUBeNcABHfSZTZcE
- k2XPaIvQUUIXOnS0PckeyNSiOowMvaWyDmSv0GxIfr9FXrt1lmzyWVHxz+vnRh3mXy9a
- uw2CLRetnVu0wqlfXwdF2FwvWju235QvWrsMTver1g4ITvNFa6cWr+Du53XQR9dqqRF4
- RdU4+7rrKr5sqgv1niQ9rRUJ/Gy8rspadqzKukWrrPohEFkjp9Ei0LQG0GbkFs1X76f5
- 0iorNa1mENJvLajly+J8GH10rbIaAQzQWkKNkyaxNbhvr7IZZhK1qDWAdMGNpFHv6aw2
- xKIn1KI/arW0wvdg8v0/9ETDv3Xnljr0E7VQjt17qsSMVklBlO0EgvfMlRH6Gko7m+hF
- hkOm5gy9olfDzFSMOddxWMeMeM9klzJzD/Y4JKmz21bL1RYSmkzdlyfeL+3LIc90nlxt
- 9dJBjtTdnVFVOuAHtdi6m19bP7o50cXKQs7Zd4fckgIt+kZvYJYoCvzR19q6S/XlGsBv
- 1yhralFcu5/j2kdXXHsEzXIyP+lr9XbtbftSapnlqxMYLDsmMLhF+3L3a7zS58vkBJuR
- WWzencBg2TGBwS3Km+7n5wcfXc8dli9VdT1fNr+370spECymCQwIXGc3EJkjElcEZxds
- d1/86+vH7/7rZ7OfvAGz0dux72LX01/seT4bEo24bfbh7q+6/X/b7u6sEf7Z2udH/Yw3
- 4u+NLdrnrzW65zgiUbBT4kJEKHCTmwo4YqafmNHMuLJB9k+voQjUzZJof5HgyAQHUhlG
- 2u44FtKedqjicYSMuF6k3O4wCa3HdjDEifNLDDGuNFe1cptUTOOF2Fort0nhbpH2WqRw
- 9aNBMSl8pZGolduEb9q2o3K7BcDWyt37wSO1cpsUzmXPUYksgtX8XAr30VUK1whcHNc4
- ewn9/2UIgaSNZ4Jyly8TzC1fKmmbHx3hIZhzztVoeTbQBHObkVt03r2f5stH13xZBJYv
- i5Pv09VQedwiGN2ieOj8DhA9c+9+LUEiTlOa2QQk7Ff3l5Wb1miVk96pYP4n3ZYf7Tjb
- S+hfDX7h/kw3Gst63Ld3mBZ2rPftiqjBLYpp93NMR3rPet9uCI5cMnA7hojaLnyGyC1A
- vW/vMS3ikdy3O6bNotc77tcwTdXw0RXTHoFZbub3lJpjM7LVhE80E4YVt0BeNHNpdL+G
- VolMM2HYtFjdopno0arzVrQOq1n0escyYXF2mTBsWgRqGTxOvxZ6K1pjkhOwwPVE0Fnh
- Lw7mT8D1N63AXFcOKUbt/cgHA7IKNdaKWjGi3nSt6FPnLNFHc+D+PEG/HbKziK0BLVGR
- jYCoFkW2+zVkS3/C4XyWpyqKY6icox+6SWehrC1RsuM7Qt418IKKlLTRB7cosqUcHn7O
- 1j664tgjaJbB43S/26sgoRX7pCEGm85bkT24RZHtfs7DFofh2GJVC015m1GHbJu3Iru+
- +ai50Qg4KKhfQ6hkXvOsOPa1MIvH+SKyeQKi3Hz5ViRRj4GF8vDFA5EVylrQBi54+BDO
- 6aX+YKj9cAPbm7PUeGef9g83+L8R41JIctXBOQkpxhFONnCf5UWgYdwthnHzc6zmnRts
- eSujGOcAz22HvAhUi3SyyPw8TOgwLrL8Ki8CFeNVoDgsDeOICurnWPXRFeMegVksTmf9
- JzCun+wwbvM2hLmlYXywDHZYtTgU0RwJWybcojNSP7BqmTCMu0XZ2zJhceKnoyuiB4tA
- Lb7Snd9r2LtX5TLCG0t3inHykTi8P3Hd2TT14a7H6OUbP9frOS90FP3USUAKyMqTn23h
- JCCTyjOlgwaRgn2cDji4Mv1XKOeQKqpcQvQMCb7NoQrZnAFiaDauP0UMjIWvKQjQIaMQ
- 8hSjnQWuvF+hPspTv4gYRDOIzlFK1TkQ9nauNBhd/lEk76Eu0XPy4yKPH0m7HHNlPOk5
- OLwUFkmC5KwrCeDgMiFpr+hWAHGbW+C3zvJ9eqQ/k/w5dk1pZ0yRc7nFTcxVKHafGVNe
- LfH6T05NL8aNHjpzTsOHi7vApcV7nvCIik4BFIF3S1mCTDQMKB6SE1lq2KXqM7fevQrd
- Y9Ye8WaeBmYJbplpvLgilFSh0S9yRy+pQu6+wYqflW0c3jci+AK1IG8UIXWGEXLhqRfD
- cK0oVEbgsCGqfMQmK7QedxUnzscmfOZJ67gTMFIWzQNiVn3/8x4pDEKUJ61J9FppI91C
- Ruux0f0QetoLqk3CkietiGJVWBo2XgWsR4vdXvbwFa197/wQqXhWKy12Gx0QNUuLYHC/
- FifHLh+ds059p+QRqMXj1PldCUtvfNpq4y1ca8u8wahlZ6G6HdnRDC5IOEcGNc8LFUny
- LPFrvngGXeP3fKkF5b/lq/fT7Njoli+NwPOlcfb5CtSj+sLNIjDL7fzeLixtUMwsXL6d
- aD+ckANvh6nbUxpu3mt739HeW7mY82nr0W/EoI+H0+Ddi+lE/EvH9qwEiT9/240qI2tQ
- O3LbCLAximftyNtGcItC1f0c0EWePBwdedsIOwxTjo68bQQYE9aUd+vuxyUZim7tyHWb
- mUU3gvv5RvDRFfYegVlu5nd21pQFsxkZdLBpJhRgnaVBfHA/h7jFYYC2WN2imVCI061Y
- JgzibrFNZn5tKwJxG10BPVgEajmZ3+sg3jP/ThMoTeUpwinzS+Qp96kyomC10+MrEK67
- wo6nH362Tv3x3fBaiO+I+qE+0QZylYNYWLK5yC2zXiIMbtFLBPdrlwiSaK4aysxmsiuD
- jZvcubDv1TJQZqVZkCfhdokgvyWxzTRB9is6btFLBPdrcQIIH52NV7neIzDLzfzOIC69
- nc3I5PMuE3Y9YJlQAb/z42giGRSoaibsMsBidYtmorsesHnr6HB2y41FYJmwOLtM6GVA
- F0G7MBhu5/c6iPfvGeQ3PvxyoJfvyfczrw8VrDcAH+6Uwu97Wu46wfaVJ1WDu/mwyA3V
- saeGy9/ysX3xvt0Kjn4WcN3Grgr4pSD7HSD5/awXfynoqWOCBMrFOw9q6R2JD4Exy/OA
- BDMlrjfAI/fmMMErelb5rZzAHSm9O78xQx2SYejZ6V/ltQd3cbSFtH5olbyq5u6R0wIn
- EHlJwl3/ifdz3bbsgY3ouLw8uu2Z0sg38itrdHB8uXTEPCN8zXsPbjJgEH7BraJ9l26b
- cWgwNt7syGkjJ5D0SKdJMz5vcnQoPGLZj9vQG+9XnG+YPnOvp4SjR955z7PIwxVa5FV+
- pazme3juaQVxTjsPlGrUvAeSVpvKS4fNcslZY+X5kkTNUToyAQ43vFCc2/OaM2/J9xf/
- A3vgZUcKZW5kc3RyZWFtCmVuZG9iago2IDAgb2JqCjQ0MTUKZW5kb2JqCjMgMCBvYmoK
- PDwgL1R5cGUgL1BhZ2UgL1BhcmVudCA0IDAgUiAvUmVzb3VyY2VzIDcgMCBSIC9Db250
- ZW50cyA1IDAgUiAvTWVkaWFCb3ggWzAgMCAxMTE4IDc4M10KPj4KZW5kb2JqCjcgMCBv
- YmoKPDwgL1Byb2NTZXQgWyAvUERGIC9UZXh0IF0gL0NvbG9yU3BhY2UgPDwgL0NzMSA4
- IDAgUiA+PiAvRm9udCA8PCAvRjEuMCA5IDAgUgo+PiA+PgplbmRvYmoKMTAgMCBvYmoK
- PDwgL0xlbmd0aCAxMSAwIFIgL04gMyAvQWx0ZXJuYXRlIC9EZXZpY2VSR0IgL0ZpbHRl
- ciAvRmxhdGVEZWNvZGUgPj4Kc3RyZWFtCngBhVTPaxNBFP42bqnQIghaaw6yeJAiSVmr
- aEXUNv0RYmsM2x+2RZBkM0nWbjbr7ia1pYjk4tEq3kXtoQf/gB568GQvSoVaRSjeqyhi
- oRct8c1uTLal6sDOfvPeN+99b3bfAA1y0jT1gATkDcdSohFpbHxCavyIAI6iCUE0JVXb
- 7E4kBkGDc/l759h6D4FbVsN7+3eyd62a0raaB4T9QOBHmtkqsO8XcQpZEgKIPN+hKcd0
- CN/j2PLsjzlOeXjBtQ8rPcRZInxANS3Of024U80l00CDSDiU9XFSPpzXi5TXHQdpbmbG
- yBC9T5Cmu8zuq2KhnE72DpC9nfR+TrPePsIhwgsZrT9GuI2e9YzVP+Jh4aTmxIY9HBg1
- 9PhgFbcaqfg1whRfEE0nolRx2S4N8Ziu/VbySoJwkDjKZGGAc1pIT9dMbvi6hwV9JtcT
- r+J3VlHheY8TZ97U3e9F2gKvMA4dDBoMmg1IUBBFBGGYsFBAhjwaMTSycj8jqwYbk3sy
- dSRqu3RiRLFBezbcPbdRpN08/igicZRDtQiS/EH+Kq/JT+V5+ctcsNhW95Stm5q68uA7
- xeWZuRoe19PI43NNXnyV1HaTV0eWrHl6vJrsGj/sV5cx5oI1j8RzsPvxLV+VzJcpjBTF
- 41Xz6kuEdVoxN9+fbH87PeIuzy611nOtiYs3VpuXZ/1qSPvuqryT5lX5T1718fxnzcRj
- 4ikxJnaK5yGJl8Uu8ZLYS6sL4mBtxwidlYYp0m2R+iTVYGCavPUvXT9beL1Gfwz1UZQZ
- zNJUifd/wipkNJ25Dm/6j9vH/Bfk94rnnygCL2zgyJm6bVNx7xChZaVuc64CF7/RffC2
- bmujfjj8BFg8qxatUjWfILwBHHaHeh7oKZjTlpbNOVKHLJ+TuunKYlLMUNtDUlLXJddl
- SxazmVVi6XbYmdMdbhyhOUL3xKdKZZP6r/ERsP2wUvn5rFLZfk4a1oGX+m/AvP1FCmVu
- ZHN0cmVhbQplbmRvYmoKMTEgMCBvYmoKNzM3CmVuZG9iago4IDAgb2JqClsgL0lDQ0Jh
- c2VkIDEwIDAgUiBdCmVuZG9iagoxMyAwIG9iago8PCAvTGVuZ3RoIDE0IDAgUiAvRmls
- dGVyIC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeAGNlU1rHDEMhu/+FTpuDutYlvzVWxpa
- aG4hCz2UHsI0oS3dQLKl0H9fecayHZJAGZYRmpFGev1I+wjX8AhOrhAKpEzwdAef4QHO
- L08IywlwvU4L7J0NUH/Ti/fiSEgJ5Z4Loi/G2cgFC4OEYMg2Y8nAHG3yqcARMEVLhRiY
- io0lh8njsyWH4mlxhj1an7wUAshicvTAyGL4CPI5mwJJdvWUYDE7TzDFpWSji4ElV8uu
- nlHBiNM65Xs9eyD5TOJegeHuedHfAvei15X8fm4KXt6INEQcUxKDU8lUxPAcSszm5lLE
- F/Hk2tdb1X8RjTQvUdz6n3QjpqaSKkmBVyXNiIu46T3pRjG3PrSz7un9U4szC3SVNPvk
- 0QpGnNY56Ua+rOdk+smp55X+FrgREJ0cX/YU6FXrtJhJLPRJDpCrXO8PcjZNRIa99xZj
- LgKqwHo4wvlHb52ofLiHL7C7WH6f1QMwux9nlWkPuz/d2h7B7u8ZfIXDFXw4rFXFIuxW
- +LOPOdbz22CvjFOO1nHJZmKcXbQxOByEDY9SqHEzqxSDZS7JdKKJpPbghGhlnBAtBydz
- MGbDF6mISxFfY1w9pk/ZiBuMj+xKtFYAnXGtc/RXGRemE2ZcmWZKqZ4YJ5EH4Q2mNQ8o
- 0+YIXZXO9PA0pru+oGzKLuhVKsGmd6Ie6P1OcaoKdKaHpzFtRtxgemRvTE8VdE/jYPT3
- f0zPC4C4jugbWEs5KAL7irV5gbWS21E+3ine71beYfep3R/0wUkn4VY9/ZE8mQZgna03
- zhWTlzEjrrvd52CjqfavbZ7XQBkSX8jGta/2kthJXloDxEaxvz97SxCDK+NkjU4z3xfk
- lm/6qBQQez4Kfsq3vmXqepG/NFmvJ8ksJU1p/bpKiq4Sv1a9Ry+rhK1D6RC4LxKji6Sp
- B7uu3pMeQpf+mwp78UzQ63/zNn3wCmVuZHN0cmVhbQplbmRvYmoKMTQgMCBvYmoKNzA4
- CmVuZG9iagoxMiAwIG9iago8PCAvVHlwZSAvUGFnZSAvUGFyZW50IDQgMCBSIC9SZXNv
- dXJjZXMgMTUgMCBSIC9Db250ZW50cyAxMyAwIFIgL01lZGlhQm94ClswIDAgNTU5IDc4
- M10gPj4KZW5kb2JqCjE1IDAgb2JqCjw8IC9Qcm9jU2V0IFsgL1BERiAvVGV4dCBdIC9D
- b2xvclNwYWNlIDw8IC9DczMgMTcgMCBSIC9DczEgOCAwIFIgPj4gL0ZvbnQKPDwgL0Yy
- LjAgMTYgMCBSID4+ID4+CmVuZG9iagoxOCAwIG9iago8PCAvTGVuZ3RoIDE5IDAgUiAv
- TiAxIC9BbHRlcm5hdGUgL0RldmljZUdyYXkgL0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4K
- c3RyZWFtCngBhVJPSBRRHP7NNhKEiEGFeIh3CgmVKaysoNp2dVmVbVuV0qIYZ9+6o7Mz
- 05vZNcWTBF2iPHUPomN07NChm5eiwKxL1yCpIAg8dej7zezqKIRveTvf+/39ft97RG2d
- pu87KUFUc0OVK6Wnbk5Ni4MfKUUd1E5YphX46WJxjLHruZK/u9fWZ9LYst7HtXb79j21
- lWVgIeottrcQ+iGRZgAfmZ8oZYCzwB2Wr9g+ATxYDqwa8COiAw+auTDT0Zx0pbItkVPm
- oigqr2I7Sa77+bnGvou1iYP+XI9m1o69s+qq0UzUtPdEobwPrkQZz19U9mw1FKcN45xI
- Qxop8q7V3ytMxxGRKxBKBlI1ZLmfak6ddeB1GLtdupPj+PYQpT7JYKiJtemymR2FfQB2
- KsvsEPAF6PGyYg/ngXth/1tRw5PAJ2E/ZId51q0f9heuU+B7hD014M4UrsXx2oofXi0B
- Q/dUI2iMc03E09c5c6SI7zHUGZj3RjmmCzF3lqoTN4A7YR9ZqmYKsV37ruol7nsCd9Pj
- O9GbOQtcoBxJcrEV2RTQPAlYFH2LsEkOPD7OHlXgd6iYwBy5idzNKPce1REbZ6NSgVZ6
- jVfGT+O58cX4ZWwYz4B+rHbXe3z/6eMVdde2Pjz5jXrcOa69nRtVYVZxZQvd/8cyhI/Z
- JzmmwdOhWVhr2HbkD5rMTLAMKMR/BT6X+pITVdzV7u24RRLMUD4sbCW6S1RuKdTqPYNK
- rBwr2AB2cJLELFocuFNrujl4d9giem35TVey64b++vZ6+9ryHm3KqCkoE82zRGaUsVuj
- 5N142/1mkRGfODq+572KWsn+SUUQP4U5WiryFFX0VlDWxG9nDn4btn5cP6Xn9UH9PAk9
- rZ/Rr+ijEb4MdEnPwnNRH6NJ8LBpIeISoIqDM9ROVGONA+Ip8fK0W2SR/Q9AGf1mCmVu
- ZHN0cmVhbQplbmRvYmoKMTkgMCBvYmoKNzA0CmVuZG9iagoxNyAwIG9iagpbIC9JQ0NC
- YXNlZCAxOCAwIFIgXQplbmRvYmoKMjEgMCBvYmoKPDwgL0xlbmd0aCAyMiAwIFIgL0Zp
- bHRlciAvRmxhdGVEZWNvZGUgPj4Kc3RyZWFtCngBrVbLjhMxELz7K/qYPcTY7vaLG6yW
- Aze0AQ6Iw2pgBWizPAJI/D3lmfEjZIM4oFGUmc50u7rcVc5XekFfyeDyPlNMTN/e02u6
- p0eXB0vTgex8HSbaGu2pfIYXbxGIlqPFd8rWuqyMDpJtFkKKs1anFDyJBB1dzLQnJ1Yj
- wZFw1iEnP0Rc0mwsImueEme1iw5AyCanxdhMYkU7cYEsi/Y52SFivLaWsV7Pi14Hl2JC
- rbV6jXQEtuVVnFivVfeso4/SECipkYqz9zfRLfh6js+nhcHLa1DDLCFG3EjMiTNunPgc
- krq+BPkgD9e2fBX+J3BUeWMOS/8Dbyy8slSZZC8zk6rnBbvwPfDGIa191M56pPbPa56a
- qLFUqw+RiqDx1nAOvLHL8z6ptnM18kB/E11jEI22KTn2/ODdYVIDWdYnzKKwFMKe7sjK
- SqPQVpJ2HDFuHq/s9vToGWsDnne39IY2V/cXZZid2ny/KFtBm49LgFrgF62/vKy/IPCW
- ds/pajcLpu1Zg6FOYDAkkbNxD6N4Mp2s/nPF0YH9GleFsjI0VESYXEihzNEiuqI174Lm
- jOCgNShVO2OtalqrEShkVUPP65qRzFCWG7QmguE1EZWq+vCkg2Gor+dxFI0JR16t3iNV
- 7TVPNZwTIC/VqSmrI6ha6zi7Rov9wEuSjbAdEWx5mRyJoMfSGW21Om1m98XRZp6oakv1
- yKqtzm/VCDypoWxKap3UiKr90pDXWGna6pGqrZ63egA02auv2hoQ1Mhpf2e1BdKq3jBA
- g7bgVmeUBX9g8fF0pBWEdTLQ+/dVPo9XPe3GgT63ohq17EQbE+HyD2q5LbD/Upf6XG++
- 3VyoonPa3NXQq39ZHiNkDGS7g5l1U4FpphigPuBQx56yubn7ASC7T4s7FDc358bPFfPF
- nJWjkKODzHJW5fFuccA5F7vBCUctfpv3ob+Kx4hXayYeLR4/tNehdEFlCAOHkMEhNHDc
- jpdW+xgGUIWhtmLvjmqvqItR488BDqoDVjgeHDY4pJ0rB75ZfXkhUxUy3dzcFt9byejO
- JPwL+MOfNx9u3mFIKpcD/LF2NduhooNlhYzu/6yIwfxPUzIiOOpuHpWOBU6cDTOa+/ug
- vPgNh+HpTQplbmRzdHJlYW0KZW5kb2JqCjIyIDAgb2JqCjg0NgplbmRvYmoKMjAgMCBv
- YmoKPDwgL1R5cGUgL1BhZ2UgL1BhcmVudCA0IDAgUiAvUmVzb3VyY2VzIDIzIDAgUiAv
- Q29udGVudHMgMjEgMCBSIC9NZWRpYUJveApbMCAwIDU1OSA3ODNdID4+CmVuZG9iagoy
- MyAwIG9iago8PCAvUHJvY1NldCBbIC9QREYgL1RleHQgXSAvQ29sb3JTcGFjZSA8PCAv
- Q3MzIDE3IDAgUiAvQ3MxIDggMCBSID4+IC9Gb250Cjw8IC9GMy4wIDI0IDAgUiA+PiA+
- PgplbmRvYmoKMjYgMCBvYmoKPDwgL0xlbmd0aCAyNyAwIFIgL0ZpbHRlciAvRmxhdGVE
- ZWNvZGUgPj4Kc3RyZWFtCngBjZVNaxwxDIbv/hU6bg5xrA9/9ZaGFppbyEIPpYcyTWhL
- N5BuKfTfV54d2Q5JoAzLGNnSSK8faR/hBh4h6BNjhVwYft3BR3iAi6sjwnIEXJ/jAufB
- R2i/6eC9GjJyRn2XikjVBZ+kYhVQF4zFR0oVRJLPlCscAHPyegBBuPpUS5wsVDwHVMvm
- 54TQUyZNBFD024kKCIonoQSI6IUzDUtlL5mRYfLL0cdQKmusLbpZRgbDz/LU7/XokX2O
- WXoGTrrlWX0L3Kte1/r7cVLw6lalYZaUsy4k18JVFySxpuJur1R8FU+f8/Zq+i+qkcVl
- Tqf6J91YeFPJlOQoq5Ju+CU86T3pxqlsdVhl3dLr583PLdBVsuiTxTIYfpbnpBtTXe/J
- 9Zszywv1LXCrIAaPpRBHfnF1XNwkFioBwtLkervXu9lEFDgn8phKVVAV1v0BLt6LD6ry
- /h4+we5y+X3WLsDtvp81pgl2f/rqtAW7v2fwGfbX8G6/ZpWqstvgL5SK4mywN8a5JB+k
- FjcxLiH5FMPE+LAYheY3s8opepGaXWecmXyIQYk26rndXgxK/egNqpqRVO0zi24W17ts
- +A3GR3Qj2jKAzrjlOeprjCvTGQuuTGsP5nZjklUehFeYtjhgTLsDdFU608OyMd31BWNT
- Z0HP0gh2vRKzQK938jNVoDM9LBvTbvgNpkf0jekpg27ZOBj1/R/T8wBgaS36CtaaDqrA
- 1LB2z7A2cjvKhzvD+83KO+w+bO8H2zhaJ3wxS9/SnakB1t565V4xk7YZS5vtVKJPrq1/
- nvp5ddQmIZ0Up3bdDmmNWQ+tDrpGXX97ckoRg2sXdIxOPd8H5Cne9FFNIPV4HGmKt55y
- bbzoX5qO16NG1pSmsNT+VSTYKKE163OkdZToNNJw0geJs0HS9e2ifTUZ+1a3XD4R9OYf
- EnJ9NgplbmRzdHJlYW0KZW5kb2JqCjI3IDAgb2JqCjcwMgplbmRvYmoKMjUgMCBvYmoK
- PDwgL1R5cGUgL1BhZ2UgL1BhcmVudCA0IDAgUiAvUmVzb3VyY2VzIDI4IDAgUiAvQ29u
- dGVudHMgMjYgMCBSIC9NZWRpYUJveApbMCAwIDU1OSA3ODNdID4+CmVuZG9iagoyOCAw
- IG9iago8PCAvUHJvY1NldCBbIC9QREYgL1RleHQgXSAvQ29sb3JTcGFjZSA8PCAvQ3Mz
- IDE3IDAgUiAvQ3MxIDggMCBSID4+IC9Gb250Cjw8IC9GNC4wIDI5IDAgUiA+PiA+Pgpl
- bmRvYmoKMzEgMCBvYmoKPDwgL0xlbmd0aCAzMiAwIFIgL0ZpbHRlciAvRmxhdGVEZWNv
- ZGUgPj4Kc3RyZWFtCngBjZVNaxwxDIbv/hU67h7iWB/+6q0NaWluIQs9lB7KNqEt3UCy
- gdJ/X3nW1jikgTIMYzSWRnr1WPMA1/AAQa8YK+TC8HgLn+Aezi+OCPsj4HId93AWfIR2
- Txvv1JCRM+qzVESqLvgkFauAumDMHhNVEEk+U65wAMzoE5KAcPWpljhZqHgOqJbu54TQ
- UyZNBFCofSqCoHgSSoBYPZU0W4L40rKZ/GrwXHIijdWjD8uUgfmNPPV7Fj2yzzGLZeDE
- LC/q28Od6nWl98+Tghc3Kg2zpJx1IbkWrrogiTUVd3Oh4qt4ep21R9N/rxqNuMzpVP+k
- Gwt3lYaSHGVR0q1+CU96T7pxKr2OUdlqGfVz93N7MJVG9MliGZjfyHPSjUnbo31y1rlh
- +Ud9e7hREIPHUogj/3N13LtJLGRtM0uT691Oe9NFFBUy+xhSEYgK6+4A5++jD6ry7g4+
- w+byfttQJrd52rZGwObHyQBm+LOFL7C7gsvdklOqSm5Dv1AqqXXvhHojnEvyQWpxE+ES
- kk8xtPQ64atlMDj8ZlI5RS9SszPCmcmHGHhlnhG9xECzH2mrilQ9ZSP6sDjLYPVbCV+j
- D55HBmCEjzzX+hrhSnTGggvRwjm3fklWeRBeIXrEgUG0O4CpYkSvlk606QuDTJ0EluXg
- 11klwwJW7+Q3VAEjerV0ot3qtxK9Ru9ETxmYpXOw1vd/RM/Hn6Ud0Feg1nRQBaYGtXsB
- 9QuUD7cD6jed8o/92fGHzfHk5DZfx1Z7pW+mA7CcrFf6ijpUIrC0yU4l+uTa+tfpNC+O
- ekiosk9LXX2TrrNuWhx0jbr+/myXIgZXLugQnU68jcdTvOmjmkCyeBxpirfscm246A9N
- h+tRI2tKU1iiov+nMAYJLVmfIcGZtLFKrK9tjLgxRn4P0Uy944eusElveprl0XY/bfVP
- qcPHXn0bAd8+U//6L5KmhTQKZW5kc3RyZWFtCmVuZG9iagozMiAwIG9iago3MTgKZW5k
- b2JqCjMwIDAgb2JqCjw8IC9UeXBlIC9QYWdlIC9QYXJlbnQgNCAwIFIgL1Jlc291cmNl
- cyAzMyAwIFIgL0NvbnRlbnRzIDMxIDAgUiAvTWVkaWFCb3gKWzAgMCA1NTkgNzgzXSA+
- PgplbmRvYmoKMzMgMCBvYmoKPDwgL1Byb2NTZXQgWyAvUERGIC9UZXh0IF0gL0NvbG9y
- U3BhY2UgPDwgL0NzMyAxNyAwIFIgL0NzMSA4IDAgUiA+PiAvRm9udAo8PCAvRjUuMCAz
- NCAwIFIgPj4gPj4KZW5kb2JqCjM2IDAgb2JqCjw8IC9MZW5ndGggMzcgMCBSIC9GaWx0
- ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4AaVVTU8cMQy951f4uHvYkMTO17FF7YFT
- ESv1UPWABhCghRaWVuqf7W/py8wkE3apVKkajdbyxo797Pfmic7piQwe7zPFxPR8TZ/p
- kU5O95aGPdnx2Q+0MdpTebuDN3BEy9HiN2VrXVZGB8k2CyHE+qhtcJlEgo4uZnogG60O
- 1gkJZx1y8p3HJc3GwjPHKXFWu+hQCFlx5SpPYkU7cYGszdql0HuM6FSq6eKy0ZxicMg1
- Z6+eroIWV+vEfS27Zx19lFaBkuY56m+gG+B1hvd+QvD0AtAwS4gRhsScOMNw4nNI6uIU
- 4AM8PJvyU/AfgFHNyxym/jvcWHhGqSLJXkYk1RIX7IR3hxuHNPdRO1s8tX+e49RADaWa
- vfO0ClpcrbPDjR3GgzmpNrnqeaO/gS6wiEbblBx7ftPaD6oDyzLGzFLger/FbGYQhTbO
- YelSxqJiWbcPdPIxaAOUtzf0hVbvhpd1GYBa3a3LTjta/WzW9Betfq3pK23P6MMWVYEJ
- mMoeF2CluwqcYInFoAKFCow2xjjaAgE31+JoE7D3JuVEclDJ6vby6vzH5e7u95q299NF
- x7nV3F2X0TodImNPDjOit+va0VU1Pl1W6/llDW6i29bs0Kzv9VA7XYFoR77VI48TNKpC
- M4rEoQoAjUUFCvF8Bvk7FRAPMgSQqqoASFU9ladL3KICYoqQpLCoAOgOimD+VRcUS9Zi
- IBqdCrCL2jNEo6nA4qk6tMTNKgAWLNkr55cKmueov6IC3TBHXpdRto46Xre+G68Xz8zr
- Lm7hZ6ujsbjVungqEpXX0NHWd+W1WjyV1w2JVmeHRGPxUkFl+nF//8brHixOWBSWuvkd
- rxlr5Iy3b/P61aYXgrdNV6v/2vSJm0WizV/1GtLqCajh+8aQnzDau0nTRjGAcjCDFKNk
- zYeUcKTdHCCQsx3dvjqFrys+JQafksNlKqo35RsvxQinS0PLx951+abSisSe/wFksZkO
- CmVuZHN0cmVhbQplbmRvYmoKMzcgMCBvYmoKNzM5CmVuZG9iagozNSAwIG9iago8PCAv
- VHlwZSAvUGFnZSAvUGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgMzggMCBSIC9Db250ZW50
- cyAzNiAwIFIgL01lZGlhQm94ClswIDAgNTU5IDc4M10gPj4KZW5kb2JqCjM4IDAgb2Jq
- Cjw8IC9Qcm9jU2V0IFsgL1BERiAvVGV4dCBdIC9Db2xvclNwYWNlIDw8IC9DczMgMTcg
- MCBSIC9DczEgOCAwIFIgPj4gL0ZvbnQKPDwgL0Y2LjAgMzkgMCBSID4+ID4+CmVuZG9i
- ago0MSAwIG9iago8PCAvTGVuZ3RoIDQyIDAgUiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+
- PgpzdHJlYW0KeAGVVctuGzEMvOsreLQPViSReh3boD3kFsRFD0UPwSZuEsQFUrcF+rP9
- lo68q0cePhSLhQlapIZDDveJLumJDB7vM8XE9OOWPtN3Ojs/WJoOZI/PYaKN0Z7KOxzc
- wREtR4vflK11WRkdJNsshBDro7bBZRIJOrqYaU82Wh2sExLOOuTkB49Lmo2FZ4lT4qx2
- 0QEIWXHlKk9iRTtxgazN2qUweozoVNAMcdloTjE45FqyV8+AoMVVnLivZfeso4/SEChp
- nlf1TbQDXxd4H2YGz69ADbOEGGFIzIkzDCc+h6SuzkE+yMOzKT+F/wkc1bzMYa5/4I2F
- F5Yqk+zlyKTqccHOfA+8cUhLHbWy7qn18xKnJmos1eyDpyFocRXnwBs7tAd9Uq1z1fNG
- fRNdYRCNtik59vymdZjUQJZltJml0PV+i94sJAptnMPQpYxBxbBu93T2MWoDlrc7+kKr
- d9PPdWmAWt2vy0w7Wv1u1vwXrf6s6SttL+jDFqigBHTlgAsw0gMCJxhiMUCggMBoY4yj
- LRhwCxZHG2+1YW8DyQskq7vrm8tf14/3f9e0fZgvep1bLdX1jPwqE2q6rZXcVONTNQ7X
- s6VW36oLp58Vd5T5Sx2jnq5jMayTSNex2kNiqNjb2FXUPVVpPa7rGGLUgZNrOlZl6PCm
- 5iEWr633z3TMSJoF+mg67p5lk6ge13Xcs1fVdgTV03EucZj/3djqpsx2clBmq7sps3uq
- MntcV2bD0XTYsHZPZaL8VTYokLW6mzK7pyqzMdFwIq7yXHWoOoJFq9RxdkX/rzI5CoR3
- QpsQHGhKb2tzmVq1qlNLJ6a2LExDp7YnFp3HDOFroxjLIBztx3nDHAOhY2YM+BHkHoSW
- Q8KRHpttYd+NpxS+dVjsBot90GkbjDnf8dIlB3Z+y8fe9XwY0/IhLLRe/gNEO4HuCmVu
- ZHN0cmVhbQplbmRvYmoKNDIgMCBvYmoKNzAyCmVuZG9iago0MCAwIG9iago8PCAvVHlw
- ZSAvUGFnZSAvUGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgNDMgMCBSIC9Db250ZW50cyA0
- MSAwIFIgL01lZGlhQm94ClswIDAgNTU5IDc4M10gPj4KZW5kb2JqCjQzIDAgb2JqCjw8
- IC9Qcm9jU2V0IFsgL1BERiAvVGV4dCBdIC9Db2xvclNwYWNlIDw8IC9DczMgMTcgMCBS
- IC9DczEgOCAwIFIgPj4gL0ZvbnQKPDwgL0Y3LjAgNDQgMCBSID4+ID4+CmVuZG9iago0
- NiAwIG9iago8PCAvTGVuZ3RoIDQ3IDAgUiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+Pgpz
- dHJlYW0KeAGNVctuGzEMvOsreLQPViSReh1boz3kFthAD0UPgRMjCZwEidsC/dl+S2cf
- ethJgGKxWIErUsMhh3qhK3ohg8f7TDExvd7SN3qii/XR0u5IdnyOO1oZ7Wl4u417GKLl
- aPFN2VqXldFBss1CcLE+ahtcJpGgo4uZHslGq4N1QsJZh5x8Z3FJs7GwzH5KnNUuOgAh
- K244ypNY0U5cIGuzdin0FiM6DWg6v2w0pxgcYs3Ri6VDUP0KTpxXo3vW0UepCJRUy5v8
- drQHX5d4HyYG1xtQwywhRiwk5sQZCyc+h6Q2a5AP8vCshs/A/w4clbjMYcq/442FZ5YK
- k+xlZFI1v2AnvjveOKQ5j5JZs5T8efZTO6osleidpSKofgVnxxs7lAd1UrVyxfJOfjva
- oBGNtik59vzu6rhTHVmWUWaWga7PW9RmJlFo5RyaLmU0Kpp1+0gXX5M2YHm7p++0+LT7
- uRwKoBb3y6GnHS1+19X0ixZ/lvSDtpf0ZQtUUAKqcsQBaOkOgRM0sRggUEBgtDHG0RYM
- uBmLoxU6xTA7kjMgi7vrm6tf14f7v0vaPkznvA2t5uRaQItTbAZB5wGR2W3J56Ys1mXx
- vFRTqk/FUjJ9fS6Ww1nOo/rP5Y00J3krcCGGdRI5kbc4EOFtbOJqliLA5jfLG+0GjerA
- CUwVeQ+9iDd1FvHaen8ib0bQLJBNkbdqljJguPo1ebfoRcwNwWxRDWfz2/cdUAVbd3aC
- rXkXwWICzdxUSTW/JtiKo8qzYi0WVTMafo2DFQwWJmr0ZimCbX6zYAfmC89Vng3BLOFW
- 6Zrfh4LFBVBEfCoXjgI9fihZH7zwiWRVkWzXxrNi/7eNh8FqaLPuB0ctGoYEADH69xHk
- OR3G9WGaRKMjEmBGx4+o501KONJhdhAMoQPdnezCnYgLwOAC6ARdD53ijYeiU6dDQ43H
- 3nXxJmjDYLz6B9N3idYKZW5kc3RyZWFtCmVuZG9iago0NyAwIG9iago3MjIKZW5kb2Jq
- CjQ1IDAgb2JqCjw8IC9UeXBlIC9QYWdlIC9QYXJlbnQgNCAwIFIgL1Jlc291cmNlcyA0
- OCAwIFIgL0NvbnRlbnRzIDQ2IDAgUiAvTWVkaWFCb3gKWzAgMCA1NTkgNzgzXSA+Pgpl
- bmRvYmoKNDggMCBvYmoKPDwgL1Byb2NTZXQgWyAvUERGIC9UZXh0IF0gL0NvbG9yU3Bh
- Y2UgPDwgL0NzMyAxNyAwIFIgL0NzMSA4IDAgUiA+PiAvRm9udAo8PCAvRjguMCA0OSAw
- IFIgPj4gPj4KZW5kb2JqCjUyIDAgb2JqCjw8IC9MZW5ndGggNTMgMCBSIC9GaWx0ZXIg
- L0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4AZVVTU8cMQy951f4uHvYkNiefBxb1Fbihhip
- h6oHNIAALVSwbaX+2f6WOjPjJMAeqEajiTyx8/zs5zzBOTyBk2cYMsRE8HwNX+ERTk4P
- HqYD+Pk5TLBzdoDydhtvxBA9RS/flL3HbJwNnH1mEBc/ROsDZmAONmLM8AA+ehs8MjBl
- G3IaOgsmS86LZfUzjN5iRAECnrEcNQB7tsgYwPtsMYXe4timgqbzy85SigEl1hpdLR2C
- 6qc45bwafSAbh8gVgeFqeZPfBDfC15m89wuDpxdCDRGHGGXBMSfKskAeckjm4lTIF/Lk
- 2ZVP4X8SjjQuUVjy73gjppUlZZIGnpk0zS/4he+ONwppzUMzaxbNn1Y/M0FlSaN3loqg
- +inOjjdCKY/UydTKqeVIfhNcSCM661NCGujo6jCZjixPUmbiQtfHUWqzksiwQ5SmS1ka
- VZp1fICTz9k6YXm8gW+w+TD93JYCmM3dtvQ0wuZ3XS2/YPNnC99hPINPo6ASJUhVDnKA
- tHSHAFmamJ0gMILAWeccwigM4IoFYRekVjFmAn6FZHN7eXX+63J/93cL4/1y0NvYZs2u
- i5gtMcb4NqLkdq0ZXeniy5xr+WOWXB/1T937fKkmzb7S8UP/iNcLPrwpfLySvhia9Fmq
- ELDUSCX1IEuyHofYhKeWJs7m16TPTiqKrhN66dwUpcR1GBCLumPI/cggjLKLhSqVfrPo
- 8FG/hnMCjd6E3hCo9BtOza9Iv6tgFbPuNJ2YNW+oYm6WVcwCemVQRSlDUHGYKl3FOoOe
- x1TNqPOreVcxq8VUBM2viblFX8VcEUAVs+Js+b1PzD1ZlIpWq5xlZDQ5kww3afl0XM6t
- wVcxv25ws/nvBi/j2MGR2VzkKKNFoBKXu4xKieb1fplfs6NMCSLRwpyPbmKKsF8dmLzZ
- w+2LXXKTyrXh5No41kNLvJeHBo1naEBZa7xlVxmn5/8A/GGUEAplbmRzdHJlYW0KZW5k
- b2JqCjUzIDAgb2JqCjcyOAplbmRvYmoKNTAgMCBvYmoKPDwgL1R5cGUgL1BhZ2UgL1Bh
- cmVudCA1MSAwIFIgL1Jlc291cmNlcyA1NCAwIFIgL0NvbnRlbnRzIDUyIDAgUiAvTWVk
- aWFCb3gKWzAgMCA1NTkgNzgzXSA+PgplbmRvYmoKNTQgMCBvYmoKPDwgL1Byb2NTZXQg
- WyAvUERGIC9UZXh0IF0gL0NvbG9yU3BhY2UgPDwgL0NzMyAxNyAwIFIgL0NzMSA4IDAg
- UiA+PiAvRm9udAo8PCAvRjkuMCA1NSAwIFIgPj4gPj4KZW5kb2JqCjU3IDAgb2JqCjw8
- IC9MZW5ndGggNTggMCBSIC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4AZWV
- z04cMQzG73kKH3cPhCTO3yuISuWGGKmHqge0gADtUtFtkfqyfZZ+mZk4s7BUqkarjazY
- sX+xv7zQFb2QwRdCoZSZftzRF3qm0/O9pc2e7PjtN3RidKD6W2y8hyFZThb/uVjrijI6
- +mKLJ7jYlLUvbMn7qJNLhXbkLOvMIZHnomPJYWFxWbOxQfyUd1a75JAIWc/aBgM/67Xz
- LlIOOiM6d0tAeiYWnLfwC9pGzwjVgk+Gfn73alluFrED6xSSX5w/W9T76jZ0D1qX+D1N
- /M6vAYbZx5Sw8KlkLlg4H0rMdH0O9ECH76T+gb7a7KR6Yo5T9QtqDAwjI+HIwU8cJR+O
- dqStFtQ45qkOoSYWqb/5VdozpBZciaGd371algtq7Mp0R3Jr3TL3hJLqNnSNJjTa5uw4
- 8NEVmmmByqIFAi7QE3CdDQqtaYxxNNSCZ56eTmLQKDJ6Ctg97Oj0k8VGEB/uaXX162b7
- +GdNwxNdDOMQyE1I+HobZ8NBTBc0QpqjMb/S6m5d58TR6rYtPq/rhavVczO8fm+rbVu8
- ittOVrL/55q+0XA5ZYmpRI/sUeMhEZcyhsxMPHCg4HAzDkcnPqNPMIXkOww1wXi4uf0H
- j8PgtocEX06Y+zGiWuI9iuJiWdNI6bERQJGj4fdUrBqvpEnQW43B1q4x3kJafEZVbXp3
- 6AwMm4UqNY1R3dJkoPt1rfCGtcm4XNEYzkZDzaJYFMekXbBQne6HrtUhuwLbLDLd0lSu
- +815Yjp79KYyPQOxvKuvqsxiGEQ3pCKZrAUJ0Q0h0UYbpc0E2/wjM8lDVEJy7ZZGovlB
- N6TuFl11S1MOISF5LkiITvQMZi1RPc+uOP+rHFxc1Y0jg21TfTvyR4P9Ye+q1ZvenQa1
- iro5pvB1RJ2pisS+vod4HHQc11s1VjM6YrpHgqPItU2eE21nB49XdUsPB7vwGuPxMXh8
- XjDXy2elHjrFOzw0SjwObhFv2lXTufoL5UWkQgplbmRzdHJlYW0KZW5kb2JqCjU4IDAg
- b2JqCjc0NgplbmRvYmoKNTYgMCBvYmoKPDwgL1R5cGUgL1BhZ2UgL1BhcmVudCA1MSAw
- IFIgL1Jlc291cmNlcyA1OSAwIFIgL0NvbnRlbnRzIDU3IDAgUiAvTWVkaWFCb3gKWzAg
- MCA1NTkgNzgzXSA+PgplbmRvYmoKNTkgMCBvYmoKPDwgL1Byb2NTZXQgWyAvUERGIC9U
- ZXh0IF0gL0NvbG9yU3BhY2UgPDwgL0NzMyAxNyAwIFIgL0NzMSA4IDAgUiA+PiAvRm9u
- dAo8PCAvRjEwLjAgNjAgMCBSID4+ID4+CmVuZG9iago0IDAgb2JqCjw8IC9UeXBlIC9Q
- YWdlcyAvUGFyZW50IDYxIDAgUiAvQ291bnQgOCAvS2lkcyBbIDMgMCBSIDEyIDAgUiAy
- MCAwIFIgMjUgMCBSCjMwIDAgUiAzNSAwIFIgNDAgMCBSIDQ1IDAgUiBdID4+CmVuZG9i
- ago1MSAwIG9iago8PCAvVHlwZSAvUGFnZXMgL1BhcmVudCA2MSAwIFIgL0NvdW50IDIg
- L0tpZHMgWyA1MCAwIFIgNTYgMCBSIF0gPj4KZW5kb2JqCjYxIDAgb2JqCjw8IC9UeXBl
- IC9QYWdlcyAvTWVkaWFCb3ggWzAgMCA2MTIgNzkyXSAvQ291bnQgMTAgL0tpZHMgWyA0
- IDAgUiA1MSAwIFIgXSA+PgplbmRvYmoKNjIgMCBvYmoKPDwgL1R5cGUgL0NhdGFsb2cg
- L091dGxpbmVzIDIgMCBSIC9QYWdlcyA2MSAwIFIgPj4KZW5kb2JqCjIgMCBvYmoKPDwg
- L0xhc3QgNjMgMCBSIC9GaXJzdCA2NCAwIFIgPj4KZW5kb2JqCjY0IDAgb2JqCjw8IC9Q
- YXJlbnQgNjUgMCBSIC9UaXRsZSAoQ2FudmFzIDgpIC9Db3VudCAwIC9EZXN0IFsgMyAw
- IFIgL1hZWiAwIDc4MyAwIF0KL05leHQgNjYgMCBSID4+CmVuZG9iago2NiAwIG9iago8
- PCAvUGFyZW50IDY3IDAgUiAvUHJldiA2OCAwIFIgL0NvdW50IDAgL1RpdGxlIChDYW52
- YXMgMikgL0Rlc3QgWyAxMiAwIFIgL1hZWgowIDc4MyAwIF0gL05leHQgNjkgMCBSID4+
- CmVuZG9iago2OSAwIG9iago8PCAvUGFyZW50IDcwIDAgUiAvUHJldiA3MSAwIFIgL0Nv
- dW50IDAgL1RpdGxlIChDYW52YXMgNSkgL0Rlc3QgWyAyMCAwIFIgL1hZWgowIDc4MyAw
- IF0gL05leHQgNzIgMCBSID4+CmVuZG9iago3MiAwIG9iago8PCAvUGFyZW50IDczIDAg
- UiAvUHJldiA3NCAwIFIgL0NvdW50IDAgL1RpdGxlIChDYW52YXMgMykgL0Rlc3QgWyAy
- NSAwIFIgL1hZWgowIDc4MyAwIF0gL05leHQgNzUgMCBSID4+CmVuZG9iago3NSAwIG9i
- ago8PCAvUGFyZW50IDc2IDAgUiAvUHJldiA3NyAwIFIgL0NvdW50IDAgL1RpdGxlIChD
- YW52YXMgNCkgL0Rlc3QgWyAzMCAwIFIgL1hZWgowIDc4MyAwIF0gL05leHQgNzggMCBS
- ID4+CmVuZG9iago3OCAwIG9iago8PCAvUGFyZW50IDc5IDAgUiAvUHJldiA4MCAwIFIg
- L0NvdW50IDAgL1RpdGxlIChDYW52YXMgNikgL0Rlc3QgWyAzNSAwIFIgL1hZWgowIDc4
- MyAwIF0gL05leHQgODEgMCBSID4+CmVuZG9iago4MSAwIG9iago8PCAvUGFyZW50IDgy
- IDAgUiAvUHJldiA4MyAwIFIgL0NvdW50IDAgL1RpdGxlIChDYW52YXMgNykgL0Rlc3Qg
- WyA0MCAwIFIgL1hZWgowIDc4MyAwIF0gL05leHQgODQgMCBSID4+CmVuZG9iago4NCAw
- IG9iago8PCAvUGFyZW50IDg1IDAgUiAvUHJldiA4NiAwIFIgL0NvdW50IDAgL1RpdGxl
- IChDYW52YXMgOSkgL0Rlc3QgWyA0NSAwIFIgL1hZWgowIDc4MyAwIF0gL05leHQgODcg
- MCBSID4+CmVuZG9iago4NyAwIG9iago8PCAvUGFyZW50IDg4IDAgUiAvUHJldiA4OSAw
- IFIgL0NvdW50IDAgL1RpdGxlIChDYW52YXMgMTApIC9EZXN0IFsgNTAgMCBSCi9YWVog
- MCA3ODMgMCBdIC9OZXh0IDkwIDAgUiA+PgplbmRvYmoKOTAgMCBvYmoKPDwgL1BhcmVu
- dCA5MSAwIFIgL1ByZXYgOTIgMCBSIC9Db3VudCAwIC9EZXN0IFsgNTYgMCBSIC9YWVog
- MCA3ODMgMCBdIC9UaXRsZQooQ2FudmFzIDExKSA+PgplbmRvYmoKOTIgMCBvYmoKPDwg
- L1BhcmVudCA4OCAwIFIgPj4KZW5kb2JqCjkxIDAgb2JqCjw8ID4+CmVuZG9iago4OSAw
- IG9iago8PCAvUGFyZW50IDg1IDAgUiA+PgplbmRvYmoKODggMCBvYmoKPDwgPj4KZW5k
- b2JqCjg2IDAgb2JqCjw8IC9QYXJlbnQgODIgMCBSID4+CmVuZG9iago4NSAwIG9iago8
- PCA+PgplbmRvYmoKODMgMCBvYmoKPDwgL1BhcmVudCA3OSAwIFIgPj4KZW5kb2JqCjgy
- IDAgb2JqCjw8ID4+CmVuZG9iago4MCAwIG9iago8PCAvUGFyZW50IDc2IDAgUiA+Pgpl
- bmRvYmoKNzkgMCBvYmoKPDwgPj4KZW5kb2JqCjc3IDAgb2JqCjw8IC9QYXJlbnQgNzMg
- MCBSID4+CmVuZG9iago3NiAwIG9iago8PCA+PgplbmRvYmoKNzQgMCBvYmoKPDwgL1Bh
- cmVudCA3MCAwIFIgPj4KZW5kb2JqCjczIDAgb2JqCjw8ID4+CmVuZG9iago3MSAwIG9i
- ago8PCAvUGFyZW50IDY3IDAgUiA+PgplbmRvYmoKNzAgMCBvYmoKPDwgPj4KZW5kb2Jq
- CjY4IDAgb2JqCjw8IC9QYXJlbnQgNjUgMCBSID4+CmVuZG9iago2NyAwIG9iago8PCA+
- PgplbmRvYmoKNjUgMCBvYmoKPDwgPj4KZW5kb2JqCjYzIDAgb2JqCjw8IC9QYXJlbnQg
- OTEgMCBSIC9QcmV2IDkyIDAgUiAvQ291bnQgMCAvRGVzdCBbIDU2IDAgUiAvWFlaIDAg
- NzgzIDAgXSAvVGl0bGUKKENhbnZhcyAxMSkgPj4KZW5kb2JqCjkzIDAgb2JqCjw8IC9M
- ZW5ndGggOTQgMCBSIC9MZW5ndGgxIDkxNDQgL0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4K
- c3RyZWFtCngBvVp7dJNVtt/ne+bRpkmaNO8maZqk6bsF2sYWGkpSCqW1UIQGqbalhRap
- ItYqzsCtCgoVUUSgPpaKeqHAMITSgQDqZbwoMuMoOoqP8c7oiI7LNV3MnYtzZ9Q0d58v
- pdKu0csfrvm+nMc++zz2+Z199nl86VlzewckQx+w0LCkdfVykJ6MHgASXNbdujpBay9h
- OLCst8eRoPksAHbV8tUruhO07FEAhW3FqrVj5VMjAKqlnR2t7Qk+fIthSScmJGgyFcPM
- zu6eOxO0dhjDwKpblo3xU7cgndHdeudY+/AR0o6bW7s7EvkzGjDMXH3LbT1jdBKGwdVr
- OsbykyaU700gmKqGW0AON4EIDMbV0AwgfqGwAYdcysenPVe5/caUiq9AI5PoG+seksJX
- nS+c/3vHt17lNtk/MEF+OT8NBd+oDyCJIH9EuW2cI5VDTx2FxpwozEFXiW4aupycmUbo
- I3vgYXTPoGOhizwAa9FtRvcYOm48tg+p4+SBIU4WOEHWgpnMDSg5+0KdyW5UKO1vR4kw
- /JT9A+OnJ4kJR+8TYhpKBvlMBXmGPA3tYCf/Dm5yF9RAFnn8iG+VvQVZ+2A1uj50rOQT
- sm8ovdj+EskFN0ewjAfSOXLU/qeiPPtnRVGGDNlf9kY5DH6ZjlQgxX7K9pT9P2wr7C+h
- O5Bg7fdhjqP2fbZV9u3pUfL4kP0RW5RgmW2J4HYbFj1q7/bttLcXSfx5O6PMgSG7H/mL
- Akp7SZnTPs12wV7gjcoI0nm2efbsot/YM7EgZnNgpe6Axm61bbdfg6x0W8h7DbqTZD95
- ArLJE0PuufYTGMXuHpnjK9sZJT85UpNV5I6SuwIlNVk7fTVet2+e3e2r9noxvug1cYN4
- vThTLBZzxCzRIzpFi6iTaWVqmUqWJFPIZDIxSn42VGkXTpIDUImwHDgiE2R8lPwcE7mT
- 5KCUePCYjJMxMpDpovGPUXkJ6KLkwLCaxjByVJBiQpQcPJJIOhiwczTGSQw1Q+PooQ8M
- kTEwFyLkwagAG9N6K42V2hkaf3Xw+7wWiXPZz/n+x0hskZ21jU2R/bZwpJhG4rbw5ezG
- y5HvDXtuR1ZHVU5O7YK1R3pXr1we6nCFWlyhDnQtkQd6O42RvjaH4/DK1ZThiLCelrZl
- nTRs7YisdnUEIytdQcfhXqncJPZyyu51BQ/D8tDCpsPLAx3Bod5Ab8jVGgwfaata0zyh
- rc3jba2p+idtVdHK1tC22qRyk9pqpuw22lYzbauZttUWaJPaop0PdTVW3daD2ukIddU6
- IlmNkTnzlzRFHK3hYJTswcTg7cCfAjX/ImTxfWDmCsAOEP8A3Yc0HL0u/jl/BtSj3fH/
- ZstxUI9Tx4xWVsApeBCegEMgwCDGs+AGGICzZCXO7aUwDOdJOuSj7eUgCvPgdRKPvwXL
- 4XnM3wMvww44DElYphv0yN1K3PG7kA5gvA02xJ+FTCiD++BF8GOtW2Ekvi9+BLkL4DrY
- Dwew/K+JiznMpcZ/Hr8AMpiPdW5AzlvxefFDoIVcqIIGTN0ALxE3+2G8E4xQjtI9CU/D
- bvgl/JncQ4bjnfHe+Ln4J6iqRrBCI77ryDD5hD3E3Rd/Mv5lfBSRyIJsbLUFtsNzWP8h
- fE+haQ2Rm0gP2U52MAHmHmaY28gbRmOIgw9m41uDVnkTInAcTsNf4R/kImNk1WwP+0p8
- Wvx/QAm12Evakw7oxfd+fLdin04SgRSSWaSBrCOPkh3kt0w2cx3TxNzB3Ml8ztazS9m1
- 7G+527ghfgs/IChHv4qfjJ+JvwsGsMH1sAbWY+9ehnNwCb4mLNZlJW5STqrIDfj2kSeY
- 42Q3Oc40kFPkHLOf/IF8Si6SbxieSWL0TA7Tw2xnDjAvM2+wXewO9jH2D+xX3Aye4Xfz
- nwlu8XejbaObR9+Il8c/if8dTawMnDgyVVAPN0Ir9nY1TIV/w14cxPcQjtppeAXOSu+n
- xAoj8HdEAYiWmEkxqcO3nlxLlpMu8hQ5ge9Lkix/Y3AgGDmjYQyMlWlk2phupo95l+lj
- LWw2O5ddwh7C9zX2PPsN+w3Hc6mcnpvNzYEtXDf3OL57uEFuiHuT9/Mz+Hp+Ed/Hb+a3
- sMv4t/jzwnphqzAkXBT+gmZxnniLuAVH5yzq7C9Rl797OJKJ0hfDzbCMBEkb7MTR2E1a
- oR+1q51sQrxWQ1a8mV3PzmYKURtegp+gtj4O62AzuxR2x99n98N7qCmrsMo+2MtVgY3f
- haNzDxSiFo29AV+2L8vrcWe6MpwONPlWi9lkNKTpdalajTo5SamQy0SB51iGQG7IVd3i
- iHhaIpzHVVOTR2lXKya0XpHQglPZEamemCfioOVakTUhZwBzLp+UM5DIGRjPSdSOCqjI
- y3WEXI7Ib4IuR5Qsmd+E8QeDrrAjMiLF66T4w1I8GeNOJxZwhIydQUeEtDhCkerezv5Q
- SzAvlxwPIByKvFxqOAKgpBVHYFbrOjSwMIvmCEXMrmAoYnJhHHmsO9TaHmmY3xQKWpzO
- MKZh0oImbCMvtyuCcsIDSe2u9geiAWhrobHWpU0RtjUcYVpoXZqciMEVjBju+sz4HXk5
- FtpyBTPCuKtbO/qrI4GWBxBcSrZQqnULUrWNDqyW2RhuipCNY0JQGVeipFTcxJrgblnp
- iMhdVa7O/pUtCC4saBoyB8yS8Y1AQ9OQKWCSiLzc48b15U7s/fG8mXkzaVjuNK5PhH+6
- N5H+9ikaGtef/hjD2gXjABCKgGsOyhlxLJMacaGwZdTrKIP+ZWWIEz5hgt3sQnlmRRjU
- GdYd4d1zWiN9jZfF6AwmhGtZGRySm8zSIlQVxvwt/eprcKQwv9rl6P8KV+sW18ifJ6a0
- jqUIbvVXQJl0oMd1JUJaL8d76WLpxl53Gl2ddHx7pTFF2mUMXZGANIWGyhzR4QLe0OSM
- OMKYgLvJ3NooyBuaDhOyNRwl8Y1RCNqO4x6VvfEGZOdSVesKYvtI5OViQrYTY/m5jmps
- uZrqiqPf0T+nvd9R7ehEZeLcUoiMjv5wASLY2IQ4wUJsMRC2jEc7wuFrsJ4CWg8Wwez9
- Yaxh5VgNGEpJBTHMVJiLiynraWia3xTpC1oigWAYRwHV91RDU+QUam44jLmKxiVFidd1
- GcdkLkaZi7KRPyVRC+5d+rCKcH8/rbOxyeWMnOrvt/TT+ZagowQmJwTGEqJAs1DIo6Sv
- Acti4HJapDFwupwoVphiOhVV+rJG4Z79hxEuGZcbS5aitCUSwmU/EsL+q0H4mqtCuHxc
- 0gkIV6DM5RTh6f86hGdMQLjyhxEOjMuNQs5EaQMSwlU/EsKzrgbh4FUhHBqXdALC1Shz
- iCI8+1+HcM0EhOf8MMJzx+VGIWtR2rkSwvN+JITrrgbh+qtC+NpxSScg3IAyX0sRnv+v
- Q3jBBIQbfxjhheNyo5DXobQLJYQX/UgIL74ahJuuCuHwuKQTEF6CMocpwtePIxywROBK
- O9w3yezCj26Yl14BOe6UeC1UMX74lF8E6Rie5W6DBXi4LsewDF0NOQMbhP2wAeMbmP2w
- GXk0vwFDJTo9VnH57icJTyT9SF+D+y48il/xMFfEaZSdRP9/JDYEPNYujmVMXC3RWyTF
- WIoST3PJGFdJdIrkT4UWPHlx5A2mgXmBvY8d5gq5Ldzb/JDACANiPuZh8EwB3Dk8i7JY
- d2XinklWgJsBdDK8d4Jz6CiNcfajKHDo6H2U+BGckKRZlHMCa+FhUU5h0RSNU+NFV8Vt
- jX77R/7Fr2dFubpv8M4Cc3yKMA1zTqmd4oCZzxbZbBBEhdxgMPOknQOTTN7uvPOneJFQ
- f6muIlZRH+oIfg6VlXUj6pGiwtQpepcG3adv4cM5P4xtx8MyxTEdgZmO8jOIhBI+DDTU
- kCbSSdhN7C5uQLFPEZVHFUKWgoAoCISRyeXoKUDkyRbCcg6dQuHWYpqO591azKBU8qxc
- wQk8UTKEBSZdlEVJOCDH44EgV7A8UoMBbXIyFfop8pTClJS827nlBhTaVH/JWBeLmSSx
- q4NGqDRUVFbUxbAnGn8l0Wj9fvxp/AX35+esU9fiLoY7ZYlwp8P35xvHElhMYE+Hc8by
- 3q+uqBDRFRWS5mZoJkqSOoW4WCfrIuzWP4xs/ITRf7gjdvLp15mHmSXM5tgd7LKvZ5Ho
- aA2iQfC0BeQRaVwN9LbwhKSQ+Tl4N0CHkykoLEqdonGdPXuWDhPiuCD+kXS6S8FzewX8
- V6Asu5Ao1EpLktU7pUbdJV+pFv0ybZKctRSLmXKbOslWnsPk+8qPlTPlxdlurVrkZVZv
- hsEaJf0Bl8FmF722fCVjm6asECsqrDrRlz2YaZ5h8VnnpnjLTNNnvEB24aH2ONkJiSEf
- uTRSr/5b3YXYaa2/AMd9hL4jWr9Ga/A3IyT5I/kjFEaNwV9UOGttIKukVJ8BxOQmJSlO
- MKZbnJDm0DmJMwNKGSeYbQYn0TvRw97nEHUFvZu5++67EcjmzLQpxaUl04mKpBBBFPSk
- pLRk2lSPK0MURNcMMqUYj4caHWbCJlTEleH1eGngmTa1pDSVqNbU3xje6ews7m4raiTD
- M/RJ9971YLlTMcj/73Mv9t5ucCela7JzPc3ZafLSN36648UTu/rfXJI7Z882vVVQJVsL
- VpBVslxj3tLGedmNrz5RUzMQ22XNYNmNSUKVK1Cz8hebdjyfSi7QOYOnf/YcVw9msMDe
- QMFeExkwDsr2G9m5Ms0TOpbVCTazmGzTKS2ixWJQe7WE9TIas03hNZiseCUqHnGuWTeG
- LmJbUTfi9yOiY+hihM4shHIqTj53kl7hAVWq2kO0mhS1aEKKB9ZJCMOxyrRkD6Ro0ZMb
- BQ9aFMFJKJ4IKwU24edI2EKawZWPYCGsCQSnUOiYaWqYIjLnPzUcUq9Z/7O5hZseWX2v
- 6VD6X06+/TXRvmPl6iPvLbt3sPuZ3R9tvuPdV8iUz/Hq4hoeMSiLf8iO8C/j3LbBHYHi
- UtVs1WLVXm6fhXfLdEyKTQ0ym01MVTA2g5LPT81X+zRas13pNZvS7fc711Rd2f3YhQuA
- WoU/Dc5Eqetmo1WuAEKMSuybFT0wMR5QWGQe7CD+JI3RUlWQFETQgyHNoMGZM412C6ZN
- 1U752yO71+3ec9emfaS/sXD6wWcrf3bLkdGvL/6e3PjFe2d//Z/nfsWUTk2vZWxfz9ix
- rInkff0lWYzzrSb+IWfG2xQr3ry5SVJg7S7ZY+a9dpZXMSm8Tq/Spuh1gaSATuYzk1rl
- UfYMeZU9Y3lf9oH8vP191xeGL1zKM5ozWmapjHdmpjyeZsv0C6KY5rRZRYUtTekWd1n3
- Wo9Z37Ny7rQUt5U3KZJEjcqbYvPyZm9mvug1mTzed5x7mhMAxS7QyTfyTkyyUpKxKmhO
- zELUEzRi6hGcexJk1eDieBavqgjPCXaPRq1Vp6p1ak5IcmdYMj3gAJuHpNvkBtEDSr3K
- Q5JVLrMTk3j0ZEbUq2Q1enRaJualNDezc7LvJrc2w61o69IQ4zS9Mx1nYmlJKSoQzksB
- 0dagEhGPFyeqIBJm+HxZiVb97UX+4V0PLizUHRavLVqwduaC10a/JMY/Ersya+7Bnw7y
- xMXNvum6+avmPvvcK80ls8u35TdY1cSF93UMqRr13F59z5F+Qj8Ioa5tQJtZLtlMEUoC
- VvEzDq2mwEprFOb3iSxdpfY72xJaVVF3OlZx+vI6VYErFV2nNNI6teEYPlz2N+f5F1/H
- ugmtW3Bzs8EDGwPlokxUCSkGmUFlSPHKvDgsNaZFyhXKJJdbYba5TAqGM7idNoMtWRBB
- sFjdbKoiC9ccjQ8/DJAhs49+Dwmg3ua7fR4webOiJPnId2LFLqgvjVyKjUmG6xAuRCM4
- fgY/NaB0GKEZF1S0etTUGS5bPJeG2kBBjz2YKoGMsQ1DganhW/vqczMrnu14vz775E11
- Kx87ZvatXr53mCsYuDZzemVm9aLGJxdujZUyX9zUsHVPbBtzsru49qk3Y6+NYcqOoJ6b
- 0IrdECg6JpwRGE7QCV5dr9Aj8rokRmdU23jsplGpMItmMyT55GYryTf6TGCy4HIiTOiZ
- pKYJG4b9GtH4/STRIUK7dEVXaA9Qb1QEe0E2HJi3v/NCQ+4xW+H6gG9uWZ5lmOxF+W9Y
- 8PTiZ2PzmefaKtqT06qm3doVexOFxfHajMI/guOlgWsDHi/rSS5lZ3OcSqZmVHKNPMkr
- oyJrFDJzKqE2B0za1CgJoajrpQmFKz/OKGn/Unk6dhphl7AfQ56KmWbQUztJ4d58QP/8
- TbzRpraoNz2CsB4veYJhX2KZQ2tiAxTDqvh77FGuFm/3C0h+4KEy+QC/U/uYbkA/kC1k
- Zbq9Jc5q5+zM2d5FmYu9yzNXeNYmrU1eq+p19WT2uHs8e9IHc1NZnIp8HpefCma9xWA1
- 6vN0+Vkpyi6Zx13iZtwZyQouJ9X4qtWWKnK2/MdzlAWiXKVmRChwFpjtxjSj1zAjyyN6
- s8xFKrtXPQO8+abCoqFx+4Hq5qdDE/OrMUa76y9AH4eHGhG6klP1u1UyIPNIHuPRu80e
- p8ruBDl+NiNsLu4FcE/oJDYtpll0RidxpGQ4wZmhSpZ5FU7iccsVJA83kIIPvXSN1UlM
- aehJZkRagCRPWpaoZaGrES71qWhJJOPt9RRQ04FLONV50ZUwI3qdIc1OqLXRoYHxeMlF
- mTs42D4w3XvbQ5tn9vzu+F9vmsXs5z0zHlveFcqqv+Plqq4Pfn/xjEiOkYYlhYsXXx/K
- RMubkT3n7oEXti7pnF48uz5QnW1KtRXkhh596NwHzzD/QF0yxC8ycn4JfvVY8IvkfMUp
- FYmSyoCbS/MbWEGl0JhxauMXBB/oVfoU1s4y7LdpJpP5W+eKsdU71uw/LRnhxJQuoBM6
- VjGijl2QLA7dG2NHxvcrnmm4Pk0ZPHrggEdflJyus8/yrl+ybRu/ZPTd7bFQWaqSMFvl
- srtXMK9sl2yTEjfSX3IFgDYukF9FXiEMrIBOppNdIdzPbeL3wiAjw68sTIiby9/HbebP
- cK/xsjlZt2XR3bH8iHMF1Xn8rBeNrx7GRcHBRcm9x1i2W8sQBr913htIF4RuLc4qXuBY
- QniGFVjAO3eFjHb8EHOCUMu74Qg5JJgS++iPPx7bSeM+ugJ30toxyyXW5eeo6y/UiYkg
- p3b+2oCb8WlZlgMfbuBxTZpQOe5dDvHwXb1+f8zvT+zRx2vmRXUO/nCbjctP862pcoLb
- bPIRSSc5r4yuOjV6O1fw7QDb+c1biBAD+tE57BdoIoxo0X4VuLlfv8m418iKgkEo09Zo
- m7QrxDvYO8QtugHYxQ/od6XtMgzCYJq6Bmr1sw1n9VyQf5Vn7uf3wB6ylx808JlZvFFv
- SMN1Rp+kTLHJVCbRZEqz0AMGym3QGw8lPZRmMlveSaCM8NRdMGInvutHwhjizCs2FRgr
- KyoQLD/B0Qho9XpIS+vWGgxGnhA6AEY8fKjXnZYCGYakGWfkrYSeLqYILCMy0iSYRhfe
- ktIZpBSRYFnnGc+9bVVP9j3p8aUXZKuLC9T8DNVoz+vETriCFaPbRv/889Hlw4Ls+WTB
- aZQ9msnVI1z3ULslPfEO/O72zx78do17ukz8dhiEaukr3jzpG+J1sAgWQxiWSoUIfl1M
- nKUF/L8FNCyovjY0K6emY1VvR0/XslbMk+DSzDXoFqJrR0f/y4FaBY+iex4dflbHr2QA
- 76C7gO4SFuTQ6dBlopsaH3uQB+Nxgmf5ifTMSTQuFhPyU4muLL9sEt0+iZawuaK9rkl8
- 6T8xV/BvnsRfM4m+bRLdM4nunUSvpfT/AQejK+AKZW5kc3RyZWFtCmVuZG9iago5NCAw
- IG9iago1ODM2CmVuZG9iago5NSAwIG9iago8PCAvVHlwZSAvRm9udERlc2NyaXB0b3Ig
- L0FzY2VudCA3NzAgL0NhcEhlaWdodCA2ODQgL0Rlc2NlbnQgLTIzMCAvRmxhZ3MgMzIK
- L0ZvbnRCQm94IFstOTUxIC00ODEgMTQ0NSAxMTIyXSAvRm9udE5hbWUgL1BSRk9FQytI
- ZWx2ZXRpY2EgL0l0YWxpY0FuZ2xlIDAKL1N0ZW1WIDAgL01heFdpZHRoIDE1MDAgL1hI
- ZWlnaHQgNTEzIC9Gb250RmlsZTIgOTMgMCBSID4+CmVuZG9iago5NiAwIG9iagpbIDI3
- OCAwIDAgMCAwIDAgMCA2NjcgMCAwIDAgMCAwIDAgMCAyNzggMCAwIDAgMCAwIDAgMCAw
- IDAgMCAwIDAgMCAwIDAgMCAwCjAgMCAwIDAgMCAwIDU1NiAwIDUwMCA1NTYgNTU2IDAg
- MCAwIDIyMiAwIDAgMCA4MzMgNTU2IDAgMCAwIDMzMyA1MDAgMjc4IDAKNTAwIDAgMCA1
- MDAgXQplbmRvYmoKMTYgMCBvYmoKPDwgL1R5cGUgL0ZvbnQgL1N1YnR5cGUgL1RydWVU
- eXBlIC9CYXNlRm9udCAvUFJGT0VDK0hlbHZldGljYSAvRm9udERlc2NyaXB0b3IKOTUg
- MCBSIC9XaWR0aHMgOTYgMCBSIC9GaXJzdENoYXIgNTggL0xhc3RDaGFyIDEyMSAvRW5j
- b2RpbmcgL01hY1JvbWFuRW5jb2RpbmcKPj4KZW5kb2JqCjk3IDAgb2JqCjw8IC9MZW5n
- dGggOTggMCBSIC9MZW5ndGgxIDg5NzIgL0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4Kc3Ry
- ZWFtCngBvVp7eFNVtl/rPPPoI0mT5tGkySFN0vTdAqWxhYaSlkJpLVShQaptodAi1Yq1
- ijNwq4BCRRQRqI9PRedCgWEIpQMB1Mt4UWTGUZxRfIx3Rkd0/PymH965OndGbXPXOSmV
- 8s14+cNvzsnae6+999l77d9ea+199kn36jvaIBF6gYX6xS1dy0G5pA8AsGBpZ0tXnDd8
- QXH/0p5uV5znMwHYVcu7VnTGedWjABrHilVrxp5PGQBIPNfe1rIsXg7fUlzcThlxHqdQ
- nNHe2X1XnDcMUVy26talY+Upm4h3dbbcNdY/kDzguqWlsy1eX4pSnNF16+3dY7zcTrBr
- ddtYfWwk+d4ApNxkuBXUcDOIwICO7iYA8TONAzgqlcvpWpaj3X5TctlXoFcp/E21Dynx
- K9Lz5//W9q1Pu031d8pQX6ovx4J/1A+QgFQ+rN02XqI8R0FyFBqyozCHqJxoKlF29kwL
- 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
- XPfKfku5Ym30jesfXcmU6aAdRw6EoEr5YjZP+V63EBZBGJZQKdJXvPh7q0D/a4CFs+ZU
- 1V+fXd22qqetu2Npi1LjUsshStQTNRN1EfUSPUz0DFGE6BTROaIPib6QmybSEbliYxdl
- wHga6Z15Ij/zCp4c84T6sjSXP7/0Cn7ZFbyCyWX9dVxRrvzv5LLyW64ov/0KXvmfyGX1
- e64oXyPz/wddagUZCmVuZHN0cmVhbQplbmRvYmoKOTggMCBvYmoKNTcyMAplbmRvYmoK
- OTkgMCBvYmoKPDwgL1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9DYXBI
- ZWlnaHQgNjg0IC9EZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTk1MSAt
- NDgxIDE0NDUgMTEyMl0gL0ZvbnROYW1lIC9WQ0lGUFUrSGVsdmV0aWNhIC9JdGFsaWNB
- bmdsZSAwCi9TdGVtViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDUxMyAvRm9udEZp
- bGUyIDk3IDAgUiA+PgplbmRvYmoKMTAwIDAgb2JqClsgMjc4IDAgMCAwIDAgMCAwIDY2
- NyAwIDAgMCAwIDAgMCAwIDI3OCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
- IDAKMCAwIDAgMCAwIDAgNTU2IDAgNTAwIDU1NiA1NTYgMCAwIDAgMjIyIDAgMCAwIDgz
- MyA1NTYgMCAwIDAgMCA1MDAgMjc4IDAgNTAwCjAgMCA1MDAgXQplbmRvYmoKMjkgMCBv
- YmoKPDwgL1R5cGUgL0ZvbnQgL1N1YnR5cGUgL1RydWVUeXBlIC9CYXNlRm9udCAvVkNJ
- RlBVK0hlbHZldGljYSAvRm9udERlc2NyaXB0b3IKOTkgMCBSIC9XaWR0aHMgMTAwIDAg
- UiAvRmlyc3RDaGFyIDU4IC9MYXN0Q2hhciAxMjEgL0VuY29kaW5nIC9NYWNSb21hbkVu
- Y29kaW5nCj4+CmVuZG9iagoxMDEgMCBvYmoKPDwgL0xlbmd0aCAxMDIgMCBSIC9MZW5n
- dGgxIDk0MjggL0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4Kc3RyZWFtCngBvVp7eFTVtV/7
- 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
- bmRzdHJlYW0KZW5kb2JqCjEwMiAwIG9iago2MDc4CmVuZG9iagoxMDMgMCBvYmoKPDwg
- L1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9DYXBIZWlnaHQgNjg0IC9E
- ZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTk1MSAtNDgxIDE0NDUgMTEy
- Ml0gL0ZvbnROYW1lIC9KTktXT0IrSGVsdmV0aWNhIC9JdGFsaWNBbmdsZSAwCi9TdGVt
- ViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDUxMyAvRm9udEZpbGUyIDEwMSAwIFIg
- Pj4KZW5kb2JqCjEwNCAwIG9iagpbIDI3OCAwIDAgMCAwIDAgMCA2NjcgMCAwIDAgNjY3
- IDAgNzc4IDAgMjc4IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwCjAgMCAwIDAg
- MCAwIDAgMCA1NTYgMCAwIDU1NiA1NTYgMCAwIDAgMjIyIDAgMCAwIDgzMyA1NTYgMCAw
- IDAgMzMzIDUwMCAyNzgKMCAwIDcyMiAwIDUwMCBdCmVuZG9iagozNCAwIG9iago8PCAv
- VHlwZSAvRm9udCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jhc2VGb250IC9KTktXT0IrSGVs
- dmV0aWNhIC9Gb250RGVzY3JpcHRvcgoxMDMgMCBSIC9XaWR0aHMgMTA0IDAgUiAvRmly
- c3RDaGFyIDU4IC9MYXN0Q2hhciAxMjEgL0VuY29kaW5nIC9NYWNSb21hbkVuY29kaW5n
- Cj4+CmVuZG9iagoxMDUgMCBvYmoKPDwgL0xlbmd0aCAxMDYgMCBSIC9MZW5ndGgxIDEw
- MjI4IC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4Ad1ae3hU1bVf+7znkcmZ
- ybwfmRkmM5PJ+0EeQyIZQhLCIxgS1ASJJpBAQKiIIYot3CggEJGqyEP0alHLU80QUhig
- WmpBsLUtWovWa1ut2Nre5tr2ah9CZu7aZ0IkfK2ff/j1j3vOrL332nuffdb67bXXfpzp
- WbmqC1KgD1honNexYhEoV6AdgDy6cHnHiiSfxiE/d2FvjyfJ85kA7LJFKxYvT/LSowBq
- 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
- 6JJgzJfQkYx3SXGJv6TYJOIQ+Y6vakifYXHaNE2ewaHB7duZtCG8+OqJ8xnmWYbc8MLW
- y53sE1v3u1977eylC8p4xgD/tdCF39b/2WXEzAwoxq/VNVCnfKmn3+Kvx38KNOHX/xvg
- JmiBVpgPp5SHCZ5aJc/JBDzHgtnTaqdXN2TXdy3r7epZsrAD6yRLaeUWpE4k+p8tHB3w
- KNKzSPj3GfwaDvAm0kWkT/AhDsmIlIE0EakGaS5SJ1IP0vrE6IX1YSxN8NxuPN94DT/n
- Gp5KePXzC6/h8X3jyhXMrnpf9zXlS67h6Xfuq9v/2jX87dfwK67hV17Do+7j2lt1Dd97
- Db96PH9J6Y3/A4SgM/kKZW5kc3RyZWFtCmVuZG9iagoxMDYgMCBvYmoKNjUwNwplbmRv
- YmoKMTA3IDAgb2JqCjw8IC9UeXBlIC9Gb250RGVzY3JpcHRvciAvQXNjZW50IDc3MCAv
- Q2FwSGVpZ2h0IDcxNyAvRGVzY2VudCAtMjMwIC9GbGFncyAzMgovRm9udEJCb3ggWy05
- NTEgLTQ4MSAxNDQ1IDExMjJdIC9Gb250TmFtZSAvTkdFSUJNK0hlbHZldGljYSAvSXRh
- bGljQW5nbGUgMAovU3RlbVYgMCAvTWF4V2lkdGggMTUwMCAvWEhlaWdodCA2MzcgL0Zv
- bnRGaWxlMiAxMDUgMCBSID4+CmVuZG9iagoxMDggMCBvYmoKWyA2NjcgMCAwIDAgMCAw
- IDAgMCAwIDAgMCAwIDAgMCAwIDY2NyA3NzggMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
- MCAwIDAgNTU2CjAgNTAwIDU1NiA1NTYgMCAwIDU1NiAyMjIgMCAwIDIyMiAwIDU1NiA1
- NTYgNTU2IDAgMzMzIDAgMjc4IDU1NiA1MDAgMCAwIDUwMAowIDAgMCAwIDAgMCAwIDAg
- MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
- IDAgMCAwCjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
- MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAKMCAwIDAgMCAwIDAgMCAwIDAgMCAw
- IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDUwMCBdCmVuZG9iagozOSAwIG9i
- ago8PCAvVHlwZSAvRm9udCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jhc2VGb250IC9OR0VJ
- Qk0rSGVsdmV0aWNhIC9Gb250RGVzY3JpcHRvcgoxMDcgMCBSIC9XaWR0aHMgMTA4IDAg
- UiAvRmlyc3RDaGFyIDY1IC9MYXN0Q2hhciAyMjIgL0VuY29kaW5nIC9NYWNSb21hbkVu
- Y29kaW5nCj4+CmVuZG9iagoxMDkgMCBvYmoKPDwgL0xlbmd0aCAxMTAgMCBSIC9MZW5n
- dGgxIDEwMzYwIC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4Ab16CXRUVbb2
- PneuIZWqSs2pSlVRqapUEjKTgURyDUkIQ2IggAkSTIBAQNCAIYot/FFBICItIoPDQ1Gb
- se0UIU8KaHy0P4r287UzDr/9Wh/Rtnt1lm/Afv2Aqnr73AqRZHW7/Ndy9b217zn7nHPP
- 2fs7++wz3Opeu64DkqAXWGhc0N61DJQr8AQAGVqyur0rwaeYMHxrSU+3J8HzGQDsqmVd
- y1cneAnLq13LV60fed+E5Y1SZ0f70kQ+XMOwuBMTEjwpwjC9c3X3vQneOIhh26q7lozk
- p3yOfMHq9ntH2ofPkPfc2b66A0O8AjQ9veuuu7sVFgJODOd2re0YKU+aUb63gWCqDe4C
- FdwBIjCgx7sVQPxa7QIOc2k+XkuzNbtuT674FgySwt9e/1MlfN37y4t/6bgW1OyU/gcT
- VNfL01AIxUIAWoL5w5qdoznKe/iwRaApKwLTkSqRJiFlZd1sg15yEB5Deg6JhRXkEViP
- tA3pSSRuNHYEuVPkkQFOkk+T9eAgM2QN555rsrttao37vQgRBve7P7FdOkPs2HtfEPtA
- EqhuVpPnyLOwFNzkZ+An90EdZJCnToRWudsw6wh0IfUiscqTkCMDaQXuV0g2+DmC7wQg
- jSMvu3+fP9H9ZX6EIQPuV4MRDoNfpSEnJ7vPufa7/8m13P0K0rFE1tEQlnjZfcS1yr0r
- LUKeGnA/7ooQfGdnIljnwldfdq8O7XEvzVfyZ+2JMMcG3GWYP1/WuItLve5JriF3bjAi
- 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
- A8uZ13Yp/rQ3fon9V7QHK0q4SJ4cMb1hYlQpksmeYjdlCPewH+EUALxODUKSmkfbt4k2
- Gy6FctQhrcbhICEq7HvXvW09NX4KH2KW2FlUVuDiVXH9pHXMDsNXosxnQZTXT0odeQ/9
- sto/eJTxFS3f9WXTRLqlipbNKWo7vOAfGN3Vd/fflDn3yTnbmI8dFFM8EWD/yOUC+ns5
- p4q8RhhYDp1MJ7tc2MJt5Q/BYUbCr65MDTeDf5jbxl/g3uCl6Rl3Z9CdLA7V5bSfccsQ
- iXcN4gTu4SLkoZMsu9rIEAb/+/CQnCYIq/GAgfACx5KR3Ql+g1PT3Qnbz5wmdBbadIL0
- C/bEnvfzz0d2vd9tTRQPLOL+RN8wVC8mgqyZs9fLfiakbH1CN2x9rleO68x+3PqM1vvX
- Nj28qM/CH+5rcKnQuiZFRei+5jOSRrJei606F1uHu9F9bOfVdxEhBsyx6ezX2L/Uu/1a
- vrPPvNV2yMaKglUoNdYZm43LxXvYe8Ttpn2wl99n3mvZaz0Mhy36OphpnmZ908xV86/z
- zBb+IBwkh/jDVj49g7eZrRacc81aTbJL0lFnaElFYKjcVrOtX/tTC/rEDxIoIzz1Q7Yx
- m7eEaeCGrsCea6usqMB9XBmhGzijGTexltVGq9XGE0I7wIYHBfoN55VAwpC0rsnPW0P3
- c6RQYBmRQY8RCE6ii6TikimkBJFgWe+FwEOLq57pfSYQSsvN1Bfk6vkpulj3W8RNuNzl
- sZ2xP/0itmxQkF5MErw26Yl0rgHhepDOYcoV78Dv8H/tsmEiiyvwdPwPQAn+G6EMqqFW
- +bpPv9/fovy/YA7+Z2Ae3ArN0AILlUoInlQRJSbguRXMm1HVMLM+q65jVU9H94ol7ZiT
- yKVFOpHof7zQuuAJpBeR8O82+PUc4AOkIaTL+AKHZEJKRypCqkaai7QUqRtpE9ITSC8i
- DSKdR/ogPnJhHTAaJ+AZx08ex988jq8Zx2O7Y+qbN46fP46nGt/Y/pJxPOowJl/pixvk
- pRjd+P6KcTz91n5jvvKfvRvev3Nc/l3j+K5x/NpxPOI7pv514/iecfx6yv8vtW2BMApl
- bmRzdHJlYW0KZW5kb2JqCjExMCAwIG9iago2NTg3CmVuZG9iagoxMTEgMCBvYmoKPDwg
- L1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9DYXBIZWlnaHQgNzE3IC9E
- ZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTk1MSAtNDgxIDE0NDUgMTEy
- Ml0gL0ZvbnROYW1lIC9VSkJOS00rSGVsdmV0aWNhIC9JdGFsaWNBbmdsZSAwCi9TdGVt
- ViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDYzNyAvRm9udEZpbGUyIDEwOSAwIFIg
- Pj4KZW5kb2JqCjExMiAwIG9iagpbIDI3OCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
- IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDI3OCAwIDAgMCAwIDAgMCA2NjcKMCAwIDAg
- NjY3IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA2MTEgNzIyIDY2NyAwIDAgMCAw
- IDAgMCAwIDAgMCAwIDU1NgowIDUwMCA1NTYgNTU2IDAgMCA1NTYgMjIyIDAgMCAyMjIg
- ODMzIDU1NiA1NTYgNTU2IDAgMzMzIDAgMjc4IDU1NiA1MDAgMCAwCjUwMCBdCmVuZG9i
- agoyNCAwIG9iago8PCAvVHlwZSAvRm9udCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jhc2VG
- b250IC9VSkJOS00rSGVsdmV0aWNhIC9Gb250RGVzY3JpcHRvcgoxMTEgMCBSIC9XaWR0
- aHMgMTEyIDAgUiAvRmlyc3RDaGFyIDMyIC9MYXN0Q2hhciAxMjEgL0VuY29kaW5nIC9N
- YWNSb21hbkVuY29kaW5nCj4+CmVuZG9iagoxMTMgMCBvYmoKPDwgL0xlbmd0aCAxMTQg
- MCBSIC9MZW5ndGgxIDEwMTMyIC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4
- Ad1aeXhURbY/dfde0rnd6X1Jd6fT3ensC9lIJE1IQliCIUFNkGASCAQkGhGiOAMvCghE
- ZERkcXkoLhBApAkZaEAZxgHBGUfRUVSGmcERl/GZceY9nZkHpPudezsEyDfjxx9+88e7
- t09Vnaq6Vad+derU1osWLm6DOOgGGmqnt3TOAfnx6QFI96yOls4Yn4AemTara5ErxrMp
- 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
- vc633jp56Yw8ntHBfxu04Z34P3sSMDIZb1BHQQVUyTfs0h36zXjDL92j3wYN0Agz4Bjm
- Inj7Hzvf4qTTp6mV9eUTxqdVty3oals0b1aLnAMd+ZH+h9WM1InUjfQY0nNIIaRjSKeR
- ziP9RSoWSURyIWUjBZFqkZqROqNDD+AzHCZ41nY9P34EP3UEL0l37fezRvCzR/AyVtfU
- 1z4ifd4IXrqXvrb8u0bwd4/gF47g5f+jXVPf4hHpXSP4JdfzlyQQ4f8ALp0UCgplbmRz
- dHJlYW0KZW5kb2JqCjExNCAwIG9iago2NDIyCmVuZG9iagoxMTUgMCBvYmoKPDwgL1R5
- cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9DYXBIZWlnaHQgNzE3IC9EZXNj
- ZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTk1MSAtNDgxIDE0NDUgMTEyMl0g
- L0ZvbnROYW1lIC9RRVNCSUcrSGVsdmV0aWNhIC9JdGFsaWNBbmdsZSAwCi9TdGVtViAw
- IC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDYzNyAvRm9udEZpbGUyIDExMyAwIFIgPj4K
- ZW5kb2JqCjExNiAwIG9iagpbIDY2NyAwIDAgMCAwIDAgNzc4IDAgMCAwIDAgMCAwIDAg
- MCAwIDc3OCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA1NTYKMCA1MDAgNTU2
- IDU1NiAwIDAgNTU2IDIyMiAwIDAgMjIyIDAgNTU2IDU1NiAwIDAgMzMzIDAgMjc4IDU1
- NiA1MDAgMCAwIDUwMAowIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
- IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwCjAgMCAwIDAgMCAwIDAg
- MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
- IDAgMCAwIDAKMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
- MCAwIDAgMCAwIDUwMCBdCmVuZG9iago1NSAwIG9iago8PCAvVHlwZSAvRm9udCAvU3Vi
- dHlwZSAvVHJ1ZVR5cGUgL0Jhc2VGb250IC9RRVNCSUcrSGVsdmV0aWNhIC9Gb250RGVz
- Y3JpcHRvcgoxMTUgMCBSIC9XaWR0aHMgMTE2IDAgUiAvRmlyc3RDaGFyIDY1IC9MYXN0
- Q2hhciAyMjIgL0VuY29kaW5nIC9NYWNSb21hbkVuY29kaW5nCj4+CmVuZG9iagoxMTcg
- MCBvYmoKPDwgL0xlbmd0aCAxMTggMCBSIC9MZW5ndGgxIDk1MTYgL0ZpbHRlciAvRmxh
- dGVEZWNvZGUgPj4Kc3RyZWFtCngB3Vp5fNTVtT/3t8+Sycxk9iUzw2RmMtkXsgwZyRAS
- CIHEkCAkSDQJCSRIFBCi2MKLClUiUhFZVJ4talmLDCGVAdRSCgKtrUsVl0dbraG1PvN8
- fQ+7SDLzzu83SST5VD/84ad/vN9vzr333PXc7z33nnvvb1avWtMOCdADNNQubFmxBKTH
- fRqALF/c1bIizmuHkJ+zuHu1M86zqQD08iUrlnbFeeEJALl96fK1I+V1WE410NHe0hZP
- BywPhR0YEefJZPRTOrpW3xvntf3oVy6/a/FIuq4SeW9Xy70j7cNl5J13tnS1x/O7d6Of
- suKuu1eP8PPQr1yxqn0kP2lA+V4HgrFauAtkcAfwQIEa3yYA/hO5HRhMFdPxactQbLs9
- MfgFaASJv736+5L/quulS39vH/Iptgr/wAjZaH7R5/xRP4CSYPqgYutYilQOHW0E6tMj
- MAupFKkAKT19mgl6yF54DOmHSDR0kkdgLdImpCeRmLHQAeROkEf6GCF0kqwFC6kKKRjH
- PJ3ZYZIrHG9FCNf/jON908eniBlH7yNi7ksA2TQ5+SH5AbSBg/wIPOQ+qIRU8tQx/3JH
- MyYdgBVIPUi05BJyoC85z/EKyQAPQ7CMF5IZ8qLjT7mZjiu5EYr0Oc74Igx6P0tGLpTo
- OG1/xvFT+1LHK0iH4kkH/ZjjRccB+3LHtuQIearP8bg9QrDM1ri3xo5FX3R0+Xc42nKl
- 9Dk7ItShPkcA0+eHFI7CYpejwD7gyPZFBIJ8pn2OIy33V44ULIjZnFipJ6Rx2OzbHFMw
- Kdle4ZuCdIocJE9DGnm6z1PlOIlB7O6xWf7iHRHynWOVqbmeCLkvVFiZusNf6fP45zg8
- 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
- YuZapEVI4re17yJtRtqN9GOkl5BEa38Z6TOkISyoRLIhZSAFkeYgLYqNPJgHxsIE70XG
- 82hExqXPncCLkl1fvm0CL+FyXf0dE9I7J/DLJ/DS/46uK3/nhPS7JvDS/4Suy79mQnr3
- BH7teP6ahPL/AbYvh+UKZW5kc3RyZWFtCmVuZG9iagoxMTggMCBvYmoKNTk2MgplbmRv
- YmoKMTE5IDAgb2JqCjw8IC9UeXBlIC9Gb250RGVzY3JpcHRvciAvQXNjZW50IDc3MCAv
- Q2FwSGVpZ2h0IDcxNyAvRGVzY2VudCAtMjMwIC9GbGFncyAzMgovRm9udEJCb3ggWy05
- NTEgLTQ4MSAxNDQ1IDExMjJdIC9Gb250TmFtZSAvTk1ORFdKK0hlbHZldGljYSAvSXRh
- bGljQW5nbGUgMAovU3RlbVYgMCAvTWF4V2lkdGggMTUwMCAvWEhlaWdodCA2MzcgL0Zv
- bnRGaWxlMiAxMTcgMCBSID4+CmVuZG9iagoxMjAgMCBvYmoKWyA2NjcgMCAwIDAgMjc4
- IDAgMCAwIDAgMCAwIDAgNzc4IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDU1
- NiAwIDAgNTU2CjU1NiAwIDAgNTU2IDIyMiAwIDAgMjIyIDgzMyA1NTYgNTU2IDAgMCAw
- IDAgMjc4IDU1NiA1MDAgMCAwIDUwMCAwIDAgMCAwIDAKMCAwIDAgMCAwIDAgMCAwIDAg
- MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
- IDAgMAowIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
- MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwCjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
- IDAgMCAwIDAgMCAwIDAgMCAwIDUwMCBdCmVuZG9iago2MCAwIG9iago8PCAvVHlwZSAv
- Rm9udCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jhc2VGb250IC9OTU5EV0orSGVsdmV0aWNh
- IC9Gb250RGVzY3JpcHRvcgoxMTkgMCBSIC9XaWR0aHMgMTIwIDAgUiAvRmlyc3RDaGFy
- IDY5IC9MYXN0Q2hhciAyMjIgL0VuY29kaW5nIC9NYWNSb21hbkVuY29kaW5nCj4+CmVu
- ZG9iagoxMjEgMCBvYmoKPDwgL0xlbmd0aCAxMjIgMCBSIC9MZW5ndGgxIDEzNDcyIC9G
- aWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4Ad17e3hU1dX33uc+18z9fjuZzEwm
- 9wsJCQlkDElIuMSQKCRoMIEEEoQaMESwwhsFBCJFBbko1ooXCKBmCKkMUCylIGBtBWtR
- qW1tQUv7NrXti62VZOZb+0yIkMf28Y8+/eObk7XvZ5+1f3vttdde56Rz2fJWpELdiEY1
- c5o7FiDplyMgRO2cv6S5I57XFyCE583v6vTE82wyQvTiBR0Ll8TzwlMIyZ0LF68cud/w
- MUKO59tam1vi9WgI4vw2KIjn8TiIk9qWdK6I53UDEK9dfN/8kXrDs5AvW9K8YuT56CPI
- e77VvKQ13j77CsRJHffd3zmS74a4pWNZ60h7XA/8vYMwlIroPiRD9yIeUUgDVyNC/FW5
- EzFQS+rh15Km2HpPQvHnSAvDht89Mx6X4jfFH1z8onUooHhS+CcUyG60JzEXjAYRUmKo
- H1Q8OVoj3QeBGEF1qRFUBVQClAeUmnqbBXXjPegJoOeBaNSOH0MrgTYCPQ3EjKb2Qe4I
- fqyfEUJH8Upkw1NDCsZ9h8HqtsgV7ncjmBt4zv2h5fIxbIXZ+y229quQ7DY5fh5/D7Ug
- N34Z+fCDqBIl42cOBRe7m6BqH+oA6gaipRDjff2uHPcbOA35GAz3+JGLwa+7f5+d7v4k
- O0LhfvfJQISB6EcuyIUS3Cecz7l/6FzofgPoQLxqfxBavO7e51zs3uqK4Gf63VucEQz3
- PBmPljvh1tfdS4Lb3S3ZUv307RHqQL+7EOpnhRTu/ALRnee84s4MRAQM+XTndHdK9k/d
- SXAjNPNAp76Q1u1wbnVPgCqXszwwAegY3o93oRS8q9831X0UkjDcQ1XBgu0R/O1DlcnZ
- vgh+MJRfmbw9WBnwBae7fcGKQADSs87ya/m7+Nv4HD6VT+b9vMjbeYOgEzSCWlAKckEQ
- +Ah+pb/EzR3DB1AJwHLgkMAJbAS/BoXMMfyqVPjqYYERKAEJhkjsYxBejAwRfGBAQ1KQ
- eJ2TUlwEv3ooXvRqyM2QFCNVaCiShgBCRGGBQlNRGH8nwqF1pq4SS4lukrawouxfBU1S
- zY0w9V//LNgZ3j6trj6839kQziGJmLPhRnPLjcS/jDuXQ1VraWrqtNqVh7o6Fi0ob/WW
- N3nLW4Gawo91tVnC3fM8noOLOkiFJ0z7m+bNbyNxc2u4w9taFl7kLfMc7JLuG1O9gFR3
- ecsOogXld9QfXBBqLevvCnWVe5vLGg7NK13WeMuzNo4+a1np1zyrlHS2jDxrnnTfmGc1
- kup55FmN5FmN5FnzQvOkZ5HBl7fXld7fCdLpKW+f5gkn14WrZs6pD3uaG8oieA8Uli1H
- 7AmkYY+jZLYb2ZhM5EYo9iHQJRJH74x9yp5BmuiS2F/pIpjUI4SoaEkxOoG+g3ahPsSh
- Xkgno7loJzqHF8HavhsNoIvYhTJA9zIogqajt3EsdgEtQC9B+050Em1DB5ES7lmCjFC7
- GftiD0I+BOl5aG3sBZSECtCj6DgqhF43o8HYvtghqK1Fd6L96ADc/xPspQ4y+thrsStI
- QDOhz7VQcyE2PdaHdCgNlaIaKF2L3sA++lKsDVlQEXD3LPoe2o1+hP6EH8EDsbZYV+x8
- 7LcgqhbkQHVwrcID+Ld0H/No7NnYH2NRQCIZpcBTm9BW9CL03wfXCVCt5fhe3Im34m1U
- iHqEGmDWseboMOAQRFPgqgStvAEQOIJOob+hf+LPKAutoTvp07G82P8hBZoGoyQjaUVd
- cK2HazOM6RjmcBaejGvwKvwU3oZ/TqVQd1L11APUCupTupq+m15J/5y5n+lnN7E7OUX0
- 89ix2JnYL5AZOdFdaBlaDaM7ic6ja+hLTENfDuzDRbgUz4WrG++ijuDd+AhVg0/g89R+
- /Bt8GX+Gr1MspaSMVCrVSW2lDlAnqZ/R7fQ2+mn6N/TnzCSWYnezn3A+/pfRedGN0Z/F
- imK/jX0BKlaAnacQMK5G96BmGG0HGof+B0bxKlx9MGun0Gl0TrouYwcaRF8ACgjrsA3n
- 4BlwVePb8QLcjp/DR+F6Q+Ll7xRMBCWjtJSZclB11DxqCdVN/YLqpu10Cj2VnkP3wXWW
- vkhfp68zLKNnjMwUpgptYpYwz8C1h+ll+pl32EJ2ElvNzmK72Y3sJno+e4G9yK3mNnP9
- 3GfcX0AtTufv4zfB7JwDmf0RyPJXPwYnAfc56FtoPi7D89B2mI3duBn1gHS14A2AVwdK
- jjXSq+kpVBZIwxvo2yCtz6BVaCN9N9od+4Dej94HSVkMXXajvUwpcrI7YHYeQVkgRSNX
- KJgSTA74fUneRNEDKt9ht1ktZpPRoNdpNSqlQi4TeI5laAqjtHJvRZMn7G8KM35vZWU6
- yXuboaD5poImWMqecMWtbcIecl8zVN3SMgQtF4xpGYq3DI22xBpPMSpOT/OUez3hn5Z5
- PRE8Z2Y9pL9T5m3whAel9Awp/YSUVkFaFOEGT7mlrcwTxk2e8nBFV1tPeVNZeho+EgI4
- 5OlpRHGEkIJ0HEaTm1eBgkWTSYvysM1bVh62eiENdbSvvLklXDOzvrzMLooNUAZFtfXw
- jPS09jDwiR5TtnhbHouE0Lwmkmq+uz5MNzeEqSbSlzY1bPaWhc0PfmL5KnsjVb7ppsow
- 5atobu2pCIeaHgNwSbaJ5Jo3QW5anQe6pdY11IfxuhEmCI+LgFPCbnxP8DUt8oRl3lJv
- W8+iJgAX1db320I2SfmGUU19vzVklTLpaUcsq4tEGP2R9NvSbyNxkWhZHY9/vyZe/u4J
- EltWn/oY4mm1owBggoC3CvgMe+ZLD/ECswUkaC1APfMLACf4NWAYZjvwMzlMgczQvjDr
- q2oOd9fdYKOtLM5c06KyfpnVJm1CpQ3QvqlHMwFmCtprvJ6ez2G3bvIO/unWkuaREs6n
- +RyRSjLRo7ISxs030l1ks/TBqNss3jYyv13SnELeaym/qQDyBBrCc9gAG3hNvRj2NEAB
- WJNp0yJIVlN/EOPNDREcWxdBZc4jYKPS98yF6jQiau1l8HzIpKdBQYoIqYw0TwU8uYLI
- iqfH01PV0uOp8LSBMDE+KYaK1p6GTECwrh5wQnfAE0MN9tFka0PDBOgnk/QDt0Dzngbo
- YdFIDxBLRZnD0CgrDTZT2l9TP7M+3F1mD4fKGmAWQHxP1NSHT4DkNjRAq+xRToHjVe2W
- EZ5zgOfsFKjPjfcCtks3dNHQ00P6rKv3iuETPT32HrLe4vkIRmMLQiMFEUSaEMgjuLsG
- 7oXIK9qlORC9IrDVQDAdByJ9Q6LAZv/3COeP8g13jgdu8yWEC/5DCBd+E4QnfCOEi0Y5
- vQXhYuC5iCA88b+H8KRbEC759wiHRvkGJm8DbkMSwqX/IYQnfxOEy74RwuWjnN6CcAXw
- XE4QnvLfQ7jyFoSr/j3CU0f5BianAbdTJYSn/4cQnvFNEK7+RgjfPsrpLQjXAM+3E4Rn
- /vcQrr0F4bp/j/Ado3wDk3cCt3dICM/6DyE8+5sgXP+NEG4Y5fQWhOcAzw0E4btGEQ7Z
- w+hmPdw9Ru2i/7hivvsmyMFSYnWolCpEl9lZyAXnrjkQ93GFaD6UnWPuR8+O5GugboC5
- jESI90N5LRzAiyAuAKoEmgi0Fp+RaCO3H60leSDSpovajzZCe/IcM+S7Ia2AfnQQG4Ec
- wMYN/5EScfgOyE9AL5Pj/E0/CtI0ENyAWCAOCNxPUojghCBDckgr4FT39T8VFKtRAnit
- ENLCmU0vNTPAedAEZxoL5KzIhuzAjRO5IAen0v9Pfp6RcYxDTXASfQifoNrgpNNLRekI
- U8p0MBH2EY7hOvgJ/O+EHKFJeESIyubI3pWXyXsUixRHlQblflW96s/qGjgwlcIEnIez
- Ow3Il8T9ckImGE9AgiaC0Hkgkoc0/VEEMUAI0vxH6Kg0V7NSj0IvLJqVmpWdqxW1AaBS
- ZnNk6Hfs8S8nR5gZ18HHAy0ug0gMMKL0nJyQjU3h6RTE8XKZ2WxjcQuDrIKsRVzxEDhe
- qq/NKB4uri5vLfsUlZTMGNQMZmfpc41eLdDlC/BjxEvDW8G5QOQHZpadCPxTIC0KdClU
- U4nrcRumN9A7mJ3yffKILCLnkuUY8RyHKUEmg0COeBZvwjTjMcjlPh2UGVjWp4MGCgVL
- y+QMx2IFhWlEuXghghtCMjhOcTI5zUKuN6RTqQjTz+Hn5Falare4aS4wba2+ZpkxPGyV
- 2K4os6ASc3FJ8YxhGIm2sARrdYWF8KctzFyfkbpKMw2sPuaEPcycalifYRkpoKGAPtWQ
- OtJ2vaa4mAfKzsKNjagRK7A+F3tpkfZievNvBtf9ljJe2jZ87HtvU09Qc6iNww/Q87+c
- jCPRSgmNObFL7FL2E0n2D4aK7OwOvJ2l3djNPILXsxv1bJ1AP+rUao3cBCetnGCUuSiX
- y0pnU0WabK3NI8u2Wt2e3eKiBfEJGazW/H3G4LVBXWEmzMlgCUmQeZm8MjQBOcw+vV/t
- s/sVJlkOUhk0OVinTdDwDsixiM7BmGJouUWZgxJ0EAg2LgczGALiX8KaYk1xamo8JAUP
- N+JGAZu9GdibiLQaXW7O+PzxuRzPiZ6AX6sZny96GRcepz0pnu7/MPr5Xz/76P6JrpO2
- LX3R92PotU9eOYqnJLOfRC8d27wn+k70dDQa/eG+hievfvf4rp/iV3D5+d9J8tgHcj8I
- SBH9Uh1K4l0Mo6Bd4HaUCS65QlBSSiWFuHaqSGZT04IPWVXqCFYcErdtjAMCAgqIXLsC
- k0UQgWkuKSagDIOsikZRO0K4j8kc2kqnDv2Cfuj6ScrNHh+Ilu6Pqvvg0RIf82MfEh8J
- SkRedCE0yc49itdRtBO72UfxRsfrHjYkJDBGE61ZYlptohJMWhXzaKJG69LrdEZ+QiJt
- FFQTbDIv5fXSLl0ETwtpaCabLtL49DafPNtlTQJn78JD4qKOW+ZxWDM4wvggzCawDfxL
- RYWNI6IqTW2aXURKh8/jxz6lXQ4zJ0LAISYHUzTLKJyqHCRz8zmYpSAAH/6NyZSmkcwj
- Mpv0oxMp5iTpxTxR6w3AZHpvTGaA/nTHL7NPJ/3ulbejf/gUM2cwS0fHUeu6s1qr17wV
- vf6Dn559A2eI7OWa+6Mf794a/Vn0QvTL6OHfY+rloT8fvy916r738DK89NJ5sp9g8Mog
- vAXApZGZvFU4Km06GangQyRqjMrMytbnar3nzp0j6gkq4V0KMw3asyg7pEcUTbkYVqBt
- PKZ8LLJy4O+uOyR2kRVefY0s52oNKCWSKCFKiUzzs2eoq0Mzobu/9YEWInL1BfQnRwbU
- HMprV7brViof1DGVhnpDm+FBA8MLLq1GI8fqBCJtcoHidEpGZjBkMzZTggwEzWj6GkEb
- 1urMhXE508SnCzdmZzXqxRzw/HBeABUF/BCJOfl5fdS2U3+5+Otozhm6e0Xp/dFOvOnR
- vezxX519JTa8lTkywR2llz1BdHJN7DH2KsieEQXQldC97fQi40p6nX67/Yydm+posM9x
- tBiXG1c4DlvP2oQCwWKn7FYrNtrsNpsNYStGVpcOUlab1Wa3GCkuCWGty4goVkUKGDEg
- TlDRgQmYlblApwSTsmXW5OAHY3QKKskFdUKGR/ReYVz8zIUC6ElhleY0Xq9JLU4thvBU
- KqhCCyicZLef0yj8CT7el6hMykEetSsH+zlIeeViDnZrIPAJgRwkSSSRRVAqD4MwNvr4
- gBqPSJ5O9JhNWgPP8Uz++MB4c74uT4MkjQM20Uctl2t/uDS6/+SBp94AR+26Y1u8eauj
- sxcn7245cddt0b/+75+jfwSFTDErX03P//gSrsQp72HNlz+Ont+85uxqm9a6+tvb2jDV
- BY7UYpDX09F/RN+Mr3d4HcKuAPmQAeZPhXS8qgpXsg24nm1nWwwrWMF0DJy4VmTHjlCp
- V/T4m3RLdcsNtM7lNjiMtOgyGRi/LsnnQjKZnXcpKL/DLnh8RrfPRGcntNttQcHvC8gB
- 54vitrjujkst6KrB9+AC4S0uGY6LUKHWPIJ3YWEjoJ9KthoMEjROkiVazCF+RY53YTc2
- mU1mIyzlTOyXKr30lE0vLpu4IGo7Q/X2LnlnybxZs1meVugyrsmVjJJvKXwwWnSGdnRs
- +W6hKyqndmfPHV7bm+td1n36jmCFQdQXz/r8iWz7cA+sQRHWDKxHsCfGhWyYcyGeYgRi
- GKDrFO1jmeucVSCbbLXm2oxroKmu3bANyNCAZ1C3Xq2Yx5yLat+KatnjfV/+jVXDQiQy
- vh/0ayb0TazC4pDXzAbYAg0tByGdoJGZaJPJIPMpbRbsM1jNlufFbbfoSYBJ2u2KYa1h
- rcFsIntRnjZXq+Ep0UP7rVjEncUNPx++K/utqkejm6Kb1lVRk9njQ53PL3r+1bnfozcN
- nYn+dUv071i+BSfQhaCVamMfSV7nBHifUIx+FSpIycJyjcKudARyKzXtskUavlDQKWW0
- PYdPkjk1SmdRKpURLDpcRBXlpPh0Gp4VHIFEsyOCe2A4TjcfcGYoKGeeopgvLnYY+GBK
- b5Jtkj3omJoQKLBOnPQDvAMAPoK3o5Ed4Jq0l18ZPnVjdLD8YAsgK5AIQcZgxiBZhCAb
- 0h6QnD/emAir3YfzE0RkccGWYPIYRCwmovGUiGxOswgTAMGI/o+vtofBYGlMkvCaiNU4
- AYPKN+J8QG+c35sIi847CecS8dIaoBE8AtZlYsBPlmeiP29c/ng9Vi+rvqdhu9iWs2Re
- dh0emGRUrnnwO0WivJf9x4vHu5abfUqXNiXN35hiko3/2UPbjh/d0fPOnLSqPU8aHZxa
- 5chciBcLaZb0u+ump9S9uauycufwDkciTa9TcqXeUOWi72/Y9pIeXyEyAm8l6PNMtXRa
- 2BvK3GvFOy29wn4LPVXQ7jLQtIFz2niV06Cw83a7WRPQYTpAaW1OecBsdcCrWv6QuGzV
- V/tr8YzBwkKyqY61lMaBketTGuV+pNZr/HEbyQo5sJFEyUZSmFR+sJEgkFk4P7GRxK+x
- kSRskSluIQGscQRzCXQU6LBcnrp42dynWbb6lalZG7Z0rLH2uf5y7N0vse49B1Mdfn/+
- mt4lz+/+aOMDvziNcz+FVyoTWMCgIHaJHmRPgj3kRA+Ecsarp6hnq/cy++ysTzBQCU4N
- EpxOXi+nnGYFm6HP0AS1OptbEbBZXe714rLSm4c/fOUKAhsR/rRg8UpSZLM4ZHKEsUUB
- Y3NAgKyUH8ntgh8GCH8PPwyj0hFRkASEM4LlYIaF5s0jw0J543S5f9+ye9XuPQ9u2Id7
- 6rImvvpCySv3HYp++dmv8T1X3z/3kx+ff4saP841jXJ+OWnb/Hqc/uUf8WxYb5WxS4wN
- 3vI44I2gDytDK3cIT9v2umlWTSWwBqNal2A0hJQhgxC04WmK1+kz+E36jP0D4UPZRfcH
- 3qvmq17FGe0ZHXW3wIpJCc+YnEmFHM+bRKeDlztNCh+/w7HXcdjxvoPxmRJ8DtYqV/Ja
- dSDBGWBtgaQMPmC1+gPviXsa4wANX5EM6feGpdOAdCjIbByVkxtWmARZBfIyLA2v0DDL
- cG6wfHUavcagYTilL9Ge5Ece5PRjl1Nm5v1IYVT7sUrttYlQxEIgWECuVBoIyLIkdhkx
- sSGVkpryMF7aiJbCmYLodJNRdMFKJCa2GsO65OJbYK6k5hM5sIMGLhbk6zRDn7FP7PjO
- HVmGg/zt2bUrb6s9Czug5XfYrUie+upDvSz2MlPuvXPm4qkvvHi6MX9K0ZMZNQ4N9sJ7
- RAqXRv3LKx451IPJhyowJxOjRfRVmBM3Soc3vIdDM/INVUKVrF5okG1Q7rP3OvcF9qQe
- sStCAm1KDKpPyRNBzTFc0GmV65zyhAw+I4N10BmmjPQga8tSqgOqSf6Aw5qZdZMgXhss
- JEgPX/kcdNnISgSJjBu5cePWm2xzKbRJPo3f6/L7UbINAq1CLaIEtVLlcyb6ccAehPWo
- 1MEGFQdRgnBEWomE5uUSC0JM9AdyAUoCo6TBkrSwDJGk6KTVCWoPUw/Nzc3bU9wRPffq
- n9SHVYGJa94J+en8natei17H/FFc9tL/vFHh2/rQydvToheY0kneyeuHct7uurTr5cpA
- 8ZZZv6qt+Qd2YhXOiO4+0X/PM98/3jd/LZUOeGJ4S42ktWtCdaE0kE7BzJuFABPQL+eX
- C4JeRemN4CJxcrxRKVcF5bDbGYPIBPsdfClzSJwXX7s3zARiIUgrtxDrYO2iRrByQW/H
- lbVXS0yDRM6o9a4dCOXOfuQPdelHXNnrO14fYE8OfzRTLHyx4bnhmdSLXePrn7k4fJbM
- N0X4w0WwBxMfQ37IwX/CANMcLZ39QT6CPE1O//u/4uTUcPGp0T0ePACSqS2d/9cehh+T
- cv0ie/xtaewboW9y/qdRMASjpOUs2A3QJ6KtDHtTl185FOKdbRwYkE4AI/hxPmYK8qN1
- oSJe4NVcglkwq80JASEAS7nSOkuxUKH0+uQ2p9cqpxizT3SanSqOR5zd4aP18mR4pjYI
- H7ngfluQfNsTAl2X4QPhsQaSI1h1M8hXNNcGrw2PjA58BHCYGJTMX7Lp3kDcOIK4+cYu
- CcCP4H7TDPSHxjUs7a5OSyp+ofWD6pRj985Y9PRhW7Bjwd4BJnPn7UkTS5IqZtU9e8fm
- 4fHU1XtrNu8ZfpI6tiRn2nPvkJmR5oUehHVI/GRzQ9mHuTMcxXAGLmDo4jp51qCkDBaN
- k4VhWhRyGw+mvjIoszlwhiVoRVY7mCC3iE9ctcVXG4xrUAvWfHxAGITIeNNQiAyBrlFj
- kCO89sD0/W1XatIOO7NWh4JTC9LtA3gv8D+39nuzXyCyNK+4RWUqzVvaPvwOMAszXRT7
- kBFhv1aCl8+Kngjl7hS2a542vcz0Cns0+0wR4azwPvOJ+g8G5QSBc1p4pVOnsPJWq5EK
- JNjssoARjicRLINde0Qrx70bo3oirh7AtelX6GWgQbWUH/NmSLEqSMkNSj/CGggEE2zS
- tBoCSceSIBW2sSSdZEDDKoGdWQcuDEqEHUzamD9elzX96Mvbt78IH7cMRf/xq+gQ1v2e
- 68QJe7bPfWqo/8AV+lL0T9Fr0eHoazh1CAynENmbu6J3Mj4Yuhq8BJ2htH3CXjOVLHgc
- WjXnNPIJnNrpUCSqqYDFliTP0GSIwcQEqzdpvXg8PjxY2VficyNtNGRiyLTAScphsiPW
- 5mf8yA4DY00QYKvaj2izNCZpWGRjToofCWDOjMQIxrlx+YQPDsh+AWab1ku9uddXcfRY
- uQ/CaEZffuiub78ePdz5zMrarKKBlT9/t/vug8dannlo9h764Oaq5OLoH2CML2y/J89V
- NfwrsgZhHVNbYA1q0e0hf4D2q8bTUxhGLWgotUwrUwYEIoZauWDTY2J7IKtOH8HlsLBW
- SxsrGaN0NC+ZUXJq+BQsJelkE9dfkujB8SUDTAmiujYeML50L2txauyaDVtgqRzJ30XR
- b9BU37LhnWRdlMbep19npsHelIkzQo8XyHay23VPG3Yad6ZwyUm+QL5YIU5JmhKYlTQ7
- sCBpoX+lcqVqpbrL25nU6ev073H1pulp2JLZdCZDj2xGu9lhMaYbMpITFO1wOsv3Ub5E
- lZxJ1VvedDj1POPMeCZVkcnL1BqKR5lips1tMVkC5knJfj6QbMtWuwOaSSiQYc3K7h+1
- I0CFxPe3Qg2kyHALMyGEJUfmmFj0xJ5fKs3ydJxO+Y0+m19Uu0Ukg8/6MJ0GZwLwwYrY
- qYMyu8EiYk9CoojERLVKCMhF7PfJ5DgdHLZcEAKX1iFiqwkCyZyQnHVSIInIDcEHk18v
- bYOSuEgnRTDlyc7Be8mpkawIs0k6SxKnBeya+DPBV9bbsnNi4P7HN97W+csjf7t3MrWf
- 9U96ekF7eXL1AydL2z/89WdneHwY18zJmj37rvIksMASU6oe3vmDzXPaJuZMqQ5VpFj1
- zsy08qceP//h89Q/QZbMsc8oGTsHtEPt91UZ8hNqHMElIR9jKjTTnFqutYG6hi+cgsio
- NibQbpqih0xWq21IXDhixQ83Fp6SXGJxNZ1JlPRw8aBm+Iq0eRBftHQYHDm3+PPATs3t
- ff3AAb8xW+UyuCcHVs958kl2TvQXW4fLC/TgKNgsEx5eSJ3eKu2H3bHL9K9hPZO3FHND
- EyKGswZKphcMVr3VkMw9QL8PWzhi1XLEqeQs6C4Lb7HA0SBDHlQqbDYcJMy+e2O3nEGU
- FxF/mP64nVNSTASCiD6c5m8+tXrHS/ZdAPj14QJb1poflPkG9lPecQu3flKXTlyVw4W1
- 45p653yXUl+/8NzElDuert1IfWAj61MBivePTCaC/TqUUYpPYwotRG1UG72QW89sYPei
- XkqAL9eocmYq+yizkT3DnGWFquT7k4kHHVTtQrJO4VPJSKxjAAxaDxPBaw7T9BIdhSn4
- fnRNyMVxS3TwJJZjaAweRZqjEXzHJBfIZPVRRzGxItYewn2cNe5r//jjEW87+NqLwduu
- k1a8rpCfkZGqqb4yg49HqdNmrgz5qKCOphkUBCc/2NO3dA6+6T4WfdVvYeFwYWHcjz/a
- M8trUuEPvABgOjcu1cswuOLxR9iFU09HF5+ILgcv70667foFQAjDuyjE7oaUEntCq6cw
- +2Uw/biCr1Ksp3uEdfK3qFP0m/w54U35OYViAb9IaJW3K7r4lUKXfKViHd+jkJO21BT6
- AbSCpWcnm5LhhMQU4SLmcfw4w8kYTCvA/8opWcQJcgXNy9WAEc9yuwSaOSWnZKcUCO9S
- WlUEcys4TeDFhDSoeDg6NDA+ADU49ROElCxgw8MXiDqlUsGCuw3+YLoGZPA9mTyCHwvp
- dXBE5TmGJQ05XibI5DCzj4XUOoahFUoYtnQrXg/wr9esOmVhyZsN4sKTEutXaU6NlhA/
- 09KlS+EQYqdy7QRLBcD5/s8uvPXuLwei545d+vmx6E8A0gF6+tAResr1C/TEoR8DoKCb
- jdEq6exAdv63Qt/qMW6w7LXQPGfmCnSVunrdQv4B+gF+k2En2sHuNO4w7TD3ol6TphJN
- M04xnzMyZeybLLWe3YP24L1sr5lNSmYtRrMJ7FGjUpHgFNTEUDDZAVAiE2ajpU/5uAns
- hffiEgyiN+OK5RYg48sOIM6xZlrAuwaCWIgBupDOCE4n0xKd2WxhMSbCbQGnJoGGRALE
- gEJ21lLimcS5HE3xlKQU88iBLH/8JDwekKFp8Yx/zbzSZ7uf9QddmSmanEwNO0kd7Xwb
- nHJM5sLok9E/vRZdMMAJL6k40SI8lcRUgyg+QuwkeA9Lr2DfBT1jh7NWcyjf/okV8U5O
- 7qRxgqHQaVJxbq1chLHaXUGLW63SBs06Xpegdqsp9ZDB6hHfFReOnOxHVeJFOKSOWK/w
- yoPoxRJwK5YM4uwsHTkmjO6zREvClZeb58vLNfJwlv++t2RAm2R2WBW1nv6B/m3bKP0A
- /NjScXdT1EsUvvO1zUMt9LObe91vv33m+kVJV0IAXxG3wreuX/eDgxn4K5LAciff2aah
- TDh2jUN5aDx8/VuGKqRvaadK38veLn3PWwvf6N6JZqHZqB41oDnobnQCeiArFkvdc+Rt
- cm1V6aw5M1IrWxd3tXa2z2+WWkjVEGwCAiMBvlhG5J0CIkecD4CuAn0BXQlAFqBkoAKg
- SqB6oDagFUAbgHYC9QJFgM4CfQB0FegLEHAByAKUDFQAVAlUD9QGtAJoQ2zkB89Do2kM
- 79dvzd82Jj95TL58TH7KmDwY2rf0P31MvmZMfuaYfO2YPPkG4GZ+7xyTJyjfXD9/TL5l
- TF6Sh5vGv3BMPeB1S3/tY/KLx+Sl/9W5qb9vjam/b0y+Y0x+2Zj8/WPynWPyy8fku8bk
- HxiTX3lr/rokr/8PAE2J+AplbmRzdHJlYW0KZW5kb2JqCjEyMiAwIG9iago4ODYxCmVu
- ZG9iagoxMjMgMCBvYmoKPDwgL1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcw
- IC9DYXBIZWlnaHQgNzE3IC9EZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBb
- LTk1MSAtNDgxIDE0NDUgMTEyMl0gL0ZvbnROYW1lIC9SSUJWWk0rSGVsdmV0aWNhIC9J
- dGFsaWNBbmdsZSAwCi9TdGVtViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDYzNyAv
- Rm9udEZpbGUyIDEyMSAwIFIgPj4KZW5kb2JqCjEyNCAwIG9iagpbIDI3OCAwIDAgMCAw
- IDAgMCA2NjcgMCA3MjIgMCA2NjcgMCA3NzggMCAyNzggMCAwIDU1NiAwIDAgMCA2Njcg
- Nzc4IDcyMiAwCjYxMSA3MjIgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDU1NiAwIDUwMCA1
- NTYgNTU2IDAgNTU2IDU1NiAyMjIgMCAwIDIyMiA4MzMKNTU2IDU1NiA1NTYgMCAzMzMg
- NTAwIDI3OCA1NTYgNTAwIDcyMiAwIDUwMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
- IDAgMAowIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
- MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwCjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
- IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAK
- MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDUwMCBdCmVuZG9iago5IDAgb2JqCjw8IC9UeXBl
- IC9Gb250IC9TdWJ0eXBlIC9UcnVlVHlwZSAvQmFzZUZvbnQgL1JJQlZaTStIZWx2ZXRp
- Y2EgL0ZvbnREZXNjcmlwdG9yCjEyMyAwIFIgL1dpZHRocyAxMjQgMCBSIC9GaXJzdENo
- YXIgNTggL0xhc3RDaGFyIDIyMiAvRW5jb2RpbmcgL01hY1JvbWFuRW5jb2RpbmcKPj4K
- ZW5kb2JqCjEyNSAwIG9iago8PCAvTGVuZ3RoIDEyNiAwIFIgL0xlbmd0aDEgMTAwODQg
- L0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4Kc3RyZWFtCngB3Vp7fNTFtT/ze+8jm93Nvh/Z
- XTa7m837QR5LIllCEsIjGAhiggQTIBAQFBCi2MKNAgIRqYg8FIuilqfIElJZoNqUgmBr
- K1pF5dJWK1jrba7tvdqHkN175rchQj7WD3/46R/399szM2dmfjNnvnPmzGuXLlnWBknQ
- CSzUT2tdNAfkx3cJgHTOWti6KMGnoEemzOpY6k7wfDoAu2DOorkLE7z0BIDSOXfB8oHv
- Dd8H0F5tb2udnUiHq+gXt2NEgifD0U9rX7j0/gSv70F/woJ7Zg2kG6Ygn76w9f6B+uEi
- 8u67Wxe2JfL7etFPW3TPvUsHeFpO7aIlbQP5SSPK9yYQjE2Be0ABd4EIDGjxbQYQP1U6
- gcNUmo7P7CzV5juTy78EnSTzd9b9QPZf8/zk/D/argZUm6R/YoTiWn7qC8FYEEBNML1P
- tWkwRf4OnZQoNGRGYSxSBVIRUmbmKAt0kt3wGNKzSCzMI4/AcqT1SE8icYOhfcgdI490
- c1L4OFkONjIurOJcUwxWl0Wpcr0dJULPTtcHlo9PECv23kfE2p0EilFK8ix5BmaDi/wI
- fOQBqIV08tSR4AJXCybtg0VInUis7BKyrzu1wPUqyQIfR/AbP6Ry5GXXH/OzXZfzowzp
- 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
- mth7ffjhwO4L917luPvSyxqjD4l1OZnaiZfqxISXOX7S8rCPCepZloMgbvpwjrmhcNyr
- HEINHiw3FOoPhRL7usGSeVGbiT/cmuF00rw4RUFwa0YuklSSeTq2oDe2jMu9up1tv/IW
- IsSAMTaW/RT7l478X4Tv7jKus+yxsKJgFkr1tfpG/VzxPvY+cYNhO2zjtxu3mbaZ98Je
- k7YWxhvHmF83clX8azyzlt8Nu8kefq+ZT0vnLUazCe2yUa1KdkoaaihMdgSGym02Wg6p
- f2BCe/FOAmWEp+6SBRvxdTsSqlHXHyqw5loqyssRrBDB3gjrjUYwmRbqzWYLTwjtAAtu
- RrQrTsmehD5pXpyft5juKEihwDIig7OmP1BEJ9LikpGkBJFgWc8Z/6qZlU93Pu0PpuZm
- aAtytfxITWzpG8RFuNy5sU2xP78Um9MjSC8kCR6L9EQaNxHheojaSTy3Ye/n38axYMcb
- 6NZwsf2yFUSnoHSyJNkQcpqSBJdO6cG22lODFpcmSRc060V9ssalYTRXDVa3523P3IEV
- 2eCwPY9jd2BKwU05HbsVfe/gzovk5+npdDloS+hIxreosMhXVGgUcYj82FvRo0szO6yq
- ye7unu4tW5iUHnz4yuHTGeYFhtz20sars9mnN+51vfHGmSvn5fGMDv57oA3vuL/pScHI
- NPDjrXEV1Mg35vRO/Fa8saf34rdDIzTBdOjFXARv8+l5Ff4piZ4mTapuqBw7JrO2bUFH
- 29J5s1rlHHIyOvR/VS1Ii5A6kR5DehYpgtSLdA7pQ6S/0GKRtEhupDykMFI9UgvSovjA
- A/gMhgmend3I09n4+vRJQ3gq3fXps4bws4fwMlbX1dc+JH3eEJ7eM19f/t1D+HuG8EuG
- 8PL/y66rb9mQ9I4h/PIb+SsURPg/yTUJSAplbmRzdHJlYW0KZW5kb2JqCjEyNiAwIG9i
- ago2MzY5CmVuZG9iagoxMjcgMCBvYmoKPDwgL1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9B
- c2NlbnQgNzcwIC9DYXBIZWlnaHQgNzE3IC9EZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9G
- b250QkJveCBbLTk1MSAtNDgxIDE0NDUgMTEyMl0gL0ZvbnROYW1lIC9RRVNCSUcrSGVs
- dmV0aWNhIC9JdGFsaWNBbmdsZSAwCi9TdGVtViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVp
- Z2h0IDYzNyAvRm9udEZpbGUyIDEyNSAwIFIgPj4KZW5kb2JqCjEyOCAwIG9iagpbIDY2
- NyAwIDcyMiAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDc3OCAwIDAgMCAwIDAgMCAw
- IDAgMCAwIDAgMCAwIDAgMCA1NTYKMCA1MDAgNTU2IDU1NiAwIDAgNTU2IDIyMiAwIDAg
- MjIyIDAgNTU2IDU1NiAwIDAgMzMzIDAgMjc4IDU1NiA1MDAgMCAwIDUwMAowIDAgMCAw
- IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
- MCAwIDAgMCAwIDAgMCAwCjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
- IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAKMCAwIDAgMCAwIDAg
- MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDUwMCBdCmVuZG9i
- ago0OSAwIG9iago8PCAvVHlwZSAvRm9udCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jhc2VG
- b250IC9RRVNCSUcrSGVsdmV0aWNhIC9Gb250RGVzY3JpcHRvcgoxMjcgMCBSIC9XaWR0
- aHMgMTI4IDAgUiAvRmlyc3RDaGFyIDY1IC9MYXN0Q2hhciAyMjIgL0VuY29kaW5nIC9N
- YWNSb21hbkVuY29kaW5nCj4+CmVuZG9iagoxMjkgMCBvYmoKPDwgL0xlbmd0aCAxMzAg
- MCBSIC9MZW5ndGgxIDEwMTM2IC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4
- Ad1ae3hU1bVf+7xnJpnMTOb9yMzJZGYyeT/IY8hAhpCE8EgMBCGDRBMgEBAqYohChQYB
- gYgoIg/Ri1ItBBAZQ5RB1FIKoq2taBUfpa1WtF6vubb3qm2BzNx1zoQIfNWPP/z6xz1n
- 1t577efav7322o8znUuWtkMydAMNjTPaFs8F+fHmAJCFsxe1LU7wukvIT53d1elK8Gwm
- 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
- zd3KgbfRKJLCAp20dBlNBmmvzBmkmYxvSXGJp6TYwOOi8py7sl+bYbJbVFNcff19W7dS
- qf34sFUjZlLUUxS58ZlNl+bQj23qdb7++umLZ+X5jA7+C6Edv5X/qwcxxb3mCPyvQDXU
- yl/eJ8hf12+AaTAdmiEMM+G4XJDgvwKIHOLwf1LQUN9QPX1Cdl37wq72zvmz2zAlkSpl
- aUSaiSR9x70baSPSY0hPI72IJK2G55C+QLqEBZOQ7Eg5SEGkSUgz40MP5oHhMME7uKv5
- ydfwN17DS5JdWX72Nfyca3gZpyvam3dNesc1/Pxr+IXX8Hdcw8v/Sbui/qXXpHddwy+7
- mr8oo/x/DbIMVgplbmRzdHJlYW0KZW5kb2JqCjEzMCAwIG9iago2NDg4CmVuZG9iagox
- MzEgMCBvYmoKPDwgL1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9DYXBI
- ZWlnaHQgNjg0IC9EZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTk1MSAt
- NDgxIDE0NDUgMTEyMl0gL0ZvbnROYW1lIC9OTU5EV0orSGVsdmV0aWNhIC9JdGFsaWNB
- bmdsZSAwCi9TdGVtViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDUxMyAvRm9udEZp
- bGUyIDEyOSAwIFIgPj4KZW5kb2JqCjEzMiAwIG9iagpbIDY2NyAwIDAgMCAwIDAgMCAw
- IDAgMCAwIDAgMCAwIDAgMCA3NzggMCAwIDAgNzIyIDAgMCAwIDAgMCAwIDAgMCAwIDAg
- MCA1NTYKMCA1MDAgNTU2IDU1NiAwIDU1NiA1NTYgMjIyIDAgMCAyMjIgMCAwIDAgMCAw
- IDAgNTAwIDI3OCA1NTYgNTAwIDAgMCA1MDAgMAowIDAgMCAwIDAgMCAwIDAgMCAwIDAg
- MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
- CjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
- MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAKMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
- IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA1MDAgXQplbmRvYmoKNDQgMCBvYmoKPDwgL1R5
- cGUgL0ZvbnQgL1N1YnR5cGUgL1RydWVUeXBlIC9CYXNlRm9udCAvTk1ORFdKK0hlbHZl
- dGljYSAvRm9udERlc2NyaXB0b3IKMTMxIDAgUiAvV2lkdGhzIDEzMiAwIFIgL0ZpcnN0
- Q2hhciA2NSAvTGFzdENoYXIgMjIyIC9FbmNvZGluZyAvTWFjUm9tYW5FbmNvZGluZwo+
- PgplbmRvYmoKMTMzIDAgb2JqCihNYWMgT1MgWCAxMC42LjUgUXVhcnR6IFBERkNvbnRl
- eHQpCmVuZG9iagoxMzQgMCBvYmoKKEQ6MjAxMTExMjMxOTM5MDdaMDAnMDAnKQplbmRv
- YmoKMSAwIG9iago8PCAvUHJvZHVjZXIgMTMzIDAgUiAvQ3JlYXRpb25EYXRlIDEzNCAw
- IFIgL01vZERhdGUgMTM0IDAgUiA+PgplbmRvYmoKeHJlZgowIDEzNQowMDAwMDAwMDAw
- IDY1NTM1IGYgCjAwMDAwOTEzNDQgMDAwMDAgbiAKMDAwMDAxNjMwOSAwMDAwMCBuIAow
- MDAwMDA0NTMxIDAwMDAwIG4gCjAwMDAwMTU5NDQgMDAwMDAgbiAKMDAwMDAwMDAyMiAw
- MDAwMCBuIAowMDAwMDA0NTExIDAwMDAwIG4gCjAwMDAwMDQ2MzYgMDAwMDAgbiAKMDAw
- MDAwNTU5NCAwMDAwMCBuIAowMDAwMDc2NDMzIDAwMDAwIG4gCjAwMDAwMDQ3MzQgMDAw
- MDAgbiAKMDAwMDAwNTU3NCAwMDAwMCBuIAowMDAwMDA2NDM0IDAwMDAwIG4gCjAwMDAw
- MDU2MzAgMDAwMDAgbiAKMDAwMDAwNjQxNCAwMDAwMCBuIAowMDAwMDA2NTQxIDAwMDAw
- IG4gCjAwMDAwMjQ1NDMgMDAwMDAgbiAKMDAwMDAwNzQ4MSAwMDAwMCBuIAowMDAwMDA2
- NjUzIDAwMDAwIG4gCjAwMDAwMDc0NjEgMDAwMDAgbiAKMDAwMDAwODQ2MCAwMDAwMCBu
- IAowMDAwMDA3NTE4IDAwMDAwIG4gCjAwMDAwMDg0NDAgMDAwMDAgbiAKMDAwMDAwODU2
- NyAwMDAwMCBuIAowMDAwMDUyNDgxIDAwMDAwIG4gCjAwMDAwMDk0NzcgMDAwMDAgbiAK
- MDAwMDAwODY3OSAwMDAwMCBuIAowMDAwMDA5NDU3IDAwMDAwIG4gCjAwMDAwMDk1ODQg
- MDAwMDAgbiAKMDAwMDAzMDk1MSAwMDAwMCBuIAowMDAwMDEwNTEwIDAwMDAwIG4gCjAw
- MDAwMDk2OTYgMDAwMDAgbiAKMDAwMDAxMDQ5MCAwMDAwMCBuIAowMDAwMDEwNjE3IDAw
- MDAwIG4gCjAwMDAwMzc3MjcgMDAwMDAgbiAKMDAwMDAxMTU2NCAwMDAwMCBuIAowMDAw
- MDEwNzI5IDAwMDAwIG4gCjAwMDAwMTE1NDQgMDAwMDAgbiAKMDAwMDAxMTY3MSAwMDAw
- MCBuIAowMDAwMDQ1MTI4IDAwMDAwIG4gCjAwMDAwMTI1ODEgMDAwMDAgbiAKMDAwMDAx
- MTc4MyAwMDAwMCBuIAowMDAwMDEyNTYxIDAwMDAwIG4gCjAwMDAwMTI2ODggMDAwMDAg
- biAKMDAwMDA5MTA3MSAwMDAwMCBuIAowMDAwMDEzNjE4IDAwMDAwIG4gCjAwMDAwMTI4
- MDAgMDAwMDAgbiAKMDAwMDAxMzU5OCAwMDAwMCBuIAowMDAwMDEzNzI1IDAwMDAwIG4g
- CjAwMDAwODM2OTMgMDAwMDAgbiAKMDAwMDAxNDY2MSAwMDAwMCBuIAowMDAwMDE2MDY3
- IDAwMDAwIG4gCjAwMDAwMTM4MzcgMDAwMDAgbiAKMDAwMDAxNDY0MSAwMDAwMCBuIAow
- MDAwMDE0NzY5IDAwMDAwIG4gCjAwMDAwNTk3OTUgMDAwMDAgbiAKMDAwMDAxNTcyMyAw
- MDAwMCBuIAowMDAwMDE0ODgxIDAwMDAwIG4gCjAwMDAwMTU3MDMgMDAwMDAgbiAKMDAw
- MDAxNTgzMSAwMDAwMCBuIAowMDAwMDY2NjM4IDAwMDAwIG4gCjAwMDAwMTYxNTAgMDAw
- MDAgbiAKMDAwMDAxNjI0MiAwMDAwMCBuIAowMDAwMDE4MDg1IDAwMDAwIG4gCjAwMDAw
- MTYzNTcgMDAwMDAgbiAKMDAwMDAxODA2MyAwMDAwMCBuIAowMDAwMDE2NDYzIDAwMDAw
- IG4gCjAwMDAwMTgwNDEgMDAwMDAgbiAKMDAwMDAxODAwNCAwMDAwMCBuIAowMDAwMDE2
- NTgzIDAwMDAwIG4gCjAwMDAwMTc5ODIgMDAwMDAgbiAKMDAwMDAxNzk0NSAwMDAwMCBu
- IAowMDAwMDE2NzAzIDAwMDAwIG4gCjAwMDAwMTc5MjMgMDAwMDAgbiAKMDAwMDAxNzg4
- NiAwMDAwMCBuIAowMDAwMDE2ODIzIDAwMDAwIG4gCjAwMDAwMTc4NjQgMDAwMDAgbiAK
- MDAwMDAxNzgyNyAwMDAwMCBuIAowMDAwMDE2OTQzIDAwMDAwIG4gCjAwMDAwMTc4MDUg
- MDAwMDAgbiAKMDAwMDAxNzc2OCAwMDAwMCBuIAowMDAwMDE3MDYzIDAwMDAwIG4gCjAw
- MDAwMTc3NDYgMDAwMDAgbiAKMDAwMDAxNzcwOSAwMDAwMCBuIAowMDAwMDE3MTgzIDAw
- MDAwIG4gCjAwMDAwMTc2ODcgMDAwMDAgbiAKMDAwMDAxNzY1MCAwMDAwMCBuIAowMDAw
- MDE3MzAzIDAwMDAwIG4gCjAwMDAwMTc2MjggMDAwMDAgbiAKMDAwMDAxNzU5MSAwMDAw
- MCBuIAowMDAwMDE3NDI0IDAwMDAwIG4gCjAwMDAwMTc1NjkgMDAwMDAgbiAKMDAwMDAx
- NzUzMiAwMDAwMCBuIAowMDAwMDE4MTkzIDAwMDAwIG4gCjAwMDAwMjQxMTkgMDAwMDAg
- biAKMDAwMDAyNDE0MCAwMDAwMCBuIAowMDAwMDI0MzY1IDAwMDAwIG4gCjAwMDAwMjQ3
- MTggMDAwMDAgbiAKMDAwMDAzMDUyOCAwMDAwMCBuIAowMDAwMDMwNTQ5IDAwMDAwIG4g
- CjAwMDAwMzA3NzQgMDAwMDAgbiAKMDAwMDAzMTEyNyAwMDAwMCBuIAowMDAwMDM3Mjk3
- IDAwMDAwIG4gCjAwMDAwMzczMTkgMDAwMDAgbiAKMDAwMDAzNzU0NiAwMDAwMCBuIAow
- MDAwMDM3OTA0IDAwMDAwIG4gCjAwMDAwNDQ1MDQgMDAwMDAgbiAKMDAwMDA0NDUyNiAw
- MDAwMCBuIAowMDAwMDQ0NzUzIDAwMDAwIG4gCjAwMDAwNDUzMDUgMDAwMDAgbiAKMDAw
- MDA1MTk4NSAwMDAwMCBuIAowMDAwMDUyMDA3IDAwMDAwIG4gCjAwMDAwNTIyMzQgMDAw
- MDAgbiAKMDAwMDA1MjY1OCAwMDAwMCBuIAowMDAwMDU5MTczIDAwMDAwIG4gCjAwMDAw
- NTkxOTUgMDAwMDAgbiAKMDAwMDA1OTQyMiAwMDAwMCBuIAowMDAwMDU5OTcyIDAwMDAw
- IG4gCjAwMDAwNjYwMjYgMDAwMDAgbiAKMDAwMDA2NjA0OCAwMDAwMCBuIAowMDAwMDY2
- Mjc1IDAwMDAwIG4gCjAwMDAwNjY4MTUgMDAwMDAgbiAKMDAwMDA3NTc2OSAwMDAwMCBu
- IAowMDAwMDc1NzkxIDAwMDAwIG4gCjAwMDAwNzYwMTggMDAwMDAgbiAKMDAwMDA3NjYw
- OSAwMDAwMCBuIAowMDAwMDgzMDcxIDAwMDAwIG4gCjAwMDAwODMwOTMgMDAwMDAgbiAK
- MDAwMDA4MzMyMCAwMDAwMCBuIAowMDAwMDgzODcwIDAwMDAwIG4gCjAwMDAwOTA0NTEg
- MDAwMDAgbiAKMDAwMDA5MDQ3MyAwMDAwMCBuIAowMDAwMDkwNzAwIDAwMDAwIG4gCjAw
- MDAwOTEyNDggMDAwMDAgbiAKMDAwMDA5MTMwMSAwMDAwMCBuIAp0cmFpbGVyCjw8IC9T
- aXplIDEzNSAvUm9vdCA2MiAwIFIgL0luZm8gMSAwIFIgL0lEIFsgPDQwMWJmMDJmODRi
- NWFhZWY1NWYzOWMzYWMwMDEzODkyPgo8NDAxYmYwMmY4NGI1YWFlZjU1ZjM5YzNhYzAw
- MTM4OTI+IF0gPj4Kc3RhcnR4cmVmCjkxNDIyCiUlRU9GCjMgMCBvYmoKPDwvVHlwZSAv
- UGFnZSAvQ29udGVudHMgNSAwIFIgL01lZGlhQm94IFswIDAgMTExOCA3ODNdIC9QYXJl
- bnQgNCAwIFIgL1Jlc291cmNlcyA3IDAgUiA+PgplbmRvYmoKMTIgMCBvYmoKPDwvVHlw
- ZSAvUGFnZSAvQ29udGVudHMgMTMgMCBSIC9NZWRpYUJveCBbMCAwIDU1OSA3ODNdIC9Q
- YXJlbnQgNCAwIFIgL1Jlc291cmNlcyAxNSAwIFIgPj4KZW5kb2JqCjIwIDAgb2JqCjw8
- L1R5cGUgL1BhZ2UgL0NvbnRlbnRzIDIxIDAgUiAvTWVkaWFCb3ggWzAgMCA1NTkgNzgz
- XSAvUGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgMjMgMCBSID4+CmVuZG9iagoyNSAwIG9i
- ago8PC9UeXBlIC9QYWdlIC9Db250ZW50cyAyNiAwIFIgL01lZGlhQm94IFswIDAgNTU5
- IDc4M10gL1BhcmVudCA0IDAgUiAvUmVzb3VyY2VzIDI4IDAgUiA+PgplbmRvYmoKMzAg
- MCBvYmoKPDwvVHlwZSAvUGFnZSAvQ29udGVudHMgMzEgMCBSIC9NZWRpYUJveCBbMCAw
- IDU1OSA3ODNdIC9QYXJlbnQgNCAwIFIgL1Jlc291cmNlcyAzMyAwIFIgPj4KZW5kb2Jq
- CjM1IDAgb2JqCjw8L1R5cGUgL1BhZ2UgL0NvbnRlbnRzIDM2IDAgUiAvTWVkaWFCb3gg
- WzAgMCA1NTkgNzgzXSAvUGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgMzggMCBSID4+CmVu
- ZG9iago0MCAwIG9iago8PC9UeXBlIC9QYWdlIC9Db250ZW50cyA0MSAwIFIgL01lZGlh
- Qm94IFswIDAgNTU5IDc4M10gL1BhcmVudCA0IDAgUiAvUmVzb3VyY2VzIDQzIDAgUiA+
- PgplbmRvYmoKNDUgMCBvYmoKPDwvVHlwZSAvUGFnZSAvQ29udGVudHMgNDYgMCBSIC9N
- ZWRpYUJveCBbMCAwIDU1OSA3ODNdIC9QYXJlbnQgNCAwIFIgL1Jlc291cmNlcyA0OCAw
- IFIgPj4KZW5kb2JqCjUwIDAgb2JqCjw8L1R5cGUgL1BhZ2UgL0NvbnRlbnRzIDUyIDAg
- UiAvTWVkaWFCb3ggWzAgMCA1NTkgNzgzXSAvUGFyZW50IDUxIDAgUiAvUmVzb3VyY2Vz
- IDU0IDAgUiA+PgplbmRvYmoKNTYgMCBvYmoKPDwvVHlwZSAvUGFnZSAvQ29udGVudHMg
- NTcgMCBSIC9NZWRpYUJveCBbMCAwIDU1OSA3ODNdIC9QYXJlbnQgNTEgMCBSIC9SZXNv
- dXJjZXMgNTkgMCBSID4+CmVuZG9iagoxIDAgb2JqCjw8L0F1dGhvciAoS2hhbGlkIEJl
- bGhhamphbWUpL0NyZWF0aW9uRGF0ZSAoRDoyMDExMTExNTE3MzUwMFopL0NyZWF0b3Ig
- KE9tbmlHcmFmZmxlIDUuMy40KS9Nb2REYXRlIChEOjIwMTExMTIzMTkzODAwWikvUHJv
- ZHVjZXIgMTMzIDAgUiAvVGl0bGUgKE9udG9sb2d5X2hpZXJhcmNoeS5ncmFmZmxlKT4+
- CmVuZG9iagp4cmVmCjEgMQowMDAwMDk1MzQyIDAwMDAwIG4gCjMgMQowMDAwMDk0Mjgy
- IDAwMDAwIG4gCjEyIDEKMDAwMDA5NDM4NiAwMDAwMCBuIAoyMCAxCjAwMDAwOTQ0OTIg
- MDAwMDAgbiAKMjUgMQowMDAwMDk0NTk4IDAwMDAwIG4gCjMwIDEKMDAwMDA5NDcwNCAw
- MDAwMCBuIAozNSAxCjAwMDAwOTQ4MTAgMDAwMDAgbiAKNDAgMQowMDAwMDk0OTE2IDAw
- MDAwIG4gCjQ1IDEKMDAwMDA5NTAyMiAwMDAwMCBuIAo1MCAxCjAwMDAwOTUxMjggMDAw
- MDAgbiAKNTYgMQowMDAwMDk1MjM1IDAwMDAwIG4gCnRyYWlsZXIKPDwvSUQgWzw0MDFi
- ZjAyZjg0YjVhYWVmNTVmMzljM2FjMDAxMzg5Mj4gPDQwMWJmMDJmODRiNWFhZWY1NWYz
- OWMzYWMwMDEzODkyPl0gL0luZm8gMSAwIFIgL1ByZXYgOTE0MjIgL1Jvb3QgNjIgMCBS
- IC9TaXplIDEzNT4+CnN0YXJ0eHJlZgo5NTUzMQolJUVPRgo=
- </data>
- <key>QuickLookThumbnail</key>
- <data>
- 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
- </data>
- <key>ReadOnly</key>
- <string>NO</string>
- <key>Sheets</key>
- <array>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {1118, 783}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>7.2000002861022949</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>154</integer>
- </dict>
- <key>ID</key>
- <integer>157</integer>
- <key>Points</key>
- <array>
- <string>{869.61, 198.351}</string>
- <string>{833.549, 159.04}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>151</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>154</integer>
- </dict>
- <key>ID</key>
- <integer>156</integer>
- <key>Points</key>
- <array>
- <string>{777.47, 198.069}</string>
- <string>{804.379, 159.222}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>150</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>113</integer>
- </dict>
- <key>ID</key>
- <integer>155</integer>
- <key>Points</key>
- <array>
- <string>{759.442, 127.546}</string>
- <string>{535.864, 75.2877}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>154</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{732, 123}, {170, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>154</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.891129</string>
- <key>g</key>
- <string>0.826869</string>
- <key>r</key>
- <string>0.692795</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.478261</string>
- <key>g</key>
- <string>0.443773</string>
- <key>r</key>
- <string>0.371817</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 time:TemporalEntity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{829.3, 198}, {113, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>151</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.891129</string>
- <key>g</key>
- <string>0.826869</string>
- <key>r</key>
- <string>0.692795</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.478261</string>
- <key>g</key>
- <string>0.443773</string>
- <key>r</key>
- <string>0.371817</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 time:Interval}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{712.3, 198}, {105.5, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>150</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.891129</string>
- <key>g</key>
- <string>0.826869</string>
- <key>r</key>
- <string>0.692795</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.478261</string>
- <key>g</key>
- <string>0.443773</string>
- <key>r</key>
- <string>0.371817</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 time:Instant}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>133</integer>
- </dict>
- <key>ID</key>
- <integer>147</integer>
- <key>Points</key>
- <array>
- <string>{645.639, 202.687}</string>
- <string>{571.763, 158.374}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>141</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>133</integer>
- </dict>
- <key>ID</key>
- <integer>146</integer>
- <key>Points</key>
- <array>
- <string>{563.583, 198.646}</string>
- <string>{549.443, 159.426}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>140</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>133</integer>
- </dict>
- <key>ID</key>
- <integer>145</integer>
- <key>Points</key>
- <array>
- <string>{475.415, 199.899}</string>
- <string>{522.325, 158.897}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>139</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>133</integer>
- </dict>
- <key>ID</key>
- <integer>144</integer>
- <key>Points</key>
- <array>
- <string>{387.726, 204.603}</string>
- <string>{502.716, 157.44}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>138</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{632, 199}, {75, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>141</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Control}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{513.7, 199}, {113, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>140</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Participation}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{403.1, 199}, {105.5, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>139</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Generation}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{317, 199}, {81, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>138</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Usage}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>113</integer>
- </dict>
- <key>ID</key>
- <integer>137</integer>
- <key>Points</key>
- <array>
- <string>{530.556, 122.737}</string>
- <string>{503.893, 82.9644}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>133</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{450.8, 123}, {184, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>133</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 QualifiedInvolvement}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>113</integer>
- </dict>
- <key>ID</key>
- <integer>132</integer>
- <key>Points</key>
- <array>
- <string>{654.851, 129.813}</string>
- <string>{526.669, 78.845}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>129</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{645, 124}, {81, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>129</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Recipe}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>113</integer>
- </dict>
- <key>ID</key>
- <integer>127</integer>
- <key>Points</key>
- <array>
- <string>{923.924, 130.861}</string>
- <string>{540.52, 72.4188}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>119</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>112</integer>
- </dict>
- <key>ID</key>
- <integer>126</integer>
- <key>Points</key>
- <array>
- <string>{227.7, 198.5}</string>
- <string>{227.7, 159.5}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>115</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>113</integer>
- </dict>
- <key>ID</key>
- <integer>125</integer>
- <key>Points</key>
- <array>
- <string>{422.364, 125.628}</string>
- <string>{472.256, 82.0966}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>118</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>113</integer>
- </dict>
- <key>ID</key>
- <integer>124</integer>
- <key>Points</key>
- <array>
- <string>{342.641, 128.369}</string>
- <string>{458.348, 79.2285}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>117</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>113</integer>
- </dict>
- <key>ID</key>
- <integer>123</integer>
- <key>Points</key>
- <array>
- <string>{260.353, 131.605}</string>
- <string>{451.039, 76.7419}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>112</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>113</integer>
- </dict>
- <key>ID</key>
- <integer>122</integer>
- <key>Points</key>
- <array>
- <string>{177.238, 132.004}</string>
- <string>{446.602, 74.6367}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>111</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{905, 124}, {184, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>119</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 ProvenanceContainer}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{363.1, 124}, {81, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>118</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Role}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{272.4, 123}, {81, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>117</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Location}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{190.2, 199}, {75, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>115</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Agent}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{87, 123}, {96, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>111</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Activity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{439.1, 47}, {105.5, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>113</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.891129</string>
- <key>g</key>
- <string>0.826869</string>
- <key>r</key>
- <string>0.692795</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.478261</string>
- <key>g</key>
- <string>0.443773</string>
- <key>r</key>
- <string>0.371817</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 owl:Thing}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{190.2, 123}, {75, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>112</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>2</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 8</string>
- <key>UniqueID</key>
- <integer>2</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {559, 783}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>7.2000002861022949</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Bounds</key>
- <string>{{202.5, 337}, {49, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>152</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 startedAt}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>150</integer>
- </dict>
- <key>ID</key>
- <integer>151</integer>
- <key>Points</key>
- <array>
- <string>{172.5, 349}</string>
- <string>{295.5, 349}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>111</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{296, 331}, {105.5, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>150</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.891129</string>
- <key>g</key>
- <string>0.826869</string>
- <key>r</key>
- <string>0.692795</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.478261</string>
- <key>g</key>
- <string>0.443773</string>
- <key>r</key>
- <string>0.371817</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 time:Instant}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{82, 331}, {90, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>111</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Activity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 2</string>
- <key>UniqueID</key>
- <integer>3</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {559, 783}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>7.2000002861022949</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Bounds</key>
- <string>{{249.845, 336}, {105.155, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>152</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 hadTemporalValue}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>150</integer>
- </dict>
- <key>ID</key>
- <integer>151</integer>
- <key>Points</key>
- <array>
- <string>{234.5, 349}</string>
- <string>{382.5, 349}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>111</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{383, 331}, {168, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>150</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.891129</string>
- <key>g</key>
- <string>0.826869</string>
- <key>r</key>
- <string>0.692795</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.478261</string>
- <key>g</key>
- <string>0.443773</string>
- <key>r</key>
- <string>0.371817</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 time:TemporalValue}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{83, 331}, {151, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>111</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Entity U Activity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 5</string>
- <key>UniqueID</key>
- <integer>6</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {559, 783}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>7.2000002861022949</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Bounds</key>
- <string>{{205.5, 336}, {45, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>152</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 endedAt}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>150</integer>
- </dict>
- <key>ID</key>
- <integer>151</integer>
- <key>Points</key>
- <array>
- <string>{172.5, 349}</string>
- <string>{295.5, 349}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>111</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{296, 331}, {105.5, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>150</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.891129</string>
- <key>g</key>
- <string>0.826869</string>
- <key>r</key>
- <string>0.692795</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.478261</string>
- <key>g</key>
- <string>0.443773</string>
- <key>r</key>
- <string>0.371817</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 time:Instant}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{80, 331}, {92, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>111</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Activity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 3</string>
- <key>UniqueID</key>
- <integer>4</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {559, 783}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>7.2000002861022949</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Bounds</key>
- <string>{{183, 336}, {90, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>152</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 wasGeneratedAt}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>150</integer>
- </dict>
- <key>ID</key>
- <integer>151</integer>
- <key>Points</key>
- <array>
- <string>{168.5, 349}</string>
- <string>{295.5, 349}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>111</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{296, 331}, {105.5, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>150</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.891129</string>
- <key>g</key>
- <string>0.826869</string>
- <key>r</key>
- <string>0.692795</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.478261</string>
- <key>g</key>
- <string>0.443773</string>
- <key>r</key>
- <string>0.371817</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 time:Instant}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{94, 331}, {74, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>111</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 4</string>
- <key>UniqueID</key>
- <integer>5</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {559, 783}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>7.2000002861022949</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>153</integer>
- </dict>
- <key>ID</key>
- <integer>151</integer>
- <key>Points</key>
- <array>
- <string>{168.5, 349}</string>
- <string>{332.5, 349}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{333, 331}, {112, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>153</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Participation}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{177, 336}, {134, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>152</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 hadQualifiedParticipation}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{94, 331}, {74, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>111</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Activity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 6</string>
- <key>UniqueID</key>
- <integer>7</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {559, 783}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>7.2000002861022949</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>153</integer>
- </dict>
- <key>ID</key>
- <integer>151</integer>
- <key>Points</key>
- <array>
- <string>{168.5, 349}</string>
- <string>{332.5, 349}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{333, 331}, {83, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>153</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Usage}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{192.5, 336}, {103, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>152</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 hadQualifiedUsage}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{94, 331}, {74, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>111</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Activity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 7</string>
- <key>UniqueID</key>
- <integer>8</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {559, 783}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>7.2000002861022949</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>153</integer>
- </dict>
- <key>ID</key>
- <integer>151</integer>
- <key>Points</key>
- <array>
- <string>{168.5, 349}</string>
- <string>{332.5, 349}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{333, 331}, {83, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>153</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Control}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{190.5, 336}, {107, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>152</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 hadQualifiedControl}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{94, 331}, {74, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>111</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Activity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 9</string>
- <key>UniqueID</key>
- <integer>9</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {559, 783}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>7.2000002861022949</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>153</integer>
- </dict>
- <key>ID</key>
- <integer>151</integer>
- <key>Points</key>
- <array>
- <string>{168.5, 349}</string>
- <string>{332.5, 349}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{333, 331}, {105, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>153</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Generation}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{180.5, 336}, {127, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>152</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 hadQualifiedGeneration}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{94, 331}, {74, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>111</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Activity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 10</string>
- <key>UniqueID</key>
- <integer>10</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {559, 783}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>7.2000002861022949</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>153</integer>
- </dict>
- <key>ID</key>
- <integer>151</integer>
- <key>Points</key>
- <array>
- <string>{205.5, 349}</string>
- <string>{356.5, 349}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{357, 331}, {70, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>153</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{229, 336}, {98, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>152</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 hadQualifiedEntity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{24, 331}, {181, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>111</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 QualifiedInvolvement}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 11</string>
- <key>UniqueID</key>
- <integer>11</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- </array>
- <key>SmartAlignmentGuidesActive</key>
- <string>YES</string>
- <key>SmartDistanceGuidesActive</key>
- <string>YES</string>
- <key>UseEntirePage</key>
- <false/>
- <key>WindowInfo</key>
- <dict>
- <key>CurrentSheet</key>
- <integer>9</integer>
- <key>ExpandedCanvases</key>
- <array/>
- <key>Frame</key>
- <string>{{94, 40}, {1252, 838}}</string>
- <key>ListView</key>
- <true/>
- <key>OutlineWidth</key>
- <integer>142</integer>
- <key>RightSidebar</key>
- <false/>
- <key>ShowRuler</key>
- <true/>
- <key>Sidebar</key>
- <true/>
- <key>SidebarWidth</key>
- <integer>120</integer>
- <key>VisibleRegion</key>
- <string>{{-272, 0}, {1103, 684}}</string>
- <key>Zoom</key>
- <real>1</real>
- <key>ZoomValues</key>
- <array>
- <array>
- <string>Canvas 8</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 2</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 3</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 4</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 5</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 6</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 7</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 9</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 10</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 11</string>
- <real>1</real>
- <real>1</real>
- </array>
- </array>
- </dict>
- <key>saveQuickLookFiles</key>
- <string>YES</string>
-</dict>
-</plist>
Binary file ontology/diagram-history/khalidDiagrams/Ontology_hierarchy.png has changed
--- a/ontology/diagram-history/khalidDiagrams/Provenance_Object_Properties_Cardinalities.graffle Thu Dec 08 15:27:17 2011 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13037 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>ApplicationVersion</key>
- <array>
- <string>com.omnigroup.OmniGraffle</string>
- <string>138.30.0.155892</string>
- </array>
- <key>CreationDate</key>
- <string>2011-07-31 10:52:40 +0100</string>
- <key>Creator</key>
- <string>Khalid Belhajjame</string>
- <key>GraphDocumentVersion</key>
- <integer>6</integer>
- <key>GuidesLocked</key>
- <string>NO</string>
- <key>GuidesVisible</key>
- <string>YES</string>
- <key>ImageCounter</key>
- <integer>1</integer>
- <key>LinksVisible</key>
- <string>NO</string>
- <key>MagnetsVisible</key>
- <string>NO</string>
- <key>MasterSheets</key>
- <array/>
- <key>ModificationDate</key>
- <string>2011-11-23 19:26:41 +0000</string>
- <key>Modifier</key>
- <string>Khalid Belhajjame</string>
- <key>NotesVisible</key>
- <string>NO</string>
- <key>OriginVisible</key>
- <string>NO</string>
- <key>PageBreaks</key>
- <string>YES</string>
- <key>PrintInfo</key>
- <dict>
- <key>NSBottomMargin</key>
- <array>
- <string>float</string>
- <string>41</string>
- </array>
- <key>NSLeftMargin</key>
- <array>
- <string>float</string>
- <string>18</string>
- </array>
- <key>NSPaperSize</key>
- <array>
- <string>coded</string>
- <string>BAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAx7X05TU2l6ZT1mZn2WgVMCgUoDhg==</string>
- </array>
- <key>NSRightMargin</key>
- <array>
- <string>float</string>
- <string>18</string>
- </array>
- <key>NSTopMargin</key>
- <array>
- <string>float</string>
- <string>18</string>
- </array>
- </dict>
- <key>QuickLookPreview</key>
- <data>
- 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
- dgodOvTXEx0j49yT3LAO3en2Ckjvp1twUQ3UXqrnZC8hXlR++Hy/sUbF9pGL8304y6Cd
- QyRSkdE/ECK9zDSDcIlbInWcEuk/DtRRQLpRcrDDz3J8R0rnPEDDTpdhySd0mb5/uz5c
- m8dQroF0JF63uztpl0dVYERHyO3tQg85rq9dO704eZrA3XHu0MxJN5BsuLv7PgIWgze7
- u6uclEjd3fvqx0jXYDnkup4SXro6PtHc5dBARy7O9xRd1hMJXWoBPFki0uBtYa6WiGCh
- QAGx3S3I894OGJMlaH/0QBy6HiPDEkOOOlLPPVafRoYGagnVc7KEPMEI0PAe3u9ijLRL
- aQA1yQkqvosuz6yCVqT00EHc0SSZvtonfWz6U084ci/upi+Y/KTk9l4/nXvw1/8DqhuZ
- 3gplbmRzdHJlYW0KZW5kb2JqCjYgMCBvYmoKMzY5NwplbmRvYmoKMyAwIG9iago8PCAv
- VHlwZSAvUGFnZSAvUGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgNyAwIFIgL0NvbnRlbnRz
- IDUgMCBSIC9NZWRpYUJveCBbMCAwIDU1OSA3ODNdCj4+CmVuZG9iago3IDAgb2JqCjw8
- IC9Qcm9jU2V0IFsgL1BERiAvVGV4dCBdIC9Db2xvclNwYWNlIDw8IC9DczIgMTAgMCBS
- IC9DczEgOCAwIFIgPj4gL0ZvbnQKPDwgL0YxLjAgOSAwIFIgPj4gPj4KZW5kb2JqCjEx
- IDAgb2JqCjw8IC9MZW5ndGggMTIgMCBSIC9OIDEgL0FsdGVybmF0ZSAvRGV2aWNlR3Jh
- eSAvRmlsdGVyIC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeAGFUk9IFFEc/s02EoSIQYV4
- iHcKCZUprKyg2nZ1WZVtW5XSohhn37qjszPTm9k1xZMEXaI8dQ+iY3Ts0KGbl6LArEvX
- IKkgCDx16PvN7OoohG95O9/7/f1+33tEbZ2m7zspQVRzQ5UrpaduTk2Lgx8pRR3UTlim
- FfjpYnGMseu5kr+719Zn0tiy3se1dvv2PbWVZWAh6i22txD6IZFmAB+ZnyhlgLPAHZav
- 2D4BPFgOrBrwI6IDD5q5MNPRnHSlsi2RU+aiKCqvYjtJrvv5uca+i7WJg/5cj2bWjr2z
- 6qrRTNS090ShvA+uRBnPX1T2bDUUpw3jnEhDGinyrtXfK0zHEZErEEoGUjVkuZ9qTp11
- 4HUYu126k+P49hClPslgqIm16bKZHYV9AHYqy+wQ8AXo8bJiD+eBe2H/W1HDk8AnYT9k
- h3nWrR/2F65T4HuEPTXgzhSuxfHaih9eLQFD91QjaIxzTcTT1zlzpIjvMdQZmPdGOaYL
- MXeWqhM3gDthH1mqZgqxXfuu6iXuewJ30+M70Zs5C1ygHElysRXZFNA8CVgUfYuwSQ48
- Ps4eVeB3qJjAHLmJ3M0o9x7VERtno1KBVnqNV8ZP47nxxfhlbBjPgH6sdtd7fP/p4xV1
- 17Y+PPmNetw5rr2dG1VhVnFlC93/xzKEj9knOabB06FZWGvYduQPmsxMsAwoxH8FPpf6
- khNV3NXu7bhFEsxQPixsJbpLVG4p1Oo9g0qsHCvYAHZwksQsWhy4U2u6OXh32CJ6bflN
- V7Lrhv769nr72vIebcqoKSgTzbNEZpSxW6Pk3Xjb/WaREZ84Or7nvYpayf5JRRA/hTla
- KvIUVfRWUNbEb2cOfhu2flw/pef1Qf08CT2tn9Gv6KMRvgx0Sc/Cc1Efo0nwsGkh4hKg
- ioMz1E5UY40D4inx8rRbZJH9D0AZ/WYKZW5kc3RyZWFtCmVuZG9iagoxMiAwIG9iago3
- MDQKZW5kb2JqCjEwIDAgb2JqClsgL0lDQ0Jhc2VkIDExIDAgUiBdCmVuZG9iagoxMyAw
- IG9iago8PCAvTGVuZ3RoIDE0IDAgUiAvTiAzIC9BbHRlcm5hdGUgL0RldmljZVJHQiAv
- RmlsdGVyIC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeAGFVM9rE0EU/jZuqdAiCFprDrJ4
- kCJJWatoRdQ2/RFiawzbH7ZFkGQzSdZuNuvuJrWliOTi0SreRe2hB/+AHnrwZC9KhVpF
- KN6rKGKhFy3xzW5MtqXqwM5+8943731vdt8ADXLSNPWABOQNx1KiEWlsfEJq/IgAjqIJ
- QTQlVdvsTiQGQYNz+Xvn2HoPgVtWw3v7d7J3rZrStpoHhP1A4Eea2Sqw7xdxClkSAog8
- 36Epx3QI3+PY8uyPOU55eMG1Dys9xFkifEA1Lc5/TbhTzSXTQINIOJT1cVI+nNeLlNcd
- B2luZsbIEL1PkKa7zO6rYqGcTvYOkL2d9H5Os94+wiHCCxmtP0a4jZ71jNU/4mHhpObE
- hj0cGDX0+GAVtxqp+DXCFF8QTSeiVHHZLg3xmK79VvJKgnCQOMpkYYBzWkhP10xu+LqH
- BX0m1xOv4ndWUeF5jxNn3tTd70XaAq8wDh0MGgyaDUhQEEUEYZiwUECGPBoxNLJyPyOr
- BhuTezJ1JGq7dGJEsUF7Ntw9t1Gk3Tz+KCJxlEO1CJL8Qf4qr8lP5Xn5y1yw2Fb3lK2b
- mrry4DvF5Zm5Gh7X08jjc01efJXUdpNXR5aseXq8muwaP+xXlzHmgjWPxHOw+/EtX5XM
- lymMFMXjVfPqS4R1WjE3359sfzs94i7PLrXWc62JizdWm5dn/WpI++6qvJPmVflPXvXx
- /GfNxGPiKTEmdornIYmXxS7xkthLqwviYG3HCJ2VhinSbZH6JNVgYJq89S9dP1t4vUZ/
- DPVRlBnM0lSJ93/CKmQ0nbkOb/qP28f8F+T3iuefKAIvbODImbptU3HvEKFlpW5zrgIX
- v9F98LZua6N+OPwEWDyrFq1SNZ8gvAEcdod6HugpmNOWls05Uocsn5O66cpiUsxQ20NS
- Utcl12VLFrOZVWLpdtiZ0x1uHKE5QvfEp0plk/qv8RGw/bBS+fmsUtl+ThrWgZf6b8C8
- /UUKZW5kc3RyZWFtCmVuZG9iagoxNCAwIG9iago3MzcKZW5kb2JqCjggMCBvYmoKWyAv
- SUNDQmFzZWQgMTMgMCBSIF0KZW5kb2JqCjE2IDAgb2JqCjw8IC9MZW5ndGggMTcgMCBS
- IC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4AbWbXY8lt42G7+tX1GUb2CmX
- PkpVyl3idYINchHHA+RisRdOx5PxYNpOppM4++/3oSRSOn3qdLeNLAxjDjRFiaIo8uVL
- zd/mr+a/zSv/OeeOeT/C/Onb+Y/z9/PnXzy6+f5xduW/x/v5zbpss/w/fvmOkd2F3U3r
- cmTnfGYgxexynJHx+7GsLm3zluKy+z3PD7PPfknJ+Xnb9iXlYxtGYlrC6rapy4W8+N2j
- yexTWFjomLfgFx99mj1/mfzBTDbi45KPwHpNbkLOrUsIB3Jt9mHENDA51RM5m313y77t
- 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
- anBKfV3HH/qPZaQ3G4QbwtTrKhiErnsJ/2Ic/FuetvKvkCCYxMLyGgfPg85dNgwP9qfJ
- j9vCHBElBLK40vXfAQjshjKA513la6xVvgbBybtS7i+rYDEnPU/q8YmAIfQw8oAUycS8
- QMGAe5RmN3GamyFkDwuvPBQqwTnJ413QTXnixC+qsJ02s7yp4W0AjDMv4sgP7IQCrdhQ
- RnbRWyx3GB0rw1kgiIg6OGrMIKz2DmqiFSUP+wUaMEb+xbnKOa/EuGL4M+nb51wILV1P
- Hitx58XDdb2qmjypGtYTdfPOAwo5aF2PJ0wmLZn4FgsLzSoBk/Kk3veXGvs//3kJvBJI
- UDyHH4mMybZwDwo23AMUlIWnkwfAwEeMTdbOBTQJm1bcQ6AwL6y5oFBpPJPlDBnhxPmX
- PeVZMEfPQxUCZPEP2iPcYoRFTMKt58a7JPGLEdyLr2Uh+pYEheKOngMFCB5AKUaIHLAN
- fFCepeAWPISJeDy+B2oAlcotF5gO5ygwbhXXFW8iYgtI5/UIb2fKWzKypci1g6jcooaR
- QuRTGzIZqRG3lvOmPOcBTTNDqL0S4pb86yd8TphY9lHOW9oAT6Rv+1cBjCpRmLK9PuPW
- 9ST5l3/ghX+19crFTsIgX6yn0mg7+NdVThGCgmAtR1L/TcOQT/iXGykDSK4Tynz3o9Lh
- xmI9fn1vWcbIAXv2YV2Bs9ex7V+l/VKf/SohZtNctPaGtEM0EoBzcTemlx/NVlBx+zFN
- YUcoxFoP9KU7Z49xz+b96v8A/X2xDQplbmRzdHJlYW0KZW5kb2JqCjE3IDAgb2JqCjUx
- NDEKZW5kb2JqCjE1IDAgb2JqCjw8IC9UeXBlIC9QYWdlIC9QYXJlbnQgNCAwIFIgL1Jl
- c291cmNlcyAxOCAwIFIgL0NvbnRlbnRzIDE2IDAgUiAvTWVkaWFCb3gKWzAgMCAxMTE4
- IDc4M10gPj4KZW5kb2JqCjE4IDAgb2JqCjw8IC9Qcm9jU2V0IFsgL1BERiAvVGV4dCBd
- IC9Db2xvclNwYWNlIDw8IC9DczIgMTAgMCBSIC9DczEgOCAwIFIgPj4gL0V4dEdTdGF0
- ZQo8PCAvR3MxIDIwIDAgUiAvR3MyIDIxIDAgUiA+PiAvRm9udCA8PCAvRjIuMCAxOSAw
- IFIgPj4gPj4KZW5kb2JqCjIwIDAgb2JqCjw8IC9UeXBlIC9FeHRHU3RhdGUgL2NhIDAu
- NDQgPj4KZW5kb2JqCjIxIDAgb2JqCjw8IC9UeXBlIC9FeHRHU3RhdGUgL2NhIDEgPj4K
- ZW5kb2JqCjIzIDAgb2JqCjw8IC9MZW5ndGggMjQgMCBSIC9GaWx0ZXIgL0ZsYXRlRGVj
- b2RlID4+CnN0cmVhbQp4AZWZS28dxxGF9/MreiktNO73I7tEUIAYWcQxgSyCLIILO7JB
- yrGZOMm/z9czU1VD8V6ahiCILrN6qk+fPn26+kf3lfvRef6EELprPbmfvnF/cZ/cF+8f
- g7s8urD9eby4d34tbv49/+a3RFpILSx+7SOEOAjUPMLIjpxY8hpDLa7yQ4ttuAcXa197
- DdHV3NY6ejlFUl2TD2WxvDjW2CKVuJjGWhpF1hjXmGN1MZS1x85IGvFhDT3xvSNvubjQ
- 61pSJ+8Y/RTRCjRP6uR7OnoNaystL1bBEbkyv4v7FsC+5O/3O4TvvwaRlHJtjR9yGz0N
- wIq5jNrd1++BP2wL8G7+MxfgAkaCW4h9n/8Jt5DKhpLitoRcDyQ1r6Qd7xNuobJWzMNm
- ZpFj/kuwPMVNR7eIViC4aZ2G2xJiONZJVs4iWqfM7+K+hoqe1esxlXTtpwVCncCKsa0N
- EsUJ2O/uXMgHjNm9C20tvvbsCny9e3Bf/D6tUNzdfev+6t58+PR2gc3RvfnXWz7Ev9+9
- nfQ+Bf731v3N3X3pPtxtVdUBdyf7O+ytk+MH2R8vSxqMnQebJ4HvzvEc0lqLD65Ffpgc
- t0iI++pZni/bGsPV1OKa82Bag3WfHE9g54tPp0joay4+unbkzb0x2trzGK4doy8WkQqS
- 5kmdfE9GbwkwJze0Aolcmd/kOJxmL4aN0zm1NlcsN+AJtzgt810K27dFP7VAUSljAyVY
- pKEjgzk5yXONEoF3aoFUuXRkpbTEb8lMLKLztTxDRUaXyKIVKE5a5wmnzFKxLEErcBY5
- eGDzewWnp0ieOJ1KYT6sYt9JjVB4z1LfIWMneiNuo0Cq5+x+88N/7n9z9/G7T/946+6+
- F/q+oNCBeeeIhIrwPbgwoHdBwFWgLSICrWmmz4H9yIKd9JkFQ8wpXPUZsEprk9+ah3it
- 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
- E5wFr3BcQwwviRhep7xtu+ldzm519hPPZKdDi9e0rVvMS86zbjHLAYfLtbcNu99tJ/re
- S7uol/2nGODXn/aV55bB17j2zvc6egpTejFl85aFznIM8Uz15Oi5poTkBA5YDsOGUBSO
- K/b3HIdnQQ7IefZM9iLhqGPqGCL0IIeyxT4+z6aKCelX/wd5Z0aUCmVuZHN0cmVhbQpl
- bmRvYmoKMjQgMCBvYmoKMjU3NQplbmRvYmoKMjIgMCBvYmoKPDwgL1R5cGUgL1BhZ2Ug
- L1BhcmVudCA0IDAgUiAvUmVzb3VyY2VzIDI1IDAgUiAvQ29udGVudHMgMjMgMCBSIC9N
- ZWRpYUJveApbMCAwIDExMTggNzgzXSA+PgplbmRvYmoKMjUgMCBvYmoKPDwgL1Byb2NT
- ZXQgWyAvUERGIC9UZXh0IF0gL0NvbG9yU3BhY2UgPDwgL0NzMSA4IDAgUiA+PiAvRm9u
- dCA8PCAvRjMuMCAyNiAwIFIKPj4gPj4KZW5kb2JqCjI4IDAgb2JqCjw8IC9MZW5ndGgg
- MjkgMCBSIC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4AYVVTW8TMRC9+1fM
- sTnUtWf8eYQKDr21jcQBcUBLo4IIoqRC4t/zvLv+SBqKVslab3c8b57nzT7RLT2RweV9
- ppiEfj3QB/pBV9cHS9OB7HwdJro02lP5DS/uAEQr0eKesrWcldHBZZsdIYRd0iGKkEtW
- i6REe+IQtHMMLGLhowxISNo7ji1OuSA6BMuEvcTobJwn55OOMQdiw9pkPyA2OS0cIg1x
- Fvm8jxF7rbtXpDPocZUn8rXdU9DMxjUGyjXkRX0T7aDXDX7fFgWv7yGNiAsxYuFiTpKx
- YOdzSOr+GuJDPFyX5Vb0n6BR3VeMXeofdBODgmaVqpJi3ayk6nE2L3oPugm7tY5aWUNa
- /bLGqYmaSnX3AakMelzlOejGOcznpNrJVeRMfRPdoxGNtimxeDm7OkxqEIstZMARMv4h
- 2dstWbcK6eiSWduQMpoVj7d7unrvtIHS2x19pIs30/MGjcp08XVT+hqL3231vCnnQxd/
- NvSJtjf0bgtmcAOa8IAEaOuBhdjCIamVAa8MGAzQ+ini6cv0jzXp57r4Uhd3G7XweajI
- 1Ij9rBCeHTGbfXpqRBSxGFGBsfP+hRFdlBMjdqRapcetRkRjOIknRnQmnxhRMvx+YkRB
- vmJEmHMxoupIHQU9rhux715t1xmsiOo8e9xuPKdmrfbmYK1Wd7WW6shqra5gtQhGUuPR
- jNS4VkS1ioa4VnezVkeqtXrcaq2ifNW5Gakx6Eg96VbfP60FB1S7HTc1pvNr1rI6wlnH
- 1lLVWndDky6d/L8GLsPP0JlJWEzFgTE0HZNYjH98GvYkAf3H7ABZNGJw9H0ZHvM+qESi
- Ly8UY1ptrDDt1RzkxQLDIMhSggqWMqe5IYFFYI/nojHTDWa6wUx/QqGn07rlmwmlUL5y
- LZ+YVEiGMV85dmCijvIN0WUW3v4FFQ2FUwplbmRzdHJlYW0KZW5kb2JqCjI5IDAgb2Jq
- CjcwMQplbmRvYmoKMjcgMCBvYmoKPDwgL1R5cGUgL1BhZ2UgL1BhcmVudCA0IDAgUiAv
- UmVzb3VyY2VzIDMwIDAgUiAvQ29udGVudHMgMjggMCBSIC9NZWRpYUJveApbMCAwIDU1
- OSA3ODNdID4+CmVuZG9iagozMCAwIG9iago8PCAvUHJvY1NldCBbIC9QREYgL1RleHQg
- XSAvQ29sb3JTcGFjZSA8PCAvQ3MyIDEwIDAgUiAvQ3MxIDggMCBSID4+IC9Gb250Cjw8
- IC9GNC4wIDMxIDAgUiA+PiA+PgplbmRvYmoKMzMgMCBvYmoKPDwgL0xlbmd0aCAzNCAw
- IFIgL0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4Kc3RyZWFtCngBlZW7blsxDIZ3PQVHe7Ai
- UTdqbIK0QLYgBjoUHQo3QVvEARIHLfr2/XWsm+MshWH4HFqkyE8/qWe6pWcy+ISQKYmj
- l3v6TE90cXWwtDuQXT6HHW2MDlS+08IHGJJ1yeJXsrWcldHRZ5s9wcXmoDnGQD577aKn
- PbHJuiyECS4+82SRoG0w0t2UF6uji4RIgrhshXwSbdk6siFqSYJA3eJZs3PYbbhx0kFE
- EKnFrpaxv+1uNUns1mPnVDZJ0/7Vos5q29EDUN3g++sI7+oOVJzzMSU8+JTFZTywDzkK
- 3V2BO7jhsyk/QK92+147schS+4SMMx8BdYhcsikQezbO2EJaTcic8bWIVtawtNqrWyHd
- ALXYarLU/TuyluSEjAvp5YDakQ1LlYMabneQn9FWhF1w7z5BRhMnG0WncsJCgHW5VdZX
- hB4YcdgmiqcAlW73dPExaAPG2wf6Qqvrp3XRMNPqdV2OgVY/Tw1q9XdNX2l7Q9fbJa1T
- ZcNnKNuJ18xclB10KjLckwd6DjgM6F97Ya+GBcuDTZGGH+hwEfSOXEwggO7zKejM0ZJz
- WYfobbcox6wDL5UPPxM0ugg90aN3S82Ahl/NE8Lo0YMx2iSIsmcwLGf1FXlPB9EF2yti
- SceKJhKMPJa6OwnOsrAZJJzhhWDJrJFwJtXMGolhaSSaXyHY6m7R1WSpGXQSPc+JBAtX
- 8i2DZlHn9e3of1ULbWt3lG3p8cstzbJFQZB1xmB9T7Yfdmdy/V2Fq7qST4W7dMQ786W0
- DJtYGoixHV5y1piXeFGPx6IWV7Rcwb1MUhnLIGt6bD4YqHj5cboQ1wHdKIMB+FYpZesa
- 883WPGLi9OaYJa39khbuIi53kSmXyhSaA6RTehBXxBErLwVscL9sfNSGA9Tt+yxQbRb8
- aZ3/rT0cPtWhcN8sfVx0y0tf/brGPYcJ0v/63rwuT47i9h/0HHmZCmVuZHN0cmVhbQpl
- bmRvYmoKMzQgMCBvYmoKNzE5CmVuZG9iagozMiAwIG9iago8PCAvVHlwZSAvUGFnZSAv
- UGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgMzUgMCBSIC9Db250ZW50cyAzMyAwIFIgL01l
- ZGlhQm94ClswIDAgNTU5IDc4M10gPj4KZW5kb2JqCjM1IDAgb2JqCjw8IC9Qcm9jU2V0
- IFsgL1BERiAvVGV4dCBdIC9Db2xvclNwYWNlIDw8IC9DczIgMTAgMCBSIC9DczEgOCAw
- IFIgPj4gL0ZvbnQKPDwgL0Y1LjAgMzYgMCBSID4+ID4+CmVuZG9iagozOCAwIG9iago8
- PCAvTGVuZ3RoIDM5IDAgUiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeAGV
- lbtuGzEQRXt+xZRSIZrk8LWtFbtwZ0hAiiBFoEhIAsuBpSBB/j6XuxwuJTuFsRCWGHFe
- l4ezL/RIL2TwhDBQykynPX2kZ7pZny3tzmTH57yjldGByq/beIAhWU4W7zxY6wZldPSD
- HTzBxQ5BGxsD+ew0R09HcmbQMVpHPmWd/eB6C2sbTG5uykds5kiIlI1Gmkw+Rm2dZbIh
- 6ugyAjWLt3rIjGyzm0uaOWflk8Suljm/bW61SGRrsXPQOeXU5a8W9aq3HR0g1QN+Pybx
- 1huowuxjSlj4hNoGLJwPQ8y0WUN36IZnVV6QXu2OrXdiAyXReycZGz8J1ERkqDmK2Kph
- y0Vp1UnGNtYmpK3ZIr1Xt6K0CCSxVWep+ZtkUmQnmRtSPSA5stlScVCz2wb4GW1zdhz4
- zRUw6nSyMYNAn8DEkW63yvqqoIeKSQcTs6eALdsj3dxHbSDx9kCfaHH3vCwIO1r8WpZT
- oMX3S4Na/F3SZ9o+0N12rOoSbPjMYHO212AzmrsAW3WWCt/s1ghl0HsJNnt3BTbjSArY
- 3X0YzwtgQwqJXQ5+stSLJW7t9u1IYisvYM/5m+W6twJ2dwQjqkV+6aYdJ0wiQkO1s1RU
- xY1m5qQI1cCUQrGpwtu66dykZUF1CllEkPxqdqv3aRaBGpiSv7OICA1V9V5UOfgeVfof
- qur9qNIVquMd2KzVW6fkTEQZbBImCWMdx/UTje2MjrhhbD3+KNeqbsLAHOipOoAxrL9d
- 7MLkx6wzmHVvJZ3ijUlBx5TUt3hsTRdvKq2Ug0+OK58cU74dXVgXyo3204C83WJEjXWv
- 8F75oMEKJqx/feX/yAX/IovzB1ntl2qaBqc2Bn7v5c+vsrivo+L0UyzHfkY8/gP7L3Iu
- CmVuZHN0cmVhbQplbmRvYmoKMzkgMCBvYmoKNjY2CmVuZG9iagozNyAwIG9iago8PCAv
- VHlwZSAvUGFnZSAvUGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgNDAgMCBSIC9Db250ZW50
- cyAzOCAwIFIgL01lZGlhQm94ClswIDAgNTU5IDc4M10gPj4KZW5kb2JqCjQwIDAgb2Jq
- Cjw8IC9Qcm9jU2V0IFsgL1BERiAvVGV4dCBdIC9Db2xvclNwYWNlIDw8IC9DczIgMTAg
- MCBSIC9DczEgOCAwIFIgPj4gL0ZvbnQKPDwgL0Y2LjAgNDEgMCBSID4+ID4+CmVuZG9i
- ago0MyAwIG9iago8PCAvTGVuZ3RoIDQ0IDAgUiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+
- PgpzdHJlYW0KeAGVlbtuWzEMhnc9BUdnsCqK1G1sgnTIFsRAh6KTm6At4gCp2wJ9+/46
- Prqk9lIcGBZokyI//uR5pXt6JYcnhEIpC/14pI/0Qu9ujkz7I/HyHPe0dTZQ/Ux/fIIh
- sSTGdy7MvhhnoxYuSnBRCdZxDKRJrESlA6kWGyN70lhs1oLDsKjl4HJ3MxoRTSIhkncW
- 1+C3kCx7FpISbfQZ/t2S2ZYsuK27SUxWJGdEWmM3y7hfutua5H6KnaLNKafp/tVizmrb
- 0xNQ3eHz/QTv5gFURDSmhIMm5FZw8BpKzPRwA+7ghmdbv4De7MGnIRMHUKh9QiYsK6CG
- TDivELub95W0mZCJD6ciOrJhabXLyQ2kO6AW20yW9f6OrCU5IRMXTw3qLRuWNUkz3B4g
- P2c5Zy9BLp4go4mTugwFAimB1fXOsK4EFRSTDS5mpYC/7A707kOyDoh3T/SJNrcvV1XC
- njY/r2oXaPPtrcFs/lzRZ9rd0e1uyeqtsOEzhO012VKgQoUcUoIKD+QhMed8gc1bzV7N
- sESkxCnS8ItsvYee9+QFsk0FfiHa4iOTB0LnHXeL4eIQu+pw+DHkWgpGT1v0YVkzoOG3
- 5gldjOhovkvQ5MigW87qq+qe+tD12iuqXV4qmkgIY18sdTc2giZVNoOEeF4I1swaCfEA
- sGTWSHRLr6j5gWCvu0U3k2XNYPi1PCcS4tCChXzPYLWY8/r29L+i9YzmxlLH+3pHs2Qx
- dRxzwU69JNn3+zOp/l5Fa7qK34p2mYYLq6WOi8da1JgDCatVwVY6YNqXDRuMcLBaAtPz
- qbwlEGZPYl7WEEbOYqJD84l18ybAdZrhs8Spx7pogwtsnunrJWe8MbAjHXbkv2qqKbbb
- ajYhgcuaIW5DhhirEvx8W91RWrTANm6bnGun8CLz9UXm6htpulQc9gVqwK489cUvNW/x
- btpi0Tp2SUnPF8mvtjaOj+30pS8Oc0/3fwGLE3cRCmVuZHN0cmVhbQplbmRvYmoKNDQg
- MCBvYmoKNzM1CmVuZG9iago0MiAwIG9iago8PCAvVHlwZSAvUGFnZSAvUGFyZW50IDQg
- MCBSIC9SZXNvdXJjZXMgNDUgMCBSIC9Db250ZW50cyA0MyAwIFIgL01lZGlhQm94Clsw
- IDAgNTU5IDc4M10gPj4KZW5kb2JqCjQ1IDAgb2JqCjw8IC9Qcm9jU2V0IFsgL1BERiAv
- VGV4dCBdIC9Db2xvclNwYWNlIDw8IC9DczIgMTAgMCBSIC9DczEgOCAwIFIgPj4gL0Zv
- bnQKPDwgL0Y3LjAgNDYgMCBSID4+ID4+CmVuZG9iago0OCAwIG9iago8PCAvTGVuZ3Ro
- IDQ5IDAgUiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeAGVlU1vEzEQhu/+
- FXNsDnHt8feRRnDoiSqROCAOaJsKUIvUpgLx73l31x47tByqVRRr1vP1+hnvI93QIxk8
- IRRK2dHTkT7RT7rcnSxNJ7LLc5poa3Sg+TdsvIMhWZcs/nOxlosyOvpiiye4sGXNoVgK
- 1uqUMtMDMRfNPlEwSfvMfjAguE1RvJQvUTPbTBPZEjQjEyG2LhxRVUw6cU6DJaAYbwos
- 3c85nYJTwdTgdjX09LZ5SY3I1mIHG7VJvqevBvWys4nuoNQ1fj9W7XZ7iOKcjylh4VPJ
- rmDBPpSYab+D7JANz3b+g/JqgjpNMTS79t4V4xSqQFVCzlwlFK8cF53VoBhDMZOQW7rq
- ltY7V79Z6SpQC67E0NKLYlLjoBjHOJ9PV6wZWmdq8NoDPqNtzuyCe3UFiAaZbLYzf8YT
- pLo6KOurgJ62zNrGXPAaWw4PdPkhawOFD3f0mS7eTc+bWXy6+L6ZScbil6yeN6AWlj8b
- +kKHa3p/WOo6BxveHWxQ9gJsz6DOJ6BWwa4G1FvZE68BUFcwImdgu+jPwVbOA/V/wHYO
- sEM0Cd4NNb14dbCVxG5gS/pmkBq7F8AezmBBFfor2SkH+kCtZUFVDA3V7iXIKSlCwJQ6
- u6VpMKDaWm6oUjUAsTopooHUOFGPXVHt6auh11iHEOP0VlRdyiOq9D9U1VtRXSk+R3WZ
- gv1OvXJMuF5xo6aCm9ex1+v6fm1nccOEOcd4MY9V2wSG1X11CMbSPX0724V7H1edwVX3
- Wso13pAUBxIRoxaAz0CPt+6a1cUHh+cPjpm/HENYTn5RsrSh56XurWXaeqddiD6Qfzny
- v9ugf22L08enY1tPx41a74HbZpJ3Yrk6k/nmL/qRb4cKZW5kc3RyZWFtCmVuZG9iago0
- OSAwIG9iago2NTYKZW5kb2JqCjQ3IDAgb2JqCjw8IC9UeXBlIC9QYWdlIC9QYXJlbnQg
- NCAwIFIgL1Jlc291cmNlcyA1MCAwIFIgL0NvbnRlbnRzIDQ4IDAgUiAvTWVkaWFCb3gK
- WzAgMCA1NTkgNzgzXSA+PgplbmRvYmoKNTAgMCBvYmoKPDwgL1Byb2NTZXQgWyAvUERG
- IC9UZXh0IF0gL0NvbG9yU3BhY2UgPDwgL0NzMiAxMCAwIFIgL0NzMSA4IDAgUiA+PiAv
- Rm9udAo8PCAvRjguMCA1MSAwIFIgPj4gPj4KZW5kb2JqCjU0IDAgb2JqCjw8IC9MZW5n
- dGggNTUgMCBSIC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4Ab1Vy27UQBC8
- +yv6mD3sZLrnfSQRSOQWZSUOiAMyWQHKBiUbgfh7aux5LZsbErIst8rT7Zpydc8T3dIT
- aVzOJQrR0PM9faBHurw+Ms1H4uU6zrTVylG+h4V7AIFNYDxjYpY0aeVt4mQJKcKsorWJ
- HIIQotCBRKLSjgM5HZSNYkcE5Tn4ljfZ5JUIR5qJk1PeoASqqyQevHxSxuNlR5xR7BwD
- 6XnGq2SjmZwu1bkgnQHXvMYT36vVHXulg+0ECjCd726mPdS6wf191e/6DsIYY30ICGxI
- 0SQEYl3yke6uIT2kw7XND6g/zVCoqiaB190PqklwRaOqo0QpOra86Be1p0E1gWo64Ott
- Xx2pu5eSl9WuGtXqU0cqg6Za4zmoJh6yi++qVaDubhqy7mBCrThGMc68GsFMg1SMLcOH
- 2hLkutpNbIuIlrYiin1MeI0luwNdvktKQ+Xdnj7SxZv5ZZN/AF1822RHI/jZopcN3Avk
- 94Y+0e6G3u4WXqcGR3Y3uNXuzOAWDLLBYbhi8IqAcbFgyxuMamL6y+DGm8XgaINieWPD
- mcGN0YvBe/UBKQxq3jQYvFZHc64GbwQq0FgOWfvxPzTLtpXtpx6o7bpZtiPVsj2vW7bR
- aAZtTDtSdRgs23bdLNuRatmqAzWeM/XqxbKdQAEqy3+xrAn+/1l26YZXpktuF0FTSkiY
- xEasWuMHWjpwypMInWaM4EVur7oIVqaHkuA0I/56sgrnAMaextgburS5Y613+lHf6uF3
- DfXWVZkODiDJB9BCaSgrwS5Kpjwrr3bEgiV5ggptLSuDlsIBcN76v2rDf67B8X2ZBY+b
- aZ0F+wL8qEueD/c1/FKDq5P5cPsHuYVz/QplbmRzdHJlYW0KZW5kb2JqCjU1IDAgb2Jq
- CjY0NwplbmRvYmoKNTIgMCBvYmoKPDwgL1R5cGUgL1BhZ2UgL1BhcmVudCA1MyAwIFIg
- L1Jlc291cmNlcyA1NiAwIFIgL0NvbnRlbnRzIDU0IDAgUiAvTWVkaWFCb3gKWzAgMCA1
- NTkgNzgzXSA+PgplbmRvYmoKNTYgMCBvYmoKPDwgL1Byb2NTZXQgWyAvUERGIC9UZXh0
- IF0gL0NvbG9yU3BhY2UgPDwgL0NzMiAxMCAwIFIgL0NzMSA4IDAgUiA+PiAvRm9udAo8
- PCAvRjkuMCA1NyAwIFIgPj4gPj4KZW5kb2JqCjU5IDAgb2JqCjw8IC9MZW5ndGggNjAg
- MCBSIC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4Ab1Vy27UQBC8+yv6mD3s
- ZLrnfUwiOOQW7UocEAdksgooQUo2gPh7aux5hd0bErIst8rT7eqamvYz3dEzaVzOJQrR
- 0Ms9faDvdHlzZJqPxMt1nGmrlaN8DwsPAAKbwHjGxCxp0srbxMkSUoSNwttIjlmFEIWe
- SCSq5CyT00HZKHZEUJ6Db3mTTV6JcKSZOAVlhD2hukriwSuw8iHaAXFORS8CpOdZrbR1
- aXK6VOeCdAZc8xpPfK9Wd+yVDrYTKMB02t1MB6h1i/vbqt/NDsIYY30ICGxI0SQEAj4+
- 0u4G0kM6XNv8gPrTDIWqagIKS/eDahJc0ajqKFGKji0v+kXtaVBNoJoO+HrrqyO1eyl5
- We2qUa0+daQyaKo1noNq4n3epa5aBWp305C1gwm14hjFOHM2gpkGqTja7ENtCXJd78Gt
- iGhpK6LYx4TXWLJ/osv3DANA5v2BPtLF1fy6yTtAF1832dIIfrbodQP7Avm9oU+0v6V3
- +4XYW4cjuzvccjpxuDV2cTgcVxxeEVAuHmx5g1OtNn853ISwOBznoHjeeD5xOOy1OLxX
- H5DCoOZNg8NrdZzO1eGNQANOussOHzaiebb103b1iVrXzbMdqZ7ted2zjUZzaGPakarD
- 4NnWdfNsR6pnqw7UeM7UqxfPdgIVKDr8i2dNWmbnf/Lsch7OzJd8YEQC2k+YxcYkhWmL
- +JGWMzjlWYSzZiyMtxywughexqI1wWlG/PBmFf4EGHwag++cPdZ6bz/qWz3s11BvXZXp
- 4Bck+Re0UBrKSlylTHlaXu+JBUvyDBXaOvwTUkCH9szh/1WP/OcaHHfzwxpPF/cV/FKD
- HzV4rMHpmqtDmSd1rtxvpnWuvIxT5O4PUpp7UAplbmRzdHJlYW0KZW5kb2JqCjYwIDAg
- b2JqCjY1NgplbmRvYmoKNTggMCBvYmoKPDwgL1R5cGUgL1BhZ2UgL1BhcmVudCA1MyAw
- IFIgL1Jlc291cmNlcyA2MSAwIFIgL0NvbnRlbnRzIDU5IDAgUiAvTWVkaWFCb3gKWzAg
- MCA1NTkgNzgzXSA+PgplbmRvYmoKNjEgMCBvYmoKPDwgL1Byb2NTZXQgWyAvUERGIC9U
- ZXh0IF0gL0NvbG9yU3BhY2UgPDwgL0NzMiAxMCAwIFIgL0NzMSA4IDAgUiA+PiAvRm9u
- dAo8PCAvRjEwLjAgNjIgMCBSID4+ID4+CmVuZG9iago2NCAwIG9iago8PCAvTGVuZ3Ro
- IDY1IDAgUiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeAG9lU9vEzEQxe/7
- KebYHOLa4/9HGsGht6orcUCclkZQJVQlFYhvz/PGHrs0NyS0iuIdecbPzz/PPtMdPZPG
- 432mmCz9eKCP9J2udydDy4nM+pwW2mrlqfyGiXsEorHR4D9lYzhPWgWXTXaEFDZWOasj
- eWNUjInpSMxJJR9QRkflErsxgvImBsmbXA6K2SRayOSktPaE4ipzgKzIKucx4KPyIVtM
- 6VmOlXHWT17X2qZG+vqm5YlKrFaLexOUjk5Wr+/T250ttIdTt/g9nr3b3cMUa12IEQMX
- c7IZA3Y+h0T3O9gO2/Bsyx+cnxa40xzjaM47Hxzj6Ks/zUNOXD2UvBRWp6fuGMMxHbF4
- 21QPtJ1zzSo+N39a7alH2vrimKjsjnEI5XzEsfbedjYNOfeATyuTEltvL44A0WCTSTAA
- B+cIVt3MUFYNdLRlHHRI4KFMmY90/QHMaVg87+kTXb1bXjbFfbr6tikoY/BTRi8bYIvI
- 7w19pvmW3s+rsNdkI7uTbZNV2hSKO9k2RxWCYbBWyW4RSK70Sd7AqA1J4QqljrZ1TgX4
- D/4r7JazAkCFdmHbGg++Uhqq90hTUPMm0blQqw7tZ7hFgATe7K7QPRyE8Cr7kVM9kuxa
- eO2RxmvP67yKDOFTlPZI82EgVnwQYnukESv+ic7Bh4ZoF1AZbir/hVnrw39kdr0PF3pL
- uTDMkThm9GCrk0KXxfhA6x2cSh/CXbMgIqwXrE0Cy5h0TvDaYPz11Sx8AdD0NJreRTzW
- eq8XDVIP5zXUO88qcvDp4fLpWSUNZTnk1cpcOuXNXK6x1pppRvdhzC6tlNdOoI0Nkdzf
- feBq/3Q4PP16+LKh+XG95dPdH/JsaHcKZW5kc3RyZWFtCmVuZG9iago2NSAwIG9iago2
- NDcKZW5kb2JqCjYzIDAgb2JqCjw8IC9UeXBlIC9QYWdlIC9QYXJlbnQgNTMgMCBSIC9S
- ZXNvdXJjZXMgNjYgMCBSIC9Db250ZW50cyA2NCAwIFIgL01lZGlhQm94ClswIDAgNTU5
- IDc4M10gPj4KZW5kb2JqCjY2IDAgb2JqCjw8IC9Qcm9jU2V0IFsgL1BERiAvVGV4dCBd
- IC9Db2xvclNwYWNlIDw8IC9DczIgMTAgMCBSIC9DczEgOCAwIFIgPj4gL0ZvbnQKPDwg
- L0YxMS4wIDY3IDAgUiA+PiA+PgplbmRvYmoKNjkgMCBvYmoKPDwgL0xlbmd0aCA3MCAw
- IFIgL0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4Kc3RyZWFtCngBdZU9bxsxDIZ3/QqO8WBV
- pL7HxmiHbEEMdCg6FG7SDzgJEhct+u/76u6ok4MEB8MET6TIR694T3RNT+TwxFgpF0/P
- t/SJHujd7sR0OBFPz+lAW2cjtd+w8A6OzD4z/ktllmqcTaFyDYQQCWxjFIol2ZyL0D1J
- LJYDXsciNhQJgydHGzknDTMxsxXhQsgkwdYYMsWUbJVEXIt1IfrVUdiGUGgI4hRsiS7B
- N2c2q0d3Zw3TEg9D6srWZVTYN1fH3JfpfR3oDpiu8Ps1g9vdgIj3IeUMI+RafIUhIdZU
- 6GYH5mCGZ9v+gN0cwGbBxTXNfQ+4xAH9BEcBissLwCVMmCfKZsAlnKYWOq7uWPrWIDDu
- cHpm9Zi+u+LqJQ64GHTa0XRc3fGiLxR4A9k5y6WIxxm+ZkE+A6NWJpSXK4HT5Z44LPQC
- bUUsp1Lx2kazv6d3H1msA9/9HX2mi/eH35uGni5+bpqIYfzplr76t6EvtL+iD/upsEnT
- kPKsaUSvmg4eyTlhtxKtTwGaDiHZlLjpnG0JVQZPTpajK2YNy2KTT+AdOFtcHUg2VcvC
- nnz1NgnuyerJxUI7rfUlzGBPKKs0pc+5afXo/r6HLUUehtyl2JJL7vtDxup52VvT9XAK
- k1LbCfRuuOapmxUCtMJTyysEcWnBovmFcTvAboCA/ueyOgT1mN7NGtZb7rkHz7J/D9Mi
- D6bnxoCakfdDWD1aZA97S60QiCr4XK3BQYpvqJWLlSoVkwxLulpNV+t3FemtGg9qQKyD
- SKcL8NYkiQHZxTV1+ogjmuzj3MgUiIJ9injR7pQuwkym4xIAdZkj/ThbhXGPIecw5F4T
- xZzvfFPWfJBFhq355lVtCuA7I+0749oHY0jr29wuUe+7TFVvccm2IVonLjKFV277X4X1
- VY3TTq1HNUai00B4ftyYeTQcdU03+jl801eXZ9Pi+j+T6HN4CmVuZHN0cmVhbQplbmRv
- YmoKNzAgMCBvYmoKNzE2CmVuZG9iago2OCAwIG9iago8PCAvVHlwZSAvUGFnZSAvUGFy
- ZW50IDUzIDAgUiAvUmVzb3VyY2VzIDcxIDAgUiAvQ29udGVudHMgNjkgMCBSIC9NZWRp
- YUJveApbMCAwIDU1OSA3ODNdID4+CmVuZG9iago3MSAwIG9iago8PCAvUHJvY1NldCBb
- IC9QREYgL1RleHQgXSAvQ29sb3JTcGFjZSA8PCAvQ3MyIDEwIDAgUiAvQ3MxIDggMCBS
- ID4+IC9Gb250Cjw8IC9GMTIuMCA3MiAwIFIgPj4gPj4KZW5kb2JqCjc0IDAgb2JqCjw8
- IC9MZW5ndGggNzUgMCBSIC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4AZWV
- PW8UMRCGe/+KKXPFGc/YHtsliUKRiignUSCKaCEKKInIh5D497zeXXsdchRodVprzvP1
- +PXsI13SIzk8MRZK2dPTN/pED/Tu7Jlpeiaen+eJ9s5Gqr9h4w0MiX1ivHNhlmKc1VC4
- BIKLBGeLqlDMalPKQvckMVsfgsImNmQJgyVFGzlp9zMxsRXhTIgl3sacCkVVW0SJS7SB
- hTdDytZ5n2nwYkU9MQZEWmM3y5afu1+rchqCF7YuociefjGYt71NdANWF/j9WOidXQGL
- 90FTwiKkkn3BQkIsmunqDOABDs++vsDeTODTmHHRpfeBmTgcwEyoURSXVorNT5hn1mZg
- JqxzF51ZN7TemxdId0Itthksa/7OrFc5MGMgqifUmXXDWqMZvK4gQGc5Z/HRH11BSAMo
- caVqEEIArNOD4bAiDLQXsay54G9sOdzTuw/srQPkww19ppP308uu8qeT77sqZyx+9dXL
- DtKF5feOvtDhgs4Pc2Gv1Q3vTd3Bi3WsyJaj9RogbujaqrKYmNnmUKRbULFaji7T5pbE
- qlcQD5wsLhGUq8VC0p588VYFF6ZZjMdJQUC19eaGnJBXroJfY2+Wln9zW4uczBY7Z5tT
- TkP+bvm7tyru4RS6XHs3XNLczQaBxPHa8ooFFl2xtPjCuCIaINYOAf0vZfVCN0uDsLqB
- XW+5xTaDZc3fIbQi4dYAY1QtyHv+zbIWCbkuvU30v2oNrkrxuFpx6NFpDv9Q6/lDE+kb
- 1S4G85dW53twZKrUiyIxoA5xVaQ+opt5fbf0Q864Oq69RvxRi22bMKPpbnWAyLC+fbUL
- 8x8Dz2HgHdPGEu91Uu7xMF2GeMuuihcfHqkfnrmkIax39TsS64w8PRDL3O4e773HFyWC
- Yzhy528bxOu2+NoWH693ZpkCT28IT30u/Gzbe4DxXPqoMJd/ADMQdQ8KZW5kc3RyZWFt
- CmVuZG9iago3NSAwIG9iago3MDgKZW5kb2JqCjczIDAgb2JqCjw8IC9UeXBlIC9QYWdl
- IC9QYXJlbnQgNTMgMCBSIC9SZXNvdXJjZXMgNzYgMCBSIC9Db250ZW50cyA3NCAwIFIg
- L01lZGlhQm94ClswIDAgNTU5IDc4M10gPj4KZW5kb2JqCjc2IDAgb2JqCjw8IC9Qcm9j
- U2V0IFsgL1BERiAvVGV4dCBdIC9Db2xvclNwYWNlIDw8IC9DczIgMTAgMCBSIC9DczEg
- OCAwIFIgPj4gL0ZvbnQKPDwgL0YxMy4wIDc3IDAgUiA+PiA+PgplbmRvYmoKNzkgMCBv
- YmoKPDwgL0xlbmd0aCA4MCAwIFIgL0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4Kc3RyZWFt
- CngBnZW7bhsxEEV7fsWUUiGaHL5bC07hJjC0QIog1VpCYlhGHKfJ3+dyly8pTpFgISwx
- 4rwuz3Bf6YFeSeFxLlGIhn4c6RO90M3+TdP8Rnp53mbaKeko/4aNJxiCNkHjHZPWnISS
- 3iadLMFFhyiV9nAJXhpv6Uw6sfReM0wso008WHyQ2qnY3ITzRnrjCZGwQppIziupWRvS
- JknPEYGaha1M0SBbd9NKGhMjItXYxTLkb26lSGRrsUOSMcQw5C8W8UdvM50g1T1+T6t4
- +wNUMcb6ELCwAbUlLNi65CMd9tAduuHZ5RekFzP0qZKx8kvvg2SM2leBqoisXRGxuemU
- lRaDZMxQemmittUttXde3bLSVaAaWwyWmr+5lSIHyViZckD1yLqlFClqbzMdgB+CxsjG
- mXdXwGjQSTudCQyKoNXtJLQtClqoGKRTPlpy2DKd6eaDtlJB4+lEn2lz97LNDDNtfm7z
- MdDm26VBbH5t6QtN93Q3LWVdkg2fTjYkvibboLsLskW3VPq6W0PUWBzYBdmG3RXZBmeS
- yR4GghMmCmQD9kJ2t9TJqm5t/GaqsYWrZPf8zXLdWyZ7OIOF1ax/7aadJ0xVhMbqYCms
- Vjfq0NUiRCOzFkrdUkQY3FrLlVUaLCuroonQoeuxK6s1PzVWe5EVcfGvrBoDIDur9DdW
- xX+wSlesLlNw2Iv3jknHhDrynXkmxtov6+d19hZHzBingD/yYJVNIMTQc3EAZFh/vdiF
- ux+3ncJt917SNd6SVNSkqsVj7Yd4a2lZXnx0OH90VP56DGHZxEXKkK/I2wmjqJRimnDv
- 8NLBDu+dsdKnxEz2evw3j8fvx5fH4+NHXALT0zLg4uE3rIlm2AplbmRzdHJlYW0KZW5k
- b2JqCjgwIDAgb2JqCjY0OAplbmRvYmoKNzggMCBvYmoKPDwgL1R5cGUgL1BhZ2UgL1Bh
- cmVudCA1MyAwIFIgL1Jlc291cmNlcyA4MSAwIFIgL0NvbnRlbnRzIDc5IDAgUiAvTWVk
- aWFCb3gKWzAgMCA1NTkgNzgzXSA+PgplbmRvYmoKODEgMCBvYmoKPDwgL1Byb2NTZXQg
- WyAvUERGIC9UZXh0IF0gL0NvbG9yU3BhY2UgPDwgL0NzMiAxMCAwIFIgL0NzMSA4IDAg
- UiA+PiAvRm9udAo8PCAvRjE0LjAgODIgMCBSID4+ID4+CmVuZG9iago4NCAwIG9iago8
- PCAvTGVuZ3RoIDg1IDAgUiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeAGd
- VbtuGzEQ7PkVW54K0+Ty3VqxC3eGBKQIUgSKjTiwHNjKA/77DO9ueZSiFAkOBxEjzj6G
- w70XuqMXMnhCKJSyo9d7ek/PdLk+WNodyI7PYUcXRgeqb7fxAUCyLln85mItF2V09MUW
- T6DY4LWxEZQUtYue9mRj1jFaBsQ6+8IdEpO2weRGUyE6HV0kRHJFI02mEI22bB1ZG3Tk
- jEANMUaX7JCt0TLSulxZU2jVgJa9keYSkatFTkXnlFOXvSFzZ0o629EDhLrF+3WSbr2B
- Js75mBIWPqGyggX7UGKmzRqqQzU8F/UHwqsd1BHB2MSx804wtuh8lEckZBQ6SdhoFjJF
- rzrBmKHz2IS0tSDSO0806Cz6SOgm2JK9keYSO8HYuPlw5LgWRASTzna0gfXQUs7sgju7
- goU6lSyn6r5kCEpdbZX1s34eGuIvE7OngC3bPV3eoFsDhbcP9IGG6+dV9S/T8H1VD4GG
- x2NADW8r+kjbW7rejmUduxqcxdWuxFNXe5zNkavVgoirF1qzp8v2xNUupBNXO8+jq7vL
- 4Dgf25oWRHwttHb1diSx4dnZ10v+hpz2Vn3dncHo1Kq/dKPkPPfUWm5e6ZDZqUKjxXJS
- hGq+lEJpQWYRepqIIFZdRJD8qokgRS4iUHOm5O8QEaHR1L961cXSe5X+5lX1H16lE6+O
- t2CzVueOCcMXddR5iSNjq+O4fpru3kjEHXNc8Ee9WPMmOMTR00zA7MT6y9EuzH3MOoNZ
- dy7pFG9MqiSpafHYxi7eVFqVFx8crh8cU78cXVh2eZQy1QF5tSV8O6axyXSRnDYcMFj9
- mUv/S674J1kcrn/eT2s1/DERfsiutv1JkLZ4eyfQHIeG18eVmkaLxKbhs+y6mafN6zdB
- 9v2YufsNvVV+sgplbmRzdHJlYW0KZW5kb2JqCjg1IDAgb2JqCjY3NgplbmRvYmoKODMg
- MCBvYmoKPDwgL1R5cGUgL1BhZ2UgL1BhcmVudCA1MyAwIFIgL1Jlc291cmNlcyA4NiAw
- IFIgL0NvbnRlbnRzIDg0IDAgUiAvTWVkaWFCb3gKWzAgMCA1NTkgNzgzXSA+PgplbmRv
- YmoKODYgMCBvYmoKPDwgL1Byb2NTZXQgWyAvUERGIC9UZXh0IF0gL0NvbG9yU3BhY2Ug
- PDwgL0NzMiAxMCAwIFIgL0NzMSA4IDAgUiA+PiAvRm9udAo8PCAvRjE1LjAgODcgMCBS
- ID4+ID4+CmVuZG9iago4OSAwIG9iago8PCAvTGVuZ3RoIDkwIDAgUiAvRmlsdGVyIC9G
- bGF0ZURlY29kZSA+PgpzdHJlYW0KeAGdlT2PEzEQhnv/iimTIsb2+LO96CiuQadEokAU
- KLoI0OXgCBLi3/Oud8d2QhrQKspotPP1+PXsKz3SKxk8IRRKmenHE72nF3qzPVs6nMnW
- 53ygjdGBpt/w4hGOZDlZ/OdirSvK6OiLLZ4QYiNrYyNCUtQcPZ3IpqRjtA4up7MvbvDE
- pG0wuYWpgPjIkZDJZ40ymUI02jrLZJ3X0WUkah5TdMmMai2sBM2cp6g5tWqOVr0FLS2i
- Vsucis4pp6F68yyTKZnsQEeAesDv64xuuwMTZh9TguETOiswnA8lZtptQR3U8GymP4BX
- B9ARYM7EOvkAzFlMXvEIQmfDgrCF2TJxVgMw58C5DiFjdY/M7uYwcBY+kroB69Vb0NLi
- AMwZXg5Hjqt7BJhMdqAdpIeRcnYc+KYFCQ2ULMdJfckQSN3tlfULPw+GSQcTs6eAV/Yn
- evPWRm1AeH+kD7S6f1lP+nW0+rmeDoFWXy4davV7TR9p/0D3+9rWpaoR01XNyV+rGhq7
- VLXqHlF1DwOKWdUccFwXqmYOV6pmZ6qqh8vAIH8ha+oe0bWEtat3IMkNzS667vWb53q2
- SdfDGVSlTvxlGiXnCZdAaFoZPItSJYy65KQJ1XQpjVL3LBDGMIEgUu0QpL5qEKTJDoGa
- MqX+4BEILUz9q1bZQ5Bdq9ggt7Wq/kOrdKXVmnm3VbeOyWKUAGqM1etK0bHaz/Pdq4G4
- Y2ywk2uzy0tQCNPzEoDdCfvzxVvY+9h1BrvuVtE5Xy2qpKhp+ZyNQ765tQkvPjhu+uCY
- 6csxpHWcK8o0Lci7PdZz7XuD/02wuIkpZPI3Lv0vueKfxDhvZ0utvonr9F2sZzGexDg1
- 66/18W5ZI8e16lvj8Q+PxXTQCmVuZHN0cmVhbQplbmRvYmoKOTAgMCBvYmoKNjYwCmVu
- ZG9iago4OCAwIG9iago8PCAvVHlwZSAvUGFnZSAvUGFyZW50IDUzIDAgUiAvUmVzb3Vy
- Y2VzIDkxIDAgUiAvQ29udGVudHMgODkgMCBSIC9NZWRpYUJveApbMCAwIDU1OSA3ODNd
- ID4+CmVuZG9iago5MSAwIG9iago8PCAvUHJvY1NldCBbIC9QREYgL1RleHQgXSAvQ29s
- b3JTcGFjZSA8PCAvQ3MyIDEwIDAgUiAvQ3MxIDggMCBSID4+IC9Gb250Cjw8IC9GMTYu
- MCA5MiAwIFIgPj4gPj4KZW5kb2JqCjQgMCBvYmoKPDwgL1R5cGUgL1BhZ2VzIC9QYXJl
- bnQgOTMgMCBSIC9Db3VudCA4IC9LaWRzIFsgMyAwIFIgMTUgMCBSIDIyIDAgUiAyNyAw
- IFIKMzIgMCBSIDM3IDAgUiA0MiAwIFIgNDcgMCBSIF0gPj4KZW5kb2JqCjUzIDAgb2Jq
- Cjw8IC9UeXBlIC9QYWdlcyAvUGFyZW50IDkzIDAgUiAvQ291bnQgOCAvS2lkcyBbIDUy
- IDAgUiA1OCAwIFIgNjMgMCBSIDY4IDAgUgo3MyAwIFIgNzggMCBSIDgzIDAgUiA4OCAw
- IFIgXSA+PgplbmRvYmoKOTMgMCBvYmoKPDwgL1R5cGUgL1BhZ2VzIC9NZWRpYUJveCBb
- MCAwIDYxMiA3OTJdIC9Db3VudCAxNiAvS2lkcyBbIDQgMCBSIDUzIDAgUiBdID4+CmVu
- ZG9iago5NCAwIG9iago8PCAvVHlwZSAvQ2F0YWxvZyAvT3V0bGluZXMgMiAwIFIgL1Bh
- Z2VzIDkzIDAgUiAvVmVyc2lvbiAvMS40ID4+CmVuZG9iagoyIDAgb2JqCjw8IC9MYXN0
- IDk1IDAgUiAvRmlyc3QgOTYgMCBSID4+CmVuZG9iago5NiAwIG9iago8PCAvUGFyZW50
- IDk3IDAgUiAvVGl0bGUgKENhbnZhcyAxKSAvQ291bnQgMCAvRGVzdCBbIDMgMCBSIC9Y
- WVogMCA3ODMgMCBdCi9OZXh0IDk4IDAgUiA+PgplbmRvYmoKOTggMCBvYmoKPDwgL1Bh
- cmVudCA5OSAwIFIgL1ByZXYgMTAwIDAgUiAvQ291bnQgMCAvVGl0bGUgKENhbnZhcyA5
- KSAvRGVzdCBbIDE1IDAgUgovWFlaIDAgNzgzIDAgXSAvTmV4dCAxMDEgMCBSID4+CmVu
- ZG9iagoxMDEgMCBvYmoKPDwgL1BhcmVudCAxMDIgMCBSIC9QcmV2IDEwMyAwIFIgL0Nv
- dW50IDAgL1RpdGxlIChDYW52YXMgOCkgL0Rlc3QgWyAyMiAwIFIKL1hZWiAwIDc4MyAw
- IF0gL05leHQgMTA0IDAgUiA+PgplbmRvYmoKMTA0IDAgb2JqCjw8IC9QYXJlbnQgMTA1
- IDAgUiAvUHJldiAxMDYgMCBSIC9Db3VudCAwIC9UaXRsZSAoQ2FudmFzIDEwKSAvRGVz
- dCBbIDI3IDAgUgovWFlaIDAgNzgzIDAgXSAvTmV4dCAxMDcgMCBSID4+CmVuZG9iagox
- MDcgMCBvYmoKPDwgL1BhcmVudCAxMDggMCBSIC9QcmV2IDEwOSAwIFIgL0NvdW50IDAg
- L1RpdGxlIChDYW52YXMgNCkgL0Rlc3QgWyAzMiAwIFIKL1hZWiAwIDc4MyAwIF0gL05l
- eHQgMTEwIDAgUiA+PgplbmRvYmoKMTEwIDAgb2JqCjw8IC9QYXJlbnQgMTExIDAgUiAv
- UHJldiAxMTIgMCBSIC9Db3VudCAwIC9UaXRsZSAoQ2FudmFzIDUpIC9EZXN0IFsgMzcg
- MCBSCi9YWVogMCA3ODMgMCBdIC9OZXh0IDExMyAwIFIgPj4KZW5kb2JqCjExMyAwIG9i
- ago8PCAvUGFyZW50IDExNCAwIFIgL1ByZXYgMTE1IDAgUiAvQ291bnQgMCAvVGl0bGUg
- KENhbnZhcyA2KSAvRGVzdCBbIDQyIDAgUgovWFlaIDAgNzgzIDAgXSAvTmV4dCAxMTYg
- MCBSID4+CmVuZG9iagoxMTYgMCBvYmoKPDwgL1BhcmVudCAxMTcgMCBSIC9QcmV2IDEx
- OCAwIFIgL0NvdW50IDAgL1RpdGxlIChDYW52YXMgMikgL0Rlc3QgWyA0NyAwIFIKL1hZ
- WiAwIDc4MyAwIF0gL05leHQgMTE5IDAgUiA+PgplbmRvYmoKMTE5IDAgb2JqCjw8IC9Q
- YXJlbnQgMTIwIDAgUiAvUHJldiAxMjEgMCBSIC9Db3VudCAwIC9UaXRsZSAoQ2FudmFz
- IDEyKSAvRGVzdCBbIDUyIDAgUgovWFlaIDAgNzgzIDAgXSAvTmV4dCAxMjIgMCBSID4+
- CmVuZG9iagoxMjIgMCBvYmoKPDwgL1BhcmVudCAxMjMgMCBSIC9QcmV2IDEyNCAwIFIg
- L0NvdW50IDAgL1RpdGxlIChDYW52YXMgMTEpIC9EZXN0IFsgNTggMCBSCi9YWVogMCA3
- ODMgMCBdIC9OZXh0IDEyNSAwIFIgPj4KZW5kb2JqCjEyNSAwIG9iago8PCAvUGFyZW50
- IDEyNiAwIFIgL1ByZXYgMTI3IDAgUiAvQ291bnQgMCAvVGl0bGUgKENhbnZhcyAxMykg
- L0Rlc3QgWyA2MyAwIFIKL1hZWiAwIDc4MyAwIF0gL05leHQgMTI4IDAgUiA+PgplbmRv
- YmoKMTI4IDAgb2JqCjw8IC9QYXJlbnQgMTI5IDAgUiAvUHJldiAxMzAgMCBSIC9Db3Vu
- dCAwIC9UaXRsZSAoQ2FudmFzIDMpIC9EZXN0IFsgNjggMCBSCi9YWVogMCA3ODMgMCBd
- IC9OZXh0IDEzMSAwIFIgPj4KZW5kb2JqCjEzMSAwIG9iago8PCAvUGFyZW50IDEzMiAw
- IFIgL1ByZXYgMTMzIDAgUiAvQ291bnQgMCAvVGl0bGUgKENhbnZhcyAxNSkgL0Rlc3Qg
- WyA3MyAwIFIKL1hZWiAwIDc4MyAwIF0gL05leHQgMTM0IDAgUiA+PgplbmRvYmoKMTM0
- IDAgb2JqCjw8IC9QYXJlbnQgMTM1IDAgUiAvUHJldiAxMzYgMCBSIC9Db3VudCAwIC9U
- aXRsZSAoQ2FudmFzIDcpIC9EZXN0IFsgNzggMCBSCi9YWVogMCA3ODMgMCBdIC9OZXh0
- IDEzNyAwIFIgPj4KZW5kb2JqCjEzNyAwIG9iago8PCAvUGFyZW50IDEzOCAwIFIgL1By
- ZXYgMTM5IDAgUiAvQ291bnQgMCAvVGl0bGUgKENhbnZhcyAxNikgL0Rlc3QgWyA4MyAw
- IFIKL1hZWiAwIDc4MyAwIF0gL05leHQgMTQwIDAgUiA+PgplbmRvYmoKMTQwIDAgb2Jq
- Cjw8IC9QYXJlbnQgMTQxIDAgUiAvUHJldiAxNDIgMCBSIC9Db3VudCAwIC9EZXN0IFsg
- ODggMCBSIC9YWVogMCA3ODMgMCBdIC9UaXRsZQooQ2FudmFzIDE0KSA+PgplbmRvYmoK
- MTQyIDAgb2JqCjw8IC9QYXJlbnQgMTM4IDAgUiA+PgplbmRvYmoKMTQxIDAgb2JqCjw8
- ID4+CmVuZG9iagoxMzkgMCBvYmoKPDwgL1BhcmVudCAxMzUgMCBSID4+CmVuZG9iagox
- MzggMCBvYmoKPDwgPj4KZW5kb2JqCjEzNiAwIG9iago8PCAvUGFyZW50IDEzMiAwIFIg
- Pj4KZW5kb2JqCjEzNSAwIG9iago8PCA+PgplbmRvYmoKMTMzIDAgb2JqCjw8IC9QYXJl
- bnQgMTI5IDAgUiA+PgplbmRvYmoKMTMyIDAgb2JqCjw8ID4+CmVuZG9iagoxMzAgMCBv
- YmoKPDwgL1BhcmVudCAxMjYgMCBSID4+CmVuZG9iagoxMjkgMCBvYmoKPDwgPj4KZW5k
- b2JqCjEyNyAwIG9iago8PCAvUGFyZW50IDEyMyAwIFIgPj4KZW5kb2JqCjEyNiAwIG9i
- ago8PCA+PgplbmRvYmoKMTI0IDAgb2JqCjw8IC9QYXJlbnQgMTIwIDAgUiA+PgplbmRv
- YmoKMTIzIDAgb2JqCjw8ID4+CmVuZG9iagoxMjEgMCBvYmoKPDwgL1BhcmVudCAxMTcg
- MCBSID4+CmVuZG9iagoxMjAgMCBvYmoKPDwgPj4KZW5kb2JqCjExOCAwIG9iago8PCAv
- UGFyZW50IDExNCAwIFIgPj4KZW5kb2JqCjExNyAwIG9iago8PCA+PgplbmRvYmoKMTE1
- IDAgb2JqCjw8IC9QYXJlbnQgMTExIDAgUiA+PgplbmRvYmoKMTE0IDAgb2JqCjw8ID4+
- CmVuZG9iagoxMTIgMCBvYmoKPDwgL1BhcmVudCAxMDggMCBSID4+CmVuZG9iagoxMTEg
- MCBvYmoKPDwgPj4KZW5kb2JqCjEwOSAwIG9iago8PCAvUGFyZW50IDEwNSAwIFIgPj4K
- ZW5kb2JqCjEwOCAwIG9iago8PCA+PgplbmRvYmoKMTA2IDAgb2JqCjw8IC9QYXJlbnQg
- MTAyIDAgUiA+PgplbmRvYmoKMTA1IDAgb2JqCjw8ID4+CmVuZG9iagoxMDMgMCBvYmoK
- PDwgL1BhcmVudCA5OSAwIFIgPj4KZW5kb2JqCjEwMiAwIG9iago8PCA+PgplbmRvYmoK
- MTAwIDAgb2JqCjw8IC9QYXJlbnQgOTcgMCBSID4+CmVuZG9iago5OSAwIG9iago8PCA+
- PgplbmRvYmoKOTcgMCBvYmoKPDwgPj4KZW5kb2JqCjk1IDAgb2JqCjw8IC9QYXJlbnQg
- MTQxIDAgUiAvUHJldiAxNDIgMCBSIC9Db3VudCAwIC9EZXN0IFsgODggMCBSIC9YWVog
- MCA3ODMgMCBdIC9UaXRsZQooQ2FudmFzIDE0KSA+PgplbmRvYmoKMTQzIDAgb2JqCjw8
- IC9MZW5ndGggMTQ0IDAgUiAvTGVuZ3RoMSAxMDM3MiAvRmlsdGVyIC9GbGF0ZURlY29k
- ZSA+PgpzdHJlYW0KeAG9Wgt4VMX1P3Pf+8jm7mbfj+xuNrubzfsBISGBLCEvHokBFLLR
- SAIEkgjKI4RihQaFAgFBRCFKa6UqBBBZQioLVEtpELG2YuujUttqxdZ/P/PR9q99CNn9
- n3s3pJCv9fP7f369d8/MnJm5c8/85syZM3O3c+XqVkiAbqChvrFl+WKQLz8DQLoXLmtZ
- HueTpKhnYVenK86zaQD00sXLlyyL88JjAErHkqVrR55PGgDQXWlrbVkUL4frGBe2YUac
- J+MwTm1b1vmNOK/D+jBz6X0LR8qTtiOftqzlGyPvh/eRd93bsqw1Xt/3Acapy+9b1TnC
- 92Jcs3xl60h90oDyvQEEc5PgPlDAPcADBSLeTQD8J0oHMFgqleO1KFO1e35i6eegFWR+
- fu1OOX7F/cN3/tF63a/aJfwTMxQ36ksxF4gGANQEy4dUu0ZL5OcwSIrAnIwITEMqQxqP
- lJExxQzd5AA8gvQ0Eg3tZBusRdqK9AQSM5o6hNwpsq2fEYKnyVqwkulBFeO8XW9xmpUq
- 5y8ihBt4yvme+aMzxIKj9yGx9CeAYoqSPE2+B4vASZ4DL7kfaiCNPHkisNTZjEWHYDlS
- NxIth4Qc6k/Od75MMsHLEHzGB8kMedH5x7ws58d5EYr0O8/5IwxGP05GLpjoPOt4yvkj
- xxLny0hH4kWHA1jjRechx1Ln7uQIebLf+agjQvCZXfFotQMffdG5LLDHuShPLp+5J0Id
- 6XcWY/ncoMpZWOR2jndcceb4IwJBPssx05me9zNnKj6I1VzYqDeoddodu50TsSjZUemf
- iHSGHCb7IJ3s6/dOd57GJHb3xLRA0Z4I+eaJmrQ8b4TcHyysSdsTqPF7AzOd3kCV34/p
- ua/yG/k7+Sl8Pp/Bp/E+3s3beL2gE0RBI6gFpSAIfIQ831/m5M6QI1CGsBw5IXACGyEv
- YCZzhhyVM4+eFBiBEkDQR2IfoPIS0EfIkQFRSmHiRU5OcRFy9EQ862jQKc0pYOQCkZLS
- GGAIFBEomA5h8nCEg03GrjJzmW6ytriq4j8FzXLJjTDjP19m4gjvmTGnIXzYEQrnS4mY
- I3SjuvlG4j/GnauxqLU8I2PG7LUnupZ3LK5s9VQ2eypbkZrD27razOHuBS7X8Y7lUoEr
- TPuaFyxsk+KW1vByT2tFuMNT4TreJT83pnixVNzlqTgOiytvbzi+ONha0d8V7Kr0tFSE
- TiwoX9l0y7u2jr5rZfm/eVe51NhK6V0L5OfGvKtJKl4gvatJeleT9K4FwQXyu6TOV7bP
- KV/Vidrpqmyf4QqnzQlPm9XYEHa1hCoi5ABmVqwG9iyI7EuQxnaDlckBJ0DsPaTLUhy9
- I/YH9gKI0WWxv9AlOKinJKKiZaVwFh6GfXAMOOjDdBrcDb1wkXTg3L4LBuAdkgzZaHsZ
- iMBMeJ3EYm/CYngW63fCOXgcjoMan1kGBizdQbyx+5EPYnoBbIx9H1KhCL4NL0ExtroD
- hmKHYiewdDbcAYfhCD7/U+KhjjNJsRdiV0CAWdjmRix5MzYzdgx0kAnlUI+5G+Fl4qUv
- x9rADCUo3Xfge7AffgyfkgfJQKwt1hW7FPsQVdUMdpiD9zoyQD6kjzHfjn0n9qdYFJFI
- g3R8azPshmew/WN4n0XTWknuIZ1kN3mcClIPUgPMJtYUHUYcAlCNdw1a5S2IwCkYhL/C
- P8lVykyLdCd9PjY+9r+gghnYS6knrdCF92a8d2CfzhCO5JKppJ6sI4+Rx8kvqXTqDqqB
- WkN9g/oDXUffRa+lf8msYvrZ7Wwvp4p+HjsTuxB7G0zggDthJazH3p2DS/AZfEFobMtO
- vKSElJO78e4m+6hTZD85RdWTs+QSdZj8jnxErpJrFEupKQOVQXVSu6kj1Dnq53Q7/Tj9
- BP07+nNmMkux+9mPOS//6+iC6Nboz2MlsQ9j/0ATK4AbR6Yc6mA+tGBvl8M4+Bb24ije
- x3DUBuE8XJTvj4gdhuAfiAIQHbGSfFKLdx25jSwm7eQpchrvl2VZ/kbhQFAKSkuZKDs1
- h1pALaO6qbepbtpGp9PT6Ub6GN6v0u/Q1+hrDMskMQammpkG25llzJN4H2D6mH7mDbaY
- nczWsXPZbnYru51eyL7JvsOt53Zw/dxV7s9oFmfy9/HbcXQuos7+GHX5XxdDUlH6fLgX
- FpIKsgD24GjsJy3Qg9q1iGxBvJZDWqyJXk9XU7moDS/DN1Fbn4R1sJW+C/bHfkUfhndR
- U5Zik91wkCkHB7sXR+dByEUtGrmDgfRAmt/nTfWkuF1o8u02q8VsMhr0STqtmKBWKRUC
- z7EMTRHIrPRUNbvCvuYw4/PU1GRJvKcFM1puymjGqewKV91aJ+ySnmvBoltqBrHm4jE1
- g/GawdGaRHSVQmlWpqvS4wr/rMLjipDGWQ2YfrjCE3KFh+R0rZx+RE4nYNrtxgdclea2
- CleYNLsqw1VdbT2VzRVZmeRUEOFQZmVKhiMIKqnhMExtWYcGFqZKNSrDVk9FZdjiwTSW
- 0d7KlkXh+lkNlRU2tzuEeZg1uwHfkZXZHkY5YZt6kWfRtkgQFjRLqZa7GsJ0SyhMNUtt
- aTPCJk9F2HT/x+Z/sTdSldtvKgxT3qqW1p6qcLB5G4Irsc0S17IduRlzXNgstSnUECab
- RoSQZOxASSVx42uCt7nDFVZ4yj1tPR3NCC7Mbui3Bq2y8Q1DfUO/JWiRmazMU+b1JW7s
- /amsKVlTpLjEbV4fj//4UDz/F2el2Lx+8AOMZ8weBYBICHimoZxh10L5JR4UtkgKWovQ
- cy1CnPAKEexmO8ozNUyhztDeMOud1hLunnNDjLaKuHDNHRX9CotVXoTKQ1i/uUeciCOF
- 9UWPq+dzXK2bPUOf3prTMpLDecXPQSqUBnpUV8Kk5Ua6S1osvdjrNrOnTRrfLnlMkfeY
- K2/KQF6CRpI5rMcFvL7BHXaFMAO9ycwZEVDUNxwnZEcoQmKbIlDhOIU+Kj3/bizOlFSt
- vQLfj0xWJmakuzGVnemqwjdXSbri6nH1TFvU46pytaEyMV45xoLWnlAOIjinAXGC2/GN
- wZBtNNkaCk3EdnKkdvARrN4TwhY6RlrAWM7KGcZKuZm4mNK++oZZDeHuCls4WBHCUUD1
- PVvfED6LmhsKYa28UUlR4nXt5hGZ81HmvHQsL4i3gr5LNzYR6umR2pzT4HGHz/b02Hqk
- +RbnIwTGZgRHMiIgVZEgj5DuenwWI4/bJo+B2+NGsUISpuNQpW9oFPrsX45w4ajc+OQE
- lLZQRrjoa0K4+KsgPPErIVwyKuktCJeizCUSwpP+ewhPvgXhsi9HODgqNwo5BaUNygiX
- f00IT/0qCFd8JYQrRyW9BeEqlLlSQrj6v4dwzS0IT/tyhKePyo1CzkBpp8sIz/yaEK79
- KgjXfSWEbxuV9BaE61Hm2ySEZ/33EJ59C8Jzvhzh20flRiHvQGlvlxGe+zUhPO+rINzw
- lRAOjUp6C8KNKHNIQvjOUYSDtjDcbIe7x5hd+NoN8103QY6eEquDcnYuJCPtxX1XI7MK
- ZuPmugTjIqQapEnkAmxE2orpjUgl1GFMA5RTxWDCWIXP6TA2YHM3zoHUuDt5APkp6LdL
- m3Ma0//fC5sGFtvjMZYOlRRyQ0oMVbiHk64E0EAixiJoMdRJWXiNw71TBXmLeop20duZ
- uUyUzURP/TCXwrXxNXyvkC28r1iJspUDMJdwP0rjG8riZ01CDjoESIIYAbiEJPGYpt+P
- AIMEmObfh9OyTHMzTmMrLMzNyM0r0Lq1fqRyZkfk+u/Zl76YGmFqr+G5BbaejN2YhO+h
- QImSXw7W15AG0kboLfRepld5SBlRRJRcmpIAz3GEEhQKDJTAs2Q7oRmXXqn06jBPz7Je
- HVZQqVhaoWQ4lqgoQgOVzAsREgoq0JXnFEqaRa4vqEtIMJms7FPkKaVFnbDfvf1uPKmw
- 1H1mrh0ettRVtlb8oarCDGWm0rLS2uHS4VJtcRnR6oqL8actztmcnbFOnIEeB3PWFmYG
- Q5uzzSMZNGbQg6GMkbqbxdJSHikvlzQ1QRNRkaQC4qHdtIfQO343tOlDynD58eEz33ud
- eoRqpLYOr6EXfjGVRKI1Mup7ERcGU0rUoDR4MFjUmNCo7aA6Ejq091Nr3Py0hBot5RCc
- iYwzCTH0C8kmSpXsF5g8W3tinsearjB404yWQHqEzD/h7lqMXaz7TOpPnfi32qHPhqBs
- uGxIV5wzXCz1LS936tqgzmxlBYuX8/FmJoOwViGDQAbB44sNG7AHJH9C4fhxfp/Hrb0p
- Sbtd0r6J53hjPA4QanB91b2ryx+MfpccPVmXt3Pmuujqn1BrCLUseFugdkXRwtCm6G+H
- d9P1ngk7H8m3R4uHGzumzn96onP4Gpv05J1rtoVy/BmFzYd2rHoetaIxdpldwX4MDtSU
- 48ESG7uX7GFpJ3EyD5LN7NYkdo5Af9uh1Rq4iQ5aPdGgSKaSky10HlUi5mmtLkWexeJ0
- 7Xd3xAGoHRrpPvYcysqGZAjEIbn7E8Fu8ib5NF6bT2VU5EOCXswnOm2iyNuRY4HOJ4Ri
- aKVZnQ+JOgwEK5dPGIKBdMZDxFKxNCMjHkoZG5pIk0BMnmziSQGtqCtAACcUcDzndvl9
- WnFCodvDJJNx2nPu8/3vRT//y9X3V01KPmd99Fj03Ri88PHzp0l1Gvtx9PKZHQeib0TP
- R6PRHx0K7frkuy/t+xl5nlRe+r08f2bH3pd34Il4tlIKvwkWpecSpaiyqe3+ghqxXdEh
- 8sWCTq2gbfl8qsIhqh0lGVR2oORkCVWSn+7ViTwr2P0pJnuE9AQ9JoeT9zuyVZRjvKqU
- Ly216/lAel+qdbItYJ+e6C+yTJr8Q7IXDx5OkT0gq5SkSxKmV4YHRzEtG0LN0upMxU2o
- WtlD2UOSimlNcS1LK5xgSAFi8ZLCRDeYk21uMLr0buJOgQmUG6wOk5sY3BjgebYEqgzl
- hg04gZpSjRKGk4iGJBLE0UAKJZX0eVJQ/TyTSUE+qqBWj5XwFRpE3e/zS5Fv/LjCCUlE
- s7JufmiPuy1/2YK8OWRgskH90P0Pl7iVfezfn3mpa7XJq07Wpmf6mtKNigk/f+Dxl07v
- 7XmjMXPagV0GO6dJsOcsIUuFTHPWXXNmps95ZV9NTe/wXnsKTW9Sc+WeYE3HD7Y8/mwS
- uYKnrYAnNPQlpg6sYIODwZyDFtJr7hMOm+npgnafnqb1nMPKJzj0Khtvs5lEv47Qfkpr
- dSj9Josdj635E+6V60bQRWxLa4eKi6W5OlZjx4FF8KoNSh9okkRfXFctyKGuumVdVRkT
- fKirGCjMnE/SVfe/0VUZWzDGNRVhjSNYIEFHjRehgKfe+ch0TFy5/vnpuVseXf6Q5Vjy
- n8/84guie8vO1IXfXfhQ37Kn97+/dc3b50nBH/B4aSKLGBTFLtND7Dm06Q5YE8yfoKnW
- zNMcZA7ZWK+gpxIdIggOB5+kpBwmFZudlC0GtDqrU+W3WpKdm90ry2/u/vCVK4BzFX9a
- tMDyZLWa7QolEGJWYd/sGICF8oHSJviwg/jbIGmMTlIFWUE4A5iMJm2B1jNe6haMH6cr
- +Nuj+9ftP3D/lkOkZ07upKPfL3v+vhPRL67+lsz/5N2LP/3JpdeoCeOSZ1COLyY/vrCB
- ZH3xJzIP16ua2GXGiidedjwd9RJ1cO1e4QnrQSfNaqhEVm/Q6BIN+qA6qBcCVjJD9SJ9
- gbxCX7D9SnhP8Y7zV55PTJ94VBe0F3TUXQLrTk180uhILeZ43uh22Hmlw6jy8nvtB+0n
- 7e/aGa8x0WtnLUo1r9X4Ex1+1upPzeb9FovP/5b7QFMcoOErskF7a1heneRFKqdpVE9w
- 8RKHbpj3KvAwLI3HiYRlOCdaIJ2YJOpFhlN7U2ypPnCBw0eSHQoT7wOVQeMjCRqP1Y1Z
- LAaCGfUqQcRAmpbxeSnPzfSM9A1kRROswDUOlwCcge5knImSqdMQnJecbPyggPhw6Ujh
- eEINvFNUqBOvX2Uf2fvw7bn64/xtebPXTpn9avRPxPx74lSlTT/6QB9LPEz1PXfMWjr9
- +8+cbyqsLtmVXW8XiQfPVClSHvWtrnrwRA+RPtrhmEyKltCf4Jg4IQtPu08Gawv104Rp
- igYhpNiiPmTrcxzyH8g4ZVMFBdqYEtAMKlPQzDFcwGFR6hzKxGw+O5u109nG7KwAa81V
- a/wJk31+uyUn9yZF/GyoWEJ6+MrniOfITESNlOGNq2SmJ82arNKmekWfJ9nngzQrBlqV
- xg2JGnWC15HiI35bAOejWueWURxZMRBOWVslDR1foMW11J3i8xcglBKMsgVL1eI0BNnQ
- ybMTzR6hHri7YPyB0uXRi0c/1ZxM8E966I2gjy7sXfdC9BrhT5OKZ7/1cpV39wPnbsuM
- vsmUT/ZM3Xw9//Wuy/ueq/GXPjr3N7Pr/04cJIFkR/ef7Z//5A9eOrZwI5WFeFJ4Yg+k
- RPZCeCgM2vmPGXRXOVqpQLcJ8Q/wNBoexWH3gvgsLa0dHC4dlB0n1LzSslpcT5NwqmkL
- DJ6NJ/Fi0q+9w770OrZNYCsGkr9HQyCIvjGtZLFRbBNoC8Pe1CQ6KpInhg3GG9s6MCA5
- jjfko4dwvC1oYe8O5p3kLnAUw+k5v76L6+RZvZrSm0UHywNnVimtvNUK6oDCaifZ5oAF
- LDZc6rgT/xJ+ZArFR7UUx1RbXEwkl0hacpIKDDcWFo9W8n6ktUZDDFoP2Xhk5uG2K/WZ
- Jx2564OB6UVZtgFykMnpvXv29+Z9f3gW9cyC0kUJxvLxK9qH30BhscclsfcYN64LavzW
- YYFHggW9wh7xCeNzTJ9wQDxkjAivCu8yH2v+R6+eKHAOM6926FQW3mIxUP5Eq03hN1is
- tghR4OowMvvj3syoPsqWMRO3Hz5VkgJnqpbyEd6EKTYBU0q92gdExEAw4mJAazCQ57IU
- ZKC5TNXJ/l2KvALo0GWhcE2OLwAfbMqdefq5PXuewQ9K16N//030OtH9keskiQf23P3Y
- 9f4jV+jL0U+jn0WHoy+QjOu4QAfZ+FhTjzLVuP+4Lejz076ECXQ1w2gEkdIotAq1X5CG
- SKsUrElEsv9g0SVFSCUOzXrZuKG3itZNUoHassHhQZx3I74q3BgWo8mQjeacw+HYesTw
- 7D2s2SHaxC2PDjA5pwr3UfTLNHVs5XCvpNPlsXfpF5kZaB9ySHZwZ5Gil92je0Lfa+hN
- 59JSvf5Cd5W7OrXaPzd1nn9x6hLfWvXahLWaLk9naqe303cguS8ziUazyGYx2UlgNdhM
- drMhS5+dlqhqF3zeQi/lTUlQMhlJ5lfsjiSecWQ/maHK4RUakeIhx51jdZqNZr9pcpqP
- 96dZ8zROvzgZ/NmW3Lz+UVs+9Nlw3MYUi5iSulucgyGqo2TQ0VdFU24qXiGP8kySRfkM
- XqvPrXG6QYGfmQmdiX4Zm44phw7zbHqzm7gSU9zgTtEkCH6lm/i8CiXJYtz43wIMkrV2
- N7EYMZBNuuy4yoGsFTeUQpoDsimSnf8cyYyjOyW5WrwnbtINepPRSSTLr0dj7/OTq4K3
- om9R7yT/qp1bp3T++tRf75lKHWZ9k59Y3F6ZVrfmXHn7e7+9eoEnJ0l9Y+68eXdWpuIq
- mJI+bUPvD3c0tk3Kr64LVqVbkhw5mZWP7bz03tPUP1GXTLGrlIJtxJkz+wcJ2cqzGhIh
- ZUEvYyw20ZxGqbWiGcEvbgEwaAyJtJOm6OtGi8V63b1kxJMabioezJEWxLhdyUFLhbuh
- IXH4imxg0FZpsSOjvqNvPPoKBX0vHjniM+QlJOudU/3rG3ftYhujb+8erixKUhFqh0LY
- sIQ6v1u2ayqc4H9icgDtYzC7nJwnFCyBNqqNXsJtZrawB6GPEvCrJFXJTGe/zWxlLzCv
- ssK0tFVp0g4Vp/QSSefxM3gktnwAF2gXEyEPnaTpZTqKUPjfgIeCyRy3DDfxhOUYmhCW
- ojka8BuVUpA6fow6TSSrvfEEOcZZ4nvZDz4Y2c3iXrYUd7M6efboivna7Ayx7kotH48y
- ZsxaG/RSAR1NMxDATTT6B7c0jnueYzibR9stLh4uLo7vk0dbZnkxA3+41UVXoGlFkoLg
- Vpe8T5JJxvno0rPR1UzO9V667dqbiBCRziLY/ZhSE1dwfTVzWIFQkip+mmoz3SNsUr5G
- DdKv8BeFV5QXVarFfIfQqmxXdfFrhS7lWtUmvkellOpS1fQa+AZLz0szpqHHx5SQEmYn
- 2clwCobQKopmOTWejwhKFc0rNYgRz3L7BJoZVFKKQRWQfWpLgoS5pU6UNv5yp+LhaNfw
- AABRw12MhJCaRWx4/LqsU6tV7GYxA384XAMK/FaojJBtwSQdutw8x7BSRY5XCAoljuy2
- oEbHMLRKjd2WHyWbEf7N4rpBMyudHAjrxPNyYvM6cXA0RzoyWLFiBTpVNqrAJmGpQjjf
- /fmbr/3i1wPRi2cu//JM9KcI6QA98/opuvram/Sk6z9BQNHOGaLTZF9IWmFeC97bY9hi
- Pmimec7EFelqdA26Jfwaeg2/Xd+LJ1u9hr3GvaY+6DOKNTDDUG26aGAq2FdYajN7AA6Q
- g2yfiU1NY80GkxHXf4NalegQNNKCZLQhoJJOmAzmY+qdRlyX3oprMKpe7RXzLUDGlyeE
- ON+SYy4rLUVFLCYIXVBnMIDRuExnMplZQiTlNuPhigSNFAkYIwp5uSuIdHpSwNEUT8kG
- ZrzkYBZOmEwmIDI07b7ge2hB+Xe6v+MLJOeki/k5IjtZE+18nTgJk7Mkuiv66QvRxQOc
- 8GwC5zYLj6UydaiKD0pYyVesFf8D8O8u6S9p6OODDyqgSv5HwXT8z8Bt+I8G6X8Dc2Ee
- hKAR7sJakkYTuQkOT9ugpnHG7Km1GTWtS7taO9sXtsg15GIMbkdqRlqO1I30CNLTSGGk
- s0iXkD5A+rPULJKI5ELKRQoi1SM1Iy2PjVyA12ia4NnirXz5GF7yoG6uL0l3M79wDL9o
- DC9jddP7lowpbx/DS9/hb27/3jH8fWP4lWP4VWN4+f94N72/a0z5mjH8Won/PxbFdEAK
- ZW5kc3RyZWFtCmVuZG9iagoxNDQgMCBvYmoKNjc3MAplbmRvYmoKMTQ1IDAgb2JqCjw8
- IC9UeXBlIC9Gb250RGVzY3JpcHRvciAvQXNjZW50IDc3MCAvQ2FwSGVpZ2h0IDcxNyAv
- RGVzY2VudCAtMjMwIC9GbGFncyAzMgovRm9udEJCb3ggWy05NTEgLTQ4MSAxNDQ1IDEx
- MjJdIC9Gb250TmFtZSAvSFpLUkNNK0hlbHZldGljYSAvSXRhbGljQW5nbGUgMAovU3Rl
- bVYgMCAvTWF4V2lkdGggMTUwMCAvWEhlaWdodCA2MzcgL0ZvbnRGaWxlMiAxNDMgMCBS
- ID4+CmVuZG9iagoxNDYgMCBvYmoKWyA2NjcgNjY3IDcyMiAwIDAgMCAwIDAgMCAwIDAg
- MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgNTU2CjAgNTAw
- IDU1NiA1NTYgMCA1NTYgMCAyMjIgMCAwIDIyMiAwIDU1NiA1NTYgMCAwIDMzMyA1MDAg
- Mjc4IDAgNTAwIDcyMiAwIDUwMApdCmVuZG9iago3MiAwIG9iago8PCAvVHlwZSAvRm9u
- dCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jhc2VGb250IC9IWktSQ00rSGVsdmV0aWNhIC9G
- b250RGVzY3JpcHRvcgoxNDUgMCBSIC9XaWR0aHMgMTQ2IDAgUiAvRmlyc3RDaGFyIDY1
- IC9MYXN0Q2hhciAxMjEgL0VuY29kaW5nIC9NYWNSb21hbkVuY29kaW5nCj4+CmVuZG9i
- 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
- agoxNDkgMCBvYmoKPDwgL1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9D
- YXBIZWlnaHQgNzE3IC9EZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTk1
- MSAtNDgxIDE0NDUgMTEyMl0gL0ZvbnROYW1lIC9aWFZXT1MrSGVsdmV0aWNhIC9JdGFs
- aWNBbmdsZSAwCi9TdGVtViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDU0MCAvRm9u
- dEZpbGUyIDE0NyAwIFIgPj4KZW5kb2JqCjE1MCAwIG9iagpbIDI3OCAwIDAgMCAwIDAg
- MCA2NjcgMCA3MjIgMCA2NjcgMCAwIDAgMjc4IDAgMCA1NTYgMCAwIDAgNjY3IDAgNzIy
- IDAgNjExCjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDU1NiAwIDUwMCAwIDU1NiAwIDU1
- NiA1NTYgMjIyIDAgMCAyMjIgMCA1NTYgNTU2IDU1NgowIDMzMyA1MDAgMjc4IDU1NiA1
- MDAgNzIyIDUwMCA1MDAgXQplbmRvYmoKMjYgMCBvYmoKPDwgL1R5cGUgL0ZvbnQgL1N1
- YnR5cGUgL1RydWVUeXBlIC9CYXNlRm9udCAvWlhWV09TK0hlbHZldGljYSAvRm9udERl
- c2NyaXB0b3IKMTQ5IDAgUiAvV2lkdGhzIDE1MCAwIFIgL0ZpcnN0Q2hhciA1OCAvTGFz
- dENoYXIgMTIxIC9FbmNvZGluZyAvTWFjUm9tYW5FbmNvZGluZwo+PgplbmRvYmoKMTUx
- IDAgb2JqCjw8IC9MZW5ndGggMTUyIDAgUiAvTGVuZ3RoMSA3MzU2IC9GaWx0ZXIgL0Zs
- YXRlRGVjb2RlID4+CnN0cmVhbQp4Ab1Ze3hTVbZf+7xymrRpkjbvpElIk/T9pKWlHRpK
- UlqehfJokEJTWmiRasVarQq3MDhIQUZEHqKfDjiXp9hD2wsBBi4iisw4I77wcb13dASH
- 69iPmXvF6wBN7jonpVJm9OMPP/fO2nutvfZj7d9eZ5+zd9qXP9AEcdAFNFTPC7YtBimY
- /4rZm4tag21RWfMJ5qsXdbTbozKbAkAvW9y2pDUq808DyK1LlnUOtU94CIC3NDcFG6N6
- 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
- d6HqCmVuZHN0cmVhbQplbmRvYmoKMTUyIDAgb2JqCjQ1MjIKZW5kb2JqCjE1MyAwIG9i
- ago8PCAvVHlwZSAvRm9udERlc2NyaXB0b3IgL0FzY2VudCA3NzAgL0NhcEhlaWdodCA3
- MzcgL0Rlc2NlbnQgLTIzMCAvRmxhZ3MgMzIKL0ZvbnRCQm94IFstOTUxIC00ODEgMTQ0
- NSAxMTIyXSAvRm9udE5hbWUgL1NWTk9RUStIZWx2ZXRpY2EgL0l0YWxpY0FuZ2xlIDAK
- L1N0ZW1WIDAgL01heFdpZHRoIDE1MDAgL1hIZWlnaHQgNzE3IC9Gb250RmlsZTIgMTUx
- IDAgUiA+PgplbmRvYmoKMTU0IDAgb2JqClsgNjY3IDAgMCAwIDAgMCAwIDAgMCAwIDc3
- OCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgNTU2IDU1Ngow
- IDAgMCAyMjIgMCAwIDAgMCA1NTYgMCA1NTYgMCAwIDAgMjc4IDAgMCAwIDAgNTAwIF0K
- ZW5kb2JqCjgyIDAgb2JqCjw8IC9UeXBlIC9Gb250IC9TdWJ0eXBlIC9UcnVlVHlwZSAv
- QmFzZUZvbnQgL1NWTk9RUStIZWx2ZXRpY2EgL0ZvbnREZXNjcmlwdG9yCjE1MyAwIFIg
- L1dpZHRocyAxNTQgMCBSIC9GaXJzdENoYXIgNjkgL0xhc3RDaGFyIDEyMSAvRW5jb2Rp
- bmcgL01hY1JvbWFuRW5jb2RpbmcKPj4KZW5kb2JqCjE1NSAwIG9iago8PCAvTGVuZ3Ro
- IDE1NiAwIFIgL0xlbmd0aDEgODU1MiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+PgpzdHJl
- YW0KeAG9Wnt81NWVP/f3npk8Zibzfg+TmcnkSRJIMiaSIcyEJJAYCEIGiSSBQEJJjRii
- UGGjQIGIVEQeRdcW7UKAUoYkxQGKS10QbW1Fq2hdutWKlvppPnZ3tesiM7Pn95skAp/W
- 5Q8//d25j3PPfZz7veeee3/3N72rVndAKvQDDY0L23qWgfQ4WgGIsKS7rSdJq69iPLCk
- r9eRpNksAHrlsp7l3UlaeApAbl2+cs1Y/YwnAFJ6Ojvalib5cB3jkk7MSNJkCsaZnd29
- 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
- LbT0H4Qb6vfdwl8j0v8Hi9yqjgplbmRzdHJlYW0KZW5kb2JqCjE1NiAwIG9iago1NDIy
- CmVuZG9iagoxNTcgMCBvYmoKPDwgL1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQg
- NzcwIC9DYXBIZWlnaHQgNjg0IC9EZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJv
- eCBbLTk1MSAtNDgxIDE0NDUgMTEyMl0gL0ZvbnROYW1lIC9JRU1WRFgrSGVsdmV0aWNh
- IC9JdGFsaWNBbmdsZSAwCi9TdGVtViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDUx
- MyAvRm9udEZpbGUyIDE1NSAwIFIgPj4KZW5kb2JqCjE1OCAwIG9iagpbIDY2NyAwIDAg
- MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDcyMiAwIDAgMCAwIDAgMCAwIDAgMCAw
- IDAgMCAwIDAgNTU2CjAgNTAwIDU1NiA1NTYgMCAwIDU1NiAyMjIgMCAwIDAgMCAwIDAg
- NTU2IDAgMCAwIDI3OCAwIDUwMCAwIDAgNTAwIF0KZW5kb2JqCjMxIDAgb2JqCjw8IC9U
- eXBlIC9Gb250IC9TdWJ0eXBlIC9UcnVlVHlwZSAvQmFzZUZvbnQgL0lFTVZEWCtIZWx2
- ZXRpY2EgL0ZvbnREZXNjcmlwdG9yCjE1NyAwIFIgL1dpZHRocyAxNTggMCBSIC9GaXJz
- dENoYXIgNjUgL0xhc3RDaGFyIDEyMSAvRW5jb2RpbmcgL01hY1JvbWFuRW5jb2RpbmcK
- Pj4KZW5kb2JqCjE1OSAwIG9iago8PCAvTGVuZ3RoIDE2MCAwIFIgL0xlbmd0aDEgOTc5
- NiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeAG9Wgt0k1W23ud/59E0SfNu
- 0ySkSZq+W6C0tNBQ+uLRWihCi1TbQqHloYCliHfgVgWRoigiL/Gq+OBR1IbSkQDiZRgU
- cBwFZwR1nBkdccbrsouZuTgPIcnd50/pQNeMi7uWa/4/+5yzz3Of7+yzz+NPx/IVrRAH
- XcBC7ezmpfNBflJOAZCuuUual8b4BOqtndvZ4YzxfCoAu3j+0gVLYrz0FIDSvmDxqsHy
- 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
- xTCeSndj+XnDeBmbG+pvH5ZOv5PeWF7+v9UN+e8eln7PMH75MP7eYbz8/6kb6lsxLJ3e
- h93Y/sph/CrK/x/mT+5xCmVuZHN0cmVhbQplbmRvYmoKMTYwIDAgb2JqCjYzMDYKZW5k
- b2JqCjE2MSAwIG9iago8PCAvVHlwZSAvRm9udERlc2NyaXB0b3IgL0FzY2VudCA3NzAg
- L0NhcEhlaWdodCA3MTcgL0Rlc2NlbnQgLTIzMCAvRmxhZ3MgMzIKL0ZvbnRCQm94IFst
- OTUxIC00ODEgMTQ0NSAxMTIyXSAvRm9udE5hbWUgL0haS1JDTStIZWx2ZXRpY2EgL0l0
- YWxpY0FuZ2xlIDAKL1N0ZW1WIDAgL01heFdpZHRoIDE1MDAgL1hIZWlnaHQgNjM3IC9G
- b250RmlsZTIgMTU5IDAgUiA+PgplbmRvYmoKMTYyIDAgb2JqClsgNzIyIDY2NyA2MTEg
- MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
- IDU1NiAwIDAKNTU2IDU1NiAwIDAgMCAyMjIgMCAwIDIyMiA4MzMgNTU2IDU1NiAwIDAg
- MzMzIDUwMCAyNzggNTU2IDUwMCA3MjIgMCA1MDAgXQplbmRvYmoKODcgMCBvYmoKPDwg
- L1R5cGUgL0ZvbnQgL1N1YnR5cGUgL1RydWVUeXBlIC9CYXNlRm9udCAvSFpLUkNNK0hl
- bHZldGljYSAvRm9udERlc2NyaXB0b3IKMTYxIDAgUiAvV2lkdGhzIDE2MiAwIFIgL0Zp
- cnN0Q2hhciA2OCAvTGFzdENoYXIgMTIxIC9FbmNvZGluZyAvTWFjUm9tYW5FbmNvZGlu
- Zwo+PgplbmRvYmoKMTYzIDAgb2JqCjw8IC9MZW5ndGggMTY0IDAgUiAvTGVuZ3RoMSA5
- ODU2IC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4Ab1aC3hURZY+dd/9SKe7
- k353p/vS6e68nxDSJJAm5MUrBlBIkEgSCCSRKI8QxBU2vAQCgog8FFdFHZ4yaZIMNCIu
- 4wQRx1FwFBXdGR3Rcf0my+yszjpAuvfc2yEC34wf+31+c2+fqjpVdatO/XVOPbtt8dJG
- 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
- vWsaip/peMabnJCZos3J1LJjNOG2t4mTMJnzw9vCf/p5eF4vJ7wUw4lm4clEphJVcbWE
- lfxEGvGu+O89OozE9ZV8S10CZfLd8yS8974HpsMMqIGZMAtzSNpM5M856UymfMaEiZVV
- qRWNC9ob25rn1Ms55GR0JiFVIzUhPYS0AQknJ7zhB7zHB3gT6SOkr5G+x6IFJDNSElI+
- UkVk8MF0GAoTPH+6lS++jS+9jS+/jZekvLm8Obfxc2/jZbxuqr/5tvQHbuMX38YvuY2X
- /4t1U3ntt6Uvu41fLvH/B2Ta6PIKZW5kc3RyZWFtCmVuZG9iagoxNjQgMCBvYmoKNjQx
- MQplbmRvYmoKMTY1IDAgb2JqCjw8IC9UeXBlIC9Gb250RGVzY3JpcHRvciAvQXNjZW50
- IDc3MCAvQ2FwSGVpZ2h0IDY4NCAvRGVzY2VudCAtMjMwIC9GbGFncyAzMgovRm9udEJC
- b3ggWy05NTEgLTQ4MSAxNDQ1IDExMjJdIC9Gb250TmFtZSAvR1dKS05QK0hlbHZldGlj
- YSAvSXRhbGljQW5nbGUgMAovU3RlbVYgMCAvTWF4V2lkdGggMTUwMCAvWEhlaWdodCA1
- MTMgL0ZvbnRGaWxlMiAxNjMgMCBSID4+CmVuZG9iagoxNjYgMCBvYmoKWyA2NjcgNjY3
- IDAgMCA2NjcgMCA3NzggMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
- MCAwIDAgMCAwIDAgMAo1NTYgMCA1MDAgNTU2IDU1NiAwIDAgMCAyMjIgMCAwIDAgMCA1
- NTYgMCAwIDAgMzMzIDUwMCAyNzggMCA1MDAgNzIyIDAgNTAwCl0KZW5kb2JqCjM2IDAg
- b2JqCjw8IC9UeXBlIC9Gb250IC9TdWJ0eXBlIC9UcnVlVHlwZSAvQmFzZUZvbnQgL0dX
- SktOUCtIZWx2ZXRpY2EgL0ZvbnREZXNjcmlwdG9yCjE2NSAwIFIgL1dpZHRocyAxNjYg
- MCBSIC9GaXJzdENoYXIgNjUgL0xhc3RDaGFyIDEyMSAvRW5jb2RpbmcgL01hY1JvbWFu
- RW5jb2RpbmcKPj4KZW5kb2JqCjE2NyAwIG9iago8PCAvTGVuZ3RoIDE2OCAwIFIgL0xl
- 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
- YW0KZW5kb2JqCjE2OCAwIG9iago1MTUyCmVuZG9iagoxNjkgMCBvYmoKPDwgL1R5cGUg
- L0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9DYXBIZWlnaHQgNzE3IC9EZXNjZW50
- IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTk1MSAtNDgxIDE0NDUgMTEyMl0gL0Zv
- bnROYW1lIC9JRU1WRFgrSGVsdmV0aWNhIC9JdGFsaWNBbmdsZSAwCi9TdGVtViAwIC9N
- YXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDYzNyAvRm9udEZpbGUyIDE2NyAwIFIgPj4KZW5k
- b2JqCjE3MCAwIG9iagpbIDY2NyAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
- IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA1MDAKNTU2IDU1NiAyNzgg
- MCAwIDIyMiAwIDAgMjIyIDAgMCA1NTYgMCAwIDAgMCAyNzggMCA1MDAgNzIyIDAgNTAw
- IF0KZW5kb2JqCjY3IDAgb2JqCjw8IC9UeXBlIC9Gb250IC9TdWJ0eXBlIC9UcnVlVHlw
- ZSAvQmFzZUZvbnQgL0lFTVZEWCtIZWx2ZXRpY2EgL0ZvbnREZXNjcmlwdG9yCjE2OSAw
- IFIgL1dpZHRocyAxNzAgMCBSIC9GaXJzdENoYXIgNjUgL0xhc3RDaGFyIDEyMSAvRW5j
- b2RpbmcgL01hY1JvbWFuRW5jb2RpbmcKPj4KZW5kb2JqCjE3MSAwIG9iago8PCAvTGVu
- Z3RoIDE3MiAwIFIgL0xlbmd0aDEgMTQ4MjQgL0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4K
- c3RyZWFtCngBvXt5fFTV9fi9b581s+9rJjOTyb6QQEggY8jGkghEIUGCCRAICMoalgrf
- qCASEQVkEaiKC6uaIaQwgFhKg4i1ClaxIlqtaG2/prb9obXAvPme+yZEyK/txz/66byc
- u7/37j3n3LPdl0ULFrcgFWpHNBo7qXneDCT9CnciRI+ZNrd5XqKunwz5W9PaFnkSdTYV
- +ufMmDdzbqIuPImQ3DlzzrK++w3tCHnbW1uapyf60XXIC1uhIVHHgyBPaZ27aGmiruuG
- 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
- AjgAMgBK4n0/mBvqL2PkGVCHsbf05wyo5w6oDx1Qv21AvWxAfcSAevmAesWAeuWAetWA
- Ohjwt8x3zID62AH18QPqdQPqdwyoE0rfjK+pA+rTBtSnD6hLfHsTvmcM6J85oN46oD5r
- QH32gPqcAXXpfx5vet+9A/rvG1CfN6C+YEB94YC69D+NNz1/8YD+tgH1JQPqSwfUl5H6
- /wGSNy0VCmVuZHN0cmVhbQplbmRvYmoKMTcyIDAgb2JqCjk4OTMKZW5kb2JqCjE3MyAw
- IG9iago8PCAvVHlwZSAvRm9udERlc2NyaXB0b3IgL0FzY2VudCA3NzAgL0NhcEhlaWdo
- dCA3MTcgL0Rlc2NlbnQgLTIzMCAvRmxhZ3MgMzIKL0ZvbnRCQm94IFstOTUxIC00ODEg
- MTQ0NSAxMTIyXSAvRm9udE5hbWUgL0NVV0ZNTytIZWx2ZXRpY2EgL0l0YWxpY0FuZ2xl
- IDAKL1N0ZW1WIDAgL01heFdpZHRoIDE1MDAgL1hIZWlnaHQgNTQwIC9Gb250RmlsZTIg
- MTcxIDAgUiA+PgplbmRvYmoKMTc0IDAgb2JqClsgMjc4IDAgMCAwIDAgMCAwIDAgMCAw
- IDAgMCAyNzggMCAwIDAgNTU2IDU1NiAwIDAgMCAwIDAgMCAwIDAgMjc4IDAgMCAwIDAK
- MCAwIDY2NyA2NjcgNzIyIDcyMiA2NjcgNjExIDc3OCAwIDI3OCAwIDAgNTU2IDAgMCAw
- IDY2NyAwIDcyMiA2NjcgNjExIDAgMAowIDAgMCAwIDAgMCAwIDAgMCAwIDU1NiA1NTYg
- NTAwIDU1NiA1NTYgMjc4IDU1NiA1NTYgMjIyIDIyMiAwIDIyMiA4MzMgNTU2CjU1NiA1
- NTYgMCAzMzMgNTAwIDI3OCA1NTYgNTAwIDcyMiA1MDAgNTAwIF0KZW5kb2JqCjE5IDAg
- b2JqCjw8IC9UeXBlIC9Gb250IC9TdWJ0eXBlIC9UcnVlVHlwZSAvQmFzZUZvbnQgL0NV
- V0ZNTytIZWx2ZXRpY2EgL0ZvbnREZXNjcmlwdG9yCjE3MyAwIFIgL1dpZHRocyAxNzQg
- MCBSIC9GaXJzdENoYXIgMzIgL0xhc3RDaGFyIDEyMSAvRW5jb2RpbmcgL01hY1JvbWFu
- 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
- F9xbGkqe7XzWnZack66ZnKPhZqqH298mNsLmrBrePfznl4ebBnjxZ7G8wyQ+mcJWIlwP
- Sb5W/kUa8ZvHP/rFYmIKfmsplb+ezMcvN4thCdRAEJZhDsEvOtF3GR6/ccPcQMVif01G
- WeOajsb2lhX1conRVouQKUPCb+TQjHQ/kvT9vBupBwlfJ+BNpA+RriB9Gxn5IQ9jPMH3
- p/FyYIK8YoK8coIsj/Om9lom5N8zQV43QZa//d9Uf/2E/I4J8kZJ/j/A+oaKCmVuZHN0
- cmVhbQplbmRvYmoKMTc2IDAgb2JqCjUzMDcKZW5kb2JqCjE3NyAwIG9iago8PCAvVHlw
- ZSAvRm9udERlc2NyaXB0b3IgL0FzY2VudCA3NzAgL0NhcEhlaWdodCA2ODQgL0Rlc2Nl
- bnQgLTIzMCAvRmxhZ3MgMzIKL0ZvbnRCQm94IFstOTUxIC00ODEgMTQ0NSAxMTIyXSAv
- Rm9udE5hbWUgL0lFTVZEWCtIZWx2ZXRpY2EgL0l0YWxpY0FuZ2xlIDAKL1N0ZW1WIDAg
- L01heFdpZHRoIDE1MDAgL1hIZWlnaHQgNTEzIC9Gb250RmlsZTIgMTc1IDAgUiA+Pgpl
- bmRvYmoKMTc4IDAgb2JqClsgNjY3IDAgMCAwIDY2NyAwIDAgMCAwIDAgMCAwIDAgMCAw
- IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAKNTAwIDU1NiA1NTYg
- MCAwIDAgMjIyIDAgMCAwIDAgNTU2IDAgMCAwIDAgNTAwIDI3OCA1NTYgNTAwIDAgMCA1
- MDAgXQplbmRvYmoKNDYgMCBvYmoKPDwgL1R5cGUgL0ZvbnQgL1N1YnR5cGUgL1RydWVU
- eXBlIC9CYXNlRm9udCAvSUVNVkRYK0hlbHZldGljYSAvRm9udERlc2NyaXB0b3IKMTc3
- IDAgUiAvV2lkdGhzIDE3OCAwIFIgL0ZpcnN0Q2hhciA2NSAvTGFzdENoYXIgMTIxIC9F
- bmNvZGluZyAvTWFjUm9tYW5FbmNvZGluZwo+PgplbmRvYmoKMTc5IDAgb2JqCjw8IC9M
- ZW5ndGggMTgwIDAgUiAvTGVuZ3RoMSAxMzk3MiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+
- PgpzdHJlYW0KeAG9e3l4VNXZ+Dl3nzWz72smM5PJvpCQkEAuIRtLIhCFBAkmQCBBUEAI
- YoUvKotERBFZBKviwq4ZIIUBxFIaRKxVsIoV0WpFa/szn21/aFWYme89d0KEPNbHP/p0
- bt6z37O873ve5ZybRQsXtyIV6kQ0Gj+lZf4sJP3ytyBEXZ0xr2V+Iq8fB/EbMzoWeRJ5
- NhUheu6s+bPnJfLC4wjJnbPnLu1/39CGkOvJttaWmYl6dBXiwjYoSOTxEIhT2uYtujuR
- 1/VAvGXunTP66w0WyNfNa7m7f3x0EfKeO1rmtSba5y+COGX+nXeRGH75DATz5y9s7W+P
- G2B+byEMpQF0J5Kh2xGPKKSBpwkh/gu5EzFQS+rhNzNDseG2pNKvkVaQ8rfVPiLFr3pf
- Pv9t69WgYr3wHRTIrrUnMReKhRBSYqjvU6wfqJHegyAQQfXpETQaoAygACA9faQFdeId
- 6FGAZwBo1I4fQksB1gA8AcAMpHZD7gh+6AAjiEfxUmTDY0QF477ZYHVb5Ar32xHM9Tzl
- ft/y6TFsBep9gq0HVEg2Uo6fwU+jmciNX0B+fA+qQal468HQXHczVO1G8wE6AWgpxHj3
- AVee+xWcgfwMhncCyMXgQ+6/5Ga6P8uNUPiA+2QwwkD0GxfkxCT3CedT7l87Z7tfAdib
- qNoTghaH3Ludc90bXBG89YD7MWcEwzvrE9FiJ7x6yD0vtMk9M1eqH7cpQu094C6G+kmi
- wl1Y5HUXOC+5s4MRAUM+0znOnZb7e3cKvAjNPNCpX9S6Hc4N7mFQ5XJWBocBHMN78DaU
- hrcd8I9xH4UkLPfg6FDRpgj+xcGa1Fx/BN8jFtakbgrVBP2hcW5/qCoYhPSk1/gV/K38
- SD6PT+dT+QDv5e28QdAJGkEtKAW5IAh8BO87UObmjuG9qAzQsvegwAlsBL8Ehcwx/KJU
- +OJhgREoAQmGSPxjYF6MDBG8t0dDUpA4xEkpLoJfPJgoelF0A49ixEgVGoqkIYAQUVig
- 0BgUxg9HOLTS1FFmKdON0BZXVfy7oFmquRam//ufBTvDm8bWN4T3OBvDeSQRdzZea265
- lvi38aLFUNVanp4+duLSgx3z58yqbPVVNvsqWwGaww91tFnCndM9nv1z5pMKT5gONE+f
- 0UbiltbwfF9rRXiOr8Kzv0N6b1D1LFLd4avYj2ZV3tywf5bYWnGgQ+yo9LVUNB6cXr6w
- 6Yax1gyMtbD8R8YqJ50tJGNNl94bNFYTqZ5OxmoiYzWRsaaL06WxyOIr2+vL71oE3Omp
- bB/rCafWh0dPmNIQ9rQ0VkTwDiisWIzYE0jDHkepbCeyMdnIjVD8fYALJI7dEv+cPY00
- sXnxf9AlQNQjBKhYWSk6gR5G21A34tAuSKeiaWgLOoPnwN6einrQeexCWSB7GRRB49Ab
- OB4/h2ah56H9InQSbUT7kRLemYeMULsO++P3QF6E9HS0Iv4sSkFFaBU6joqh13WoL747
- fhBqJ6Jb0B60F97/HfZR+xl9/KX4JSSgCdDnCqg5Fx8X70Y6lIHK0XgoXYFewX76QrwN
- WVAJzO5J9DTajn6DvsT34554W7wjfjb+CbCqBTlQPTzLcA/+hO5mVsWfjP8tHgNMpKI0
- GLUZbUDPQf/d8JwA0VqJb8eL8Aa8kRKp+6keZiVrjkUBDyFUDU8NSOUHAQNHUC/6J/oO
- f0VZaA29iD4VL4j/f6RAY2GVZCWtqAOe1fCsgzUdwxzOwaPweLwMP4434j9QadQtVAO1
- hLqb+pyuo6fSS+k/MHcxB9i17BZOEfs6fix+Ov4uMiMnuhUtRMthdSfRWXQZfY9p6MuB
- /bgEl+Np8HTibdQRvB0focbjE/gstQf/CX+Kv8JXKJZSUkYqnVpEbaD2UiepN+l2eiP9
- BP0n+mtmBEux29nPOD//QWx6bE3szXhJ/JP4tyBiBeQFypSjOnQbaoHVzkdD0P/AKl6E
- pxuo1otOoTPS8yl2oD70LWABYR224TxcC08dvgnPwu34KXwUnlekuXxDASEoGaWlzJSD
- qqemU/OoTupdqpO202n0GHoK3Q3Pa/R5+gp9hWEZPWNkqpnRaC0zj9kKzw5mF3OAeYst
- ZkewdewktpNdw66lZ7Dn2PPccm4dd4D7ivs7iMVx/J38WqDOGeDZ3wAv//BjcArMPg/d
- gWbgCjwdbQJqbMctqAu4ayZ+EPA1H6XGm+jldDWVA9zwCvoFcOtWtAytoaei7fE/0nvQ
- e8Apc6HLTrSTKUdOdjNQ536UA1zU/4ihtFBqMOBP8SV7PSDyHXab1WI2GQ16nVajUirk
- MoHnWIamMMqo9FU1e8KB5jAT8NXUZJK8rwUKWq4raIat7AlX3dgm7CHvtUDVDS1FaDlr
- UEsx0VIcaIk1nlJUmpnhqfR5wr+v8HkieMqEBkg/XOFr9IT7pHStlH5USqsg7fXCC55K
- S1uFJ4ybPZXhqo62rsrmiswMfEQEdMgzM4jgEJGCdBxGo1qWgYBFo0iLyrDNV1EZtvog
- DXW0v7JlZnj8hIbKCrvX2whlUDSxAcbIzGgPwzzRQ8qZvpkPRUQ0vZmkWqY2hOmWxjDV
- TPrSpofNvoqw+Z7PLD9kr6Uq115XGab8VS2tXVVhsfkhQC7JNpNcy1rIja33QLfUysaG
- MF7ZPwkyxzkwUzLdhE7wN8/xhGW+cl9b15xmQC6a2HDAJtok4RtG4xsOWEWrlMnMOGJZ
- XuKF1R/JHJk5ksQlXsvyRPyXBxLlb58gsWV578cQj504gABMMOAbDfMMe2ZIg/hgskUk
- aC1CXTOKAE/wa8SwzHaYz6gwBTxD+8Osf3RLuLP+2jTaKhKTa55TcUBmtUlKqLwR2jd3
- aYYBpaC9xufp+hq0dbOv78sbS1r6Szi/5mtEKgmhB3gljFuupTuIsvTDqtssvjZC3w6J
- ppD3WSqvK4A8QQ2Zc9gACnx8gzfsaYQCsCYzxkaQbHzDfozXNUZwfGUEVTiPgI1K3zYN
- qjMIq7VXwPiQycyAgjQvpLIyPFUwchXhFU+Xp2v0zC5PlacNmInxSzFUtHY1ZgMG6xsA
- T+hmGFFstA8kWxsbh0E/2aQfeAWadzVCD3P6e4BYKsqOQqOcDFCmdGB8w4SGcGeFPSxW
- NAIVgH1PjG8InwDObWyEVrkDM4UZL2u39M85D+acmwb1+YlewHbphC4au7pIn/UNPm/4
- RFeXvYvst0Q+gtHgArG/IIJIE4LyCO4cD+9C5PPaJRp4fV6YViPB6RBg6WscBTb7T2O4
- cGDe8OZQmG2hhOGi/xCGi38Ohof9LAyXDMz0BgyXwpxLCIaH//cwPOIGDJf9NIbFgXnD
- JEfCbEUJw+X/IQyP+jkYrvhZGK4cmOkNGK6COVcSDFf/9zBccwOGR/80hscMzBsmORZm
- O0bC8Lj/EIZrfw6G634Whm8amOkNGB4Pc76JYHjCfw/DE2/AcP1PY/jmgXnDJG+B2d4s
- YXjSfwjDk38Ohht+FoYbB2Z6A4anwJwbCYZvHcCwaA+j6+Vw5yCxi/7jgnnqdSgHS4nV
- oXKqGBznYrSHuQuJAL3sJOQC2Ax+2BSAFyDdzXyKurliNAPanYE2T5IyqOuB9ESADnDI
- SyAuAqgBGA6wAp8mEL8A8RpuD1pBygBIuw5qD1oD75CxzZDvhLQC+tORGMAIU7t2pqQE
- T+cVyHvQFOLi/+iP6i+lwf/76R8LvfHgUciQHHwjOHaSmqv6X1JDnNSf/vFIg7Tg8emR
- AaqNyAT+EDlfsyIbsoNX54S0C/w4D3gsycgHfqVf6mYIeCyz0DvgK62i5NRW6iot0gsZ
- G5PHTGHC7DCO4e4Ab2GqEBDelLlk42SrZLvkKfJO+beKOYqw8lHlx6phqrPq5epIUh30
- R4EvhJiz4EPTsJayxPmYkA1GDICgiSB0FoDkIU1fjCAGAEGav4iOwhsITUo/Cr2wEOfk
- 5mu92iBAObMucvXP7PHvR0WY2itw1gLY3hM7izvRBaRGmaIJ+dTymYJcYzbb+CHymUiw
- Js1otaTXaS7Xlkb76ipbKz5HZbV97/Tl5pgLhxYWDAkEfQX5RgPH76l0JGFq3vnmjnPK
- WzLTeAV/4fUlPYTIMAsx/j7jYLcA3h1ogWhezeIqwViQxDoKeJWuiL7TUqRwVTs1Hb2W
- d/qifaisrwwGGLVUHILsqgD22wIyPxswqS2pQBNdKrYLkNJwkDIrjalYT0FglTtSkZaB
- gJxRYBJIv/vgCNNs0mp4yusJBrRDhuq8ukLtEMqXTGkNZlM+Ld7bPHl57M+x2PL2sg5c
- 0LXj7hef3pBd8xK75bP9sTdiF38d+9+Pj+GSy9246vvPvsUTL+OS2LuxDz9Y+TuyNgye
- KaLeZR8DfvPtF3AE54tKhuGVDL+JRfJqGVlU77vRYlRWdvn3uTn6ghF4aL7Wp+397dbA
- uhP0N136xh3f30F/A33RwFeIHQ40pyTOvSCOr8ENuA3TD9KbmS3y3fKILCLnUuUY8RyH
- KUEmg0COeBavxTTjMcjlfh2UGVjWr4MGCgVLy+QMx2IFhWlEuXghghtFGbiCnExOs5Db
- JepUKiA2+xR+Sm5VqrZ7106Dky5r3WVLbTRqlQheVWFBZebSstLaaGm0VFtchrW64mL4
- 0xZnr85KX6YZCxYrc8IeZnobV2dZ+gtoKKB7G9P7267WlJbyALk5uKkJNWEF1udjH+2l
- fZhe96e+lZ9Qxgsbo8eefoN6lJpCrYkuoWd8PwpHYjXSDtgMeGEgJYf9mIruF4umqKZo
- 51BzVHO091BLvPxoVY2WcgruJMatBxwGBZeZUriCApNrb0/K9dnSZEZ/qskaSovg2w56
- O2bBEusuk/XUab6p7bsMHBct69MVZ0eLydok1tNZbKxg9XMB3sKkY9YmpGMksdV998EK
- cB5h/mDA59Vel6S9HuJ38xxvSsQhTPUur7pjcfn9sV/iFw/X5T4yblls8W+pJbBTxJtC
- tQuKZjSujH0U3UCP9w195NE8R6w4OmXOqNueGeaOXmH1W29d8lBjdjC9sHn3urv2AVdM
- iV9gF7CfISdwyn6xxM5uxptY2o3dzP14NbtGz9YL9CqnVmvkhjlp5TCjzEW5XFY6lyrR
- 5GptHlmu1er2bPfOSSCgtq9/+bByYE/YdJDQJHbeMOQw+/UBtd8eUJhkeUhl0ORhnTZJ
- wzsgxyI6D2OKoeUWZR5K0kEg2Lg8zGAIyLbDmlJNaXp6IiQF9zXhJgGbfVnYl4y0Gl0+
- IHBoPsdz0q7UDC30+hgXHqI96T114P3Y1//46uJdw10nbY91x96Lo5c+23cUV6eyn8Uu
- HFu3I/ZW7FQsFvv17sb1X/zy+Lbf43248uyfJTnzAvDJDOATFUjs2aJ7tXaTjsoTFK4k
- CrnMgpCrt9lUfrXVajvv7VgjMUFtVMIBYYCoRPcANmn9xgDHszzD0zzFs5xcI8BqTRDI
- dIo8zBvgREcSMWlkXX6yEiILNRRwg8QCWgNPAenPto5cNKbElvT+P2JPv0bV4+ydGxu2
- xVZFu/cYg3c2PlRfjbU468oWVv/eydi5vx2PHZDW0A1yvw/WoAC9VSem8C6GUdAuOP6W
- CS65QlBSSiWFuHaqRGZT04IfWVXqCFYc9G68tiCJqS9fAkYmVIUtW1Yq8TYIH6/Rq+0H
- 3M1kX91Ap199l773yknKzR7viZXviam7YWj4YTi3QsweyMhQsWghs5D1z4K7HdsU0shy
- RQRPhpEv9qNSGvkSGXTwgL5u+srVN6hz0ezT0kDd0ZlEL8yIv0/OAyU9ek4cYedW4ZUU
- 7cRudhVe4zjkYUUhiTGaaM0803ITlWTSqphVyRqtS6/TGflhybRRUA2zyXyUz0e7dBE8
- VtTQTC5dovHrbX55rsuaAhcbsw9658xPTLCf36Oavn7k9AHXA5oAR1JRcVO/aJM4IcPu
- RUqH3wMKSGmXA4d7IeAQk4cpmmUUTlUekrn5PMxSEBCt08/0ErsTfge9ox9geG9eit5b
- 4NX6gsD0PqKKCNMH6c83f5B7KuXP+96I/fVzzJzGLB0bQq3szGmte+D12JWXf//aKzjL
- y346/q7Yx9s3xN6MnYt9Hzv8F0y9cPV/j9+ZPmb3O3ghXnDhLCXR7AwQ7jGgGY3M5Abt
- qGRMZaXDeTkxFajsnFw96J4zZ84QEwAqnwQaj4X2LMoV9YiiKRfDCrSNx5SfRVYO7nbq
- QVwSjXBNXIL6J3KzDJgJjAqj98nT1BdXJ0B3/+wGehKe+Rb6k4OebhEL2pXtuqXKe3RM
- jaHB0Ga4x8Dwgkur0cixOolwtFygOJ2SkRkMuYzNlCQDZjaafoSZo1qdmShQQqcEuXBT
- bk6T3psH0paDXedDkij25hUWdFMbe/9+/qNY3mm68+7yu2KL8NpVO9njH762Lx7dwBwZ
- 5o7RCx8lvAfXUOzdEn8H0eOijleNxjVsI25g29mZhrtZwXQMDs+tyI4dYrnP6wk06xbo
- FhtoncttcBhpr8tkYAK6FL8LyWR23qWgAg674PEb3X4TnZvUbreFhIA/KLemhs57N96o
- cC6D/fQO6JzS0rJoYjnFWrOkeYhWbQLeTCdqEsNqEiqG9uYRfcLxLuzGoFrMRmCrbByQ
- Fu2jq9c+t3D4rJjtNLVr17y35k2fNJnlaYUu67JcySj5mcX3xEpO0475j/2y2BWTU9tz
- p0VX7Mr3Lew8dXOoyuDVl076+tFce7QLuGZi/KJ0Ap4Edxul6EOxKC0HyzUKu9IRzK/R
- tMvmaPhiQaeU0fY8PkXm1CidJelUVqjkcAlVkpfm12l4VnAEk82OCO4SfWanmw86sxSU
- s0BRypeWOgx8KG1Xim2EPeQYkxQssg4f8TLeDGb0EbwJ9e/Qy9IevRTtTUgv0EllfbBF
- CQMQxGT1ZfWRPQr4kvZoauFQYzLCVj8uTPIiiwu2rMlj8GJvMhpKeZHNafZioxeC/v2Z
- 2JtgE+KmFBPRQcOxGidh2JJGnLBnfcmgvn0jcD5BudYAjWAINWitYCBIokDBkMKheqxe
- WHdb4yZvW9686bn1uGeEUfnAPQ+XeOW72H89d7xjsdmvdGnTMgJNaSbZ0Dfv3Xj86Oau
- t6ZkjN6x3ujg1CpH9mw8V8iwZE6tH5dW/+q2mpot0c2OZJpeqeTKfWLNnF89uPF5Pb5E
- +LQj/hHjZ0+CT+JC88WsHfxOx3sOOllIclEsQmYny2vlLqdCYQgKNo8tS5OFQ0gLan61
- 93jTtY176VK/liMCr0wLlpuEPYvOxMlNnCGAdXIIjLw5gPUyVyCh3e4DNMEmJ6jQaQ1g
- MAMGjL4UYvT7kjkjMZ47ukueb37tu28u3HNzXvEOatb69Q//4kig+iR7Mvr/aifE+mKX
- Y7Fwia92zbIvXtn90aFzm6ftl3Qc3PrQZ5k6yaPaKWbvtOItll3CHgs9RtBuM9C0gXPa
- eJXToLDzdrtZE9RhOkhpbU550Gx1wFU4f9C7cNkPMr20tq+4mAjywVbMEGQV/EqjPIDU
- eg2sktgvVsiB/eKV7BeFSRUA+wUCmYULEPvF+yP2i8QvyJSwXoBVElyRT9iBKtCgfJ46
- /6m5W7Nw+b4xOQ8+Nv8Ba7fr78fe/h7r3nEwdeH3Zjywa94z2y+uWfLuKZz/OVxZDWOB
- rkXxC3Qf0FWBnGiJmDdUXa2erN7J7LazfsFAJTk1SHA6eb2ccpoVbJY+SxPS6mxuRdBm
- dblXexeWX7/86CXQujfS1mZxyOQIY4sC1uaAAFmpAJLbhQAsEP7uI+TVEfbupydoK7MW
- tEMBWRYqGKLL/+ax7cu277jnwd24qz5n+IvPlu2782Ds+68+wrd98d6Z3/327OvU0CGu
- sZTz+xEbZzTgzO//hieDDKmJXwCvdzR4euAZY6W4dLPwhG2nm2bVVBJrMKp1SUaDqBQN
- QsiGxyoO0afxq/Rp+x+F92Xn3X/0fWH+wqc4rT2to6YKrDclaavJmVLM8bzJ63TwcqdJ
- 4ec3O3Y6DsMeYPymJL+DtcqVvFYdTHIGWVswJYsPWq2B4DveHQnmr40mWP+dqOSxSI5L
- dtMAn1zT/NJ2qEI+hqXhihKzDOcGBa3T6DUGDcMp/cn2lAB4/M4AdjllZj6AFEZ1AKvU
- PpsXilgIBAvwlUoDARE1xBYg5i+k0tLT7sMLmtAC8HuI7DYZvS7YUsT8VWOQNZxkEKN8
- SZwnc6B7e84XFeo0V79iH9388M05hv38TbkTl46c+Frsb9jyZ+xWpI558d5dLPYx1bff
- MmHumGefO9VUWF2yPmu8Q4N9cE9L4fJYYHHV/Qe7MPkQCGgyPFZCfwE0caNMuEE/LNYW
- GkYLo2UNQqPsQeVu+y7n7uCO9CN2hSjQpuSQuleeDKKb4UJOq1znlCdl8VlZrIPOMmVl
- hlhbjlIdVI0IBB3W7JzrGPFyXzERMtFLXw8YV4QjE4ZVwqDypdpcCm2KXxPwuQIBlGqD
- QKtQe1GSWqnyO5MDOGgPwX5U6rwSFn8wqCRuJRxakA/GNedNDgTzAZUEjZJUTtHCNkQg
- l/p3J5jjmLp3Wn7BjtL5sTMvfqk+rAoOf+AtMUAXbln2UuwK5o/iiuf/55Uq/4Z7T96U
- ETvHlI/wjVp9Ne+NjgvbXqgJlj426cOJ4/+FnViFs2LbTxy4beuvjnfPWEFlSnbWCkAq
- 2bsmVC9mAHcKZt4sBJmgfjG/WBD0KkoPBx9aJ8cblXJVSG6zYGMImaxmC3yJdNA7PbF3
- B/xPsAQkqVyMie8pCV3QRQkF5NMSEwDErda3okfMn3z/X+szj7hyV88/1ANC9uIEb/Fz
- jU9FJ1DPdQxt2Ho++hqhNwVfKSBcArYNOTsqFB38ZwwYexwtl4GrD/wR4mkQjLI9P8yk
- N1ra23+6A5OpBR+QGIrafKNvxWH4MWlXzrPH3yB9xy/ExuMiqW8tMSrrwcok7sIk+GYL
- k/Mnci4FsewsWJ1qaKDNPgrzIOdRObkYDovwCFwAcgaoCMo0iIt6emLPLs3tCZSFVU43
- 03f2uyGMbypz6MrQxcOmU+RF6HwNBORchEYhETBLy1lYCKwD0VaGvW4Z4NAnjqgS9qlv
- TU+PZOmSPgAnnJ+phi/cVoolvMCruSSzYFabk4JCEMRHjXWSYrZC6fPLbU6fVU4xZr/X
- aXaqOB5xdoef1stTYUxtCD5cwgdsIfK9lgjyNcsPDGsNpkaw6nrCXtJc7rsc7Z8MnJ2A
- 0dwHTkfCyrtGZWM/lc3XrA0gdj+tr6P6AXFI44LOuoyU0mdb/1iXduz22jlPHLaF5s/a
- 2cNkb7kpZXhZStWk+idvXhcdSn1x+/h1O6LrqWPz8sY+9RbhBokX6D7Y++T8cpqYe5g7
- zVEMZ+CChg5uEc8alJTBogErAnEWhdzG22xIGZLZHDjLErIiqx1MuRtYNiFOE7oW1tWn
- Lb7GthisBeN1SyF8C/JNjYF38Yq94/a0XRqfcdiZs1wMjSnKtPfgnTD/aROfnvws4d/p
- pTNVpvKCBe3Rt2CyQOkSODP0go2gBF/eih4V87cImzRPmF5gdgk7NLtNEeE14T3mM/Vf
- DcphAue08EqnTmHlrVYjFUyy2WVBo9Vmj2AZWAr9miDh/Q1YCQmRBEfTAYVeBlJbSwUw
- b4YUq4KU3KAMAD9DIJjAMKDVEEhynQTpoDpTdJJxTgwhU74OjjQoL2hNyRj4eGXOuKMv
- bNr0HHywdDX2rw9jV7HuL9winLRj07THrx7Ye4m+EPsSTKNo7CWcfhUMUJHYAx2xWxg/
- LF0N3vAiMWO3sNNMpQoeh1bNOY18Eqd2OhTJaiposaXIwcrzhpKTrL6UH7XyJFNACwpP
- WqPDZEesLcAEkB0WxpogwFZ1ANFmaU3SsogxQCy7BM0k2w7nJ/gTPiIhWxWMP62PenWn
- v+rosUo/hLGs7kLx1l8cih1etHXpxJySnqV/eLtz6v5jM7feO3kHvX/d6NTS2F9hjc9u
- uq3ANTr6Yf8+ph6DPahFN4mBIB1QDaWrGUYtaCi1TCtTBgXChlq5YNNjYu8gq04fwZWw
- sZYPWLJ1GnBBy2rLeqO9oGf6z+uIzJRYD1yjLDBfiLhcs9f4/O2sxamxax58DLbKkcJt
- FP0KTXUvjG4h+6I8/h59iBkL+jAbZ4mPFMm2sJt0Txi2GLekcakp/mCht8pbnVIdnJQy
- OTgrZXZgqXKpaqm6w7coZZF/UWCHa1eGngYzgM1ksvTIZrSbHRZjpiErNUnRDp5foZ/y
- J6vkTLre8qrDqecZZ9bWdEU2L1NrKB5le7NtbovJEjSPSA3wwVRbrtod1IxAwSxrTu6B
- AdsFREhCpxZrIEWWW5xNnJ9i4gz3Ec+IiJQFEpXH4UwqYISjcq/a7UUy+FQT0xngW7Fp
- kHLqoMxusHixJynZi7zJapUQlHtxwC+T40zGC9/nQuDSOrzYaoJAMmGkwzspkFjkGuOD
- 66SXVK/ELpIXCi4R0Va8j3ikCddA8lOJc05k/FeCv2LXzC3Dg3c9smbkog+O/PP2UdQe
- NjDiiVntlal1S06Wt7//0VeneXwYj5+SM3nyrZUpYPUlp42+b8vL66a0Dc+rrhOr0qx6
- Z3ZG5eOPnH3/Geo7kOfm+FeUjJ0C0mHir1RZ8hNqOHsvE/2MqdhMc2q51gbiGr5aCyGj
- 2phEu2mKvmqCk7+r3tn9nkO0qbhXOvpJiOlsIqSjpX2a6CVJ+4Huky4Irvl/gQKwjfN3
- Hdq7N2DMVbkM7lHB5VPWr2enxN7dEK0s0iswtU4m3DebOrUBdBaFOuOf0h/Bfia3R9PE
- YRHDawZKphcMVr3VkMotod8DswGxajniVHIWZJeFt1jAHcmSh5QKmw2HyGTfvqahpaNa
- mN61Uz2wrEoJQxBzAU4KEhMFo4cY8EMlmzII8/XjIlvOAy9X+Hv2UL4hszd8Vp9Jjv2i
- xROHNO+a8ktKfeXcU8PTbn5i4hrqjzayP+G2jP4bk43ARhCzyvEpTKHZqI1qo2dzq5kH
- 2Z1oFyXA14hUJTOGXcWsYU8zr7HC6NS7UsnNAoja2WSfwuevkfj8HjCiPUwEP3CYpufp
- KEzBN8EPiC6Om6eDkViOoTGcnNEcjeDbNLlAiNVNHcXEcllxEHdz1sQdxMcf999CwB1E
- KdxC6KQdryvma7PSNXWXavlElD52wlLRT4V0NM2gEFx+gA1/Q+dwVt3Noh/6LS6OFhcn
- 7jcGemZ5TTr8wdkLmOtNC/QyDFcU+CJ24fRTsbknYovhxHQL3XblHGAIww0hYrdDSok9
- 4vJqZo8MyI+r+NGK1XSXsFL+OtVLv8qfEV6Vn1EoZvFzhFZ5u6KDXyp0yJcqVvJdCjlp
- S1XTS9DdLD051ZQKXhlTgkuYR/AjDCdjMK2Ac0ZOCbeZglxB83I14AhOo7cJNNMrp2S9
- CoS3Ka0qgnMrXNDBhY20qEQ4sDQwPgBrcHpCMKRkATc8fFWqUyoV7GpNOvwBuXpk8I2g
- PIIfEvU6cIt5jmFJQ46XCTI5UPYhUa1jGFqhhGVLr+LVgP7VmmW9Fpbc+AjLNKekxOpl
- mt6BEnKGtWDBAnB87FS+neBSAeh8781zr7/9QU/szLELfzgW+x2gtIced/UIXX3lHD38
- 6m8Bof18+AkkFaiAWJj955c0WJMcgAwsSjgCB5WtKz4Kt8HXUkJ/ipxy2rFZhn3wh11/
- /ea7D2Kb8dLPY9/EYpfwUiY7thovZaNXoh/gx2J3UNL1LYWMsdGSj0SsjdfFO7qMD1p2
- WmieM3NFuhpdg242v4Rewq81bIFb8y3GzabN5l1ol0lTg8Yaq81njEwF+ypLrWZ3oB14
- J7vLzKakshaj2QR2t1GpSHIKamKcmOxARMKHZqOlW/mICWyUdxK7Bti99pLlBuIlTBUg
- a5412wKnhcD8xRjIJeqMcC1tmqczmy0sxmRDWeAijpCDRALEgPncnAVwBN2E8zma4ilJ
- EBcQx7NwKNxAAjVo2ns68MD08ic7nwyEXNlpmrxsDTtCHVv0BhwyMtmzY+tjX74Um9XD
- Cc+rOK9FeDyFqQP2v5/INukXb0WtidSgEIwpsN+SpBt0cjseQEG4tQvB96oZKBvctAJU
- gSpRlfRd8xjp2+VadJP0dfVE+GL6FjQJTUYNqBG+BbgVTZX6JrsNSykO/icFTRndMHJk
- TXpN69yO1kXtM1qgJlFLmjwDsA/gZQDisRAX+EuAq9BICeAAyAAoBRgHMBVgLsC9AGsB
- ngTYB/AywBsAFwG+BLgKC1cCOAAyAEoBxgFMBZgLcC/AWoAnAfYBvAzwBsBFgC/j/T+Y
- BxpIY+QZlM8YlM8ZlM8dlB85KF8+KD9qUL5iUL5yUL5qUL56UB4M8xvmP25Qfvyg/MRB
- eUKp69c/fVB+xqD8zEF5id+uw9/sQfXwf1Q39N8+KD9nUH7uoLz0/1nX9X/HoPo7B+Xn
- D8ovHJS/a1Be+v+r6/pfPKi+Y1B+yaD83YPyS0n+/wBjyk6SCmVuZHN0cmVhbQplbmRv
- YmoKMTgwIDAgb2JqCjkzMDkKZW5kb2JqCjE4MSAwIG9iago8PCAvVHlwZSAvRm9udERl
- c2NyaXB0b3IgL0FzY2VudCA3NzAgL0NhcEhlaWdodCA3MTcgL0Rlc2NlbnQgLTIzMCAv
- RmxhZ3MgMzIKL0ZvbnRCQm94IFstOTUxIC00ODEgMTQ0NSAxMTIyXSAvRm9udE5hbWUg
- L1pJWEFBSCtIZWx2ZXRpY2EgL0l0YWxpY0FuZ2xlIDAKL1N0ZW1WIDAgL01heFdpZHRo
- IDE1MDAgL1hIZWlnaHQgNTQwIC9Gb250RmlsZTIgMTc5IDAgUiA+PgplbmRvYmoKMTgy
- IDAgb2JqClsgMjc4IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAyNzggMCAwIDAgNTU2IDU1
- NiAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAKMCA2NjcgNjY3IDcyMiA3MjIgNjY3
- IDYxMSA3NzggMCAyNzggMCAwIDU1NiAwIDAgMCA2NjcgMCA3MjIgMCAwIDAgMCAwIDAg
- MAowIDAgMCAwIDAgMCAwIDU1NiA1NTYgNTAwIDU1NiA1NTYgMCA1NTYgNTU2IDIyMiAy
- MjIgMCAyMjIgODMzIDU1NiA1NTYgNTU2CjAgMzMzIDUwMCAyNzggNTU2IDUwMCA3MjIg
- NTAwIDUwMCBdCmVuZG9iago5IDAgb2JqCjw8IC9UeXBlIC9Gb250IC9TdWJ0eXBlIC9U
- cnVlVHlwZSAvQmFzZUZvbnQgL1pJWEFBSCtIZWx2ZXRpY2EgL0ZvbnREZXNjcmlwdG9y
- CjE4MSAwIFIgL1dpZHRocyAxODIgMCBSIC9GaXJzdENoYXIgMzIgL0xhc3RDaGFyIDEy
- MSAvRW5jb2RpbmcgL01hY1JvbWFuRW5jb2RpbmcKPj4KZW5kb2JqCjE4MyAwIG9iago8
- PCAvTGVuZ3RoIDE4NCAwIFIgL0xlbmd0aDEgMTAxMjggL0ZpbHRlciAvRmxhdGVEZWNv
- ZGUgPj4Kc3RyZWFtCngBvVp5fNTVtT/3t8+Sycxk9iUzw2RmMtkXCBkTyBCSEJbEAApJ
- JJoEAkkkChhCsYUXFQoEBBFZFJ8VtRCgyhhSGaD6qI0iXRSt1Wptqy1aXz/m2denXZSZ
- eef+JkTCp+2HP/z095tz99+953zvuedu07tmbQekQD+w0NDctmo5yI9fC0D6l/a0rUrG
- 06g3sLSv152M85kA7Mrlq1b0JOPSQwBK54qV68e+TxsG0P2ps6NtWTIfLqNf0okJyTiZ
- jH5GZ0/vN5JxPZaHeSvvXDqWn7YD45k9bd8Yax/ew7j7jraejmR53yfoZ6y6867esfhT
- 6NeuWtMxVp40In+vAcHUNLgTFHA7iMCAFt8WAPFjpRM4zKX5+CzLUe25LbX8c9BJcvy2
- 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
- d8c/eSa+fFiQnkoRPBbpoQyuHlXxXoqV/CQ68D78Hz3071m4vsc7/SqokW/XZ+P9Ob3d
- p3foi2AxNEEzLMFSVKPpFh2XY3jyBLXNcxfMrMuu7VjZ19HbtbRNLiFno3MTUivSKqR+
- pAeQHkeKIJ1Duoj0PtKfaLVIWiQ3UgFSGKkBqRVpVWLsAXzGwwTP2SbGK6+J40JkQnnK
- 3dXfL70mvuyauIzVVe0tvya/65q4/F+2q8rfcU3+ndfE11wTv+uauPzftKvq67smf901
- 8fU0/v+dwS7fCmVuZHN0cmVhbQplbmRvYmoKMTg0IDAgb2JqCjY1NzUKZW5kb2JqCjE4
- NSAwIG9iago8PCAvVHlwZSAvRm9udERlc2NyaXB0b3IgL0FzY2VudCA3NzAgL0NhcEhl
- aWdodCA3MTcgL0Rlc2NlbnQgLTIzMCAvRmxhZ3MgMzIKL0ZvbnRCQm94IFstOTUxIC00
- ODEgMTQ0NSAxMTIyXSAvRm9udE5hbWUgL0haS1JDTStIZWx2ZXRpY2EgL0l0YWxpY0Fu
- Z2xlIDAKL1N0ZW1WIDAgL01heFdpZHRoIDE1MDAgL1hIZWlnaHQgNjM3IC9Gb250Rmls
- ZTIgMTgzIDAgUiA+PgplbmRvYmoKMTg2IDAgb2JqClsgNjY3IDY2NyAwIDAgMCAwIDAg
- MCAyNzggMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
- IDU1NgowIDUwMCA1NTYgNTU2IDI3OCAwIDAgMjIyIDAgMCAwIDgzMyA1NTYgNTU2IDAg
- MCAzMzMgNTAwIDI3OCAwIDUwMCA3MjIgMCA1MDAKXQplbmRvYmoKNTcgMCBvYmoKPDwg
- L1R5cGUgL0ZvbnQgL1N1YnR5cGUgL1RydWVUeXBlIC9CYXNlRm9udCAvSFpLUkNNK0hl
- bHZldGljYSAvRm9udERlc2NyaXB0b3IKMTg1IDAgUiAvV2lkdGhzIDE4NiAwIFIgL0Zp
- cnN0Q2hhciA2NSAvTGFzdENoYXIgMTIxIC9FbmNvZGluZyAvTWFjUm9tYW5FbmNvZGlu
- Zwo+PgplbmRvYmoKMTg3IDAgb2JqCjw8IC9MZW5ndGggMTg4IDAgUiAvTGVuZ3RoMSA4
- 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
- w86Ij3S/ReyEyV0V2RX59MeRlUOc8FIc5zQJP0xlahGux6Q4I1/RVvwd5ZuuBCxMxd9v
- CsEHVfirjPSrywL8jeduWAQBWIJSgr8Uxb6NOPztHBbOq67035VZ3bqmp7W7fXmzXGOs
- Zx9m6pCakDqRepFwQwjPIwWRhpEuI32A9LnUNZIGyREdvbAAxvMEv8sm8v5JfN0kXtLm
- 1vbLJ/ErJvFtk/j2Sfx9k/jOSXzXJF7+X4Rb9O+ZJF8n8f8Plua/3wplbmRzdHJlYW0K
- ZW5kb2JqCjE4OCAwIG9iago1MzYwCmVuZG9iagoxODkgMCBvYmoKPDwgL1R5cGUgL0Zv
- bnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9DYXBIZWlnaHQgNjg0IC9EZXNjZW50IC0y
- MzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTk1MSAtNDgxIDE0NDUgMTEyMl0gL0ZvbnRO
- YW1lIC9SS0hCRVQrSGVsdmV0aWNhIC9JdGFsaWNBbmdsZSAwCi9TdGVtViAwIC9NYXhX
- aWR0aCAxNTAwIC9YSGVpZ2h0IDUxMyAvRm9udEZpbGUyIDE4NyAwIFIgPj4KZW5kb2Jq
- CjE5MCAwIG9iagpbIDY2NyAwIDAgMCA2NjcgMCAwIDAgMCAwIDAgMCAwIDAgMCA2Njcg
- MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA1NTYKMCA1MDAgNTU2IDAgMCAw
- IDU1NiAyMjIgMCAwIDAgMCA1NTYgMCA1NTYgMCAzMzMgMCAyNzggMCA1MDAgMCAwIDUw
- MCBdCmVuZG9iago3NyAwIG9iago8PCAvVHlwZSAvRm9udCAvU3VidHlwZSAvVHJ1ZVR5
- cGUgL0Jhc2VGb250IC9SS0hCRVQrSGVsdmV0aWNhIC9Gb250RGVzY3JpcHRvcgoxODkg
- MCBSIC9XaWR0aHMgMTkwIDAgUiAvRmlyc3RDaGFyIDY1IC9MYXN0Q2hhciAxMjEgL0Vu
- Y29kaW5nIC9NYWNSb21hbkVuY29kaW5nCj4+CmVuZG9iagoxOTEgMCBvYmoKPDwgL0xl
- bmd0aCAxOTIgMCBSIC9MZW5ndGgxIDk1MzIgL0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4K
- 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
- Ht1ldJ9j0wI6C7pUdIXoqmIjD+bDaJzg3cmNdGgMfcsYWuLq+vry+K9rr21MfscYeukY
- Wv4f0nX17x6Tf88YevkY+t4xtPy/ouvau39MfrdE/z8WKr2zCmVuZHN0cmVhbQplbmRv
- YmoKMTkyIDAgb2JqCjYxNDkKZW5kb2JqCjE5MyAwIG9iago8PCAvVHlwZSAvRm9udERl
- c2NyaXB0b3IgL0FzY2VudCA3NzAgL0NhcEhlaWdodCA3MzcgL0Rlc2NlbnQgLTIzMCAv
- RmxhZ3MgMzIKL0ZvbnRCQm94IFstOTUxIC00ODEgMTQ0NSAxMTIyXSAvRm9udE5hbWUg
- L0dXSktOUCtIZWx2ZXRpY2EgL0l0YWxpY0FuZ2xlIDAKL1N0ZW1WIDAgL01heFdpZHRo
- IDE1MDAgL1hIZWlnaHQgNjM3IC9Gb250RmlsZTIgMTkxIDAgUiA+PgplbmRvYmoKMTk0
- IDAgb2JqClsgNzIyIDAgNjY3IDAgMCAwIDAgMCAwIDAgMCAwIDc3OCAwIDAgMCAwIDAg
- MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgNTU2IDAKMCAwIDU1NiAyNzggMCAwIDIyMiAw
- IDAgMjIyIDgzMyA1NTYgNTU2IDU1NiAwIDAgNTAwIDI3OCAwIDAgNzIyIDAgNTAwIF0K
- ZW5kb2JqCjkyIDAgb2JqCjw8IC9UeXBlIC9Gb250IC9TdWJ0eXBlIC9UcnVlVHlwZSAv
- QmFzZUZvbnQgL0dXSktOUCtIZWx2ZXRpY2EgL0ZvbnREZXNjcmlwdG9yCjE5MyAwIFIg
- L1dpZHRocyAxOTQgMCBSIC9GaXJzdENoYXIgNjcgL0xhc3RDaGFyIDEyMSAvRW5jb2Rp
- bmcgL01hY1JvbWFuRW5jb2RpbmcKPj4KZW5kb2JqCjE5NSAwIG9iago8PCAvTGVuZ3Ro
- IDE5NiAwIFIgL0xlbmd0aDEgOTQ5MiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+PgpzdHJl
- YW0KeAG9Wgt0lNW13ud/zyOTmUnmmUxmhsnMZDJ5kARCYgIZQl48EgNBSJBoEggkPBQw
- RrFCo4JAUBSREMWl4oNnNUNIZQDxUooi1iq0FZXaViu2XpdZ3PZia4WZufv8E1KS1bq4
- a7n6/7PP2ee9z3f22ef850zHqrtbIQ66gIXaec0rFoH8uF4HIPULljeviIX136K/bkFn
- hyMW5tMA2GWLVixeHgtLTwIobYuXrR4qn/A8QPxAW2vzwlg6XEU/vw0jYmEyDv3UtuUd
- 98bC+gH0y5bduWAoPeF+mr68+d6h9uETDDvuaF7eGsvv6qXpK+68q2MoPBv9shWrWofy
- k3qU730gGKuDO0EBS0EEBrT4NgKIXyptwGEqTcdnYYZq2+3xxd+ATpLDt1c/JvtvOV8/
- /23rVa9qq/QPjFBcy099wRfxAagJpg+qtg6nyOXQ0YWgzh+CqUglSOOR/P7JZugiu+Fx
- pOeRWGgnm2E10iakp5C4YW4fho6Qzf2cFDhKVoOVTAuoOPvsRIvdrFTZfxUiwsCz9o/N
- nx8jFhy9z4ilPw4Uk5XkefIcLAQ7eRnc5D6ogjTy9CHfMnsTJu2DFUhdSKzsErKvPyXX
- /gbJADdHsIwHUjjymv3POZn2L3JCDOm3n/SGOPR+loKhQLz9hO1Z+3/ZFtvfQDoQS9rv
- wxyv2ffZltm3pYTI0/32J2whgmW2xry7bVj0NftyX499YY6cPqMnxBzotxdi+pyAyp5f
- 4LSPt120Z3tDEsFwpm2GPT3nl/ZULIjZHFipO6CzJ9u22W/CpBRbufcmpGNkP9kJ6WRn
- v3ua/Siy2N1DU30FPSHyo0NVaTnuELkvkF+V1uOr8rp9M+xuX4XXi/yct8V14q3iZDFX
- 9Itpokd0iklioqSXtJJGUktKSZLEEPlJf4ldOEYOQAnCcuCQJEh8iLyKkdwx8ooc+cph
- iZMYCaTEUPRTVF4CiSFyYEBLOWReE2ROCJFXDsWiXgnYOcpxcoKWoTw66AJDJAamQZA8
- GhJgvbGzxFyin6QrrCj7d06TnHLN9f/7x0xswZ7pdfXB/baGYC5loraGa9nN15h/63fc
- jUmtpX7/9FmrD3WuWLKovNVV3uQqb0VqCm7ubDMHu1ocjoNLVtAER5D1NLUsaKN+c2tw
- hau1LLjEVeY42CmXG5W8iCZ3usoOwqLy2fUHFwVay/o7A53lruayhkMtpasaR7S1abit
- VaX/oq1SWtkq2laLXG5UW400uYW21UjbaqRttQRa5LZo58vb60rv6kDtdJS3T3cE0+qC
- U2fOqw86mhvKQmQ3RpbdDfwJ0PLHIY3vAiuXDXaA6MdIF6gfuSX6J/40aCPLo39hi3BQ
- j1BiIiXFcAIehZ3QBwLsRT4NboNeOEOW4NyeDwNwnqRAFtpeDkIwA94l0eg5WAQvYf4O
- OAnb4SCoscxyMGDqFuKO3ofhAPItsC76AqRCATwMx6EQa90Cg9F90UOYOgtugf1wAMv/
- griYg1xC9NXoRZBgJta5DlPORWdE+0APGVAKtRi7Dt4gbvZCtA3MUITSPQPPwS74GXxN
- HiQD0bZoZ/Rs9DNUVTMkQx2+a8gA+Yzt4x6OPhP9KhpBJNIgHVttgm3wItbfh+8JNK3l
- ZCnpINvIdibAPMgMcOt5UySMOPigEt8qtMobEYEjcAr+Cv8glxgzq2U72Dej46P/CyqY
- jr2kPWmFTnw34LsF+3SMCGQsmUJqyRryJNlOfs2kM7cw9cw9zL3Mn9gadj67mv01dxfX
- zz/C9wqqyDfRY9HT0Q/ABDa4FVbBWuzdSTgLl+E7wmJdycRNikgpuQ3fLrKTOUJ2kSNM
- LTlBzjL7yR/I5+QSucLwjJoxMH6mg9nGHGBOMu+x7ex29in2D+w33CSe4XfxXwhu8beR
- lsimyHvRouhn0W/RxErgxJEphRq4HZqxtytgHPwYe/EKvn04aqfgTTgjv5+TZBiEbxEF
- IHpiJbmkGt8acjNZRNrJs+Qovm/IsvyNwYFgFIyOMTHJTB3TwixnupgPmC42iU1np7Hz
- 2D5832bPs1fYKxzPJXAGrpKbCo9wy7mn8d3N7eX6uff5Qn4SX8PP4bv4Tfwj7AL+HH9e
- WCtsEfqFS8L/oFmcId4pPoKjcwZ19meoy/98OJKK0ufCHbCAlJEW6MHR2EWaoRu1ayHZ
- iHitgLRoI7uWrWTGoja8AT9CbX0a1sAmdj7sin7E7ocPUVOWYZVdsIcrBRu/A0fnQRiL
- WjT0BnzpvjSvx53qGuN0oMlPTrJazCajITFBr9PGqVVKhSQKPMcyBDLKXRVNjqCnKch5
- XFVVmTTsasaI5usimnAqO4IVI/MEHbRcMyaNyBnAnItG5QzEcgaGcxKtoxiKMzMc5S5H
- 8JdlLkeIzJtZj/yjZa4GR3BQ5qtl/nGZj0Pe6cQCjnJzW5kjSJoc5cGKzrbu8qayzAxy
- JIBwKDMzqOEIgIpWHIQpzWvQwMIUmqM8aHWVlQctLuQxjXWXNy8M1s6sLy9LcjobMA6j
- ZtVjG5kZ7UGUEzarF7oWbg4FoKWJcs3z64Nsc0OQaaJ16fxBk6ssaLrvC/M/g9e48keu
- Swwy7orm1u6KYKBpM4JLg0001PwIhqbXObBaZn1DfZCsHxKCyrgEJaXixtYEd9MSR1Dh
- KnW1dS9pQnBhVn2/NWCVjW8Qauv7LQGLHMjMOGJeW+TE3h/JnJw5mfpFTvPamP/nh2Lx
- vzpBffPaU5+iP33WMACEIuCainIGHQvkRlwobAF1Wguge0EB4oRPA8FutqM8U4IM6gzr
- DvLuqc3BrrprYrSVxYRrWlLWr7BY5UWotAHzN3Vrb8KRwvxal6P7G1ytm1yDX4+MaR6K
- Edzab4Am0oEe1pUgab7Gd9LF0o29bjO72uj4dspjimGXufy6CAxTaKjMwURcwGvrnUFH
- A0bgbjJjeggUtfUHCdnSECLR9SEosx3BPSp7+22YnEFVrb0M28dAZgZGpDuRy8pwVGDL
- FVRXHN2O7qkLux0VjjZUJs4t+5jQ2t2QjQjW1SNOMBtbDDQkDbOtDQ03YT3ZtB4sgtm7
- G7CGJUM1oC9HZYcx09gMXExZT239zPpgV1lSMFDWgKOA6nuitj54AjW3oQFz5QxLihKv
- aTcPyZyLMuekY3perBbcu3RhFQ3d3bTOunqXM3iiuzupm863WDhEYHREYCgiBDQLhTxE
- umqxLHouZ5I8Bk6XE8VqoJiOQ5W+plG4Z/9+hPOH5caSE1DafBnhgh8I4cIbQfimG0K4
- aFjSEQgXo8xFFOGJ/zmEJ41AuOT7EQ4My41CTkZpAzLCpT8QwlNuBOGyG0K4fFjSEQhX
- oMzlFOHK/xzCVSMQnvr9CE8blhuFnI7STpMRnvEDIVx9IwjX3BDCNw9LOgLhWpT5Zorw
- zP8cwrNGIFz3/QjPHpYbhbwFpZ0tIzznB0J47o0gXH9DCDcMSzoC4XkocwNF+NZhhANJ
- QbjeDneNMrvwgxvm+ddBjjslXg+l+L31Mj8H+rjPke6CWUgFSFXkNKwT9sM65CkVMfth
- E354lzKFYEJfheX06BuwmmvnP2r8KunEcBnkyx/lLPL//wcrxYfHumKPOORLuCYrZV6F
- X29xyGkgHl08B8BnHPTABaIm55lSVs3exL7G6blu7iwfFEDoEcvEC7jhLwXAmOP4TSFC
- SexcScrGxR9J0oYAziLRMPLsJyHgkAB58RM4iiUA5viPYi08+mNz8nROnReplNsSuvpH
- /vh3U0Jc9RU8o8AcL6P4C7CdOPzWWxywb9D16JlcSZUSz0CKSZJyEqzWOLfGYrGed3Zu
- wtODmsvV4Rrt36oHoSRcEs4ZO2V1wEOMOrfBI4i8yImsyIi8oNRKuYQY0VHoVblETMSv
- B7+f+P3pfv8Dje7cCfn0Ha9lXE4d63SYjLpEkfER5mzr5I5pRdb4j/8See5tpo5k79le
- vzPycLhvv8F7Z8PmukqiI1lXevmED09Gzn11PNIv96EPsRrEPlCsawKpYgrHqdgUPGpR
- SClKlaRm1GoGhHamSGHVsJIbLHGaEFEdcm6/1qFi2qPLF3X6wmwoKSkOF5cUDyKP3Utw
- Gpy6ISJ9XPbVbaz/6gfs/VdOMnb++ECkdH9E04dN40PwGwm4/RhQQGHATKVQDEkhLCVW
- ldyyUhUic7HlT4aglFu+SBsd3aCrj71y9V3mXDj7tNxQX3ghHm/CrOgn8tddPH63F8Pv
- AgXpY4lSq0pSJ3vzqrTtiiVasVDSqxVsUq6YqrBp1bYiP5PlKzpcxBTlprv1WpGXkr1j
- TMkh0h1wmWx20WvLUjG28apisbg4OVH0pe9NtU5K8iVPi/cWWCZOep3swI/aI6QHYiIP
- Xh6kaF0Mn4qhNViCLwqv05sKGxHBrMGsQYK+zlQoa0da/gTDGCAWN8mPd4I5JckJRkei
- kzjHwATGCVabyUkMTnRQQfxEW0zPZh544AFoJI2pxjzUlIlEQ+KJIAoGQnVmnMc1RhRE
- 1ySSl4ufh7pEzIRNaIhrjNfjpZ5n/Lj8CQlEs6rm9oYeZ1vu8pacOjIwyaB+6L5Hi5zK
- vfzfXzzeebfJrU7RpWd4GtONignv3b/9+NEd3e/Py5i6e6shWdDEJWcvJsukDHPm/LoZ
- 6XVv7ayq6g3vSB7DsuvVQqkrULXkpxu3v5RALtI5VBC9wA7yJ1H/bHBPIHeCplIzV7OH
- 25fEu6VEJt6mBclmExOUjM2k4rMSsrQ+nd5qV3mtlhT7Bueq0iFgEdbi6vBF1IbBEvzp
- CnUxBK3mZIUSCDGrPKBIRgcsjAeUSZIHJxT+ZLT0FAYZHMEAJqNJl6dzjadowPhx+ry/
- PbFrza7d923cR7rrxk585YWSn9x5KPLdpd+T27/88Mwvfn72HWbCuJTpjO27SdsX1JPM
- 774ic1HXqqIXOCueJCTjqZObqAOrd0hPWffYWV7DxPOJBo0+3pAYUAcSJZ+VTFe9xp4m
- b7Gnkz6SPlact3/k+tL0pUt1Wndaz8yXeGdq/NNGW2qhIIpGpy1ZVNqMKre4I3lP8uHk
- D5M5tzHencxblGpRp/HG27y81ZuaJXotFo/3N87djUOT5aJseH4TLtQXoroVopfdiFMH
- 9Q85nLXaQYyVla4CXBzP4jEN4TnB7tFp9doEbaKWE9TuMUmpHnCAzUNSbAqT6AGVQeMh
- cRqX1YlRPDqSWemBOC06VCVjOinrZbo//QGyshFWNjaCETE2GpwpqIVoyvI0BHVSQLR1
- WsgjHi8qqSASZuB8Qb5ee/US//iOR2ePTTwo3pwza/XkWW9HviLmPxK7Km3aK/fv5YmL
- q1x6y8xl01548c3G/MqirVm1yVriwrMqhpRGPHdXPHiom9DLENS1dWhoitDG0HUhP5As
- fsGh4RFYpcJksmJ+n8iCRVLsd7bEtKq4+lS4+FRNeWvZn6iRKakeRJuGqqHLM7jWHcaH
- S79ynj/+rmy/sG7BzVWCB9YHikRJ1AjxJsmkMcV7JS8OS5VljmqxSu1yK602l0XJcCa3
- 02ayxQkiCEnJbjZBmYZC6Hx4KE76rT56FxBAvc1y+zxg8aaFSNyhf4oVvqi9PHg5PCSZ
- qRiFqx7E8TMVUuNBhxEaE/IMOOPpNDddm+0uHZ3/ggF7ME4GGbl1/YFxDSu7ajJSi19o
- /agm/djS6iVPHbb6VizaM8Bl996cOrEktWJO3TOzt4QnMF8urd2yO7yVObY8d/qz74ff
- HsKUHUQ9t4AVbgvkHBZOCwwnJArexE6hQ+QT1UyiWWvjsZtmldIqWq2g9imsySTL7LOA
- JQlNqTCiZ7Kaxqwj9mtQV1hIYh0itEvXdYX2APVGQ7AXZN2BGfvbLtZmHLaNXRvwTSvI
- TBoge1D+22Y9N/eF8EzmxZbihXHG0vEr28Pvo7CoAUXRjzknV4OrnhllfzyQ1yv1aJ8y
- vsztlXZr9xlD0tvSh9wXmv9OVN8kCTazqLbpVRbRYjEw3nhrksJrsFiTQkRxyLlqaIbJ
- lp1OptiskqdSBm6hPKoEBc4GHeMhogk5Pg45ZaLaA0SLjmQUPITVoCPPF+r40YCn6scP
- jRHaaD3ODAZt/nicHyLz6fqxM46+3NPzIh6GX438/XeRq0T/Z6GDxO/uue3Jq/0HLrIX
- Il9HLkfCkVeJ/youAAEe1XwTDtYTqJ86uDng8bKeuAlsJcdpJC2jUegUaq9Eh0inlKwJ
- hNpYsOgTQqQch2atbECoca3R0nlQXXIqfIpaEKprQ5pGh8VoMmShyaTqtemA4aWlvNmm
- TdJufALV6Ej+ToZ9g2X6VoV7qc6URj/Efdt0PMnPJlmBxwoUvXyP/qnEXkNvupCW6vbm
- OyuclamV3jmpc72LUhd7VqtXx63WdLo6UjvcHZ7dKXszElg0PXwml5UAVkOSKdlsyEzM
- SotXtUsed76bcY+JU3L+BPNbybYEkbNlPe1XZYsKjZYRIduZbbWbjWavaVKaR/SmWXM0
- dq92EnizLGNz+oftJU6vQqqK4UItcrS7hdnoojrS4aWrNp1uK+VRnkEyGY/BbfU4NXYn
- KPCKjLAZuO7z6cjZ9BiXlGh2Ekf8GCc4x2jiJK/SSTxuhZJkck68F0UnRZfsJBYjOrLZ
- 1BajzZQdWSuuKQUu6wloOeXFyuvJpqYSl2s6x0VXzGwaEk1GO6HWNRENqsdLLknusr0L
- eyd673ps0+SO3x7569IpzH7eM+mpRe3laTX3nCxt//j3l06L5DCpnTd27txby1NxpRmT
- PvWB3te3zGubmFtZE6hItyTYsjPKn3zs7MfPM/9AXTJFLzEKfh7OnFk/jctSntCQECkJ
- uDljoYkVNEqdFU0Z3hb4wKAxxLN2lmGvGnEXfNW5eM3QatRYeEpedGImLJsasHDxoDZ8
- UbawaF912JHhvYlnPK7HeXtfO3DAY8iJS0m0T/Gunbd1Kz8v8sG2cHlBgoowWxTSA4uZ
- N7fJtliFE/wrLhvQpgeySsmbhIHF0Ma0sYuFDdxGfg/sZSS8UWHKuWn8w9wm/jT3Ni9N
- TbsrTZTkKb2Y6jxe4YWiKwZwEXRwIfLQYZZdrmcIg/eaDwVSBGG5HhcTXuBYQniGFVjA
- 83WlRDvexxwldKVZd4j0CRZLzWVzdfjTT8MWua9mwIXEVKwfstRidZZfW3OxWox5/ukz
- VwfcjE/Pshz49IKAa/CIyhmO7cPZPFxvYWG4sHBUzbyo9eMvZyxdbhtXJihIHq6Hn5AU
- 4n8zsuxE5G7cifeybVfOIUIE77WA34WcmjgCayu5/QqEklSIU1Ub2G5pvfId5hT7lnhG
- ekt5RqVaJC6RWpXtqk5xtdSpXK1aL3arlDQvU8neA/fy7Nw0YxruqrgiUsQ9Rh7jBAVH
- WBXD8oIav/MkpYoVlRrECL9ydkosd0rJKE6pgOxUW+Io5pYaLQVL7lTMHe4aLnKIGu6S
- KUJqHrER8WZMr1ar+A1aP/5wuAYUeM+hDJHNgQQ9IYwocDzNKIgKSaHEkd0c0Og5jlWp
- sdtyUbIB4d+gXXPKzG/IMvulNdo3ZWbDGu2p4RjEsXHlypW4cUli8pIoliqE88P3zr3z
- q98ORM4cu/DrY5FfIKQD7IyrR9jKK+fYiVd/joCinTNEprJf4nJDV5h3And0Gzaa95hZ
- UTAJBfoqfb1+sXgPe4/4SGIv7OB7DTuMO0x7Ya9RWwXTDZWmMwaujH+LZzbwu2E32cPv
- NfGpabzZYDLinsWgVsXbJA1dkIxJCCjVCZPB3Kd+zIjr0m+csgaj6lVfNI8AMrY8IcS5
- lmxzSXExKmIhQegCeoMBjMblepPJzBNCldu8AXUSoaGehD6ikDN2JUGVInkCy4iMbGDG
- 001c/oRJZAIiw7LO056HWkqf6XrG40vJTtfmZmv5SZpIx7vETrjsxZGtka9fjSwaEKSX
- 4gSnWXoylatBVXyQYiU/0Va8v/xXjw4jvXhv6sMzB3oXOkO+iaX3nXNgLjTAPJiPOag2
- E7m4QE8LKudOm15T669qXdbZ2tG+oFnOISejMwOpHqkN6V6kjUi4OOGtM+DdMgBubuAj
- pC+RvsWqJSQzUhpSAVJVdOjBdBjmCco3Mlw+KlwxKkylur78wlFhGY/r6m8flS7/n+i6
- 9DtGpd85KrxqVPiuUWH5/0HX1UfPea6X755R4dU0/H/QJJ/XCmVuZHN0cmVhbQplbmRv
- YmoKMTk2IDAgb2JqCjYxMDIKZW5kb2JqCjE5NyAwIG9iago8PCAvVHlwZSAvRm9udERl
- c2NyaXB0b3IgL0FzY2VudCA3NzAgL0NhcEhlaWdodCA3MTcgL0Rlc2NlbnQgLTIzMCAv
- RmxhZ3MgMzIKL0ZvbnRCQm94IFstOTUxIC00ODEgMTQ0NSAxMTIyXSAvRm9udE5hbWUg
- L0dXSktOUCtIZWx2ZXRpY2EgL0l0YWxpY0FuZ2xlIDAKL1N0ZW1WIDAgL01heFdpZHRo
- IDE1MDAgL1hIZWlnaHQgNjM3IC9Gb250RmlsZTIgMTk1IDAgUiA+PgplbmRvYmoKMTk4
- IDAgb2JqClsgNzIyIDY2NyA2MTEgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
- MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDU1NiAwIDAKNTU2IDU1NiAwIDAgMCAyMjIgMCAw
- IDAgODMzIDU1NiA1NTYgMCAwIDMzMyA1MDAgMjc4IDAgNTAwIDcyMiAwIDUwMCBdCmVu
- ZG9iago0MSAwIG9iago8PCAvVHlwZSAvRm9udCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jh
- c2VGb250IC9HV0pLTlArSGVsdmV0aWNhIC9Gb250RGVzY3JpcHRvcgoxOTcgMCBSIC9X
- aWR0aHMgMTk4IDAgUiAvRmlyc3RDaGFyIDY4IC9MYXN0Q2hhciAxMjEgL0VuY29kaW5n
- IC9NYWNSb21hbkVuY29kaW5nCj4+CmVuZG9iagoxOTkgMCBvYmoKPDwgL0xlbmd0aCAy
- MDAgMCBSIC9MZW5ndGgxIDk5MzYgL0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4Kc3RyZWFt
- CngBvVp9XNRVun/O731eGGaGGeaFGWaGYWaAAYYXBRGUEXnzBVIpBZMCFAXTDd8w2/RS
- aiqaZeZL2rZZXUWtHJG1MavrtqjZtq21ZeV6t9qs7XZj3bu3uq0Kc5/zGyTl7nb9o8/O
- j/PynNfnfM9znvOcc1i6eFkzxEAHsDBlZmPbXJB/njkAZMHshY1tUVp/FcPO2e1LnVGa
- TwFgF8xtm7cwSkuPASjt8xasGKwfFwLQVbY0N2I78o/Wz2vBhChJRmCY3LJw6T1RWt+D
- YeWCu2cP5setR9q7sPGewf7hAtLOnzQubI6W9wQxTG67e8nSKJ38HYaVbYubB8uTWuTv
- t0AwVQ93gwLuAhEY0OJXDyB+obQDh7k0H39z0lVb74wt+gZ0kkzfWfWwHJ5yvXzuu+ar
- PtUW6W+YoLhWnoZC6kAqgJpgfp9qy1COXA89fRhq/GGYgK4Y3Uh0fv84M3SQvfAIuqfQ
- sdBKNsIKdBvQPY6OG4rtR+oY2djNScGXyAqwkolBFee41WBxmJUqxzthIvQ86fjQ/Olx
- YsHZ+4RYumNAMU5JniI/hzngIP8KHnIvVEIK2XUkdYGjAbP2Qxu6DnSs7BOyvzsxx/Eq
- SQcPR7COFxI5ctTxp+wMx2fZYYZ0O17zhTkMfpmIVDDWccL+pOPf7PMcr6I7GM06kIol
- jjr22xc4tiaGya5ux6P2MME6W6LBMjtWPepYmLrdMSdbzp+8Pcwc7HYUYP70oMqRN8rl
- GGm/6Aj4whJBOsM+2ZGW/RtHMlbEYk5s1BPUOWz2rY7RmJVoL/ONRnecHCC7IY3s7vZM
- dLyEURzukQmpo7aHyU+PVKZke8Lk3mBeZcr21EqfJ3Wyw5Na7vNhfPrr4hrxdnGcmCP6
- xRTRK7rEBNEg6SWtpJHUklKSJDFMnusudgjHyUEoRlgOHpEEiQ+TFzCRO06elxOff1Hi
- JEYCyRCOfIzCS8AQJgd7tDSGkaOCHBPC5Pkj0aTngw6Oxjg5Q8vQOHroA0MkBiZCiDwU
- FmBtfHuxuVg/VldQXvqPvAY555rv/8c/M7GHtk+qqQ0dsNeFcmgkYq+7Vtx8LfIPw6XL
- MKu5xO+fNG3Fkfa2+XPLmt1lDe6yZnQNoY3tLeZQR5PTeXh+G81whlhvQ9PsFho2Nofa
- 3M2lofnuUufhdrnesOy5NLvdXXoY5pbdWnt4brC5tLs92F7mbiytO9JUsrj+hr42DPW1
- uOTv9FVCG1tM+2qS6w3rq55mN9G+6mlf9bSvpmCT3BcdfFlrTcmSpSidzrLWSc5QSk1o
- wtSZtSFnY11pmOzFxNJlwJ8ALf8KpPAdYOUC4ACIfIjuPA0Hbot8zp8G7cDCyH+xhTip
- x6hjBoqL4AQ8BLvhEAjQhfEUuAN2whkyH9f2LOiBcyQRMlH3chCGyfAmiUTehrnwLJZf
- Cq/BNjgMaqyzEIyYu5l4IvciHcR4E6yJPA3JMAoehFegAFvdDH2R/ZEjmDsNboMDcBDr
- /5q4mcNcXOSFyEWQYCq2uQZz3o5MjhxCrZgOJTAFU9fAq8TDno+0gBkKkbsn4OewB34J
- X5EHSE+kJdIeORv5BEXVDDaowW8l6SGfsIe4ByNPRL6MDCASKZCGvTbAVngG2z+E3wlU
- rWXkLrKUbCXbmCDzANPDreVNA/2IQypU4FeJWnk9InAMeuGv8DdyiTGzWnYpezIyMvLf
- oIJJOEo6kmZox28dfptxTMeJQLLIeDKFrCSPkW3kd0wacxtTyyxn7mE+Z6vZWewK9nfc
- Eq6b38TvFFQD30SOR05H3gMT2OF2WAyrcHSvwVn4Gi4TFtuyEQ8pJCXkDvw6yG7mGNlD
- jjFTyAlyljlAPiKfkkvkCsMzasbI+JmlzFbmIPMa8xbbym5jH2c/Yr/hxvIMv4f/TPCI
- vx9oGtgw8FakMPJJ5DtUsRK4cGZKoBruhEYcbRuMgH/BUTyP3yGctV44CWfk71Nigz74
- DlEAoidWkkOq8Ksmt5C5pJU8SV7C71WZl28ZnAhGwegYE2NjapgmZiHTwbzHdLAJbBo7
- kZ3JHsLvdfYce4W9wvFcHGfkKrgJsIlbyO3Cby/XxXVzv+UL+LF8NT+d7+A38JvY2fzb
- /DlhlbBZ6BYuCX9BtThZvFvchLNzBmX2lyjL3/84kozc58BPYDYpJU2wHWdjD2mETpSu
- OWQ94tUGKZF6dhVbwWShNLwKP0Vp3QUrYQM7C/ZEPmAPwPsoKQuwyQ7Yx5WAnd+Bs/MA
- ZKEUDX7B1LTUFJ/Xk+xOcjlR5dsSrBazKd5oiNPrtDFqlVIhiQLPsQyB9DJ3eYMz5G0I
- cV53ZWUGpd2NmNB4XUIDLmVnqPzGMiEnrdeIWTeUDGLJucNKBqMlg0MlidZZBEUZ6c4y
- tzP0m1K3M0xmTq3F+EOl7jpnqE+OV8nxR+R4DMZdLqzgLDO3lDpDpMFZFipvb+ksayjN
- SCfHggiHMiOdKo4gqGjDIRjfuBIVLIynJcpCVndpWcjixjjmsZ6yxjmhKVNry0oTXK46
- TMOkabXYR0Z6awj5hI3qOe45G8NBaGqgscZZtSG2sS7ENNC2dP6QyV0aMt37mfl78lqs
- bNN1mSHGU97Y3FkeCjZsRHAp2UCpxk1ITapxYrPM2rraEFk7yATlcT5yStmN7gmehvnO
- kMJd4m7pnN+A4MK02m5r0Cor3xBMqe22BC0ykZF+zLyq0IWjP5YxLmMcDQtd5lXR8E+r
- o+nvnKCheVXvxxhOmjYEAKEIuCcgnyHnbLkTNzI7inrNo9ByHYU44a+O4DBbkZ/xIQZl
- hvWEeM+ExlBHzTU2WkqjzDXML+1WWKzyJlRSh+UbOrWjcaawvNbt7PwGd+sGd99XN6Y0
- DqYIHu03QDPpRA/JSog0Xou3083Sg6NuMbtb6Py2y3OKtNtcdl0C0hQaynPIgBv4lFpX
- yFmHCWhNpk8Kg2JK7WFCNteFSWRtGErtx9BGZe+8A7PTqai1lmL/SGSkY0KaC2OZ6c5y
- 7Lmcyoqz09k5YU6ns9zZgsLEeeQQM5o76wKIYE0t4gS3Yo/BuoShaHNd3WhsJ0DbwSpY
- vLMOW5g/2AKGclKgHwtlpeNmynqn1E6tDXWUJoSCpXU4Cyi+J6bUhk6g5NbVYansIU6R
- 45Wt5kGec5Dn7DTMz422grZLBzZR19lJ26ypdbtCJzo7EzrpeovSYQLDE4KDCWGgRSjk
- YdIxBeti4HYlyHPgcruQrTqK6QgU6WsShTb7DyOcN8Q31sxHbvNkhEf9SAgX3AzCo28K
- 4cIhTm9AuAh5LqQIj/nnITz2BoSLfxjh4BDfyOQ45DYoI1zyIyE8/mYQLr0phMuGOL0B
- 4XLkuYwiXPHPQ7jyBoQn/DDCE4f4RiYnIbcTZYQn/0gIV90MwtU3hfAtQ5zegPAU5PkW
- ivDUfx7C025AuOaHEb51iG9k8jbk9lYZ4ek/EsIzbgbh2ptCuG6I0xsQnok811GEbx9C
- OJgQguv1cMcwtQs/umKedR3kaCnxeijhp0MiugZuCUzDg3UhhqPQVTIFYMNwDTktuw3M
- AdiA+SWYbsL0Doyr8Kymx9CITV27A1LjyeQ+pMehzY5H8v/3x/xACRbzOOCxRRFjEu7J
- 9KeU/ainwnNcDGggFu+j8KJsMGcEnps2MdOZD9hSTsPN5A5wH3CX+aDgFNqEN8QGvKB4
- FksyeKYA7iyeRVlsvzh6zyQF0BhAJ2nDAGfRURrj7IUwcOgA4+IFeEnmaLr/JWyFh+n+
- rOxcnUvnQ1fCbQ5f/SP/yuXxYa7qCt5ZYOuJiPQY7IdB3lVwPjilktSSFsKuZ3dwO5X7
- lWFFWCmkKAmIgkAYSaFATwkiTzYRlnMalEqPHtMMPO/RYwGVimcVSk7giYohLDCJohQm
- dUEFmvGCQsnySHUF9TExJpOVf5I8qbSoY/a4Nt2BtxSW6q/NVf39luqy5tLPy0vNUGwq
- Ki6q6i/qL9IVFBOdvqAA/3QFgXWZ/pXaSWhtcCcSQlxv3bpM82ACiwlsb51/sOw6bVGR
- iC47i9TXQz1Rkbhc4mZdrJuwmz/qW/sJYzy/rf/4z99kHmFmMhv6l7OzL48n4YFKGY2G
- yHvct/xnEMAzy0DwjtRYn9vrzdOMdFV4m7z3apYnK+6SzBqTh6nTtGgOJLFKzeik5CQl
- y9nMDxoCAb9ttIHlRvsVWYxSI+mSkxwpWVk6s8c0QfKkWHMcHt0E8AQs2TlPueZvwOFX
- f13V93VftfZbGugLAnodjhcdFBf3FdMEbZ9ObyrI7M+tX5SdNX5FsColU+cAifEy3gyP
- 4LF62XTwQ0amHPBpkp/Y4xx+SDCa/cRiJhmcHxQ+lZ94VCQT42Iqeol6G2bGo4f3ln6/
- Vuv3E22RHJV9v//+++9H5OJN8bk5+XkjR/i8AeL1eUeOSM7N4YxujLqTBKPBFO+gZYwG
- zu30efMJSRRHzL7cNqt70uSnT/9q6iaiv/InMv54bPbt50O7ZhaefWvb1E0DP/vPgT/v
- 3s0yVeT8yupHnWOfuic3x5ORPnLWi6cGPvqmvXjJY00LcpxZgaTCeb1fv7Np4585FZXX
- aZEL8mk3Fu8xiuDfg6PSsohSq0pQ23y5ldpWxXytWCDp1Qo2IUdMVti1anuhn8lMLXyx
- kCnMSfPotSIv2XxJJluYdAbdJrtD9NkzVYx9pKpILCqyGcTUtK5k69iEVNvEWN8oy5ix
- L5MdeMg/RrbDDdN0sb8XZyU6PcV9OEN0eupR9DL7MvuouOpMBfJEpeTlG5OAWDwkL9YF
- 5sQEF8Q7DS7iSoJ8xgVWu8lFjC706BwMwh+FvT5Zhn0M0ZBYIoiCkeTRSUDMRUF0jyW5
- OYi5zoCFsAsNcSf5vD4a4Pzk5ccRzeLqO+u2u1pyFjZl15CesUb16nsfKnQpu/j/eeaV
- 9mUmjzpRl5burU+LV+S/dd+2V17a0fnbmekT9m4x2gRNjC0wjyyQ0s0Zs2omp9Wc2l1Z
- ubN/hy2JZdeqhRJ3sHL+L9ZvezaOXKS6Cm9D2LNcNVghAfYFA/ssZKe5SzpgZidKut0G
- ljUIdqsYYzeoEsSEBJPWpyesj9FZ7UqfyWLDK2LxiGvxykF0cQkUVfUVFFCZv074ZShH
- gEXyqI1KL2jitF6i18VqRQtSPLAuQhiOVcXHeCFWj57CLHgJRwQXoeKMsFK5jvp+KtL1
- EG9yZyJYCGsUwVwKHTNSC7kic+5T0yHt4lXPTcxa/2jbasuhxL8cf+cy0b9r46pD789e
- 3bXwqT0XNix/7yTJ/RyvckbziMGoyHm2j38Ndagdlgdz8jUVmhmafdz+BN4jGZhYuxYk
- u12MUzJ2k4rPjMvUpur0VofKZ7UkOta5FpdcP/z+ixcBlz3+6VDjyUO3mm0KJRBiVuHY
- bOiBhfGCMkHy4gDxT5YYPRUFWUAEI5jiTbpcnXskHRaMHKHP/fbRPSv37L13/X7SWZM1
- 5vmni5+7+8jA5Ut/IHd+8f6ZX//q7BtM/ojESYz98thts2tJxuUvyQxcb5WR85wVb5ds
- eBPpIergih3S49Z9DpbXMLG8wajRxxoNQXXQIKVaySTVUfY0OcWeTvhA+lBxzvGB+wvT
- F27Vad1pPTNL4l3Jsbvi7ckFgijGu+w2UWmPV3nEHbZ9thdt79s4T3ysx8ZblGpRp/HF
- 2n281ZecKfosFq/vXdfe+ihA/RdlHfluv7wbyJtCoH5ITnCzoHoyClk5uDmexas7wnOC
- w6vT6rVxWoOWE9SepIRkLzjB7iWJdoVJ9ILKqPGSGI3b6sIkHj3JjHIVo0VPVo3yupRV
- Y5o/7X6yqB4W4Z6COg9XoCsRV2J+Xj4KEK5LAdHWoRBRPYnKUSRMz7lReXrt1Uv8Izse
- ujXLcFi8JXvainHTXh/4kpj/SByqlInP39fFEzdXcddtUxdMfPqZk/V5FYVbMqfYtMSN
- 95cMKRnwLit/4EgnoQ9kaLnYcNGZ+HfwxrMq6BftgtLOklhDQXyMoFdacGvVxOhSTXpR
- H6txaBjNVYPFbLnqmrdqEMH6gt4ABUreaRE6uskW973bl52lz8/LzYk3Gem6EIy5RrcO
- v5G5I3/hLu7RJZtsFtU0Z3dP97ZtfMmIWQzzLENue2Hz1TnsE5u7ZL7WoIKmayAeaoLp
- OMuSSTRJPs4Xt0xcJklxMUwcWmM6uyAa1cqYVKXVTIypEG8xmfGl64irKboGKDvyHEMx
- soUroIDQCYX6uFwd6r+o0nPrcC+iTOrca3qCuTMe+I+ajGOJ2evajvbwr/VfmOoqeKbu
- yf6pzDPt+bW7zvW/TnFj8BYcSOGgTZUXtImfcQimwCoViBninCqyqGAUB77npLe/qHcI
- puIqhAiZcOsQmTUv4o9Lu3KOf+VNeewbsG1qR7GQGsRRskoeG8U2gbVw/HVN4uCohYO4
- Rxvb0NNDDbJrbTCPchVoK94S9PpYb0w+W8FxGknLaBQ6hdon8SIIOqVkjSNUf4BFHxcm
- ZYhcdGoROVwdtOmq4t7+XmoG0Y0oip2R7hdDc6tzbzhofPYu3mzXJmjXP9rDBY7l7WbY
- V1nm0OL+nRSrksj77FFuEr5cBEhm8OFRip38dv3jhp3GnWlCSrLHl+cqd1UkV/imJ8/w
- zU2e512hXhGzQtPuXpq81LPUuzexKz2OxWXFZ3CZcWA1JphsZmOGITMlVtUqeT15HsaT
- FKPk/HHmUzZ7nMjZM3f5VQFRodEyIgRcAavDHG/2mcameEVfijVb4/Bpx4Iv05KV3T2k
- C/q+7i+gktJfoMUYHW5BAP1BqwnNJtlkippLk0kG4zWimeTSOFygwCdBgpaSC/g0jNn1
- mJZgMLuIMzbJBa4kTYzkU7qI16NQouXkwndg9BJ1Nhe1lqI7dXQzkXcUeYuh2wzdWXBr
- iZPtpevNJVlqxf9rL6Gy8PrIJclT2jVn5xjfkoc3jFv6+2N/vWs8c4D3jn18bmtZSvXy
- 10paP/zDpdMieZFMmZk1Y8btZcmoRZPSJty/8+XNM1vG5FRUB8vTLHH2QHrZYw+f/fAp
- 5m8o1qbIJUbBz8QXnWm/iMlUntCQMCkOerj4AhMraJQ6K4onvo6kglFjjGUdLMNejbdY
- rKgnBnfi/hv1RCCqKPq0/RdlwaXaAQ2/IdvDO5Kqiq6jBw96jdkxiQbHeN+qmVu28DMH
- 3tvaXzYqTkWYzQrp/nnMya3yWuyIfMr+AfcVE3J4R3B02PC6gVHESQZLnMWQIixn30f1
- AbxGCUKMkrfrVWbRbMbtPVOZqlZZrSSVMvvOtZVaRS1nKv44/VGrobiICgQVfVJPooyi
- 7UQ3xHxZR6MRq/OQUdas1S+XenoOMO4R87Z+VpNBDnGB/oJpIxq6Zv6M0Vx5+8kxabc+
- Pm0D84GV6l1qgH7JBQB1RTCzhJwkDMyDFqaFnSes49bz+6CLkfDViynjJvIPchv409zr
- vDQhZUkKPQUpjkRVMD6zhiNtPbgpObkwWf0iyy7UM4TBt+fVwURBWKjHnniBYwnhGVZg
- Ad9AlBKdrEPMS4RqsDVHyCHBEj0vffzx4IkJz0tFeGLSyyteXyBWZfq11RerxGjgnzR1
- RdDDpOpZloNUPKjhnnhD42g7HeLh+3YLCvoLCqJnsaGWeVHrxz88TuH2V78oTkHwOEUu
- kETiPzmw4MTAMi5wdSfbcuVtRIjg2yPwezCmJs7gqgrugAKnn5SLE1Tr2E5prfINppc9
- JZ6RTinPqFRzxflSs7JV1S6ukNqVK1RrxU6VkpZlKtjlcA/PzkiJT0ErhyskhdzD5GFO
- UHCEVTEsL6jxBC4pVayo1CBGIi/slliuV8koelVAdqstMXTbs1Rr6eFSHlTUHxoaHjIR
- NbTcKUJqHrER8fVSr1ar+HVaP/7hdPUo8C1KGSYbg3F6NDNFgeNpQUFUSAolzuzGoEbP
- ofGpxmHLVck6hH+ddmWvmaenU2ml9qQcWbdS2zuUQo+lixYtQkMigclNoFiqEM7333r7
- jXd+3zNw5vj53x0f+DVC2sNOvnqMrbjyNjvm6q8QUNTNxoEJ7Be4dsxggTeCP+k0rjfv
- M7OiYBJG6Sv1tfp54nJ2ubjJsBN28DuNO+J3mLqgK15bCZOMFaYzRq6UP8Uz6/i9sJfs
- 47tMfHIKbzaa4nEvNKpVsXZJYxEtlvgEBJTKhMloPqR+ON5iTXg3KsEoelUXzTcAGV12
- CHGOJWAuLipCQSwgCF1QbzRCfPxCvclk5gmhwm3GAzyFhgYShohCdtYiNMjrSa7AMiIj
- K8WR1KjKyx9L8hEZlnWd9q5uKnmi4wlvamIgTZsT0PJjNQNL3yQOwgXmDWwZ+OqFgbk9
- gvRsjOAyS48lc9Uoig9QrORfpBnfmP/eD/lBuzYPSqFcfq+eIL9J34Jv0tNhBtRCHcyE
- WXJFKtHROyOB3ufMuG18TVmpv7J5QXvz0tbZjVgmmksLT0FHa9H3z/vQbUL3BLrn0L2M
- 7k10F9B9he4qVlSjs6FLR1eEbjK6WZHBH5aBoTjBu6sb6ZphNOXk+vKzh9FzhtEyLte1
- P3dYfsswunUYvWAYvXgYvWQYLf8v13X9LRuW3z6MXj6MXkHp/wV/LvSHCmVuZHN0cmVh
- bQplbmRvYmoKMjAwIDAgb2JqCjY0MTYKZW5kb2JqCjIwMSAwIG9iago8PCAvVHlwZSAv
- Rm9udERlc2NyaXB0b3IgL0FzY2VudCA3NzAgL0NhcEhlaWdodCA2ODQgL0Rlc2NlbnQg
- LTIzMCAvRmxhZ3MgMzIKL0ZvbnRCQm94IFstOTUxIC00ODEgMTQ0NSAxMTIyXSAvRm9u
- dE5hbWUgL1dVQ1NFRCtIZWx2ZXRpY2EgL0l0YWxpY0FuZ2xlIDAKL1N0ZW1WIDAgL01h
- eFdpZHRoIDE1MDAgL1hIZWlnaHQgNTEzIC9Gb250RmlsZTIgMTk5IDAgUiA+PgplbmRv
- YmoKMjAyIDAgb2JqClsgNjY3IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
- MCA2NjcgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA1NTYKMCA1MDAgNTU2IDU1NiAy
- NzggMCA1NTYgMjIyIDAgMCAyMjIgMCAwIDAgMCAwIDMzMyA1MDAgMjc4IDU1NiA1MDAg
- NzIyIDAgNTAwCl0KZW5kb2JqCjYyIDAgb2JqCjw8IC9UeXBlIC9Gb250IC9TdWJ0eXBl
- IC9UcnVlVHlwZSAvQmFzZUZvbnQgL1dVQ1NFRCtIZWx2ZXRpY2EgL0ZvbnREZXNjcmlw
- dG9yCjIwMSAwIFIgL1dpZHRocyAyMDIgMCBSIC9GaXJzdENoYXIgNjUgL0xhc3RDaGFy
- IDEyMSAvRW5jb2RpbmcgL01hY1JvbWFuRW5jb2RpbmcKPj4KZW5kb2JqCjIwMyAwIG9i
- ago8PCAvTGVuZ3RoIDIwNCAwIFIgL0xlbmd0aDEgOTMxNiAvRmlsdGVyIC9GbGF0ZURl
- Y29kZSA+PgpzdHJlYW0KeAG9Wnt4VNW1X/u855HJzGQm88hMZg6Tmcn7CSEhgQwhLwiJ
- gShkIpEkEEgi0QAhGFq4QUEgIIjIQ/Baab0QQJohSXWQ6qU2iFhr0SpWa61WtH5+zYe3
- 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
- LTk1MSAtNDgxIDE0NDUgMTEyMl0gL0ZvbnROYW1lIC9SS0hCRVQrSGVsdmV0aWNhIC9J
- dGFsaWNBbmdsZSAwCi9TdGVtViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDUxMyAv
- Rm9udEZpbGUyIDIwMyAwIFIgPj4KZW5kb2JqCjIwNiAwIG9iagpbIDY2NyA2NjcgMCAw
- IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA2NjcgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
- MCAwIDAgMCA1NTYKMCA1MDAgNTU2IDU1NiAwIDAgMCAyMjIgMCAwIDAgMCAwIDAgMCAw
- IDMzMyA1MDAgMjc4IDAgNTAwIDcyMiAwIDUwMCBdCmVuZG9iago1MSAwIG9iago8PCAv
- VHlwZSAvRm9udCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jhc2VGb250IC9SS0hCRVQrSGVs
- dmV0aWNhIC9Gb250RGVzY3JpcHRvcgoyMDUgMCBSIC9XaWR0aHMgMjA2IDAgUiAvRmly
- c3RDaGFyIDY1IC9MYXN0Q2hhciAxMjEgL0VuY29kaW5nIC9NYWNSb21hbkVuY29kaW5n
- Cj4+CmVuZG9iagoyMDcgMCBvYmoKKE1hYyBPUyBYIDEwLjYuNSBRdWFydHogUERGQ29u
- dGV4dCkKZW5kb2JqCjIwOCAwIG9iagooRDoyMDExMTEyMzE5MjY0OFowMCcwMCcpCmVu
- ZG9iagoxIDAgb2JqCjw8IC9Qcm9kdWNlciAyMDcgMCBSIC9DcmVhdGlvbkRhdGUgMjA4
- IDAgUiAvTW9kRGF0ZSAyMDggMCBSID4+CmVuZG9iagp4cmVmCjAgMjA5CjAwMDAwMDAw
- MDAgNjU1MzUgZiAKMDAwMDE0NTM1NSAwMDAwMCBuIAowMDAwMDI3NjI2IDAwMDAwIG4g
- CjAwMDAwMDM4MTMgMDAwMDAgbiAKMDAwMDAyNzIwNSAwMDAwMCBuIAowMDAwMDAwMDIy
- IDAwMDAwIG4gCjAwMDAwMDM3OTMgMDAwMDAgbiAKMDAwMDAwMzkxNyAwMDAwMCBuIAow
- MDAwMDA1NzUyIDAwMDAwIG4gCjAwMDAxMDQzNjMgMDAwMDAgbiAKMDAwMDAwNDg1NSAw
- MDAwMCBuIAowMDAwMDA0MDI3IDAwMDAwIG4gCjAwMDAwMDQ4MzUgMDAwMDAgbiAKMDAw
- MDAwNDg5MiAwMDAwMCBuIAowMDAwMDA1NzMyIDAwMDAwIG4gCjAwMDAwMTEwMjYgMDAw
- MDAgbiAKMDAwMDAwNTc4OCAwMDAwMCBuIAowMDAwMDExMDA1IDAwMDAwIG4gCjAwMDAw
- MTExMzQgMDAwMDAgbiAKMDAwMDA4ODI3NiAwMDAwMCBuIAowMDAwMDExMjg3IDAwMDAw
- IG4gCjAwMDAwMTEzMzUgMDAwMDAgbiAKMDAwMDAxNDA1MiAwMDAwMCBuIAowMDAwMDEx
- MzgwIDAwMDAwIG4gCjAwMDAwMTQwMzEgMDAwMDAgbiAKMDAwMDAxNDE2MCAwMDAwMCBu
- IAowMDAwMDQ2MzgzIDAwMDAwIG4gCjAwMDAwMTUwNTcgMDAwMDAgbiAKMDAwMDAxNDI2
- MCAwMDAwMCBuIAowMDAwMDE1MDM3IDAwMDAwIG4gCjAwMDAwMTUxNjQgMDAwMDAgbiAK
- MDAwMDA1NzY2NyAwMDAwMCBuIAowMDAwMDE2MDkxIDAwMDAwIG4gCjAwMDAwMTUyNzYg
- MDAwMDAgbiAKMDAwMDAxNjA3MSAwMDAwMCBuIAowMDAwMDE2MTk4IDAwMDAwIG4gCjAw
- MDAwNzE3NTIgMDAwMDAgbiAKMDAwMDAxNzA3MiAwMDAwMCBuIAowMDAwMDE2MzEwIDAw
- MDAwIG4gCjAwMDAwMTcwNTIgMDAwMDAgbiAKMDAwMDAxNzE3OSAwMDAwMCBuIAowMDAw
- MTMxMjc5IDAwMDAwIG4gCjAwMDAwMTgxMjIgMDAwMDAgbiAKMDAwMDAxNzI5MSAwMDAw
- MCBuIAowMDAwMDE4MTAyIDAwMDAwIG4gCjAwMDAwMTgyMjkgMDAwMDAgbiAKMDAwMDA5
- NDI2MCAwMDAwMCBuIAowMDAwMDE5MDkzIDAwMDAwIG4gCjAwMDAwMTgzNDEgMDAwMDAg
- biAKMDAwMDAxOTA3MyAwMDAwMCBuIAowMDAwMDE5MjAwIDAwMDAwIG4gCjAwMDAxNDUw
- ODIgMDAwMDAgbiAKMDAwMDAyMDA1NSAwMDAwMCBuIAowMDAwMDI3MzI4IDAwMDAwIG4g
- CjAwMDAwMTkzMTIgMDAwMDAgbiAKMDAwMDAyMDAzNSAwMDAwMCBuIAowMDAwMDIwMTYz
- IDAwMDAwIG4gCjAwMDAxMTE2MjcgMDAwMDAgbiAKMDAwMDAyMTAyNyAwMDAwMCBuIAow
- MDAwMDIwMjc1IDAwMDAwIG4gCjAwMDAwMjEwMDcgMDAwMDAgbiAKMDAwMDAyMTEzNSAw
- MDAwMCBuIAowMDAwMTM4MzgyIDAwMDAwIG4gCjAwMDAwMjE5OTEgMDAwMDAgbiAKMDAw
- MDAyMTI0OCAwMDAwMCBuIAowMDAwMDIxOTcxIDAwMDAwIG4gCjAwMDAwMjIwOTkgMDAw
- MDAgbiAKMDAwMDA3NzU4MSAwMDAwMCBuIAowMDAwMDIzMDI0IDAwMDAwIG4gCjAwMDAw
- MjIyMTIgMDAwMDAgbiAKMDAwMDAyMzAwNCAwMDAwMCBuIAowMDAwMDIzMTMyIDAwMDAw
- IG4gCjAwMDAwMzc5NzMgMDAwMDAgbiAKMDAwMDAyNDA0OSAwMDAwMCBuIAowMDAwMDIz
- MjQ1IDAwMDAwIG4gCjAwMDAwMjQwMjkgMDAwMDAgbiAKMDAwMDAyNDE1NyAwMDAwMCBu
- IAowMDAwMTE3NjY4IDAwMDAwIG4gCjAwMDAwMjUwMTQgMDAwMDAgbiAKMDAwMDAyNDI3
- MCAwMDAwMCBuIAowMDAwMDI0OTk0IDAwMDAwIG4gCjAwMDAwMjUxMjIgMDAwMDAgbiAK
- MDAwMDA1MTU2OCAwMDAwMCBuIAowMDAwMDI2MDA3IDAwMDAwIG4gCjAwMDAwMjUyMzUg
- MDAwMDAgbiAKMDAwMDAyNTk4NyAwMDAwMCBuIAowMDAwMDI2MTE1IDAwMDAwIG4gCjAw
- MDAwNjQ2NTYgMDAwMDAgbiAKMDAwMDAyNjk4NCAwMDAwMCBuIAowMDAwMDI2MjI4IDAw
- MDAwIG4gCjAwMDAwMjY5NjQgMDAwMDAgbiAKMDAwMDAyNzA5MiAwMDAwMCBuIAowMDAw
- MTI0NDk4IDAwMDAwIG4gCjAwMDAwMjc0NTMgMDAwMDAgbiAKMDAwMDAyNzU0NSAwMDAw
- MCBuIAowMDAwMDMwNTgwIDAwMDAwIG4gCjAwMDAwMjc2NzQgMDAwMDAgbiAKMDAwMDAz
- MDU1OCAwMDAwMCBuIAowMDAwMDI3NzgwIDAwMDAwIG4gCjAwMDAwMzA1MzYgMDAwMDAg
- biAKMDAwMDAzMDQ5OCAwMDAwMCBuIAowMDAwMDI3OTAyIDAwMDAwIG4gCjAwMDAwMzA0
- NzUgMDAwMDAgbiAKMDAwMDAzMDQzNyAwMDAwMCBuIAowMDAwMDI4MDI2IDAwMDAwIG4g
- CjAwMDAwMzA0MTQgMDAwMDAgbiAKMDAwMDAzMDM3NSAwMDAwMCBuIAowMDAwMDI4MTUx
- IDAwMDAwIG4gCjAwMDAwMzAzNTIgMDAwMDAgbiAKMDAwMDAzMDMxMyAwMDAwMCBuIAow
- MDAwMDI4Mjc1IDAwMDAwIG4gCjAwMDAwMzAyOTAgMDAwMDAgbiAKMDAwMDAzMDI1MSAw
- MDAwMCBuIAowMDAwMDI4Mzk5IDAwMDAwIG4gCjAwMDAwMzAyMjggMDAwMDAgbiAKMDAw
- MDAzMDE4OSAwMDAwMCBuIAowMDAwMDI4NTIzIDAwMDAwIG4gCjAwMDAwMzAxNjYgMDAw
- MDAgbiAKMDAwMDAzMDEyNyAwMDAwMCBuIAowMDAwMDI4NjQ3IDAwMDAwIG4gCjAwMDAw
- MzAxMDQgMDAwMDAgbiAKMDAwMDAzMDA2NSAwMDAwMCBuIAowMDAwMDI4NzcyIDAwMDAw
- IG4gCjAwMDAwMzAwNDIgMDAwMDAgbiAKMDAwMDAzMDAwMyAwMDAwMCBuIAowMDAwMDI4
- ODk3IDAwMDAwIG4gCjAwMDAwMjk5ODAgMDAwMDAgbiAKMDAwMDAyOTk0MSAwMDAwMCBu
- IAowMDAwMDI5MDIyIDAwMDAwIG4gCjAwMDAwMjk5MTggMDAwMDAgbiAKMDAwMDAyOTg3
- OSAwMDAwMCBuIAowMDAwMDI5MTQ2IDAwMDAwIG4gCjAwMDAwMjk4NTYgMDAwMDAgbiAK
- MDAwMDAyOTgxNyAwMDAwMCBuIAowMDAwMDI5MjcxIDAwMDAwIG4gCjAwMDAwMjk3OTQg
- MDAwMDAgbiAKMDAwMDAyOTc1NSAwMDAwMCBuIAowMDAwMDI5Mzk1IDAwMDAwIG4gCjAw
- MDAwMjk3MzIgMDAwMDAgbiAKMDAwMDAyOTY5MyAwMDAwMCBuIAowMDAwMDI5NTIwIDAw
- MDAwIG4gCjAwMDAwMjk2NzAgMDAwMDAgbiAKMDAwMDAyOTYzMSAwMDAwMCBuIAowMDAw
- MDMwNjkwIDAwMDAwIG4gCjAwMDAwMzc1NTMgMDAwMDAgbiAKMDAwMDAzNzU3NSAwMDAw
- MCBuIAowMDAwMDM3ODAyIDAwMDAwIG4gCjAwMDAwMzgxNTAgMDAwMDAgbiAKMDAwMDA0
- NTkzMSAwMDAwMCBuIAowMDAwMDQ1OTUzIDAwMDAwIG4gCjAwMDAwNDYxODAgMDAwMDAg
- biAKMDAwMDA0NjU2MCAwMDAwMCBuIAowMDAwMDUxMTc0IDAwMDAwIG4gCjAwMDAwNTEx
- OTYgMDAwMDAgbiAKMDAwMDA1MTQyMyAwMDAwMCBuIAowMDAwMDUxNzQ1IDAwMDAwIG4g
- CjAwMDAwNTcyNTkgMDAwMDAgbiAKMDAwMDA1NzI4MSAwMDAwMCBuIAowMDAwMDU3NTA4
- IDAwMDAwIG4gCjAwMDAwNTc4NDQgMDAwMDAgbiAKMDAwMDA2NDI0MiAwMDAwMCBuIAow
- MDAwMDY0MjY0IDAwMDAwIG4gCjAwMDAwNjQ0OTEgMDAwMDAgbiAKMDAwMDA2NDgzMyAw
- MDAwMCBuIAowMDAwMDcxMzM2IDAwMDAwIG4gCjAwMDAwNzEzNTggMDAwMDAgbiAKMDAw
- MDA3MTU4NSAwMDAwMCBuIAowMDAwMDcxOTI5IDAwMDAwIG4gCjAwMDAwNzcxNzMgMDAw
- MDAgbiAKMDAwMDA3NzE5NSAwMDAwMCBuIAowMDAwMDc3NDIyIDAwMDAwIG4gCjAwMDAw
- Nzc3NTggMDAwMDAgbiAKMDAwMDA4Nzc0NCAwMDAwMCBuIAowMDAwMDg3NzY2IDAwMDAw
- IG4gCjAwMDAwODc5OTMgMDAwMDAgbiAKMDAwMDA4ODQ1MyAwMDAwMCBuIAowMDAwMDkz
- ODUyIDAwMDAwIG4gCjAwMDAwOTM4NzQgMDAwMDAgbiAKMDAwMDA5NDEwMSAwMDAwMCBu
- IAowMDAwMDk0NDM3IDAwMDAwIG4gCjAwMDAxMDM4MzkgMDAwMDAgbiAKMDAwMDEwMzg2
- MSAwMDAwMCBuIAowMDAwMTA0MDg4IDAwMDAwIG4gCjAwMDAxMDQ1MzkgMDAwMDAgbiAK
- MDAwMDExMTIwNyAwMDAwMCBuIAowMDAwMTExMjI5IDAwMDAwIG4gCjAwMDAxMTE0NTYg
- MDAwMDAgbiAKMDAwMDExMTgwNCAwMDAwMCBuIAowMDAwMTE3MjU2IDAwMDAwIG4gCjAw
- MDAxMTcyNzggMDAwMDAgbiAKMDAwMDExNzUwNSAwMDAwMCBuIAowMDAwMTE3ODQ1IDAw
- MDAwIG4gCjAwMDAxMjQwODYgMDAwMDAgbiAKMDAwMDEyNDEwOCAwMDAwMCBuIAowMDAw
- MTI0MzM1IDAwMDAwIG4gCjAwMDAxMjQ2NzUgMDAwMDAgbiAKMDAwMDEzMDg2OSAwMDAw
- MCBuIAowMDAwMTMwODkxIDAwMDAwIG4gCjAwMDAxMzExMTggMDAwMDAgbiAKMDAwMDEz
- MTQ1NiAwMDAwMCBuIAowMDAwMTM3OTY0IDAwMDAwIG4gCjAwMDAxMzc5ODYgMDAwMDAg
- biAKMDAwMDEzODIxMyAwMDAwMCBuIAowMDAwMTM4NTU5IDAwMDAwIG4gCjAwMDAxNDQ2
- NzAgMDAwMDAgbiAKMDAwMDE0NDY5MiAwMDAwMCBuIAowMDAwMTQ0OTE5IDAwMDAwIG4g
- CjAwMDAxNDUyNTkgMDAwMDAgbiAKMDAwMDE0NTMxMiAwMDAwMCBuIAp0cmFpbGVyCjw8
- IC9TaXplIDIwOSAvUm9vdCA5NCAwIFIgL0luZm8gMSAwIFIgL0lEIFsgPDNkOWI0MzZl
- NDJmYmE5NTQ0ODYwYWIwMDVjMTFkYTc2Pgo8M2Q5YjQzNmU0MmZiYTk1NDQ4NjBhYjAw
- NWMxMWRhNzY+IF0gPj4Kc3RhcnR4cmVmCjE0NTQzMwolJUVPRgozIDAgb2JqCjw8L1R5
- cGUgL1BhZ2UgL0NvbnRlbnRzIDUgMCBSIC9NZWRpYUJveCBbMCAwIDU1OSA3ODNdIC9Q
- YXJlbnQgNCAwIFIgL1Jlc291cmNlcyA3IDAgUiA+PgplbmRvYmoKMTUgMCBvYmoKPDwv
- VHlwZSAvUGFnZSAvQ29udGVudHMgMTYgMCBSIC9NZWRpYUJveCBbMCAwIDExMTggNzgz
- XSAvUGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgMTggMCBSID4+CmVuZG9iagoyMiAwIG9i
- ago8PC9UeXBlIC9QYWdlIC9Db250ZW50cyAyMyAwIFIgL01lZGlhQm94IFswIDAgMTEx
- OCA3ODNdIC9QYXJlbnQgNCAwIFIgL1Jlc291cmNlcyAyNSAwIFIgPj4KZW5kb2JqCjI3
- IDAgb2JqCjw8L1R5cGUgL1BhZ2UgL0NvbnRlbnRzIDI4IDAgUiAvTWVkaWFCb3ggWzAg
- MCA1NTkgNzgzXSAvUGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgMzAgMCBSID4+CmVuZG9i
- agozMiAwIG9iago8PC9UeXBlIC9QYWdlIC9Db250ZW50cyAzMyAwIFIgL01lZGlhQm94
- IFswIDAgNTU5IDc4M10gL1BhcmVudCA0IDAgUiAvUmVzb3VyY2VzIDM1IDAgUiA+Pgpl
- bmRvYmoKMzcgMCBvYmoKPDwvVHlwZSAvUGFnZSAvQ29udGVudHMgMzggMCBSIC9NZWRp
- YUJveCBbMCAwIDU1OSA3ODNdIC9QYXJlbnQgNCAwIFIgL1Jlc291cmNlcyA0MCAwIFIg
- Pj4KZW5kb2JqCjQyIDAgb2JqCjw8L1R5cGUgL1BhZ2UgL0NvbnRlbnRzIDQzIDAgUiAv
- TWVkaWFCb3ggWzAgMCA1NTkgNzgzXSAvUGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgNDUg
- MCBSID4+CmVuZG9iago0NyAwIG9iago8PC9UeXBlIC9QYWdlIC9Db250ZW50cyA0OCAw
- IFIgL01lZGlhQm94IFswIDAgNTU5IDc4M10gL1BhcmVudCA0IDAgUiAvUmVzb3VyY2Vz
- IDUwIDAgUiA+PgplbmRvYmoKNTIgMCBvYmoKPDwvVHlwZSAvUGFnZSAvQ29udGVudHMg
- NTQgMCBSIC9NZWRpYUJveCBbMCAwIDU1OSA3ODNdIC9QYXJlbnQgNTMgMCBSIC9SZXNv
- dXJjZXMgNTYgMCBSID4+CmVuZG9iago1OCAwIG9iago8PC9UeXBlIC9QYWdlIC9Db250
- ZW50cyA1OSAwIFIgL01lZGlhQm94IFswIDAgNTU5IDc4M10gL1BhcmVudCA1MyAwIFIg
- L1Jlc291cmNlcyA2MSAwIFIgPj4KZW5kb2JqCjYzIDAgb2JqCjw8L1R5cGUgL1BhZ2Ug
- L0NvbnRlbnRzIDY0IDAgUiAvTWVkaWFCb3ggWzAgMCA1NTkgNzgzXSAvUGFyZW50IDUz
- IDAgUiAvUmVzb3VyY2VzIDY2IDAgUiA+PgplbmRvYmoKNjggMCBvYmoKPDwvVHlwZSAv
- UGFnZSAvQ29udGVudHMgNjkgMCBSIC9NZWRpYUJveCBbMCAwIDU1OSA3ODNdIC9QYXJl
- bnQgNTMgMCBSIC9SZXNvdXJjZXMgNzEgMCBSID4+CmVuZG9iago3MyAwIG9iago8PC9U
- eXBlIC9QYWdlIC9Db250ZW50cyA3NCAwIFIgL01lZGlhQm94IFswIDAgNTU5IDc4M10g
- L1BhcmVudCA1MyAwIFIgL1Jlc291cmNlcyA3NiAwIFIgPj4KZW5kb2JqCjc4IDAgb2Jq
- Cjw8L1R5cGUgL1BhZ2UgL0NvbnRlbnRzIDc5IDAgUiAvTWVkaWFCb3ggWzAgMCA1NTkg
- NzgzXSAvUGFyZW50IDUzIDAgUiAvUmVzb3VyY2VzIDgxIDAgUiA+PgplbmRvYmoKODMg
- MCBvYmoKPDwvVHlwZSAvUGFnZSAvQ29udGVudHMgODQgMCBSIC9NZWRpYUJveCBbMCAw
- IDU1OSA3ODNdIC9QYXJlbnQgNTMgMCBSIC9SZXNvdXJjZXMgODYgMCBSID4+CmVuZG9i
- ago4OCAwIG9iago8PC9UeXBlIC9QYWdlIC9Db250ZW50cyA4OSAwIFIgL01lZGlhQm94
- IFswIDAgNTU5IDc4M10gL1BhcmVudCA1MyAwIFIgL1Jlc291cmNlcyA5MSAwIFIgPj4K
- ZW5kb2JqCjEgMCBvYmoKPDwvQXV0aG9yIChLaGFsaWQgQmVsaGFqamFtZSkvQ3JlYXRp
- b25EYXRlIChEOjIwMTEwNzMxMDk1MjAwWikvQ3JlYXRvciAoT21uaUdyYWZmbGUgNS4z
- LjQpL01vZERhdGUgKEQ6MjAxMTExMjMxOTI2MDBaKS9Qcm9kdWNlciAyMDcgMCBSIC9U
- aXRsZSAoUHJvdmVuYW5jZV9PYmplY3RfUHJvcGVydGllc19DYXJkaW5hbGl0aWVzLmdy
- YWZmbGUpPj4KZW5kb2JqCnhyZWYKMSAxCjAwMDAxNTE0NzcgMDAwMDAgbiAKMyAxCjAw
- MDAxNDk3NzQgMDAwMDAgbiAKMTUgMQowMDAwMTQ5ODc3IDAwMDAwIG4gCjIyIDEKMDAw
- MDE0OTk4NCAwMDAwMCBuIAoyNyAxCjAwMDAxNTAwOTEgMDAwMDAgbiAKMzIgMQowMDAw
- MTUwMTk3IDAwMDAwIG4gCjM3IDEKMDAwMDE1MDMwMyAwMDAwMCBuIAo0MiAxCjAwMDAx
- NTA0MDkgMDAwMDAgbiAKNDcgMQowMDAwMTUwNTE1IDAwMDAwIG4gCjUyIDEKMDAwMDE1
- MDYyMSAwMDAwMCBuIAo1OCAxCjAwMDAxNTA3MjggMDAwMDAgbiAKNjMgMQowMDAwMTUw
- ODM1IDAwMDAwIG4gCjY4IDEKMDAwMDE1MDk0MiAwMDAwMCBuIAo3MyAxCjAwMDAxNTEw
- NDkgMDAwMDAgbiAKNzggMQowMDAwMTUxMTU2IDAwMDAwIG4gCjgzIDEKMDAwMDE1MTI2
- MyAwMDAwMCBuIAo4OCAxCjAwMDAxNTEzNzAgMDAwMDAgbiAKdHJhaWxlcgo8PC9JRCBb
- PDNkOWI0MzZlNDJmYmE5NTQ0ODYwYWIwMDVjMTFkYTc2PiA8M2Q5YjQzNmU0MmZiYTk1
- NDQ4NjBhYjAwNWMxMWRhNzY+XSAvSW5mbyAxIDAgUiAvUHJldiAxNDU0MzMgL1Jvb3Qg
- OTQgMCBSIC9TaXplIDIwOT4+CnN0YXJ0eHJlZgoxNTE2OTAKJSVFT0YK
- </data>
- <key>QuickLookThumbnail</key>
- <data>
- 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
- BAAAEpgAAAAAAAgACAAIAAgAAQABAAEAAQ==
- </data>
- <key>ReadOnly</key>
- <string>NO</string>
- <key>Sheets</key>
- <array>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {559, 783}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>36</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Bounds</key>
- <string>{{264.5, 411.75}, {81, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>135</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Revision}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{161.5, 410.25}, {81, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>134</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Location}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>ID</key>
- <integer>133</integer>
- <key>Points</key>
- <array>
- <string>{103.263, 413.728}</string>
- <string>{85, 350}</string>
- <string>{96, 266}</string>
- <string>{172, 228}</string>
- <string>{265, 222}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>110</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{75, 502.5}, {80, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>131</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 object property}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{85, 482}, {69, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>130</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 subsumption}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>ID</key>
- <integer>129</integer>
- <key>Points</key>
- <array>
- <string>{69, 519}</string>
- <string>{172, 518}</string>
- <string>{172, 517}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>ID</key>
- <integer>128</integer>
- <key>Points</key>
- <array>
- <string>{75, 496}</string>
- <string>{168, 496}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>112</integer>
- </dict>
- <key>ID</key>
- <integer>127</integer>
- <key>Points</key>
- <array>
- <string>{417.87, 237.803}</string>
- <string>{337.235, 233.169}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>124</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{345.5, 445}, {184, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>122</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 ProvenanceContainer}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{417.5, 223}, {112, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>124</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 EntityInRole}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{118, 284}, {77, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>117</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 hadParticipant}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{262, 199}, {17, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>116</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 0,n}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{228.5, 327}, {17, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>115</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 0,n}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>111</integer>
- </dict>
- <key>ID</key>
- <integer>114</integer>
- <key>Points</key>
- <array>
- <string>{268.832, 241.844}</string>
- <string>{209, 263}</string>
- <string>{197, 288}</string>
- <string>{214.5, 315}</string>
- <string>{264.231, 335.91}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>112</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{245, 231}, {17, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>118</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 0,n}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{312, 191}, {17, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>119</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 0,n}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>112</integer>
- </dict>
- <key>ID</key>
- <integer>120</integer>
- <key>Points</key>
- <array>
- <string>{290.247, 213.082}</string>
- <string>{268, 170}</string>
- <string>{322, 153}</string>
- <string>{304.782, 212.689}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>112</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>110</integer>
- </dict>
- <key>ID</key>
- <integer>90</integer>
- <key>Points</key>
- <array>
- <string>{221, 353}</string>
- <string>{158, 352}</string>
- <string>{119.334, 414.49}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{202, 356}, {17, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>91</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 0,n}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{128, 403.5}, {17, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>92</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 0,n}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{383, 356}, {17, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>93</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 0,n}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{312, 376}, {17, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>94</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 0,n}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>111</integer>
- </dict>
- <key>ID</key>
- <integer>95</integer>
- <key>Points</key>
- <array>
- <string>{333, 372}</string>
- <string>{366, 427}</string>
- <string>{443, 427}</string>
- <string>{457, 403}</string>
- <string>{423, 380}</string>
- <string>{358.805, 365.083}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{334, 320}, {17, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>96</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 0,1}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{334, 242}, {17, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>97</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 0,n}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{265, 245}, {17, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>98</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 0,n}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{263, 319}, {17, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>99</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 0,n}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{123.5, 334}, {91, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>102</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 wasControlledBy}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{367, 408}, {87, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>103</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 wasPrecededBy}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{228, 282}, {27, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>104</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 used}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{373, 282}, {93, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>105</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 wasGeneratedBy}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>111</integer>
- </dict>
- <key>ID</key>
- <integer>106</integer>
- <key>Points</key>
- <array>
- <string>{287.479, 248.512}</string>
- <string>{259, 290}</string>
- <string>{289.736, 333.807}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>112</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>111</integer>
- </dict>
- <key>ID</key>
- <integer>107</integer>
- <key>Points</key>
- <array>
- <string>{319.457, 246.67}</string>
- <string>{367, 284}</string>
- <string>{319.548, 334.027}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>112</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{238, 128}, {91, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>109</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 wasDerivedFrom}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{75, 414}, {67, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>110</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Agent}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{222, 334}, {161, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>111</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 ProcessExecution}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{262, 213}, {75, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>112</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 1</string>
- <key>UniqueID</key>
- <integer>1</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {1118, 783}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>36</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Bounds</key>
- <string>{{268, 379}, {17, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>163</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 0,n}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{240.5, 378}, {17, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>162</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 0,n}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{242.5, 439}, {104, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>161</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 wasScheduledAfter}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>143</integer>
- </dict>
- <key>ID</key>
- <integer>160</integer>
- <key>Points</key>
- <array>
- <string>{250.479, 370.467}</string>
- <string>{241, 414}</string>
- <string>{250, 437}</string>
- <string>{298, 438}</string>
- <string>{303, 424}</string>
- <string>{266.77, 370.215}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>143</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{187, 371}, {17, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>158</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 0,n}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>ID</key>
- <integer>157</integer>
- <key>Points</key>
- <array>
- <string>{208.534, 367.009}</string>
- <string>{156.5, 384}</string>
- <string>{156.5, 414}</string>
- <string>{197, 427}</string>
- <string>{221, 420}</string>
- <string>{224, 369}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>143</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>151</integer>
- </dict>
- <key>ID</key>
- <integer>154</integer>
- <key>Points</key>
- <array>
- <string>{297.964, 367.389}</string>
- <string>{359, 389}</string>
- <string>{409.692, 372.002}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>143</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{331.5, 368.891}, {58, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>153</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 hadRecipe}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>ID</key>
- <integer>152</integer>
- <key>Points</key>
- <array>
- <string>{442.668, 342.5}</string>
- <string>{443, 306}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>151</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{402, 343}, {81, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>151</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Recipe}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>164</integer>
- </dict>
- <key>ID</key>
- <integer>169</integer>
- <key>Points</key>
- <array>
- <string>{298.956, 336.758}</string>
- <string>{409.582, 298.829}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>143</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>164</integer>
- </dict>
- <key>ID</key>
- <integer>168</integer>
- <key>Points</key>
- <array>
- <string>{535.555, 288.051}</string>
- <string>{499.385, 287.213}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>135</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>164</integer>
- </dict>
- <key>ID</key>
- <integer>167</integer>
- <key>Points</key>
- <array>
- <string>{518.508, 336.476}</string>
- <string>{470.31, 302.454}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>134</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>164</integer>
- </dict>
- <key>ID</key>
- <integer>166</integer>
- <key>Points</key>
- <array>
- <string>{284.342, 240.239}</string>
- <string>{406.162, 274.511}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>112</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{395, 268}, {104, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>164</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>a</key>
- <string>0.44</string>
- <key>b</key>
- <string>0.891129</string>
- <key>g</key>
- <string>0.762969</string>
- <key>r</key>
- <string>0.463197</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 owl:Thing}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{536, 271}, {81, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>135</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Revision}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{500, 334}, {81, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>134</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Location}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>ID</key>
- <integer>133</integer>
- <key>Points</key>
- <array>
- <string>{55.2635, 413.728}</string>
- <string>{37, 350}</string>
- <string>{48, 266}</string>
- <string>{124, 228}</string>
- <string>{217, 222}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>110</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{27, 502.5}, {80, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>131</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 object property}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{37, 482}, {69, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>130</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 subsumption}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>ID</key>
- <integer>129</integer>
- <key>Points</key>
- <array>
- <string>{21, 519}</string>
- <string>{124, 518}</string>
- <string>{124, 517}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>ID</key>
- <integer>128</integer>
- <key>Points</key>
- <array>
- <string>{27, 496}</string>
- <string>{120, 496}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>112</integer>
- </dict>
- <key>ID</key>
- <integer>127</integer>
- <key>Points</key>
- <array>
- <string>{380.854, 189.668}</string>
- <string>{283.198, 220.872}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>124</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>164</integer>
- </dict>
- <key>ID</key>
- <integer>165</integer>
- <key>Points</key>
- <array>
- <string>{461.41, 238.447}</string>
- <string>{452.57, 267.619}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>122</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{375, 202}, {184, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>122</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 ProvenanceContainer}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{366, 159}, {109, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>124</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 EntityInRole}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{70, 284}, {77, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>117</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 hadParticipant}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{214, 199}, {17, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>116</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 0,n}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{180.5, 327}, {17, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>115</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 0,n}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>143</integer>
- </dict>
- <key>ID</key>
- <integer>149</integer>
- <key>Points</key>
- <array>
- <string>{220.832, 241.844}</string>
- <string>{161, 263}</string>
- <string>{149, 288}</string>
- <string>{166.5, 315}</string>
- <string>{216.231, 335.91}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>112</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{197, 231}, {17, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>118</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 0,n}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{264, 191}, {17, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>119</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 0,n}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>112</integer>
- </dict>
- <key>ID</key>
- <integer>120</integer>
- <key>Points</key>
- <array>
- <string>{242.247, 213.082}</string>
- <string>{220, 170}</string>
- <string>{274, 153}</string>
- <string>{256.782, 212.689}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>112</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>110</integer>
- </dict>
- <key>ID</key>
- <integer>90</integer>
- <key>Points</key>
- <array>
- <string>{173, 353}</string>
- <string>{110, 352}</string>
- <string>{71.3341, 414.49}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{154, 356}, {17, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>91</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 0,n}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{80, 403.5}, {17, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>92</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 0,n}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{203, 381}, {17, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>93</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 0,n}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{286, 320}, {17, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>96</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 0,1}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{286, 242}, {17, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>97</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 0,n}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{217, 245}, {17, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>98</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 0,n}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{215, 319}, {17, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>99</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 0,n}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{75.5, 334}, {91, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>102</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 wasControlledBy}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{143, 430}, {83, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>103</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 wasInformedBy}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{180, 282}, {27, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>104</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 used}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{272.5, 276.912}, {93, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>146</integer>
- <key>Line</key>
- <dict>
- <key>ID</key>
- <integer>145</integer>
- <key>Position</key>
- <real>0.46672740578651428</real>
- <key>RotationType</key>
- <integer>0</integer>
- </dict>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 wasGeneratedBy}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>143</integer>
- </dict>
- <key>ID</key>
- <integer>147</integer>
- <key>Points</key>
- <array>
- <string>{239.479, 248.512}</string>
- <string>{211, 290}</string>
- <string>{241.736, 333.807}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>FilledArrow</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>112</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>143</integer>
- </dict>
- <key>ID</key>
- <integer>145</integer>
- <key>Points</key>
- <array>
- <string>{271.457, 246.67}</string>
- <string>{319, 284}</string>
- <string>{271.548, 334.027}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>112</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{190, 128}, {91, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>109</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 wasDerivedFrom}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{27, 414}, {67, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>110</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Agent}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{174, 334}, {161, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>143</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 ProcessExecution}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{214, 213}, {75, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>112</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>2</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 9</string>
- <key>UniqueID</key>
- <integer>9</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {1118, 783}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>7.2000002861022949</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>113</integer>
- </dict>
- <key>ID</key>
- <integer>132</integer>
- <key>Points</key>
- <array>
- <string>{655.99, 133.652}</string>
- <string>{400.067, 75.1333}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>129</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{652, 124}, {81, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>129</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Recipe}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>112</integer>
- </dict>
- <key>ID</key>
- <integer>128</integer>
- <key>Points</key>
- <array>
- <string>{274.51, 199.178}</string>
- <string>{241.527, 158.185}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>120</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>113</integer>
- </dict>
- <key>ID</key>
- <integer>127</integer>
- <key>Points</key>
- <array>
- <string>{429.947, 123.223}</string>
- <string>{377.184, 81.8199}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>119</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>112</integer>
- </dict>
- <key>ID</key>
- <integer>126</integer>
- <key>Points</key>
- <array>
- <string>{195.167, 199.176}</string>
- <string>{217.733, 158.824}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>115</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>113</integer>
- </dict>
- <key>ID</key>
- <integer>125</integer>
- <key>Points</key>
- <array>
- <string>{558.997, 130.3}</string>
- <string>{394.632, 77.4922}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>118</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>113</integer>
- </dict>
- <key>ID</key>
- <integer>124</integer>
- <key>Points</key>
- <array>
- <string>{322.991, 123.102}</string>
- <string>{345.537, 83.1131}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>117</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>113</integer>
- </dict>
- <key>ID</key>
- <integer>123</integer>
- <key>Points</key>
- <array>
- <string>{251.713, 126.748}</string>
- <string>{329.021, 80.8638}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>112</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>113</integer>
- </dict>
- <key>ID</key>
- <integer>122</integer>
- <key>Points</key>
- <array>
- <string>{151.082, 126.421}</string>
- <string>{315.659, 77.0313}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>111</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{232.7, 199}, {112.3, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>120</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 EntityInRole}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{360.6, 123}, {184, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>119</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 ProvenanceContainer}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{551.8, 123}, {81, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>118</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Revision}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{272.4, 123}, {81, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>117</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Location}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{147.7, 199}, {75, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>115</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Agent}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{22, 123}, {161, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>111</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 ProcessExecution}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{303, 47}, {105.5, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>113</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.891129</string>
- <key>g</key>
- <string>0.826869</string>
- <key>r</key>
- <string>0.692795</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.478261</string>
- <key>g</key>
- <string>0.443773</string>
- <key>r</key>
- <string>0.371817</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 owl:Thing}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{190.2, 123}, {75, 36}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>112</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>2</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 8</string>
- <key>UniqueID</key>
- <integer>8</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {559, 783}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>7.2000002861022949</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>148</integer>
- </dict>
- <key>ID</key>
- <integer>149</integer>
- <key>Points</key>
- <array>
- <string>{262.474, 310.927}</string>
- <string>{378, 312}</string>
- <string>{377.822, 312.006}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>144</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{378, 298}, {91, 25}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>148</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Recipe}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{286, 298}, {58, 14}}</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>b</key>
- <string>0</string>
- <key>g</key>
- <string>0</string>
- <key>r</key>
- <string>0</string>
- </dict>
- </dict>
- <key>ID</key>
- <integer>146</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 hadRecipe}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{171, 298}, {91, 25}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>144</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Activity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 10</string>
- <key>UniqueID</key>
- <integer>10</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {559, 783}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>36</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Bounds</key>
- <string>{{206.25, 280}, {93, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>114</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 wasGeneratedBy}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>116</integer>
- </dict>
- <key>ID</key>
- <integer>115</integer>
- <key>Points</key>
- <array>
- <string>{206.75, 295}</string>
- <string>{309.25, 295}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>117</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{309.75, 284}, {87.25, 22}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>116</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Activity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{131.25, 286}, {75, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>117</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 4</string>
- <key>UniqueID</key>
- <integer>4</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {559, 783}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>36</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Class</key>
- <string>Group</string>
- <key>Graphics</key>
- <array>
- <dict>
- <key>Bounds</key>
- <string>{{210, 293}, {91, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>119</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 wasDerivedFrom}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>121</integer>
- </dict>
- <key>ID</key>
- <integer>120</integer>
- <key>Points</key>
- <array>
- <string>{206.5, 307}</string>
- <string>{316.5, 307}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>122</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{317, 298}, {75, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>121</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{131, 298}, {75, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>122</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- </array>
- <key>ID</key>
- <integer>118</integer>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 5</string>
- <key>UniqueID</key>
- <integer>5</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {559, 783}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>36</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Bounds</key>
- <string>{{294, 302}, {27, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>124</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 used}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>127</integer>
- </dict>
- <key>ID</key>
- <integer>125</integer>
- <key>Points</key>
- <array>
- <string>{260.469, 314.438}</string>
- <string>{370.536, 315.6}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>126</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{178, 303}, {82, 22}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>126</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Activity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{371, 307}, {75, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>127</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 6</string>
- <key>UniqueID</key>
- <integer>6</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {559, 783}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>36</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Bounds</key>
- <string>{{231, 267}, {87, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>129</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 wasPrecededBy}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>131</integer>
- </dict>
- <key>ID</key>
- <integer>130</integer>
- <key>Points</key>
- <array>
- <string>{226, 279}</string>
- <string>{334.5, 279}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{335, 268}, {87, 22}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>131</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Activity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{138, 268}, {87, 22}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>132</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Activity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 2</string>
- <key>UniqueID</key>
- <integer>2</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {559, 783}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>36</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Bounds</key>
- <string>{{233, 267}, {83, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>129</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 wasInformedBy}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>131</integer>
- </dict>
- <key>ID</key>
- <integer>130</integer>
- <key>Points</key>
- <array>
- <string>{226, 279}</string>
- <string>{334.5, 279}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{335, 268}, {83, 22}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>131</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Activity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{141, 268}, {83, 22}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>132</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Activity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 12</string>
- <key>UniqueID</key>
- <integer>12</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {559, 783}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>36</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Bounds</key>
- <string>{{228.5, 267}, {104, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>129</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 wasScheduledAfter}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>131</integer>
- </dict>
- <key>ID</key>
- <integer>130</integer>
- <key>Points</key>
- <array>
- <string>{227, 279}</string>
- <string>{349.5, 279}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{350, 268}, {81, 22}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>131</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Activity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{144, 268}, {81, 22}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>132</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Activity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 11</string>
- <key>UniqueID</key>
- <integer>11</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {559, 783}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>36</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Bounds</key>
- <string>{{247, 267}, {45, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>129</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 followed}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>131</integer>
- </dict>
- <key>ID</key>
- <integer>130</integer>
- <key>Points</key>
- <array>
- <string>{227, 279}</string>
- <string>{318.5, 279}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{319, 268}, {75, 22}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>131</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Activity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{146, 268}, {79, 22}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>132</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Activity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 13</string>
- <key>UniqueID</key>
- <integer>13</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {559, 783}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>36</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Bounds</key>
- <string>{{260.5, 191}, {91, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>134</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 wasControlledBy}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>136</integer>
- </dict>
- <key>ID</key>
- <integer>135</integer>
- <key>Points</key>
- <array>
- <string>{254.5, 204}</string>
- <string>{367.5, 204}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>137</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{368, 195}, {75, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>136</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Agent}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{169, 193}, {85, 22}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>137</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Activity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 3</string>
- <key>UniqueID</key>
- <integer>3</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {559, 783}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>36</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Bounds</key>
- <string>{{263.5, 191}, {77, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>134</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 hadParticipant}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>136</integer>
- </dict>
- <key>ID</key>
- <integer>135</integer>
- <key>Points</key>
- <array>
- <string>{254.5, 204}</string>
- <string>{367.5, 204}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>137</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{368, 195}, {75, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>136</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{165, 193}, {89, 22}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>137</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Activity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 15</string>
- <key>UniqueID</key>
- <integer>15</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {559, 783}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>36</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Class</key>
- <string>Group</string>
- <key>Graphics</key>
- <array>
- <dict>
- <key>Bounds</key>
- <string>{{203.5, 199}, {70, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>119</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 dependedOn}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>121</integer>
- </dict>
- <key>ID</key>
- <integer>120</integer>
- <key>Points</key>
- <array>
- <string>{189.5, 213}</string>
- <string>{299.5, 213}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>122</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{300, 204}, {75, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>121</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{114, 204}, {75, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>122</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- </array>
- <key>ID</key>
- <integer>118</integer>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 7</string>
- <key>UniqueID</key>
- <integer>7</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {559, 783}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>36</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Bounds</key>
- <string>{{165, 199}, {147, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>119</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 wasEventuallyDerivedFrom}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>121</integer>
- </dict>
- <key>ID</key>
- <integer>120</integer>
- <key>Points</key>
- <array>
- <string>{165.5, 213}</string>
- <string>{331.5, 213}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>122</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{332, 204}, {75, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>121</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{90, 204}, {75, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>122</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 16</string>
- <key>UniqueID</key>
- <integer>16</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- <dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {559, 783}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>ColumnAlign</key>
- <integer>1</integer>
- <key>ColumnSpacing</key>
- <real>36</real>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Bounds</key>
- <string>{{187, 199}, {103, 14}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>YES</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>119</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs24 \cf0 wasComplementOf}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>121</integer>
- </dict>
- <key>ID</key>
- <integer>120</integer>
- <key>Points</key>
- <array>
- <string>{174.5, 213}</string>
- <string>{309.5, 213}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>122</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{310, 204}, {75, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>121</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{99, 204}, {75, 18}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>w</key>
- <string>0.189516</string>
- </dict>
- <key>Font</key>
- <string>Helvetica</string>
- <key>Size</key>
- <real>14</real>
- </dict>
- <key>ID</key>
- <integer>122</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.649194</string>
- <key>g</key>
- <string>0.891129</string>
- <key>r</key>
- <string>0.71371</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Beneath</key>
- <string>YES</string>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- <key>Draws</key>
- <string>NO</string>
- <key>Fuzziness</key>
- <real>0.57164120674133301</real>
- </dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.245968</string>
- <key>g</key>
- <string>0.479839</string>
- <key>r</key>
- <string>0.334677</string>
- </dict>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\fs28 \cf2 Entity}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>HPages</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>Orientation</key>
- <integer>2</integer>
- <key>PrintOnePage</key>
- <false/>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>36</real>
- <key>SheetTitle</key>
- <string>Canvas 14</string>
- <key>UniqueID</key>
- <integer>14</integer>
- <key>VPages</key>
- <integer>1</integer>
- </dict>
- </array>
- <key>SmartAlignmentGuidesActive</key>
- <string>YES</string>
- <key>SmartDistanceGuidesActive</key>
- <string>YES</string>
- <key>UseEntirePage</key>
- <false/>
- <key>WindowInfo</key>
- <dict>
- <key>CurrentSheet</key>
- <integer>13</integer>
- <key>ExpandedCanvases</key>
- <array>
- <dict>
- <key>name</key>
- <string>Canvas 1</string>
- </dict>
- </array>
- <key>Frame</key>
- <string>{{40, 84}, {1335, 790}}</string>
- <key>ListView</key>
- <true/>
- <key>OutlineWidth</key>
- <integer>142</integer>
- <key>RightSidebar</key>
- <true/>
- <key>ShowRuler</key>
- <true/>
- <key>Sidebar</key>
- <true/>
- <key>SidebarWidth</key>
- <integer>120</integer>
- <key>VisibleRegion</key>
- <string>{{-242, 0}, {1043, 636}}</string>
- <key>Zoom</key>
- <real>1</real>
- <key>ZoomValues</key>
- <array>
- <array>
- <string>Canvas 1</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 2</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 3</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 4</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 5</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 6</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 7</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 8</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 9</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 10</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 11</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 12</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 13</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 14</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 15</string>
- <real>1</real>
- <real>1</real>
- </array>
- <array>
- <string>Canvas 16</string>
- <real>1</real>
- <real>1</real>
- </array>
- </array>
- </dict>
- <key>saveQuickLookFiles</key>
- <string>YES</string>
-</dict>
-</plist>
Binary file ontology/diagram-history/khalidDiagrams/dependedOn.png has changed
Binary file ontology/diagram-history/khalidDiagrams/endedAt.png has changed
Binary file ontology/diagram-history/khalidDiagrams/hadOriginalSource.png has changed
Binary file ontology/diagram-history/khalidDiagrams/hadParticipant.png has changed
Binary file ontology/diagram-history/khalidDiagrams/hadQualifiedControl.png has changed
Binary file ontology/diagram-history/khalidDiagrams/hadQualifiedEntity.png has changed
Binary file ontology/diagram-history/khalidDiagrams/hadQualifiedGeneration.png has changed
Binary file ontology/diagram-history/khalidDiagrams/hadQualifiedParticipation.png has changed
Binary file ontology/diagram-history/khalidDiagrams/hadQualifiedUsage.png has changed
Binary file ontology/diagram-history/khalidDiagrams/hadRecipe.png has changed
Binary file ontology/diagram-history/khalidDiagrams/hadTemporalValue.png has changed
Binary file ontology/diagram-history/khalidDiagrams/startedAt.png has changed
Binary file ontology/diagram-history/khalidDiagrams/used.png has changed
Binary file ontology/diagram-history/khalidDiagrams/wasAttributedTo.png has changed
Binary file ontology/diagram-history/khalidDiagrams/wasComplementOf.png has changed
Binary file ontology/diagram-history/khalidDiagrams/wasControlledBy.png has changed
Binary file ontology/diagram-history/khalidDiagrams/wasDerivedFrom.png has changed
Binary file ontology/diagram-history/khalidDiagrams/wasEventuallyDerivedFrom.png has changed
Binary file ontology/diagram-history/khalidDiagrams/wasGeneratedAt.png has changed
Binary file ontology/diagram-history/khalidDiagrams/wasGeneratedBy.png has changed
Binary file ontology/diagram-history/khalidDiagrams/wasInformedBy.png has changed
Binary file ontology/diagram-history/khalidDiagrams/wasQuoteOf.png has changed
Binary file ontology/diagram-history/khalidDiagrams/wasScheduledAfter.png has changed
Binary file ontology/diagram-history/khalidDiagrams/wasSummaryOf.png has changed
--- a/ontology/diagram-history/qualified-involvements/QualifiedInvolvementDiagram.graffle Thu Dec 08 15:27:17 2011 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2566 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>ActiveLayerIndex</key>
- <integer>0</integer>
- <key>ApplicationVersion</key>
- <array>
- <string>com.omnigroup.OmniGrafflePro</string>
- <string>138.33.0.157554</string>
- </array>
- <key>AutoAdjust</key>
- <true/>
- <key>BackgroundGraphic</key>
- <dict>
- <key>Bounds</key>
- <string>{{0, 0}, {1221, 664}}</string>
- <key>Class</key>
- <string>SolidGraphic</string>
- <key>ID</key>
- <integer>2</integer>
- <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>
- </dict>
- <key>CanvasOrigin</key>
- <string>{0, 0}</string>
- <key>CanvasSize</key>
- <string>{1221, 664}</string>
- <key>ColumnAlign</key>
- <integer>2</integer>
- <key>ColumnSpacing</key>
- <real>36</real>
- <key>CreationDate</key>
- <string>2011-11-15 16:03:49 +0000</string>
- <key>Creator</key>
- <string>Stephan Zednik</string>
- <key>DisplayScale</key>
- <string>1 0/72 in = 1.0000 in</string>
- <key>GraphDocumentVersion</key>
- <integer>8</integer>
- <key>GraphicsList</key>
- <array>
- <dict>
- <key>Bounds</key>
- <string>{{708.00006, 224.98401}, {196.914, 56}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FitText</key>
- <string>Vertical</string>
- <key>Flow</key>
- <string>Resize</string>
- <key>ID</key>
- <integer>644</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
-
-\f0\fs24 \cf0 Note: Usage, Generation, Control, and Participation inherit hadQualifiedEntity from QualifiedInvolvement}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{833.91498, 150.047}, {44, 14}}</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>Courier</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>642</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
-{\fonttbl\f0\fmodern\fcharset0 Courier;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural
-
-\f0\fs24 \cf0 \expnd0\expndtw0\kerning0
-Domain}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{735.16901, 178.047}, {37, 14}}</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>Courier</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>641</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
-{\fonttbl\f0\fmodern\fcharset0 Courier;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural
-
-\f0\fs24 \cf0 \expnd0\expndtw0\kerning0
-Range}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>ID</key>
- <integer>640</integer>
- <key>Points</key>
- <array>
- <string>{783.65491, 200.49905}</string>
- <string>{722.914, 200.142}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>HeadScale</key>
- <real>1.0000001192092896</real>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>638</integer>
- <key>Info</key>
- <integer>3</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>638</integer>
- <key>Info</key>
- <integer>4</integer>
- </dict>
- <key>ID</key>
- <integer>639</integer>
- <key>Points</key>
- <array>
- <string>{894.46002, 122.015}</string>
- <string>{883.91498, 172.502}</string>
- <string>{858.49359, 200.13394}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{784.15503, 190.502}, {74, 20}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>HFlip</key>
- <string>YES</string>
- <key>ID</key>
- <integer>638</integer>
- <key>Magnets</key>
- <array>
- <string>{0, 1}</string>
- <string>{0, -1}</string>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Shape</key>
- <string>Bezier</string>
- <key>ShapeData</key>
- <dict>
- <key>UnitPoints</key>
- <array>
- <string>{0.5, 0}</string>
- <string>{0.5, 0}</string>
- <string>{0.25, -0.5}</string>
- <string>{0.25, -0.5}</string>
- <string>{0.25, -0.5}</string>
- <string>{-0.5, -0.5}</string>
- <string>{-0.5, -0.5}</string>
- <string>{-0.5, -0.5}</string>
- <string>{-0.5, 0.5}</string>
- <string>{-0.5, 0.5}</string>
- <string>{-0.5, 0.5}</string>
- <string>{0.25, 0.5}</string>
- <string>{0.25, 0.5}</string>
- <string>{0.25, 0.5}</string>
- <string>{0.5, 0}</string>
- </array>
- </dict>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.869999</string>
- <key>g</key>
- <string>0.972591</string>
- <key>r</key>
- <string>0.97955</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr
-
-\f0\fs24 \cf0 property}</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{747.16699, 117.015}, {58, 14}}</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>Courier</string>
- <key>NSKern</key>
- <real>0.0</real>
- <key>Size</key>
- <real>12</real>
- </dict>
- <key>ID</key>
- <integer>637</integer>
- <key>Shape</key>
- <string>Rectangle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </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>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>0</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
-{\fonttbl\f0\fmodern\fcharset0 Courier;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural
-
-\f0\fs24 \cf0 \expnd0\expndtw0\kerning0
-Subclass}</string>
- <key>VerticalPad</key>
- <integer>0</integer>
- </dict>
- <key>Wrap</key>
- <string>NO</string>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>ID</key>
- <integer>636</integer>
- <key>Points</key>
- <array>
- <string>{736.42102, 154.99899}</string>
- <string>{736.42102, 84.015099}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.2</string>
- <key>g</key>
- <string>0.2</string>
- <key>r</key>
- <string>0.2</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>616</integer>
- </dict>
- <key>ID</key>
- <integer>623</integer>
- <key>Points</key>
- <array>
- <string>{266.16589, 210.64101}</string>
- <string>{221.00705, 210.64101}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>HeadScale</key>
- <real>1.0000001192092896</real>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>617</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>166</integer>
- </dict>
- <key>ID</key>
- <integer>622</integer>
- <key>Points</key>
- <array>
- <string>{175.42911, 195.2598}</string>
- <string>{206.27299, 111.671}</string>
- <string>{286.13574, 56.095695}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.2</string>
- <key>g</key>
- <string>0.2</string>
- <key>r</key>
- <string>0.2</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>616</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>617</integer>
- <key>Info</key>
- <integer>4</integer>
- </dict>
- <key>ID</key>
- <integer>619</integer>
- <key>Points</key>
- <array>
- <string>{373.54541, 132.15324}</string>
- <string>{363, 182.64101}</string>
- <string>{337.23962, 210.64101}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>167</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{266.125, 200.64101}, {71.114601, 20}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>HFlip</key>
- <string>YES</string>
- <key>ID</key>
- <integer>617</integer>
- <key>Magnets</key>
- <array>
- <string>{0, 1}</string>
- <string>{0, -1}</string>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Shape</key>
- <string>Bezier</string>
- <key>ShapeData</key>
- <dict>
- <key>UnitPoints</key>
- <array>
- <string>{0.5, 0.017942401}</string>
- <string>{0.49999201, 0.017942401}</string>
- <string>{0.28042999, -0.5}</string>
- <string>{0.28042999, -0.5}</string>
- <string>{0.28042999, -0.5}</string>
- <string>{-0.5, -0.5}</string>
- <string>{-0.5, -0.5}</string>
- <string>{-0.5, -0.5}</string>
- <string>{-0.5, 0.5}</string>
- <string>{-0.5, 0.5}</string>
- <string>{-0.5, 0.5}</string>
- <string>{0.28042999, 0.5}</string>
- <string>{0.28042999, 0.5}</string>
- <string>{0.28042999, 0.5}</string>
- <string>{0.49999499, 0.017942401}</string>
- </array>
- </dict>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.869999</string>
- <key>g</key>
- <string>0.972591</string>
- <key>r</key>
- <string>0.97955</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
-
-\f0\fs24 \cf0 hadRole}</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{119, 195.64101}, {101.507, 30}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>ID</key>
- <integer>616</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.675442</string>
- <key>g</key>
- <string>0.86773</string>
- <key>r</key>
- <string>0.735357</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
-
-\f0\fs24 \cf0 prov:Role}</string>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>612</integer>
- <key>Position</key>
- <real>0.95266973972320557</real>
- </dict>
- <key>ID</key>
- <integer>615</integer>
- <key>Points</key>
- <array>
- <string>{306.39099, 280.98401}</string>
- <string>{296, 304.98401}</string>
- <string>{277.13748, 310.1308}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>632</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>181</integer>
- </dict>
- <key>ID</key>
- <integer>614</integer>
- <key>Points</key>
- <array>
- <string>{150.99995, 308.98401}</string>
- <string>{121.00703, 308.98401}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>HeadScale</key>
- <real>1.0000001192092896</real>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>611</integer>
- <key>Info</key>
- <integer>3</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>611</integer>
- <key>Info</key>
- <integer>4</integer>
- </dict>
- <key>ID</key>
- <integer>612</integer>
- <key>Points</key>
- <array>
- <string>{306.39151, 336.98401}</string>
- <string>{298, 320.54599}</string>
- <string>{275.20169, 309.20667}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>633</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{151, 298.98401}, {123.754, 20}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>HFlip</key>
- <string>YES</string>
- <key>ID</key>
- <integer>611</integer>
- <key>Magnets</key>
- <array>
- <string>{0, 1}</string>
- <string>{0, -1}</string>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Shape</key>
- <string>Bezier</string>
- <key>ShapeData</key>
- <dict>
- <key>UnitPoints</key>
- <array>
- <string>{0.5, 0}</string>
- <string>{0.5, 0}</string>
- <string>{0.25, -0.5}</string>
- <string>{0.25, -0.5}</string>
- <string>{0.25, -0.5}</string>
- <string>{-0.5, -0.5}</string>
- <string>{-0.5, -0.5}</string>
- <string>{-0.5, -0.5}</string>
- <string>{-0.5, 0.5}</string>
- <string>{-0.5, 0.5}</string>
- <string>{-0.5, 0.5}</string>
- <string>{0.25, 0.5}</string>
- <string>{0.25, 0.5}</string>
- <string>{0.25, 0.5}</string>
- <string>{0.5, 0}</string>
- </array>
- </dict>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.869999</string>
- <key>g</key>
- <string>0.972591</string>
- <key>r</key>
- <string>0.97955</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
-
-\f0\fs24 \cf0 hadQualifiedEntity}</string>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>178</integer>
- </dict>
- <key>ID</key>
- <integer>610</integer>
- <key>Points</key>
- <array>
- <string>{213.48477, 172.64101}</string>
- <string>{150.5, 163.92101}</string>
- <string>{95.626465, 117.99187}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>HeadScale</key>
- <real>1.0000001192092896</real>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>606</integer>
- <key>Info</key>
- <integer>3</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>606</integer>
- </dict>
- <key>ID</key>
- <integer>609</integer>
- <key>Points</key>
- <array>
- <string>{368.81592, 132.06599}</string>
- <string>{353, 162.64101}</string>
- <string>{337.23901, 172.64101}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>167</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{213.485, 162.64101}, {123.754, 20}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>HFlip</key>
- <string>YES</string>
- <key>ID</key>
- <integer>606</integer>
- <key>Magnets</key>
- <array>
- <string>{0, 1}</string>
- <string>{0, -1}</string>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Shape</key>
- <string>Bezier</string>
- <key>ShapeData</key>
- <dict>
- <key>UnitPoints</key>
- <array>
- <string>{0.5, 2.86102e-06}</string>
- <string>{0.50000101, 3.8147e-06}</string>
- <string>{0.249999, -0.5}</string>
- <string>{0.249999, -0.5}</string>
- <string>{0.249999, -0.5}</string>
- <string>{-0.5, -0.5}</string>
- <string>{-0.5, -0.5}</string>
- <string>{-0.5, -0.5}</string>
- <string>{-0.5, 0.5}</string>
- <string>{-0.5, 0.5}</string>
- <string>{-0.5, 0.5}</string>
- <string>{0.249999, 0.5}</string>
- <string>{0.249999, 0.5}</string>
- <string>{0.249999, 0.5}</string>
- <string>{0.5, 9.5367398e-07}</string>
- </array>
- </dict>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.869999</string>
- <key>g</key>
- <string>0.972591</string>
- <key>r</key>
- <string>0.97955</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
-
-\f0\fs24 \cf0 hadQualifiedEntity}</string>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>167</integer>
- </dict>
- <key>ID</key>
- <integer>601</integer>
- <key>Points</key>
- <array>
- <string>{836.9173, 384.54404}</string>
- <string>{784.15503, 302}</string>
- <string>{408.36884, 131.0432}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.2</string>
- <key>g</key>
- <string>0.2</string>
- <key>r</key>
- <string>0.2</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>169</integer>
- <key>Info</key>
- <integer>1</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>628</integer>
- </dict>
- <key>ID</key>
- <integer>599</integer>
- <key>Points</key>
- <array>
- <string>{449.93497, 399.26501}</string>
- <string>{357.14505, 399.98401}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>HeadScale</key>
- <real>1.0000001192092896</real>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>631</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{255.638, 384.98401}, {101.507, 30}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>HFlip</key>
- <string>YES</string>
- <key>ID</key>
- <integer>628</integer>
- <key>Magnets</key>
- <array>
- <string>{0, 1}</string>
- <string>{0, -1}</string>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- <string>{-0.30305901, 0.5}</string>
- <string>{-0.352245, -0.25000101}</string>
- </array>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.675442</string>
- <key>g</key>
- <string>0.86773</string>
- <key>r</key>
- <string>0.735357</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
-
-\f0\fs24 \cf0 prov:Usage}</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{416, 255.98401}, {157.68896, 20}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>HFlip</key>
- <string>YES</string>
- <key>ID</key>
- <integer>629</integer>
- <key>Magnets</key>
- <array>
- <string>{0, 1}</string>
- <string>{0, -1}</string>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Shape</key>
- <string>Bezier</string>
- <key>ShapeData</key>
- <dict>
- <key>UnitPoints</key>
- <array>
- <string>{0.5, 0}</string>
- <string>{0.5, 0}</string>
- <string>{0.25, -0.5}</string>
- <string>{0.25, -0.5}</string>
- <string>{0.25, -0.5}</string>
- <string>{-0.5, -0.5}</string>
- <string>{-0.5, -0.5}</string>
- <string>{-0.5, -0.5}</string>
- <string>{-0.5, 0.5}</string>
- <string>{-0.5, 0.5}</string>
- <string>{-0.5, 0.5}</string>
- <string>{0.25, 0.5}</string>
- <string>{0.25, 0.5}</string>
- <string>{0.25, 0.5}</string>
- <string>{0.5, 0}</string>
- </array>
- </dict>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.869999</string>
- <key>g</key>
- <string>0.972591</string>
- <key>r</key>
- <string>0.97955</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>2</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr
-
-\f0\fs24 \cf0 hadQualifiedParticipation}</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{444.06494, 341.98401}, {129.62399, 20}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>HFlip</key>
- <string>YES</string>
- <key>ID</key>
- <integer>630</integer>
- <key>Magnets</key>
- <array>
- <string>{0, 1}</string>
- <string>{0, -1}</string>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- <string>{-0.34586599, -0.50000101}</string>
- </array>
- <key>Shape</key>
- <string>Bezier</string>
- <key>ShapeData</key>
- <dict>
- <key>UnitPoints</key>
- <array>
- <string>{0.5, 0}</string>
- <string>{0.5, 0}</string>
- <string>{0.25, -0.5}</string>
- <string>{0.25, -0.5}</string>
- <string>{0.25, -0.5}</string>
- <string>{-0.5, -0.5}</string>
- <string>{-0.5, -0.5}</string>
- <string>{-0.5, -0.5}</string>
- <string>{-0.5, 0.5}</string>
- <string>{-0.5, 0.5}</string>
- <string>{-0.5, 0.5}</string>
- <string>{0.25, 0.5}</string>
- <string>{0.25, 0.5}</string>
- <string>{0.25, 0.5}</string>
- <string>{0.5, 0}</string>
- </array>
- </dict>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.869999</string>
- <key>g</key>
- <string>0.972591</string>
- <key>r</key>
- <string>0.97955</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>2</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr
-
-\f0\fs24 \cf0 hadQualifiedControl}</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{449.93494, 389.26501}, {123.754, 20}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>HFlip</key>
- <string>YES</string>
- <key>ID</key>
- <integer>631</integer>
- <key>Magnets</key>
- <array>
- <string>{0, 1}</string>
- <string>{0, -1}</string>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Shape</key>
- <string>Bezier</string>
- <key>ShapeData</key>
- <dict>
- <key>UnitPoints</key>
- <array>
- <string>{0.49999952, -1.9073486e-06}</string>
- <string>{0.50000095, 9.5367432e-06}</string>
- <string>{0.25000048, -0.49999809}</string>
- <string>{0.25000048, -0.49999809}</string>
- <string>{0.25000048, -0.49999809}</string>
- <string>{-0.5, -0.49999809}</string>
- <string>{-0.5, -0.49999809}</string>
- <string>{-0.5, -0.49999809}</string>
- <string>{-0.5, 0.50000191}</string>
- <string>{-0.5, 0.50000191}</string>
- <string>{-0.5, 0.50000191}</string>
- <string>{0.25000048, 0.50000191}</string>
- <string>{0.25000048, 0.50000191}</string>
- <string>{0.25000048, 0.50000191}</string>
- <string>{0.49999905, -3.8146973e-06}</string>
- </array>
- </dict>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.869999</string>
- <key>g</key>
- <string>0.972591</string>
- <key>r</key>
- <string>0.97955</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>2</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr
-
-\f0\fs24 \cf0 hadQualifiedUsage}</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{241.57899, 250.98399}, {129.62399, 30}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>HFlip</key>
- <string>YES</string>
- <key>ID</key>
- <integer>632</integer>
- <key>Magnets</key>
- <array>
- <string>{1, 1}</string>
- <string>{1, -1}</string>
- <string>{-0.25, -0.353553}</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>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.675442</string>
- <key>g</key>
- <string>0.86773</string>
- <key>r</key>
- <string>0.735357</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
-
-\f0\fs24 \cf0 prov:Participation}</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{255.638, 336.98401}, {101.507, 30}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>HFlip</key>
- <string>YES</string>
- <key>ID</key>
- <integer>633</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>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.675442</string>
- <key>g</key>
- <string>0.86773</string>
- <key>r</key>
- <string>0.735357</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
-
-\f0\fs24 \cf0 prov:Control}</string>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>169</integer>
- </dict>
- <key>ID</key>
- <integer>585</integer>
- <key>Points</key>
- <array>
- <string>{772.16913, 399.98401}</string>
- <string>{794.03796, 399.26501}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>HeadScale</key>
- <real>1.0000001192092896</real>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>573</integer>
- <key>Info</key>
- <integer>3</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>633</integer>
- </dict>
- <key>ID</key>
- <integer>584</integer>
- <key>Points</key>
- <array>
- <string>{444.06491, 351.98401}</string>
- <string>{357.14505, 351.98401}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>HeadScale</key>
- <real>1.0000001192092896</real>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>630</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>632</integer>
- </dict>
- <key>ID</key>
- <integer>583</integer>
- <key>Points</key>
- <array>
- <string>{416, 265.98401}</string>
- <string>{371.203, 265.98401}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>FilledArrow</string>
- <key>HeadScale</key>
- <real>1.0000001192092896</real>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>629</integer>
- <key>Info</key>
- <integer>3</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>631</integer>
- <key>Info</key>
- <integer>4</integer>
- </dict>
- <key>ID</key>
- <integer>582</integer>
- <key>Points</key>
- <array>
- <string>{603.14465, 121.49867}</string>
- <string>{596.953, 361.04599}</string>
- <string>{573.68896, 399.26501}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>180</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>573</integer>
- <key>Info</key>
- <integer>4</integer>
- </dict>
- <key>ID</key>
- <integer>581</integer>
- <key>Points</key>
- <array>
- <string>{604.45209, 121.49864}</string>
- <string>{610.85199, 366.60901}</string>
- <string>{626.31793, 399.98401}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>180</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>ID</key>
- <integer>580</integer>
- <key>Points</key>
- <array>
- <string>{602.47308, 121.49443}</string>
- <string>{592.953, 302.67099}</string>
- <string>{573.68903, 351}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>180</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>629</integer>
- </dict>
- <key>ID</key>
- <integer>579</integer>
- <key>Points</key>
- <array>
- <string>{601.26862, 121.47961}</string>
- <string>{588.953, 244.04601}</string>
- <string>{573.68896, 265.98401}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>HeadArrow</key>
- <string>0</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>180</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{626.31799, 389.98401}, {145.85101, 20}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>ID</key>
- <integer>573</integer>
- <key>Magnets</key>
- <array>
- <string>{0, 1}</string>
- <string>{0, -1}</string>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- <string>{-0.38042101, -0.5}</string>
- </array>
- <key>Shape</key>
- <string>Bezier</string>
- <key>ShapeData</key>
- <dict>
- <key>UnitPoints</key>
- <array>
- <string>{0.5, 0}</string>
- <string>{0.5, 0}</string>
- <string>{0.25, -0.5}</string>
- <string>{0.25, -0.5}</string>
- <string>{0.25, -0.5}</string>
- <string>{-0.5, -0.5}</string>
- <string>{-0.5, -0.5}</string>
- <string>{-0.5, -0.5}</string>
- <string>{-0.5, 0.5}</string>
- <string>{-0.5, 0.5}</string>
- <string>{-0.5, 0.5}</string>
- <string>{0.25, 0.5}</string>
- <string>{0.25, 0.5}</string>
- <string>{0.25, 0.5}</string>
- <string>{0.5, 0}</string>
- </array>
- </dict>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.869999</string>
- <key>g</key>
- <string>0.972591</string>
- <key>r</key>
- <string>0.97955</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Align</key>
- <integer>0</integer>
- <key>Pad</key>
- <integer>2</integer>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
-
-\f0\fs24 \cf0 hadQualifiedGeneration}</string>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>166</integer>
- </dict>
- <key>ID</key>
- <integer>184</integer>
- <key>Points</key>
- <array>
- <string>{116.14201, 85.684593}</string>
- <string>{265.82111, 51.315674}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.2</string>
- <key>g</key>
- <string>0.2</string>
- <key>r</key>
- <string>0.2</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>178</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>166</integer>
- </dict>
- <key>ID</key>
- <integer>183</integer>
- <key>Points</key>
- <array>
- <string>{544.86157, 85.567596}</string>
- <string>{350.07239, 49.974792}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.2</string>
- <key>g</key>
- <string>0.2</string>
- <key>r</key>
- <string>0.2</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>Pattern</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>180</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>178</integer>
- </dict>
- <key>ID</key>
- <integer>182</integer>
- <key>Points</key>
- <array>
- <string>{69.753502, 293.48401}</string>
- <string>{69.753502, 121.50002}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.2</string>
- <key>g</key>
- <string>0.2</string>
- <key>r</key>
- <string>0.2</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>181</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{19, 293.98401}, {101.507, 30}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>ID</key>
- <integer>181</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.8</string>
- <key>g</key>
- <string>0.8</string>
- <key>r</key>
- <string>0.8</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
-
-\f0\fs24 \cf0 prov:Agent}</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{538.98303, 71.672401}, {129.62399, 49.327599}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>ID</key>
- <integer>180</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.8</string>
- <key>g</key>
- <string>0.8</string>
- <key>r</key>
- <string>0.8</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
-
-\f0\fs24 \cf0 prov:Activity}</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{19, 71.672401}, {101.507, 49.327599}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>ID</key>
- <integer>178</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.8</string>
- <key>g</key>
- <string>0.8</string>
- <key>r</key>
- <string>0.8</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
-
-\f0\fs24 \cf0 prov:Entity}</string>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>166</integer>
- </dict>
- <key>ID</key>
- <integer>176</integer>
- <key>Points</key>
- <array>
- <string>{366.43152, 101.34262}</string>
- <string>{350, 77}</string>
- <string>{324.32376, 56.392342}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.2</string>
- <key>g</key>
- <string>0.2</string>
- <key>r</key>
- <string>0.2</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>LineType</key>
- <integer>1</integer>
- <key>Pattern</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>167</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{794.03796, 384.26501}, {123.754, 30}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>ID</key>
- <integer>169</integer>
- <key>Magnets</key>
- <array>
- <string>{0, 1}</string>
- <string>{0, -1}</string>
- <string>{1, 0}</string>
- <string>{-1, 0}</string>
- </array>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.675442</string>
- <key>g</key>
- <string>0.86773</string>
- <key>r</key>
- <string>0.735357</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
-
-\f0\fs24 \cf0 prov:Generation}</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{282.38901, 101.672}, {188.78, 30}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>ID</key>
- <integer>167</integer>
- <key>Magnets</key>
- <array>
- <string>{0, 0}</string>
- <string>{0.17068, 0.44425499}</string>
- <string>{0.101817, 0.44425499}</string>
- <string>{0.038250901, 0.44425499}</string>
- </array>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.675442</string>
- <key>g</key>
- <string>0.86773</string>
- <key>r</key>
- <string>0.735357</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
-
-\f0\fs24 \cf0 prov:QualifiedInvolvement}</string>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{255.638, 27}, {101.507, 30}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>ID</key>
- <integer>166</integer>
- <key>Shape</key>
- <string>Circle</string>
- <key>Style</key>
- <dict>
- <key>fill</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.814408</string>
- <key>g</key>
- <string>0.771136</string>
- <key>r</key>
- <string>0.653795</string>
- </dict>
- </dict>
- <key>shadow</key>
- <dict>
- <key>Draws</key>
- <string>NO</string>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
-
-\f0\fs24 \cf0 owl:Thing}</string>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>167</integer>
- <key>Info</key>
- <integer>3</integer>
- </dict>
- <key>ID</key>
- <integer>605</integer>
- <key>Points</key>
- <array>
- <string>{342.75455, 341.22073}</string>
- <string>{395, 323.98401}</string>
- <string>{395.99042, 131.85966}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.2</string>
- <key>g</key>
- <string>0.2</string>
- <key>r</key>
- <string>0.2</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>Pattern</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>633</integer>
- <key>Info</key>
- <integer>3</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>167</integer>
- <key>Info</key>
- <integer>4</integer>
- </dict>
- <key>ID</key>
- <integer>604</integer>
- <key>Points</key>
- <array>
- <string>{343.9332, 253.50595}</string>
- <string>{381, 240}</string>
- <string>{383.94193, 132.12868}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.2</string>
- <key>g</key>
- <string>0.2</string>
- <key>r</key>
- <string>0.2</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>Pattern</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>632</integer>
- </dict>
- </dict>
- <dict>
- <key>Class</key>
- <string>LineGraphic</string>
- <key>Head</key>
- <dict>
- <key>ID</key>
- <integer>167</integer>
- <key>Info</key>
- <integer>2</integer>
- </dict>
- <key>ID</key>
- <integer>600</integer>
- <key>Points</key>
- <array>
- <string>{347.56174, 390.87305}</string>
- <string>{411, 372}</string>
- <string>{409.0105, 131.2744}</string>
- </array>
- <key>Style</key>
- <dict>
- <key>stroke</key>
- <dict>
- <key>Color</key>
- <dict>
- <key>b</key>
- <string>0.2</string>
- <key>g</key>
- <string>0.2</string>
- <key>r</key>
- <string>0.2</string>
- </dict>
- <key>HeadArrow</key>
- <string>Arrow</string>
- <key>Pattern</key>
- <integer>1</integer>
- <key>TailArrow</key>
- <string>0</string>
- </dict>
- </dict>
- <key>Tail</key>
- <dict>
- <key>ID</key>
- <integer>628</integer>
- </dict>
- </dict>
- <dict>
- <key>Bounds</key>
- <string>{{708, 63.015099}, {196.914, 157.62601}}</string>
- <key>Class</key>
- <string>ShapedGraphic</string>
- <key>FontInfo</key>
- <dict>
- <key>Font</key>
- <string>Courier</string>
- <key>Size</key>
- <real>18</real>
- </dict>
- <key>ID</key>
- <integer>643</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>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>
- </dict>
- </dict>
- <key>Text</key>
- <dict>
- <key>Text</key>
- <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
-{\fonttbl\f0\fmodern\fcharset0 Courier;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
-
-\f0\fs36 \cf0 Key}</string>
- </dict>
- <key>TextPlacement</key>
- <integer>0</integer>
- </dict>
- </array>
- <key>GridInfo</key>
- <dict/>
- <key>GuidesLocked</key>
- <string>NO</string>
- <key>GuidesVisible</key>
- <string>YES</string>
- <key>HPages</key>
- <integer>2</integer>
- <key>ImageCounter</key>
- <integer>1</integer>
- <key>KeepToScale</key>
- <false/>
- <key>Layers</key>
- <array>
- <dict>
- <key>Lock</key>
- <string>NO</string>
- <key>Name</key>
- <string>Layer 1</string>
- <key>Print</key>
- <string>YES</string>
- <key>View</key>
- <string>YES</string>
- </dict>
- </array>
- <key>LayoutInfo</key>
- <dict>
- <key>Animate</key>
- <string>NO</string>
- <key>circoMinDist</key>
- <real>18</real>
- <key>circoSeparation</key>
- <real>0.0</real>
- <key>layoutEngine</key>
- <string>dot</string>
- <key>neatoSeparation</key>
- <real>0.0</real>
- <key>twopiSeparation</key>
- <real>0.0</real>
- </dict>
- <key>LinksVisible</key>
- <string>NO</string>
- <key>MagnetsVisible</key>
- <string>NO</string>
- <key>MasterSheets</key>
- <array/>
- <key>ModificationDate</key>
- <string>2011-11-23 20:05:49 +0000</string>
- <key>Modifier</key>
- <string>Stephan Zednik</string>
- <key>NotesVisible</key>
- <string>NO</string>
- <key>Orientation</key>
- <integer>2</integer>
- <key>OriginVisible</key>
- <string>NO</string>
- <key>PageBreaks</key>
- <string>NO</string>
- <key>PrintInfo</key>
- <dict>
- <key>NSBottomMargin</key>
- <array>
- <string>float</string>
- <string>41</string>
- </array>
- <key>NSHorizonalPagination</key>
- <array>
- <string>int</string>
- <string>0</string>
- </array>
- <key>NSLeftMargin</key>
- <array>
- <string>float</string>
- <string>18</string>
- </array>
- <key>NSOrientation</key>
- <array>
- <string>int</string>
- <string>1</string>
- </array>
- <key>NSPaperSize</key>
- <array>
- <string>coded</string>
- <string>BAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAx7X05TU2l6ZT1mZn2WgRgDgWQChg==</string>
- </array>
- <key>NSPrintReverseOrientation</key>
- <array>
- <string>int</string>
- <string>0</string>
- </array>
- <key>NSRightMargin</key>
- <array>
- <string>float</string>
- <string>18</string>
- </array>
- <key>NSTopMargin</key>
- <array>
- <string>float</string>
- <string>18</string>
- </array>
- </dict>
- <key>PrintOnePage</key>
- <false/>
- <key>ReadOnly</key>
- <string>NO</string>
- <key>RowAlign</key>
- <integer>1</integer>
- <key>RowSpacing</key>
- <real>18</real>
- <key>SheetTitle</key>
- <string>Canvas 1</string>
- <key>SmartAlignmentGuidesActive</key>
- <string>YES</string>
- <key>SmartDistanceGuidesActive</key>
- <string>YES</string>
- <key>UniqueID</key>
- <integer>1</integer>
- <key>UseEntirePage</key>
- <false/>
- <key>VPages</key>
- <integer>2</integer>
- <key>WindowInfo</key>
- <dict>
- <key>CurrentSheet</key>
- <integer>0</integer>
- <key>ExpandedCanvases</key>
- <array>
- <dict>
- <key>name</key>
- <string>Canvas 1</string>
- </dict>
- </array>
- <key>Frame</key>
- <string>{{-42, 805}, {1339, 773}}</string>
- <key>ListView</key>
- <true/>
- <key>OutlineWidth</key>
- <integer>142</integer>
- <key>RightSidebar</key>
- <false/>
- <key>Sidebar</key>
- <true/>
- <key>SidebarWidth</key>
- <integer>120</integer>
- <key>VisibleRegion</key>
- <string>{{1, 1}, {1219, 663}}</string>
- <key>Zoom</key>
- <real>1</real>
- <key>ZoomValues</key>
- <array>
- <array>
- <string>Canvas 1</string>
- <real>1</real>
- <real>8</real>
- </array>
- </array>
- </dict>
- <key>saveQuickLookFiles</key>
- <string>YES</string>
-</dict>
-</plist>
Binary file ontology/diagram-history/qualified-involvements/QualifiedInvolvementDiagram.png has changed
Binary file ontology/diagram-history/tim/ProvenanceOntology.owl.hierarchy.pdf has changed
Binary file ontology/diagram-history/tim/ProvenanceOntology.owl.hierarchy.png has changed
Binary file ontology/diagram-history/tim/ProvenanceOntology.owl.pdf has changed
Binary file ontology/diagram-history/tim/ProvenanceOntology.owl.png has changed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/diagrams/Ontology_hierarchy.graffle Thu Dec 08 15:27:58 2011 +0000
@@ -0,0 +1,6879 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>ApplicationVersion</key>
+ <array>
+ <string>com.omnigroup.OmniGraffle</string>
+ <string>138.30.0.155892</string>
+ </array>
+ <key>CreationDate</key>
+ <string>2011-11-15 17:35:20 +0000</string>
+ <key>Creator</key>
+ <string>Khalid Belhajjame</string>
+ <key>GraphDocumentVersion</key>
+ <integer>6</integer>
+ <key>GuidesLocked</key>
+ <string>NO</string>
+ <key>GuidesVisible</key>
+ <string>YES</string>
+ <key>ImageCounter</key>
+ <integer>1</integer>
+ <key>LinksVisible</key>
+ <string>NO</string>
+ <key>MagnetsVisible</key>
+ <string>NO</string>
+ <key>MasterSheets</key>
+ <array/>
+ <key>ModificationDate</key>
+ <string>2011-11-23 19:38:46 +0000</string>
+ <key>Modifier</key>
+ <string>Khalid Belhajjame</string>
+ <key>NotesVisible</key>
+ <string>NO</string>
+ <key>OriginVisible</key>
+ <string>NO</string>
+ <key>PageBreaks</key>
+ <string>YES</string>
+ <key>PrintInfo</key>
+ <dict>
+ <key>NSBottomMargin</key>
+ <array>
+ <string>float</string>
+ <string>41</string>
+ </array>
+ <key>NSLeftMargin</key>
+ <array>
+ <string>float</string>
+ <string>18</string>
+ </array>
+ <key>NSPaperSize</key>
+ <array>
+ <string>coded</string>
+ <string>BAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAx7X05TU2l6ZT1mZn2WgVMCgUoDhg==</string>
+ </array>
+ <key>NSRightMargin</key>
+ <array>
+ <string>float</string>
+ <string>18</string>
+ </array>
+ <key>NSTopMargin</key>
+ <array>
+ <string>float</string>
+ <string>18</string>
+ </array>
+ </dict>
+ <key>QuickLookPreview</key>
+ <data>
+ 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
+ EHlJwl3/ifdz3bbsgY3ouLw8uu2Z0sg38itrdHB8uXTEPCN8zXsPbjJgEH7BraJ9l26b
+ cWgwNt7syGkjJ5D0SKdJMz5vcnQoPGLZj9vQG+9XnG+YPnOvp4SjR955z7PIwxVa5FV+
+ pazme3juaQVxTjsPlGrUvAeSVpvKS4fNcslZY+X5kkTNUToyAQ43vFCc2/OaM2/J9xf/
+ A3vgZUcKZW5kc3RyZWFtCmVuZG9iago2IDAgb2JqCjQ0MTUKZW5kb2JqCjMgMCBvYmoK
+ PDwgL1R5cGUgL1BhZ2UgL1BhcmVudCA0IDAgUiAvUmVzb3VyY2VzIDcgMCBSIC9Db250
+ ZW50cyA1IDAgUiAvTWVkaWFCb3ggWzAgMCAxMTE4IDc4M10KPj4KZW5kb2JqCjcgMCBv
+ YmoKPDwgL1Byb2NTZXQgWyAvUERGIC9UZXh0IF0gL0NvbG9yU3BhY2UgPDwgL0NzMSA4
+ IDAgUiA+PiAvRm9udCA8PCAvRjEuMCA5IDAgUgo+PiA+PgplbmRvYmoKMTAgMCBvYmoK
+ PDwgL0xlbmd0aCAxMSAwIFIgL04gMyAvQWx0ZXJuYXRlIC9EZXZpY2VSR0IgL0ZpbHRl
+ ciAvRmxhdGVEZWNvZGUgPj4Kc3RyZWFtCngBhVTPaxNBFP42bqnQIghaaw6yeJAiSVmr
+ aEXUNv0RYmsM2x+2RZBkM0nWbjbr7ia1pYjk4tEq3kXtoQf/gB568GQvSoVaRSjeqyhi
+ oRct8c1uTLal6sDOfvPeN+99b3bfAA1y0jT1gATkDcdSohFpbHxCavyIAI6iCUE0JVXb
+ 7E4kBkGDc/l759h6D4FbVsN7+3eyd62a0raaB4T9QOBHmtkqsO8XcQpZEgKIPN+hKcd0
+ CN/j2PLsjzlOeXjBtQ8rPcRZInxANS3Of024U80l00CDSDiU9XFSPpzXi5TXHQdpbmbG
+ yBC9T5Cmu8zuq2KhnE72DpC9nfR+TrPePsIhwgsZrT9GuI2e9YzVP+Jh4aTmxIY9HBg1
+ 9PhgFbcaqfg1whRfEE0nolRx2S4N8Ziu/VbySoJwkDjKZGGAc1pIT9dMbvi6hwV9JtcT
+ r+J3VlHheY8TZ97U3e9F2gKvMA4dDBoMmg1IUBBFBGGYsFBAhjwaMTSycj8jqwYbk3sy
+ dSRqu3RiRLFBezbcPbdRpN08/igicZRDtQiS/EH+Kq/JT+V5+ctcsNhW95Stm5q68uA7
+ xeWZuRoe19PI43NNXnyV1HaTV0eWrHl6vJrsGj/sV5cx5oI1j8RzsPvxLV+VzJcpjBTF
+ 41Xz6kuEdVoxN9+fbH87PeIuzy611nOtiYs3VpuXZ/1qSPvuqryT5lX5T1718fxnzcRj
+ 4ikxJnaK5yGJl8Uu8ZLYS6sL4mBtxwidlYYp0m2R+iTVYGCavPUvXT9beL1Gfwz1UZQZ
+ zNJUifd/wipkNJ25Dm/6j9vH/Bfk94rnnygCL2zgyJm6bVNx7xChZaVuc64CF7/RffC2
+ bmujfjj8BFg8qxatUjWfILwBHHaHeh7oKZjTlpbNOVKHLJ+TuunKYlLMUNtDUlLXJddl
+ SxazmVVi6XbYmdMdbhyhOUL3xKdKZZP6r/ERsP2wUvn5rFLZfk4a1oGX+m/AvP1FCmVu
+ ZHN0cmVhbQplbmRvYmoKMTEgMCBvYmoKNzM3CmVuZG9iago4IDAgb2JqClsgL0lDQ0Jh
+ c2VkIDEwIDAgUiBdCmVuZG9iagoxMyAwIG9iago8PCAvTGVuZ3RoIDE0IDAgUiAvRmls
+ dGVyIC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeAGNlU1rHDEMhu/+FTpuDutYlvzVWxpa
+ aG4hCz2UHsI0oS3dQLKl0H9fecayHZJAGZYRmpFGev1I+wjX8AhOrhAKpEzwdAef4QHO
+ L08IywlwvU4L7J0NUH/Ti/fiSEgJ5Z4Loi/G2cgFC4OEYMg2Y8nAHG3yqcARMEVLhRiY
+ io0lh8njsyWH4mlxhj1an7wUAshicvTAyGL4CPI5mwJJdvWUYDE7TzDFpWSji4ElV8uu
+ nlHBiNM65Xs9eyD5TOJegeHuedHfAvei15X8fm4KXt6INEQcUxKDU8lUxPAcSszm5lLE
+ F/Hk2tdb1X8RjTQvUdz6n3QjpqaSKkmBVyXNiIu46T3pRjG3PrSz7un9U4szC3SVNPvk
+ 0QpGnNY56Ua+rOdk+smp55X+FrgREJ0cX/YU6FXrtJhJLPRJDpCrXO8PcjZNRIa99xZj
+ LgKqwHo4wvlHb52ofLiHL7C7WH6f1QMwux9nlWkPuz/d2h7B7u8ZfIXDFXw4rFXFIuxW
+ +LOPOdbz22CvjFOO1nHJZmKcXbQxOByEDY9SqHEzqxSDZS7JdKKJpPbghGhlnBAtBydz
+ MGbDF6mISxFfY1w9pk/ZiBuMj+xKtFYAnXGtc/RXGRemE2ZcmWZKqZ4YJ5EH4Q2mNQ8o
+ 0+YIXZXO9PA0pru+oGzKLuhVKsGmd6Ie6P1OcaoKdKaHpzFtRtxgemRvTE8VdE/jYPT3
+ f0zPC4C4jugbWEs5KAL7irV5gbWS21E+3ine71beYfep3R/0wUkn4VY9/ZE8mQZgna03
+ zhWTlzEjrrvd52CjqfavbZ7XQBkSX8jGta/2kthJXloDxEaxvz97SxCDK+NkjU4z3xfk
+ lm/6qBQQez4Kfsq3vmXqepG/NFmvJ8ksJU1p/bpKiq4Sv1a9Ry+rhK1D6RC4LxKji6Sp
+ B7uu3pMeQpf+mwp78UzQ63/zNn3wCmVuZHN0cmVhbQplbmRvYmoKMTQgMCBvYmoKNzA4
+ CmVuZG9iagoxMiAwIG9iago8PCAvVHlwZSAvUGFnZSAvUGFyZW50IDQgMCBSIC9SZXNv
+ dXJjZXMgMTUgMCBSIC9Db250ZW50cyAxMyAwIFIgL01lZGlhQm94ClswIDAgNTU5IDc4
+ M10gPj4KZW5kb2JqCjE1IDAgb2JqCjw8IC9Qcm9jU2V0IFsgL1BERiAvVGV4dCBdIC9D
+ b2xvclNwYWNlIDw8IC9DczMgMTcgMCBSIC9DczEgOCAwIFIgPj4gL0ZvbnQKPDwgL0Yy
+ LjAgMTYgMCBSID4+ID4+CmVuZG9iagoxOCAwIG9iago8PCAvTGVuZ3RoIDE5IDAgUiAv
+ TiAxIC9BbHRlcm5hdGUgL0RldmljZUdyYXkgL0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4K
+ c3RyZWFtCngBhVJPSBRRHP7NNhKEiEGFeIh3CgmVKaysoNp2dVmVbVuV0qIYZ9+6o7Mz
+ 05vZNcWTBF2iPHUPomN07NChm5eiwKxL1yCpIAg8dej7zezqKIRveTvf+/39ft97RG2d
+ pu87KUFUc0OVK6Wnbk5Ni4MfKUUd1E5YphX46WJxjLHruZK/u9fWZ9LYst7HtXb79j21
+ lWVgIeottrcQ+iGRZgAfmZ8oZYCzwB2Wr9g+ATxYDqwa8COiAw+auTDT0Zx0pbItkVPm
+ oigqr2I7Sa77+bnGvou1iYP+XI9m1o69s+qq0UzUtPdEobwPrkQZz19U9mw1FKcN45xI
+ Qxop8q7V3ytMxxGRKxBKBlI1ZLmfak6ddeB1GLtdupPj+PYQpT7JYKiJtemymR2FfQB2
+ KsvsEPAF6PGyYg/ngXth/1tRw5PAJ2E/ZId51q0f9heuU+B7hD014M4UrsXx2oofXi0B
+ Q/dUI2iMc03E09c5c6SI7zHUGZj3RjmmCzF3lqoTN4A7YR9ZqmYKsV37ruol7nsCd9Pj
+ O9GbOQtcoBxJcrEV2RTQPAlYFH2LsEkOPD7OHlXgd6iYwBy5idzNKPce1REbZ6NSgVZ6
+ jVfGT+O58cX4ZWwYz4B+rHbXe3z/6eMVdde2Pjz5jXrcOa69nRtVYVZxZQvd/8cyhI/Z
+ JzmmwdOhWVhr2HbkD5rMTLAMKMR/BT6X+pITVdzV7u24RRLMUD4sbCW6S1RuKdTqPYNK
+ rBwr2AB2cJLELFocuFNrujl4d9giem35TVey64b++vZ6+9ryHm3KqCkoE82zRGaUsVuj
+ 5N142/1mkRGfODq+572KWsn+SUUQP4U5WiryFFX0VlDWxG9nDn4btn5cP6Xn9UH9PAk9
+ rZ/Rr+ijEb4MdEnPwnNRH6NJ8LBpIeISoIqDM9ROVGONA+Ip8fK0W2SR/Q9AGf1mCmVu
+ ZHN0cmVhbQplbmRvYmoKMTkgMCBvYmoKNzA0CmVuZG9iagoxNyAwIG9iagpbIC9JQ0NC
+ YXNlZCAxOCAwIFIgXQplbmRvYmoKMjEgMCBvYmoKPDwgL0xlbmd0aCAyMiAwIFIgL0Zp
+ bHRlciAvRmxhdGVEZWNvZGUgPj4Kc3RyZWFtCngBrVbLjhMxELz7K/qYPcTY7vaLG6yW
+ Aze0AQ6Iw2pgBWizPAJI/D3lmfEjZIM4oFGUmc50u7rcVc5XekFfyeDyPlNMTN/e02u6
+ p0eXB0vTgex8HSbaGu2pfIYXbxGIlqPFd8rWuqyMDpJtFkKKs1anFDyJBB1dzLQnJ1Yj
+ wZFw1iEnP0Rc0mwsImueEme1iw5AyCanxdhMYkU7cYEsi/Y52SFivLaWsV7Pi14Hl2JC
+ rbV6jXQEtuVVnFivVfeso4/SECipkYqz9zfRLfh6js+nhcHLa1DDLCFG3EjMiTNunPgc
+ krq+BPkgD9e2fBX+J3BUeWMOS/8Dbyy8slSZZC8zk6rnBbvwPfDGIa191M56pPbPa56a
+ qLFUqw+RiqDx1nAOvLHL8z6ptnM18kB/E11jEI22KTn2/ODdYVIDWdYnzKKwFMKe7sjK
+ SqPQVpJ2HDFuHq/s9vToGWsDnne39IY2V/cXZZid2ny/KFtBm49LgFrgF62/vKy/IPCW
+ ds/pajcLpu1Zg6FOYDAkkbNxD6N4Mp2s/nPF0YH9GleFsjI0VESYXEihzNEiuqI174Lm
+ jOCgNShVO2OtalqrEShkVUPP65qRzFCWG7QmguE1EZWq+vCkg2Gor+dxFI0JR16t3iNV
+ 7TVPNZwTIC/VqSmrI6ha6zi7Rov9wEuSjbAdEWx5mRyJoMfSGW21Om1m98XRZp6oakv1
+ yKqtzm/VCDypoWxKap3UiKr90pDXWGna6pGqrZ63egA02auv2hoQ1Mhpf2e1BdKq3jBA
+ g7bgVmeUBX9g8fF0pBWEdTLQ+/dVPo9XPe3GgT63ohq17EQbE+HyD2q5LbD/Upf6XG++
+ 3VyoonPa3NXQq39ZHiNkDGS7g5l1U4FpphigPuBQx56yubn7ASC7T4s7FDc358bPFfPF
+ nJWjkKODzHJW5fFuccA5F7vBCUctfpv3ob+Kx4hXayYeLR4/tNehdEFlCAOHkMEhNHDc
+ jpdW+xgGUIWhtmLvjmqvqItR488BDqoDVjgeHDY4pJ0rB75ZfXkhUxUy3dzcFt9byejO
+ JPwL+MOfNx9u3mFIKpcD/LF2NduhooNlhYzu/6yIwfxPUzIiOOpuHpWOBU6cDTOa+/ug
+ vPgNh+HpTQplbmRzdHJlYW0KZW5kb2JqCjIyIDAgb2JqCjg0NgplbmRvYmoKMjAgMCBv
+ YmoKPDwgL1R5cGUgL1BhZ2UgL1BhcmVudCA0IDAgUiAvUmVzb3VyY2VzIDIzIDAgUiAv
+ Q29udGVudHMgMjEgMCBSIC9NZWRpYUJveApbMCAwIDU1OSA3ODNdID4+CmVuZG9iagoy
+ MyAwIG9iago8PCAvUHJvY1NldCBbIC9QREYgL1RleHQgXSAvQ29sb3JTcGFjZSA8PCAv
+ Q3MzIDE3IDAgUiAvQ3MxIDggMCBSID4+IC9Gb250Cjw8IC9GMy4wIDI0IDAgUiA+PiA+
+ PgplbmRvYmoKMjYgMCBvYmoKPDwgL0xlbmd0aCAyNyAwIFIgL0ZpbHRlciAvRmxhdGVE
+ ZWNvZGUgPj4Kc3RyZWFtCngBjZVNaxwxDIbv/hU6bg5xrA9/9ZaGFppbyEIPpYcyTWhL
+ N5BuKfTfV54d2Q5JoAzLGNnSSK8faR/hBh4h6BNjhVwYft3BR3iAi6sjwnIEXJ/jAufB
+ R2i/6eC9GjJyRn2XikjVBZ+kYhVQF4zFR0oVRJLPlCscAHPyegBBuPpUS5wsVDwHVMvm
+ 54TQUyZNBFD024kKCIonoQSI6IUzDUtlL5mRYfLL0cdQKmusLbpZRgbDz/LU7/XokX2O
+ WXoGTrrlWX0L3Kte1/r7cVLw6lalYZaUsy4k18JVFySxpuJur1R8FU+f8/Zq+i+qkcVl
+ Tqf6J91YeFPJlOQoq5Ju+CU86T3pxqlsdVhl3dLr583PLdBVsuiTxTIYfpbnpBtTXe/J
+ 9Zszywv1LXCrIAaPpRBHfnF1XNwkFioBwtLkervXu9lEFDgn8phKVVAV1v0BLt6LD6ry
+ /h4+we5y+X3WLsDtvp81pgl2f/rqtAW7v2fwGfbX8G6/ZpWqstvgL5SK4mywN8a5JB+k
+ FjcxLiH5FMPE+LAYheY3s8opepGaXWecmXyIQYk26rndXgxK/egNqpqRVO0zi24W17ts
+ +A3GR3Qj2jKAzrjlOeprjCvTGQuuTGsP5nZjklUehFeYtjhgTLsDdFU608OyMd31BWNT
+ Z0HP0gh2vRKzQK938jNVoDM9LBvTbvgNpkf0jekpg27ZOBj1/R/T8wBgaS36CtaaDqrA
+ 1LB2z7A2cjvKhzvD+83KO+w+bO8H2zhaJ3wxS9/SnakB1t565V4xk7YZS5vtVKJPrq1/
+ nvp5ddQmIZ0Up3bdDmmNWQ+tDrpGXX97ckoRg2sXdIxOPd8H5Cne9FFNIPV4HGmKt55y
+ bbzoX5qO16NG1pSmsNT+VSTYKKE163OkdZToNNJw0geJs0HS9e2ifTUZ+1a3XD4R9OYf
+ EnJ9NgplbmRzdHJlYW0KZW5kb2JqCjI3IDAgb2JqCjcwMgplbmRvYmoKMjUgMCBvYmoK
+ PDwgL1R5cGUgL1BhZ2UgL1BhcmVudCA0IDAgUiAvUmVzb3VyY2VzIDI4IDAgUiAvQ29u
+ dGVudHMgMjYgMCBSIC9NZWRpYUJveApbMCAwIDU1OSA3ODNdID4+CmVuZG9iagoyOCAw
+ IG9iago8PCAvUHJvY1NldCBbIC9QREYgL1RleHQgXSAvQ29sb3JTcGFjZSA8PCAvQ3Mz
+ IDE3IDAgUiAvQ3MxIDggMCBSID4+IC9Gb250Cjw8IC9GNC4wIDI5IDAgUiA+PiA+Pgpl
+ bmRvYmoKMzEgMCBvYmoKPDwgL0xlbmd0aCAzMiAwIFIgL0ZpbHRlciAvRmxhdGVEZWNv
+ ZGUgPj4Kc3RyZWFtCngBjZVNaxwxDIbv/hU67h7iWB/+6q0NaWluIQs9lB7KNqEt3UCy
+ gdJ/X3nW1jikgTIMYzSWRnr1WPMA1/AAQa8YK+TC8HgLn+Aezi+OCPsj4HId93AWfIR2
+ Txvv1JCRM+qzVESqLvgkFauAumDMHhNVEEk+U65wAMzoE5KAcPWpljhZqHgOqJbu54TQ
+ UyZNBFCofSqCoHgSSoBYPZU0W4L40rKZ/GrwXHIijdWjD8uUgfmNPPV7Fj2yzzGLZeDE
+ LC/q28Od6nWl98+Tghc3Kg2zpJx1IbkWrrogiTUVd3Oh4qt4ep21R9N/rxqNuMzpVP+k
+ Gwt3lYaSHGVR0q1+CU96T7pxKr2OUdlqGfVz93N7MJVG9MliGZjfyHPSjUnbo31y1rlh
+ +Ud9e7hREIPHUogj/3N13LtJLGRtM0uT691Oe9NFFBUy+xhSEYgK6+4A5++jD6ry7g4+
+ w+byfttQJrd52rZGwObHyQBm+LOFL7C7gsvdklOqSm5Dv1AqqXXvhHojnEvyQWpxE+ES
+ kk8xtPQ64atlMDj8ZlI5RS9SszPCmcmHGHhlnhG9xECzH2mrilQ9ZSP6sDjLYPVbCV+j
+ D55HBmCEjzzX+hrhSnTGggvRwjm3fklWeRBeIXrEgUG0O4CpYkSvlk606QuDTJ0EluXg
+ 11klwwJW7+Q3VAEjerV0ot3qtxK9Ru9ETxmYpXOw1vd/RM/Hn6Ud0Feg1nRQBaYGtXsB
+ 9QuUD7cD6jed8o/92fGHzfHk5DZfx1Z7pW+mA7CcrFf6ijpUIrC0yU4l+uTa+tfpNC+O
+ ekiosk9LXX2TrrNuWhx0jbr+/myXIgZXLugQnU68jcdTvOmjmkCyeBxpirfscm246A9N
+ h+tRI2tKU1iiov+nMAYJLVmfIcGZtLFKrK9tjLgxRn4P0Uy944eusElveprl0XY/bfVP
+ qcPHXn0bAd8+U//6L5KmhTQKZW5kc3RyZWFtCmVuZG9iagozMiAwIG9iago3MTgKZW5k
+ b2JqCjMwIDAgb2JqCjw8IC9UeXBlIC9QYWdlIC9QYXJlbnQgNCAwIFIgL1Jlc291cmNl
+ cyAzMyAwIFIgL0NvbnRlbnRzIDMxIDAgUiAvTWVkaWFCb3gKWzAgMCA1NTkgNzgzXSA+
+ PgplbmRvYmoKMzMgMCBvYmoKPDwgL1Byb2NTZXQgWyAvUERGIC9UZXh0IF0gL0NvbG9y
+ U3BhY2UgPDwgL0NzMyAxNyAwIFIgL0NzMSA4IDAgUiA+PiAvRm9udAo8PCAvRjUuMCAz
+ NCAwIFIgPj4gPj4KZW5kb2JqCjM2IDAgb2JqCjw8IC9MZW5ndGggMzcgMCBSIC9GaWx0
+ ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4AaVVTU8cMQy951f4uHvYkMTO17FF7YFT
+ ESv1UPWABhCghRaWVuqf7W/py8wkE3apVKkajdbyxo797Pfmic7piQwe7zPFxPR8TZ/p
+ kU5O95aGPdnx2Q+0MdpTebuDN3BEy9HiN2VrXVZGB8k2CyHE+qhtcJlEgo4uZnogG60O
+ 1gkJZx1y8p3HJc3GwjPHKXFWu+hQCFlx5SpPYkU7cYGszdql0HuM6FSq6eKy0ZxicMg1
+ Z6+eroIWV+vEfS27Zx19lFaBkuY56m+gG+B1hvd+QvD0AtAwS4gRhsScOMNw4nNI6uIU
+ 4AM8PJvyU/AfgFHNyxym/jvcWHhGqSLJXkYk1RIX7IR3hxuHNPdRO1s8tX+e49RADaWa
+ vfO0ClpcrbPDjR3GgzmpNrnqeaO/gS6wiEbblBx7ftPaD6oDyzLGzFLger/FbGYQhTbO
+ YelSxqJiWbcPdPIxaAOUtzf0hVbvhpd1GYBa3a3LTjta/WzW9Betfq3pK23P6MMWVYEJ
+ mMoeF2CluwqcYInFoAKFCow2xjjaAgE31+JoE7D3JuVEclDJ6vby6vzH5e7u95q299NF
+ x7nV3F2X0TodImNPDjOit+va0VU1Pl1W6/llDW6i29bs0Kzv9VA7XYFoR77VI48TNKpC
+ M4rEoQoAjUUFCvF8Bvk7FRAPMgSQqqoASFU9ladL3KICYoqQpLCoAOgOimD+VRcUS9Zi
+ IBqdCrCL2jNEo6nA4qk6tMTNKgAWLNkr55cKmueov6IC3TBHXpdRto46Xre+G68Xz8zr
+ Lm7hZ6ujsbjVungqEpXX0NHWd+W1WjyV1w2JVmeHRGPxUkFl+nF//8brHixOWBSWuvkd
+ rxlr5Iy3b/P61aYXgrdNV6v/2vSJm0WizV/1GtLqCajh+8aQnzDau0nTRjGAcjCDFKNk
+ zYeUcKTdHCCQsx3dvjqFrys+JQafksNlKqo35RsvxQinS0PLx951+abSisSe/wFksZkO
+ CmVuZHN0cmVhbQplbmRvYmoKMzcgMCBvYmoKNzM5CmVuZG9iagozNSAwIG9iago8PCAv
+ VHlwZSAvUGFnZSAvUGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgMzggMCBSIC9Db250ZW50
+ cyAzNiAwIFIgL01lZGlhQm94ClswIDAgNTU5IDc4M10gPj4KZW5kb2JqCjM4IDAgb2Jq
+ Cjw8IC9Qcm9jU2V0IFsgL1BERiAvVGV4dCBdIC9Db2xvclNwYWNlIDw8IC9DczMgMTcg
+ MCBSIC9DczEgOCAwIFIgPj4gL0ZvbnQKPDwgL0Y2LjAgMzkgMCBSID4+ID4+CmVuZG9i
+ ago0MSAwIG9iago8PCAvTGVuZ3RoIDQyIDAgUiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+
+ PgpzdHJlYW0KeAGVVctuGzEMvOsreLQPViSReh3boD3kFsRFD0UPwSZuEsQFUrcF+rP9
+ lo68q0cePhSLhQlapIZDDveJLumJDB7vM8XE9OOWPtN3Ojs/WJoOZI/PYaKN0Z7KOxzc
+ wREtR4vflK11WRkdJNsshBDro7bBZRIJOrqYaU82Wh2sExLOOuTkB49Lmo2FZ4lT4qx2
+ 0QEIWXHlKk9iRTtxgazN2qUweozoVNAMcdloTjE45FqyV8+AoMVVnLivZfeso4/SEChp
+ nlf1TbQDXxd4H2YGz69ADbOEGGFIzIkzDCc+h6SuzkE+yMOzKT+F/wkc1bzMYa5/4I2F
+ F5Yqk+zlyKTqccHOfA+8cUhLHbWy7qn18xKnJmos1eyDpyFocRXnwBs7tAd9Uq1z1fNG
+ fRNdYRCNtik59vymdZjUQJZltJml0PV+i94sJAptnMPQpYxBxbBu93T2MWoDlrc7+kKr
+ d9PPdWmAWt2vy0w7Wv1u1vwXrf6s6SttL+jDFqigBHTlgAsw0gMCJxhiMUCggMBoY4yj
+ LRhwCxZHG2+1YW8DyQskq7vrm8tf14/3f9e0fZgvep1bLdX1jPwqE2q6rZXcVONTNQ7X
+ s6VW36oLp58Vd5T5Sx2jnq5jMayTSNex2kNiqNjb2FXUPVVpPa7rGGLUgZNrOlZl6PCm
+ 5iEWr633z3TMSJoF+mg67p5lk6ge13Xcs1fVdgTV03EucZj/3djqpsx2clBmq7sps3uq
+ MntcV2bD0XTYsHZPZaL8VTYokLW6mzK7pyqzMdFwIq7yXHWoOoJFq9RxdkX/rzI5CoR3
+ QpsQHGhKb2tzmVq1qlNLJ6a2LExDp7YnFp3HDOFroxjLIBztx3nDHAOhY2YM+BHkHoSW
+ Q8KRHpttYd+NpxS+dVjsBot90GkbjDnf8dIlB3Z+y8fe9XwY0/IhLLRe/gNEO4HuCmVu
+ ZHN0cmVhbQplbmRvYmoKNDIgMCBvYmoKNzAyCmVuZG9iago0MCAwIG9iago8PCAvVHlw
+ ZSAvUGFnZSAvUGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgNDMgMCBSIC9Db250ZW50cyA0
+ MSAwIFIgL01lZGlhQm94ClswIDAgNTU5IDc4M10gPj4KZW5kb2JqCjQzIDAgb2JqCjw8
+ IC9Qcm9jU2V0IFsgL1BERiAvVGV4dCBdIC9Db2xvclNwYWNlIDw8IC9DczMgMTcgMCBS
+ IC9DczEgOCAwIFIgPj4gL0ZvbnQKPDwgL0Y3LjAgNDQgMCBSID4+ID4+CmVuZG9iago0
+ NiAwIG9iago8PCAvTGVuZ3RoIDQ3IDAgUiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+Pgpz
+ dHJlYW0KeAGNVctuGzEMvOsreLQPViSReh1boz3kFthAD0UPgRMjCZwEidsC/dl+S2cf
+ ethJgGKxWIErUsMhh3qhK3ohg8f7TDExvd7SN3qii/XR0u5IdnyOO1oZ7Wl4u417GKLl
+ aPFN2VqXldFBss1CcLE+ahtcJpGgo4uZHslGq4N1QsJZh5x8Z3FJs7GwzH5KnNUuOgAh
+ K244ypNY0U5cIGuzdin0FiM6DWg6v2w0pxgcYs3Ri6VDUP0KTpxXo3vW0UepCJRUy5v8
+ drQHX5d4HyYG1xtQwywhRiwk5sQZCyc+h6Q2a5AP8vCshs/A/w4clbjMYcq/442FZ5YK
+ k+xlZFI1v2AnvjveOKQ5j5JZs5T8efZTO6osleidpSKofgVnxxs7lAd1UrVyxfJOfjva
+ oBGNtik59vzu6rhTHVmWUWaWga7PW9RmJlFo5RyaLmU0Kpp1+0gXX5M2YHm7p++0+LT7
+ uRwKoBb3y6GnHS1+19X0ixZ/lvSDtpf0ZQtUUAKqcsQBaOkOgRM0sRggUEBgtDHG0RYM
+ uBmLoxU6xTA7kjMgi7vrm6tf14f7v0vaPkznvA2t5uRaQItTbAZB5wGR2W3J56Ys1mXx
+ vFRTqk/FUjJ9fS6Ww1nOo/rP5Y00J3krcCGGdRI5kbc4EOFtbOJqliLA5jfLG+0GjerA
+ CUwVeQ+9iDd1FvHaen8ib0bQLJBNkbdqljJguPo1ebfoRcwNwWxRDWfz2/cdUAVbd3aC
+ rXkXwWICzdxUSTW/JtiKo8qzYi0WVTMafo2DFQwWJmr0ZimCbX6zYAfmC89Vng3BLOFW
+ 6Zrfh4LFBVBEfCoXjgI9fihZH7zwiWRVkWzXxrNi/7eNh8FqaLPuB0ctGoYEADH69xHk
+ OR3G9WGaRKMjEmBGx4+o501KONJhdhAMoQPdnezCnYgLwOAC6ARdD53ijYeiU6dDQ43H
+ 3nXxJmjDYLz6B9N3idYKZW5kc3RyZWFtCmVuZG9iago0NyAwIG9iago3MjIKZW5kb2Jq
+ CjQ1IDAgb2JqCjw8IC9UeXBlIC9QYWdlIC9QYXJlbnQgNCAwIFIgL1Jlc291cmNlcyA0
+ OCAwIFIgL0NvbnRlbnRzIDQ2IDAgUiAvTWVkaWFCb3gKWzAgMCA1NTkgNzgzXSA+Pgpl
+ bmRvYmoKNDggMCBvYmoKPDwgL1Byb2NTZXQgWyAvUERGIC9UZXh0IF0gL0NvbG9yU3Bh
+ Y2UgPDwgL0NzMyAxNyAwIFIgL0NzMSA4IDAgUiA+PiAvRm9udAo8PCAvRjguMCA0OSAw
+ IFIgPj4gPj4KZW5kb2JqCjUyIDAgb2JqCjw8IC9MZW5ndGggNTMgMCBSIC9GaWx0ZXIg
+ L0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4AZVVTU8cMQy951f4uHvYkNiefBxb1Fbihhip
+ h6oHNIAALVSwbaX+2f6WOjPjJMAeqEajiTyx8/zs5zzBOTyBk2cYMsRE8HwNX+ERTk4P
+ HqYD+Pk5TLBzdoDydhtvxBA9RS/flL3HbJwNnH1mEBc/ROsDZmAONmLM8AA+ehs8MjBl
+ G3IaOgsmS86LZfUzjN5iRAECnrEcNQB7tsgYwPtsMYXe4timgqbzy85SigEl1hpdLR2C
+ 6qc45bwafSAbh8gVgeFqeZPfBDfC15m89wuDpxdCDRGHGGXBMSfKskAeckjm4lTIF/Lk
+ 2ZVP4X8SjjQuUVjy73gjppUlZZIGnpk0zS/4he+ONwppzUMzaxbNn1Y/M0FlSaN3loqg
+ +inOjjdCKY/UydTKqeVIfhNcSCM661NCGujo6jCZjixPUmbiQtfHUWqzksiwQ5SmS1ka
+ VZp1fICTz9k6YXm8gW+w+TD93JYCmM3dtvQ0wuZ3XS2/YPNnC99hPINPo6ASJUhVDnKA
+ tHSHAFmamJ0gMILAWeccwigM4IoFYRekVjFmAn6FZHN7eXX+63J/93cL4/1y0NvYZs2u
+ i5gtMcb4NqLkdq0ZXeniy5xr+WOWXB/1T937fKkmzb7S8UP/iNcLPrwpfLySvhia9Fmq
+ ELDUSCX1IEuyHofYhKeWJs7m16TPTiqKrhN66dwUpcR1GBCLumPI/cggjLKLhSqVfrPo
+ 8FG/hnMCjd6E3hCo9BtOza9Iv6tgFbPuNJ2YNW+oYm6WVcwCemVQRSlDUHGYKl3FOoOe
+ x1TNqPOreVcxq8VUBM2viblFX8VcEUAVs+Js+b1PzD1ZlIpWq5xlZDQ5kww3afl0XM6t
+ wVcxv25ws/nvBi/j2MGR2VzkKKNFoBKXu4xKieb1fplfs6NMCSLRwpyPbmKKsF8dmLzZ
+ w+2LXXKTyrXh5No41kNLvJeHBo1naEBZa7xlVxmn5/8A/GGUEAplbmRzdHJlYW0KZW5k
+ b2JqCjUzIDAgb2JqCjcyOAplbmRvYmoKNTAgMCBvYmoKPDwgL1R5cGUgL1BhZ2UgL1Bh
+ cmVudCA1MSAwIFIgL1Jlc291cmNlcyA1NCAwIFIgL0NvbnRlbnRzIDUyIDAgUiAvTWVk
+ aWFCb3gKWzAgMCA1NTkgNzgzXSA+PgplbmRvYmoKNTQgMCBvYmoKPDwgL1Byb2NTZXQg
+ WyAvUERGIC9UZXh0IF0gL0NvbG9yU3BhY2UgPDwgL0NzMyAxNyAwIFIgL0NzMSA4IDAg
+ UiA+PiAvRm9udAo8PCAvRjkuMCA1NSAwIFIgPj4gPj4KZW5kb2JqCjU3IDAgb2JqCjw8
+ IC9MZW5ndGggNTggMCBSIC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4AZWV
+ z04cMQzG73kKH3cPhCTO3yuISuWGGKmHqge0gADtUtFtkfqyfZZ+mZk4s7BUqkarjazY
+ sX+xv7zQFb2QwRdCoZSZftzRF3qm0/O9pc2e7PjtN3RidKD6W2y8hyFZThb/uVjrijI6
+ +mKLJ7jYlLUvbMn7qJNLhXbkLOvMIZHnomPJYWFxWbOxQfyUd1a75JAIWc/aBgM/67Xz
+ LlIOOiM6d0tAeiYWnLfwC9pGzwjVgk+Gfn73alluFrED6xSSX5w/W9T76jZ0D1qX+D1N
+ /M6vAYbZx5Sw8KlkLlg4H0rMdH0O9ECH76T+gb7a7KR6Yo5T9QtqDAwjI+HIwU8cJR+O
+ dqStFtQ45qkOoSYWqb/5VdozpBZciaGd371algtq7Mp0R3Jr3TL3hJLqNnSNJjTa5uw4
+ 8NEVmmmByqIFAi7QE3CdDQqtaYxxNNSCZ56eTmLQKDJ6Ctg97Oj0k8VGEB/uaXX162b7
+ +GdNwxNdDOMQyE1I+HobZ8NBTBc0QpqjMb/S6m5d58TR6rYtPq/rhavVczO8fm+rbVu8
+ ittOVrL/55q+0XA5ZYmpRI/sUeMhEZcyhsxMPHCg4HAzDkcnPqNPMIXkOww1wXi4uf0H
+ j8PgtocEX06Y+zGiWuI9iuJiWdNI6bERQJGj4fdUrBqvpEnQW43B1q4x3kJafEZVbXp3
+ 6AwMm4UqNY1R3dJkoPt1rfCGtcm4XNEYzkZDzaJYFMekXbBQne6HrtUhuwLbLDLd0lSu
+ +815Yjp79KYyPQOxvKuvqsxiGEQ3pCKZrAUJ0Q0h0UYbpc0E2/wjM8lDVEJy7ZZGovlB
+ N6TuFl11S1MOISF5LkiITvQMZi1RPc+uOP+rHFxc1Y0jg21TfTvyR4P9Ye+q1ZvenQa1
+ iro5pvB1RJ2pisS+vod4HHQc11s1VjM6YrpHgqPItU2eE21nB49XdUsPB7vwGuPxMXh8
+ XjDXy2elHjrFOzw0SjwObhFv2lXTufoL5UWkQgplbmRzdHJlYW0KZW5kb2JqCjU4IDAg
+ b2JqCjc0NgplbmRvYmoKNTYgMCBvYmoKPDwgL1R5cGUgL1BhZ2UgL1BhcmVudCA1MSAw
+ IFIgL1Jlc291cmNlcyA1OSAwIFIgL0NvbnRlbnRzIDU3IDAgUiAvTWVkaWFCb3gKWzAg
+ MCA1NTkgNzgzXSA+PgplbmRvYmoKNTkgMCBvYmoKPDwgL1Byb2NTZXQgWyAvUERGIC9U
+ ZXh0IF0gL0NvbG9yU3BhY2UgPDwgL0NzMyAxNyAwIFIgL0NzMSA4IDAgUiA+PiAvRm9u
+ dAo8PCAvRjEwLjAgNjAgMCBSID4+ID4+CmVuZG9iago0IDAgb2JqCjw8IC9UeXBlIC9Q
+ YWdlcyAvUGFyZW50IDYxIDAgUiAvQ291bnQgOCAvS2lkcyBbIDMgMCBSIDEyIDAgUiAy
+ MCAwIFIgMjUgMCBSCjMwIDAgUiAzNSAwIFIgNDAgMCBSIDQ1IDAgUiBdID4+CmVuZG9i
+ ago1MSAwIG9iago8PCAvVHlwZSAvUGFnZXMgL1BhcmVudCA2MSAwIFIgL0NvdW50IDIg
+ L0tpZHMgWyA1MCAwIFIgNTYgMCBSIF0gPj4KZW5kb2JqCjYxIDAgb2JqCjw8IC9UeXBl
+ IC9QYWdlcyAvTWVkaWFCb3ggWzAgMCA2MTIgNzkyXSAvQ291bnQgMTAgL0tpZHMgWyA0
+ IDAgUiA1MSAwIFIgXSA+PgplbmRvYmoKNjIgMCBvYmoKPDwgL1R5cGUgL0NhdGFsb2cg
+ L091dGxpbmVzIDIgMCBSIC9QYWdlcyA2MSAwIFIgPj4KZW5kb2JqCjIgMCBvYmoKPDwg
+ L0xhc3QgNjMgMCBSIC9GaXJzdCA2NCAwIFIgPj4KZW5kb2JqCjY0IDAgb2JqCjw8IC9Q
+ YXJlbnQgNjUgMCBSIC9UaXRsZSAoQ2FudmFzIDgpIC9Db3VudCAwIC9EZXN0IFsgMyAw
+ IFIgL1hZWiAwIDc4MyAwIF0KL05leHQgNjYgMCBSID4+CmVuZG9iago2NiAwIG9iago8
+ PCAvUGFyZW50IDY3IDAgUiAvUHJldiA2OCAwIFIgL0NvdW50IDAgL1RpdGxlIChDYW52
+ YXMgMikgL0Rlc3QgWyAxMiAwIFIgL1hZWgowIDc4MyAwIF0gL05leHQgNjkgMCBSID4+
+ CmVuZG9iago2OSAwIG9iago8PCAvUGFyZW50IDcwIDAgUiAvUHJldiA3MSAwIFIgL0Nv
+ dW50IDAgL1RpdGxlIChDYW52YXMgNSkgL0Rlc3QgWyAyMCAwIFIgL1hZWgowIDc4MyAw
+ IF0gL05leHQgNzIgMCBSID4+CmVuZG9iago3MiAwIG9iago8PCAvUGFyZW50IDczIDAg
+ UiAvUHJldiA3NCAwIFIgL0NvdW50IDAgL1RpdGxlIChDYW52YXMgMykgL0Rlc3QgWyAy
+ NSAwIFIgL1hZWgowIDc4MyAwIF0gL05leHQgNzUgMCBSID4+CmVuZG9iago3NSAwIG9i
+ ago8PCAvUGFyZW50IDc2IDAgUiAvUHJldiA3NyAwIFIgL0NvdW50IDAgL1RpdGxlIChD
+ YW52YXMgNCkgL0Rlc3QgWyAzMCAwIFIgL1hZWgowIDc4MyAwIF0gL05leHQgNzggMCBS
+ ID4+CmVuZG9iago3OCAwIG9iago8PCAvUGFyZW50IDc5IDAgUiAvUHJldiA4MCAwIFIg
+ L0NvdW50IDAgL1RpdGxlIChDYW52YXMgNikgL0Rlc3QgWyAzNSAwIFIgL1hZWgowIDc4
+ MyAwIF0gL05leHQgODEgMCBSID4+CmVuZG9iago4MSAwIG9iago8PCAvUGFyZW50IDgy
+ IDAgUiAvUHJldiA4MyAwIFIgL0NvdW50IDAgL1RpdGxlIChDYW52YXMgNykgL0Rlc3Qg
+ WyA0MCAwIFIgL1hZWgowIDc4MyAwIF0gL05leHQgODQgMCBSID4+CmVuZG9iago4NCAw
+ IG9iago8PCAvUGFyZW50IDg1IDAgUiAvUHJldiA4NiAwIFIgL0NvdW50IDAgL1RpdGxl
+ IChDYW52YXMgOSkgL0Rlc3QgWyA0NSAwIFIgL1hZWgowIDc4MyAwIF0gL05leHQgODcg
+ MCBSID4+CmVuZG9iago4NyAwIG9iago8PCAvUGFyZW50IDg4IDAgUiAvUHJldiA4OSAw
+ IFIgL0NvdW50IDAgL1RpdGxlIChDYW52YXMgMTApIC9EZXN0IFsgNTAgMCBSCi9YWVog
+ MCA3ODMgMCBdIC9OZXh0IDkwIDAgUiA+PgplbmRvYmoKOTAgMCBvYmoKPDwgL1BhcmVu
+ dCA5MSAwIFIgL1ByZXYgOTIgMCBSIC9Db3VudCAwIC9EZXN0IFsgNTYgMCBSIC9YWVog
+ MCA3ODMgMCBdIC9UaXRsZQooQ2FudmFzIDExKSA+PgplbmRvYmoKOTIgMCBvYmoKPDwg
+ L1BhcmVudCA4OCAwIFIgPj4KZW5kb2JqCjkxIDAgb2JqCjw8ID4+CmVuZG9iago4OSAw
+ IG9iago8PCAvUGFyZW50IDg1IDAgUiA+PgplbmRvYmoKODggMCBvYmoKPDwgPj4KZW5k
+ b2JqCjg2IDAgb2JqCjw8IC9QYXJlbnQgODIgMCBSID4+CmVuZG9iago4NSAwIG9iago8
+ PCA+PgplbmRvYmoKODMgMCBvYmoKPDwgL1BhcmVudCA3OSAwIFIgPj4KZW5kb2JqCjgy
+ IDAgb2JqCjw8ID4+CmVuZG9iago4MCAwIG9iago8PCAvUGFyZW50IDc2IDAgUiA+Pgpl
+ bmRvYmoKNzkgMCBvYmoKPDwgPj4KZW5kb2JqCjc3IDAgb2JqCjw8IC9QYXJlbnQgNzMg
+ MCBSID4+CmVuZG9iago3NiAwIG9iago8PCA+PgplbmRvYmoKNzQgMCBvYmoKPDwgL1Bh
+ cmVudCA3MCAwIFIgPj4KZW5kb2JqCjczIDAgb2JqCjw8ID4+CmVuZG9iago3MSAwIG9i
+ ago8PCAvUGFyZW50IDY3IDAgUiA+PgplbmRvYmoKNzAgMCBvYmoKPDwgPj4KZW5kb2Jq
+ CjY4IDAgb2JqCjw8IC9QYXJlbnQgNjUgMCBSID4+CmVuZG9iago2NyAwIG9iago8PCA+
+ PgplbmRvYmoKNjUgMCBvYmoKPDwgPj4KZW5kb2JqCjYzIDAgb2JqCjw8IC9QYXJlbnQg
+ OTEgMCBSIC9QcmV2IDkyIDAgUiAvQ291bnQgMCAvRGVzdCBbIDU2IDAgUiAvWFlaIDAg
+ NzgzIDAgXSAvVGl0bGUKKENhbnZhcyAxMSkgPj4KZW5kb2JqCjkzIDAgb2JqCjw8IC9M
+ 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
+ VjGijl2QLA7dG2NHxvcrnmm4Pk0ZPHrggEdflJyus8/yrl+ybRu/ZPTd7bFQWaqSMFvl
+ srtXMK9sl2yTEjfSX3IFgDYukF9FXiEMrIBOppNdIdzPbeL3wiAjw68sTIiby9/HbebP
+ cK/xsjlZt2XR3bH8iHMF1Xn8rBeNrx7GRcHBRcm9x1i2W8sQBr913htIF4RuLc4qXuBY
+ QniGFVjAO3eFjHb8EHOCUMu74Qg5JJgS++iPPx7bSeM+ugJ30toxyyXW5eeo6y/UiYkg
+ p3b+2oCb8WlZlgMfbuBxTZpQOe5dDvHwXb1+f8zvT+zRx2vmRXUO/nCbjctP862pcoLb
+ bPIRSSc5r4yuOjV6O1fw7QDb+c1biBAD+tE57BdoIoxo0X4VuLlfv8m418iKgkEo09Zo
+ m7QrxDvYO8QtugHYxQ/od6XtMgzCYJq6Bmr1sw1n9VyQf5Vn7uf3wB6ylx808JlZvFFv
+ SMN1Rp+kTLHJVCbRZEqz0AMGym3QGw8lPZRmMlveSaCM8NRdMGInvutHwhjizCs2FRgr
+ KyoQLD/B0Qho9XpIS+vWGgxGnhA6AEY8fKjXnZYCGYakGWfkrYSeLqYILCMy0iSYRhfe
+ ktIZpBSRYFnnGc+9bVVP9j3p8aUXZKuLC9T8DNVoz+vETriCFaPbRv/889Hlw4Ls+WTB
+ aZQ9msnVI1z3ULslPfEO/O72zx78do17ukz8dhiEaukr3jzpG+J1sAgWQxiWSoUIfl1M
+ nKUF/L8FNCyovjY0K6emY1VvR0/XslbMk+DSzDXoFqJrR0f/y4FaBY+iex4dflbHr2QA
+ 76C7gO4SFuTQ6dBlopsaH3uQB+Nxgmf5ifTMSTQuFhPyU4muLL9sEt0+iZawuaK9rkl8
+ 6T8xV/BvnsRfM4m+bRLdM4nunUSvpfT/AQejK+AKZW5kc3RyZWFtCmVuZG9iago5NCAw
+ IG9iago1ODM2CmVuZG9iago5NSAwIG9iago8PCAvVHlwZSAvRm9udERlc2NyaXB0b3Ig
+ L0FzY2VudCA3NzAgL0NhcEhlaWdodCA2ODQgL0Rlc2NlbnQgLTIzMCAvRmxhZ3MgMzIK
+ L0ZvbnRCQm94IFstOTUxIC00ODEgMTQ0NSAxMTIyXSAvRm9udE5hbWUgL1BSRk9FQytI
+ ZWx2ZXRpY2EgL0l0YWxpY0FuZ2xlIDAKL1N0ZW1WIDAgL01heFdpZHRoIDE1MDAgL1hI
+ ZWlnaHQgNTEzIC9Gb250RmlsZTIgOTMgMCBSID4+CmVuZG9iago5NiAwIG9iagpbIDI3
+ OCAwIDAgMCAwIDAgMCA2NjcgMCAwIDAgMCAwIDAgMCAyNzggMCAwIDAgMCAwIDAgMCAw
+ IDAgMCAwIDAgMCAwIDAgMCAwCjAgMCAwIDAgMCAwIDU1NiAwIDUwMCA1NTYgNTU2IDAg
+ MCAwIDIyMiAwIDAgMCA4MzMgNTU2IDAgMCAwIDMzMyA1MDAgMjc4IDAKNTAwIDAgMCA1
+ MDAgXQplbmRvYmoKMTYgMCBvYmoKPDwgL1R5cGUgL0ZvbnQgL1N1YnR5cGUgL1RydWVU
+ eXBlIC9CYXNlRm9udCAvUFJGT0VDK0hlbHZldGljYSAvRm9udERlc2NyaXB0b3IKOTUg
+ MCBSIC9XaWR0aHMgOTYgMCBSIC9GaXJzdENoYXIgNTggL0xhc3RDaGFyIDEyMSAvRW5j
+ b2RpbmcgL01hY1JvbWFuRW5jb2RpbmcKPj4KZW5kb2JqCjk3IDAgb2JqCjw8IC9MZW5n
+ dGggOTggMCBSIC9MZW5ndGgxIDg5NzIgL0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4Kc3Ry
+ ZWFtCngBvVp7eFNVtl/rPPPoI0mT5tGkySFN0vTdAqWxhYaSlkJpLVShQaptodAi1Yq1
+ ijNwq4BCRRQRqI9PRedCgWEIpQMB1Mt4UWTGUZxRfIx3Rkd0/PymH965OndGbXPXOSmV
+ 8s14+cNvzsnae6+999l77d9ea+199kn36jvaIBF6gYX6xS1dy0G5pA8AsGBpZ0tXnDd8
+ QXH/0p5uV5znMwHYVcu7VnTGedWjABrHilVrxp5PGQBIPNfe1rIsXg7fUlzcThlxHqdQ
+ nNHe2X1XnDcMUVy26talY+Upm4h3dbbcNdY/kDzguqWlsy1eX4pSnNF16+3dY7zcTrBr
+ ddtYfWwk+d4ApNxkuBXUcDOIwICO7iYA8TONAzgqlcvpWpaj3X5TctlXoFcp/E21Dynx
+ K9Lz5//W9q1Pu031d8pQX6ovx4J/1A+QgFQ+rN02XqI8R0FyFBqyozCHqJxoKlF29kwL
+ 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
+ XPfKfku5Ym30jesfXcmU6aAdRw6EoEr5YjZP+V63EBZBGJZQKdJXvPh7q0D/a4CFs+ZU
+ 1V+fXd22qqetu2Npi1LjUsshStQTNRN1EfUSPUz0DFGE6BTROaIPib6QmybSEbliYxdl
+ wHga6Z15Ij/zCp4c84T6sjSXP7/0Cn7ZFbyCyWX9dVxRrvzv5LLyW64ov/0KXvmfyGX1
+ e64oXyPz/wddagUZCmVuZHN0cmVhbQplbmRvYmoKOTggMCBvYmoKNTcyMAplbmRvYmoK
+ OTkgMCBvYmoKPDwgL1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9DYXBI
+ ZWlnaHQgNjg0IC9EZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTk1MSAt
+ NDgxIDE0NDUgMTEyMl0gL0ZvbnROYW1lIC9WQ0lGUFUrSGVsdmV0aWNhIC9JdGFsaWNB
+ bmdsZSAwCi9TdGVtViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDUxMyAvRm9udEZp
+ bGUyIDk3IDAgUiA+PgplbmRvYmoKMTAwIDAgb2JqClsgMjc4IDAgMCAwIDAgMCAwIDY2
+ NyAwIDAgMCAwIDAgMCAwIDI3OCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDAKMCAwIDAgMCAwIDAgNTU2IDAgNTAwIDU1NiA1NTYgMCAwIDAgMjIyIDAgMCAwIDgz
+ MyA1NTYgMCAwIDAgMCA1MDAgMjc4IDAgNTAwCjAgMCA1MDAgXQplbmRvYmoKMjkgMCBv
+ YmoKPDwgL1R5cGUgL0ZvbnQgL1N1YnR5cGUgL1RydWVUeXBlIC9CYXNlRm9udCAvVkNJ
+ RlBVK0hlbHZldGljYSAvRm9udERlc2NyaXB0b3IKOTkgMCBSIC9XaWR0aHMgMTAwIDAg
+ UiAvRmlyc3RDaGFyIDU4IC9MYXN0Q2hhciAxMjEgL0VuY29kaW5nIC9NYWNSb21hbkVu
+ Y29kaW5nCj4+CmVuZG9iagoxMDEgMCBvYmoKPDwgL0xlbmd0aCAxMDIgMCBSIC9MZW5n
+ dGgxIDk0MjggL0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4Kc3RyZWFtCngBvVp7eFTVtV/7
+ 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
+ bmRzdHJlYW0KZW5kb2JqCjEwMiAwIG9iago2MDc4CmVuZG9iagoxMDMgMCBvYmoKPDwg
+ L1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9DYXBIZWlnaHQgNjg0IC9E
+ ZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTk1MSAtNDgxIDE0NDUgMTEy
+ Ml0gL0ZvbnROYW1lIC9KTktXT0IrSGVsdmV0aWNhIC9JdGFsaWNBbmdsZSAwCi9TdGVt
+ ViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDUxMyAvRm9udEZpbGUyIDEwMSAwIFIg
+ Pj4KZW5kb2JqCjEwNCAwIG9iagpbIDI3OCAwIDAgMCAwIDAgMCA2NjcgMCAwIDAgNjY3
+ IDAgNzc4IDAgMjc4IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwCjAgMCAwIDAg
+ MCAwIDAgMCA1NTYgMCAwIDU1NiA1NTYgMCAwIDAgMjIyIDAgMCAwIDgzMyA1NTYgMCAw
+ IDAgMzMzIDUwMCAyNzgKMCAwIDcyMiAwIDUwMCBdCmVuZG9iagozNCAwIG9iago8PCAv
+ VHlwZSAvRm9udCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jhc2VGb250IC9KTktXT0IrSGVs
+ dmV0aWNhIC9Gb250RGVzY3JpcHRvcgoxMDMgMCBSIC9XaWR0aHMgMTA0IDAgUiAvRmly
+ c3RDaGFyIDU4IC9MYXN0Q2hhciAxMjEgL0VuY29kaW5nIC9NYWNSb21hbkVuY29kaW5n
+ Cj4+CmVuZG9iagoxMDUgMCBvYmoKPDwgL0xlbmd0aCAxMDYgMCBSIC9MZW5ndGgxIDEw
+ MjI4IC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4Ad1ae3hU1bVf+7znkcmZ
+ ybwfmRkmM5PJ+0EeQyIZQhLCIxgS1ASJJpBAQKiIIYot3CggEJGqyEP0alHLU80QUhig
+ WmpBsLUtWovWa1ut2Nre5tr2ah9CZu7aZ0IkfK2ff/j1j3vOrL332nuffdb67bXXfpzp
+ WbmqC1KgD1honNexYhEoV6AdgDy6cHnHiiSfxiE/d2FvjyfJ85kA7LJFKxYvT/LSowBq
+ 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
+ 6JJgzJfQkYx3SXGJv6TYJOIQ+Y6vakifYXHaNE2ewaHB7duZtCG8+OqJ8xnmWYbc8MLW
+ y53sE1v3u1977eylC8p4xgD/tdCF39b/2WXEzAwoxq/VNVCnfKmn3+Kvx38KNOHX/xvg
+ JmiBVpgPp5SHCZ5aJc/JBDzHgtnTaqdXN2TXdy3r7epZsrAD6yRLaeUWpE4k+p8tHB3w
+ KNKzSPj3GfwaDvAm0kWkT/AhDsmIlIE0EakGaS5SJ1IP0vrE6IX1YSxN8NxuPN94DT/n
+ Gp5KePXzC6/h8X3jyhXMrnpf9zXlS67h6Xfuq9v/2jX87dfwK67hV17Do+7j2lt1Dd97
+ Db96PH9J6Y3/A4SgM/kKZW5kc3RyZWFtCmVuZG9iagoxMDYgMCBvYmoKNjUwNwplbmRv
+ YmoKMTA3IDAgb2JqCjw8IC9UeXBlIC9Gb250RGVzY3JpcHRvciAvQXNjZW50IDc3MCAv
+ Q2FwSGVpZ2h0IDcxNyAvRGVzY2VudCAtMjMwIC9GbGFncyAzMgovRm9udEJCb3ggWy05
+ NTEgLTQ4MSAxNDQ1IDExMjJdIC9Gb250TmFtZSAvTkdFSUJNK0hlbHZldGljYSAvSXRh
+ bGljQW5nbGUgMAovU3RlbVYgMCAvTWF4V2lkdGggMTUwMCAvWEhlaWdodCA2MzcgL0Zv
+ bnRGaWxlMiAxMDUgMCBSID4+CmVuZG9iagoxMDggMCBvYmoKWyA2NjcgMCAwIDAgMCAw
+ IDAgMCAwIDAgMCAwIDAgMCAwIDY2NyA3NzggMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+ MCAwIDAgNTU2CjAgNTAwIDU1NiA1NTYgMCAwIDU1NiAyMjIgMCAwIDIyMiAwIDU1NiA1
+ NTYgNTU2IDAgMzMzIDAgMjc4IDU1NiA1MDAgMCAwIDUwMAowIDAgMCAwIDAgMCAwIDAg
+ MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDAgMCAwCjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+ MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAKMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDUwMCBdCmVuZG9iagozOSAwIG9i
+ ago8PCAvVHlwZSAvRm9udCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jhc2VGb250IC9OR0VJ
+ Qk0rSGVsdmV0aWNhIC9Gb250RGVzY3JpcHRvcgoxMDcgMCBSIC9XaWR0aHMgMTA4IDAg
+ UiAvRmlyc3RDaGFyIDY1IC9MYXN0Q2hhciAyMjIgL0VuY29kaW5nIC9NYWNSb21hbkVu
+ Y29kaW5nCj4+CmVuZG9iagoxMDkgMCBvYmoKPDwgL0xlbmd0aCAxMTAgMCBSIC9MZW5n
+ dGgxIDEwMzYwIC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4Ab16CXRUVbb2
+ PneuIZWqSs2pSlVRqapUEjKTgURyDUkIQ2IggAkSTIBAQNCAIYot/FFBICItIoPDQ1Gb
+ se0UIU8KaHy0P4r287UzDr/9Wh/Rtnt1lm/Afv2Aqnr73AqRZHW7/Ndy9b217zn7nHPP
+ 2fs7++wz3Opeu64DkqAXWGhc0N61DJQr8AQAGVqyur0rwaeYMHxrSU+3J8HzGQDsqmVd
+ y1cneAnLq13LV60fed+E5Y1SZ0f70kQ+XMOwuBMTEjwpwjC9c3X3vQneOIhh26q7lozk
+ p3yOfMHq9ntH2ofPkPfc2b66A0O8AjQ9veuuu7sVFgJODOd2re0YKU+aUb63gWCqDe4C
+ FdwBIjCgx7sVQPxa7QIOc2k+XkuzNbtuT674FgySwt9e/1MlfN37y4t/6bgW1OyU/gcT
+ VNfL01AIxUIAWoL5w5qdoznKe/iwRaApKwLTkSqRJiFlZd1sg15yEB5Deg6JhRXkEViP
+ tA3pSSRuNHYEuVPkkQFOkk+T9eAgM2QN555rsrttao37vQgRBve7P7FdOkPs2HtfEPtA
+ EqhuVpPnyLOwFNzkZ+An90EdZJCnToRWudsw6wh0IfUiscqTkCMDaQXuV0g2+DmC7wQg
+ jSMvu3+fP9H9ZX6EIQPuV4MRDoNfpSEnJ7vPufa7/8m13P0K0rFE1tEQlnjZfcS1yr0r
+ LUKeGnA/7ooQfGdnIljnwldfdq8O7XEvzVfyZ+2JMMcG3GWYP1/WuItLve5JriF3bjAi
+ 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
+ A8uZ13Yp/rQ3fon9V7QHK0q4SJ4cMb1hYlQpksmeYjdlCPewH+EUALxODUKSmkfbt4k2
+ Gy6FctQhrcbhICEq7HvXvW09NX4KH2KW2FlUVuDiVXH9pHXMDsNXosxnQZTXT0odeQ/9
+ sto/eJTxFS3f9WXTRLqlipbNKWo7vOAfGN3Vd/fflDn3yTnbmI8dFFM8EWD/yOUC+ns5
+ p4q8RhhYDp1MJ7tc2MJt5Q/BYUbCr65MDTeDf5jbxl/g3uCl6Rl3Z9CdLA7V5bSfccsQ
+ iXcN4gTu4SLkoZMsu9rIEAb/+/CQnCYIq/GAgfACx5KR3Ql+g1PT3Qnbz5wmdBbadIL0
+ C/bEnvfzz0d2vd9tTRQPLOL+RN8wVC8mgqyZs9fLfiakbH1CN2x9rleO68x+3PqM1vvX
+ Nj28qM/CH+5rcKnQuiZFRei+5jOSRrJei606F1uHu9F9bOfVdxEhBsyx6ezX2L/Uu/1a
+ vrPPvNV2yMaKglUoNdYZm43LxXvYe8Ttpn2wl99n3mvZaz0Mhy36OphpnmZ908xV86/z
+ zBb+IBwkh/jDVj49g7eZrRacc81aTbJL0lFnaElFYKjcVrOtX/tTC/rEDxIoIzz1Q7Yx
+ m7eEaeCGrsCea6usqMB9XBmhGzijGTexltVGq9XGE0I7wIYHBfoN55VAwpC0rsnPW0P3
+ c6RQYBmRQY8RCE6ii6TikimkBJFgWe+FwEOLq57pfSYQSsvN1Bfk6vkpulj3W8RNuNzl
+ sZ2xP/0itmxQkF5MErw26Yl0rgHhepDOYcoV78Dv8H/tsmEiiyvwdPwPQAn+G6EMqqFW
+ +bpPv9/fovy/YA7+Z2Ae3ArN0AILlUoInlQRJSbguRXMm1HVMLM+q65jVU9H94ol7ZiT
+ yKVFOpHof7zQuuAJpBeR8O82+PUc4AOkIaTL+AKHZEJKRypCqkaai7QUqRtpE9ITSC8i
+ DSKdR/ogPnJhHTAaJ+AZx08ex988jq8Zx2O7Y+qbN46fP46nGt/Y/pJxPOowJl/pixvk
+ pRjd+P6KcTz91n5jvvKfvRvev3Nc/l3j+K5x/NpxPOI7pv514/iecfx6yv8vtW2BMApl
+ bmRzdHJlYW0KZW5kb2JqCjExMCAwIG9iago2NTg3CmVuZG9iagoxMTEgMCBvYmoKPDwg
+ L1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9DYXBIZWlnaHQgNzE3IC9E
+ ZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTk1MSAtNDgxIDE0NDUgMTEy
+ Ml0gL0ZvbnROYW1lIC9VSkJOS00rSGVsdmV0aWNhIC9JdGFsaWNBbmdsZSAwCi9TdGVt
+ ViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDYzNyAvRm9udEZpbGUyIDEwOSAwIFIg
+ Pj4KZW5kb2JqCjExMiAwIG9iagpbIDI3OCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDI3OCAwIDAgMCAwIDAgMCA2NjcKMCAwIDAg
+ NjY3IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA2MTEgNzIyIDY2NyAwIDAgMCAw
+ IDAgMCAwIDAgMCAwIDU1NgowIDUwMCA1NTYgNTU2IDAgMCA1NTYgMjIyIDAgMCAyMjIg
+ ODMzIDU1NiA1NTYgNTU2IDAgMzMzIDAgMjc4IDU1NiA1MDAgMCAwCjUwMCBdCmVuZG9i
+ agoyNCAwIG9iago8PCAvVHlwZSAvRm9udCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jhc2VG
+ b250IC9VSkJOS00rSGVsdmV0aWNhIC9Gb250RGVzY3JpcHRvcgoxMTEgMCBSIC9XaWR0
+ aHMgMTEyIDAgUiAvRmlyc3RDaGFyIDMyIC9MYXN0Q2hhciAxMjEgL0VuY29kaW5nIC9N
+ YWNSb21hbkVuY29kaW5nCj4+CmVuZG9iagoxMTMgMCBvYmoKPDwgL0xlbmd0aCAxMTQg
+ MCBSIC9MZW5ndGgxIDEwMTMyIC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4
+ Ad1aeXhURbY/dfde0rnd6X1Jd6fT3ensC9lIJE1IQliCIUFNkGASCAQkGhGiOAMvCghE
+ ZERkcXkoLhBApAkZaEAZxgHBGUfRUVSGmcERl/GZceY9nZkHpPudezsEyDfjxx9+88e7
+ t09Vnaq6Vad+derU1osWLm6DOOgGGmqnt3TOAfnx6QFI96yOls4Yn4AemTara5ErxrMp
+ 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
+ vc633jp56Yw8ntHBfxu04Z34P3sSMDIZb1BHQQVUyTfs0h36zXjDL92j3wYN0Agz4Bjm
+ Inj7Hzvf4qTTp6mV9eUTxqdVty3oals0b1aLnAMd+ZH+h9WM1InUjfQY0nNIIaRjSKeR
+ ziP9RSoWSURyIWUjBZFqkZqROqNDD+AzHCZ41nY9P34EP3UEL0l37fezRvCzR/AyVtfU
+ 1z4ifd4IXrqXvrb8u0bwd4/gF47g5f+jXVPf4hHpXSP4JdfzlyQQ4f8ALp0UCgplbmRz
+ dHJlYW0KZW5kb2JqCjExNCAwIG9iago2NDIyCmVuZG9iagoxMTUgMCBvYmoKPDwgL1R5
+ cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9DYXBIZWlnaHQgNzE3IC9EZXNj
+ ZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTk1MSAtNDgxIDE0NDUgMTEyMl0g
+ L0ZvbnROYW1lIC9RRVNCSUcrSGVsdmV0aWNhIC9JdGFsaWNBbmdsZSAwCi9TdGVtViAw
+ IC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDYzNyAvRm9udEZpbGUyIDExMyAwIFIgPj4K
+ ZW5kb2JqCjExNiAwIG9iagpbIDY2NyAwIDAgMCAwIDAgNzc4IDAgMCAwIDAgMCAwIDAg
+ MCAwIDc3OCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA1NTYKMCA1MDAgNTU2
+ IDU1NiAwIDAgNTU2IDIyMiAwIDAgMjIyIDAgNTU2IDU1NiAwIDAgMzMzIDAgMjc4IDU1
+ NiA1MDAgMCAwIDUwMAowIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwCjAgMCAwIDAgMCAwIDAg
+ MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDAgMCAwIDAKMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+ MCAwIDAgMCAwIDUwMCBdCmVuZG9iago1NSAwIG9iago8PCAvVHlwZSAvRm9udCAvU3Vi
+ dHlwZSAvVHJ1ZVR5cGUgL0Jhc2VGb250IC9RRVNCSUcrSGVsdmV0aWNhIC9Gb250RGVz
+ Y3JpcHRvcgoxMTUgMCBSIC9XaWR0aHMgMTE2IDAgUiAvRmlyc3RDaGFyIDY1IC9MYXN0
+ Q2hhciAyMjIgL0VuY29kaW5nIC9NYWNSb21hbkVuY29kaW5nCj4+CmVuZG9iagoxMTcg
+ MCBvYmoKPDwgL0xlbmd0aCAxMTggMCBSIC9MZW5ndGgxIDk1MTYgL0ZpbHRlciAvRmxh
+ dGVEZWNvZGUgPj4Kc3RyZWFtCngB3Vp5fNTVtT/3t8+Sycxk9iUzw2RmMtkXsgwZyRAS
+ CIHEkCAkSDQJCSRIFBCi2MKLClUiUhFZVJ4talmLDCGVAdRSCgKtrUsVl0dbraG1PvN8
+ fQ+7SDLzzu83SST5VD/84ad/vN9vzr333PXc7z33nnvvb1avWtMOCdADNNQubFmxBKTH
+ fRqALF/c1bIizmuHkJ+zuHu1M86zqQD08iUrlnbFeeEJALl96fK1I+V1WE410NHe0hZP
+ BywPhR0YEefJZPRTOrpW3xvntf3oVy6/a/FIuq4SeW9Xy70j7cNl5J13tnS1x/O7d6Of
+ suKuu1eP8PPQr1yxqn0kP2lA+V4HgrFauAtkcAfwQIEa3yYA/hO5HRhMFdPxactQbLs9
+ MfgFaASJv736+5L/quulS39vH/Iptgr/wAjZaH7R5/xRP4CSYPqgYutYilQOHW0E6tMj
+ MAupFKkAKT19mgl6yF54DOmHSDR0kkdgLdImpCeRmLHQAeROkEf6GCF0kqwFC6kKKRjH
+ PJ3ZYZIrHG9FCNf/jON908eniBlH7yNi7ksA2TQ5+SH5AbSBg/wIPOQ+qIRU8tQx/3JH
+ MyYdgBVIPUi05BJyoC85z/EKyQAPQ7CMF5IZ8qLjT7mZjiu5EYr0Oc74Igx6P0tGLpTo
+ OG1/xvFT+1LHK0iH4kkH/ZjjRccB+3LHtuQIearP8bg9QrDM1ri3xo5FX3R0+Xc42nKl
+ 9Dk7ItShPkcA0+eHFI7CYpejwD7gyPZFBIJ8pn2OIy33V44ULIjZnFipJ6Rx2OzbHFMw
+ Kdle4ZuCdIocJE9DGnm6z1PlOIlB7O6xWf7iHRHynWOVqbmeCLkvVFiZusNf6fP45zg8
+ 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
+ YuZapEVI4re17yJtRtqN9GOkl5BEa38Z6TOkISyoRLIhZSAFkeYgLYqNPJgHxsIE70XG
+ 82hExqXPncCLkl1fvm0CL+FyXf0dE9I7J/DLJ/DS/46uK3/nhPS7JvDS/4Suy79mQnr3
+ BH7teP6ahPL/AbYvh+UKZW5kc3RyZWFtCmVuZG9iagoxMTggMCBvYmoKNTk2MgplbmRv
+ YmoKMTE5IDAgb2JqCjw8IC9UeXBlIC9Gb250RGVzY3JpcHRvciAvQXNjZW50IDc3MCAv
+ Q2FwSGVpZ2h0IDcxNyAvRGVzY2VudCAtMjMwIC9GbGFncyAzMgovRm9udEJCb3ggWy05
+ NTEgLTQ4MSAxNDQ1IDExMjJdIC9Gb250TmFtZSAvTk1ORFdKK0hlbHZldGljYSAvSXRh
+ bGljQW5nbGUgMAovU3RlbVYgMCAvTWF4V2lkdGggMTUwMCAvWEhlaWdodCA2MzcgL0Zv
+ bnRGaWxlMiAxMTcgMCBSID4+CmVuZG9iagoxMjAgMCBvYmoKWyA2NjcgMCAwIDAgMjc4
+ IDAgMCAwIDAgMCAwIDAgNzc4IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDU1
+ NiAwIDAgNTU2CjU1NiAwIDAgNTU2IDIyMiAwIDAgMjIyIDgzMyA1NTYgNTU2IDAgMCAw
+ IDAgMjc4IDU1NiA1MDAgMCAwIDUwMCAwIDAgMCAwIDAKMCAwIDAgMCAwIDAgMCAwIDAg
+ MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDAgMAowIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+ MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwCjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDAgMCAwIDAgMCAwIDAgMCAwIDUwMCBdCmVuZG9iago2MCAwIG9iago8PCAvVHlwZSAv
+ Rm9udCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jhc2VGb250IC9OTU5EV0orSGVsdmV0aWNh
+ IC9Gb250RGVzY3JpcHRvcgoxMTkgMCBSIC9XaWR0aHMgMTIwIDAgUiAvRmlyc3RDaGFy
+ IDY5IC9MYXN0Q2hhciAyMjIgL0VuY29kaW5nIC9NYWNSb21hbkVuY29kaW5nCj4+CmVu
+ ZG9iagoxMjEgMCBvYmoKPDwgL0xlbmd0aCAxMjIgMCBSIC9MZW5ndGgxIDEzNDcyIC9G
+ aWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4Ad17e3hU1dX33uc+18z9fjuZzEwm
+ 9wsJCQlkDElIuMSQKCRoMIEEEoQaMESwwhsFBCJFBbko1ooXCKBmCKkMUCylIGBtBWtR
+ qW1tQUv7NrXti62VZOZb+0yIkMf28Y8+/eObk7XvZ5+1f3vttdde56Rz2fJWpELdiEY1
+ c5o7FiDplyMgRO2cv6S5I57XFyCE583v6vTE82wyQvTiBR0Ll8TzwlMIyZ0LF68cud/w
+ MUKO59tam1vi9WgI4vw2KIjn8TiIk9qWdK6I53UDEK9dfN/8kXrDs5AvW9K8YuT56CPI
+ e77VvKQ13j77CsRJHffd3zmS74a4pWNZ60h7XA/8vYMwlIroPiRD9yIeUUgDVyNC/FW5
+ EzFQS+rh15Km2HpPQvHnSAvDht89Mx6X4jfFH1z8onUooHhS+CcUyG60JzEXjAYRUmKo
+ H1Q8OVoj3QeBGEF1qRFUBVQClAeUmnqbBXXjPegJoOeBaNSOH0MrgTYCPQ3EjKb2Qe4I
+ fqyfEUJH8Upkw1NDCsZ9h8HqtsgV7ncjmBt4zv2h5fIxbIXZ+y229quQ7DY5fh5/D7Ug
+ N34Z+fCDqBIl42cOBRe7m6BqH+oA6gaipRDjff2uHPcbOA35GAz3+JGLwa+7f5+d7v4k
+ O0LhfvfJQISB6EcuyIUS3Cecz7l/6FzofgPoQLxqfxBavO7e51zs3uqK4Gf63VucEQz3
+ PBmPljvh1tfdS4Lb3S3ZUv307RHqQL+7EOpnhRTu/ALRnee84s4MRAQM+XTndHdK9k/d
+ SXAjNPNAp76Q1u1wbnVPgCqXszwwAegY3o93oRS8q9831X0UkjDcQ1XBgu0R/O1DlcnZ
+ vgh+MJRfmbw9WBnwBae7fcGKQADSs87ya/m7+Nv4HD6VT+b9vMjbeYOgEzSCWlAKckEQ
+ +Ah+pb/EzR3DB1AJwHLgkMAJbAS/BoXMMfyqVPjqYYERKAEJhkjsYxBejAwRfGBAQ1KQ
+ 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
+ /NjScXdT1EsUvvO1zUMt9LObe91vv33m+kVJV0IAXxG3wreuX/eDgxn4K5LAciff2aah
+ TDh2jUN5aDx8/VuGKqRvaadK38veLn3PWwvf6N6JZqHZqB41oDnobnQCeiArFkvdc+Rt
+ cm1V6aw5M1IrWxd3tXa2z2+WWkjVEGwCAiMBvlhG5J0CIkecD4CuAn0BXQlAFqBkoAKg
+ SqB6oDagFUAbgHYC9QJFgM4CfQB0FegLEHAByAKUDFQAVAlUD9QGtAJoQ2zkB89Do2kM
+ 79dvzd82Jj95TL58TH7KmDwY2rf0P31MvmZMfuaYfO2YPPkG4GZ+7xyTJyjfXD9/TL5l
+ TF6Sh5vGv3BMPeB1S3/tY/KLx+Sl/9W5qb9vjam/b0y+Y0x+2Zj8/WPynWPyy8fku8bk
+ HxiTX3lr/rokr/8PAE2J+AplbmRzdHJlYW0KZW5kb2JqCjEyMiAwIG9iago4ODYxCmVu
+ ZG9iagoxMjMgMCBvYmoKPDwgL1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcw
+ IC9DYXBIZWlnaHQgNzE3IC9EZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBb
+ LTk1MSAtNDgxIDE0NDUgMTEyMl0gL0ZvbnROYW1lIC9SSUJWWk0rSGVsdmV0aWNhIC9J
+ dGFsaWNBbmdsZSAwCi9TdGVtViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDYzNyAv
+ Rm9udEZpbGUyIDEyMSAwIFIgPj4KZW5kb2JqCjEyNCAwIG9iagpbIDI3OCAwIDAgMCAw
+ IDAgMCA2NjcgMCA3MjIgMCA2NjcgMCA3NzggMCAyNzggMCAwIDU1NiAwIDAgMCA2Njcg
+ Nzc4IDcyMiAwCjYxMSA3MjIgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDU1NiAwIDUwMCA1
+ NTYgNTU2IDAgNTU2IDU1NiAyMjIgMCAwIDIyMiA4MzMKNTU2IDU1NiA1NTYgMCAzMzMg
+ NTAwIDI3OCA1NTYgNTAwIDcyMiAwIDUwMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDAgMAowIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+ MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwCjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAK
+ MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDUwMCBdCmVuZG9iago5IDAgb2JqCjw8IC9UeXBl
+ IC9Gb250IC9TdWJ0eXBlIC9UcnVlVHlwZSAvQmFzZUZvbnQgL1JJQlZaTStIZWx2ZXRp
+ Y2EgL0ZvbnREZXNjcmlwdG9yCjEyMyAwIFIgL1dpZHRocyAxMjQgMCBSIC9GaXJzdENo
+ YXIgNTggL0xhc3RDaGFyIDIyMiAvRW5jb2RpbmcgL01hY1JvbWFuRW5jb2RpbmcKPj4K
+ ZW5kb2JqCjEyNSAwIG9iago8PCAvTGVuZ3RoIDEyNiAwIFIgL0xlbmd0aDEgMTAwODQg
+ L0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4Kc3RyZWFtCngB3Vp7fNTFtT/ze+8jm93Nvh/Z
+ XTa7m837QR5LIllCEsIjGAhiggQTIBAQFBCi2MKNAgIRqYg8FIuilqfIElJZoNqUgmBr
+ K1pF5dJWK1jrba7tvdqHkN175rchQj7WD3/46R/399szM2dmfjNnvnPmzGuXLlnWBknQ
+ CSzUT2tdNAfkx3cJgHTOWti6KMGnoEemzOpY6k7wfDoAu2DOorkLE7z0BIDSOXfB8oHv
+ Dd8H0F5tb2udnUiHq+gXt2NEgifD0U9rX7j0/gSv70F/woJ7Zg2kG6Ygn76w9f6B+uEi
+ 8u67Wxe2JfL7etFPW3TPvUsHeFpO7aIlbQP5SSPK9yYQjE2Be0ABd4EIDGjxbQYQP1U6
+ gcNUmo7P7CzV5juTy78EnSTzd9b9QPZf8/zk/D/argZUm6R/YoTiWn7qC8FYEEBNML1P
+ tWkwRf4OnZQoNGRGYSxSBVIRUmbmKAt0kt3wGNKzSCzMI4/AcqT1SE8icYOhfcgdI490
+ c1L4OFkONjIurOJcUwxWl0Wpcr0dJULPTtcHlo9PECv23kfE2p0EilFK8ix5BmaDi/wI
+ fOQBqIV08tSR4AJXCybtg0VInUis7BKyrzu1wPUqyQIfR/AbP6Ry5GXXH/OzXZfzowzp
+ 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
+ mth7ffjhwO4L917luPvSyxqjD4l1OZnaiZfqxISXOX7S8rCPCepZloMgbvpwjrmhcNyr
+ HEINHiw3FOoPhRL7usGSeVGbiT/cmuF00rw4RUFwa0YuklSSeTq2oDe2jMu9up1tv/IW
+ IsSAMTaW/RT7l478X4Tv7jKus+yxsKJgFkr1tfpG/VzxPvY+cYNhO2zjtxu3mbaZ98Je
+ k7YWxhvHmF83clX8azyzlt8Nu8kefq+ZT0vnLUazCe2yUa1KdkoaaihMdgSGym02Wg6p
+ f2BCe/FOAmWEp+6SBRvxdTsSqlHXHyqw5loqyssRrBDB3gjrjUYwmRbqzWYLTwjtAAtu
+ RrQrTsmehD5pXpyft5juKEihwDIig7OmP1BEJ9LikpGkBJFgWc8Z/6qZlU93Pu0PpuZm
+ aAtytfxITWzpG8RFuNy5sU2xP78Um9MjSC8kCR6L9EQaNxHheojaSTy3Ye/n38axYMcb
+ 6NZwsf2yFUSnoHSyJNkQcpqSBJdO6cG22lODFpcmSRc060V9ssalYTRXDVa3523P3IEV
+ 2eCwPY9jd2BKwU05HbsVfe/gzovk5+npdDloS+hIxreosMhXVGgUcYj82FvRo0szO6yq
+ ye7unu4tW5iUHnz4yuHTGeYFhtz20sars9mnN+51vfHGmSvn5fGMDv57oA3vuL/pScHI
+ NPDjrXEV1Mg35vRO/Fa8saf34rdDIzTBdOjFXARv8+l5Ff4piZ4mTapuqBw7JrO2bUFH
+ 29J5s1rlHHIyOvR/VS1Ii5A6kR5DehYpgtSLdA7pQ6S/0GKRtEhupDykMFI9UgvSovjA
+ A/gMhgmend3I09n4+vRJQ3gq3fXps4bws4fwMlbX1dc+JH3eEJ7eM19f/t1D+HuG8EuG
+ 8PL/y66rb9mQ9I4h/PIb+SsURPg/yTUJSAplbmRzdHJlYW0KZW5kb2JqCjEyNiAwIG9i
+ ago2MzY5CmVuZG9iagoxMjcgMCBvYmoKPDwgL1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9B
+ c2NlbnQgNzcwIC9DYXBIZWlnaHQgNzE3IC9EZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9G
+ b250QkJveCBbLTk1MSAtNDgxIDE0NDUgMTEyMl0gL0ZvbnROYW1lIC9RRVNCSUcrSGVs
+ dmV0aWNhIC9JdGFsaWNBbmdsZSAwCi9TdGVtViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVp
+ Z2h0IDYzNyAvRm9udEZpbGUyIDEyNSAwIFIgPj4KZW5kb2JqCjEyOCAwIG9iagpbIDY2
+ NyAwIDcyMiAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDc3OCAwIDAgMCAwIDAgMCAw
+ IDAgMCAwIDAgMCAwIDAgMCA1NTYKMCA1MDAgNTU2IDU1NiAwIDAgNTU2IDIyMiAwIDAg
+ MjIyIDAgNTU2IDU1NiAwIDAgMzMzIDAgMjc4IDU1NiA1MDAgMCAwIDUwMAowIDAgMCAw
+ IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+ MCAwIDAgMCAwIDAgMCAwCjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAKMCAwIDAgMCAwIDAg
+ MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDUwMCBdCmVuZG9i
+ ago0OSAwIG9iago8PCAvVHlwZSAvRm9udCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jhc2VG
+ b250IC9RRVNCSUcrSGVsdmV0aWNhIC9Gb250RGVzY3JpcHRvcgoxMjcgMCBSIC9XaWR0
+ aHMgMTI4IDAgUiAvRmlyc3RDaGFyIDY1IC9MYXN0Q2hhciAyMjIgL0VuY29kaW5nIC9N
+ YWNSb21hbkVuY29kaW5nCj4+CmVuZG9iagoxMjkgMCBvYmoKPDwgL0xlbmd0aCAxMzAg
+ MCBSIC9MZW5ndGgxIDEwMTM2IC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4
+ Ad1ae3hU1bVf+7xnJpnMTOb9yMzJZGYyeT/IY8hAhpCE8EgMBCGDRBMgEBAqYohChQYB
+ gYgoIg/Ri1ItBBAZQ5RB1FIKoq2taBUfpa1WtF6vubb3qm2BzNx1zoQIfNWPP/z6xz1n
+ 1t577efav7322o8znUuWtkMydAMNjTPaFs8F+fHmAJCFsxe1LU7wukvIT53d1elK8Gwm
+ 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
+ zd3KgbfRKJLCAp20dBlNBmmvzBmkmYxvSXGJp6TYwOOi8py7sl+bYbJbVFNcff19W7dS
+ qf34sFUjZlLUUxS58ZlNl+bQj23qdb7++umLZ+X5jA7+C6Edv5X/qwcxxb3mCPyvQDXU
+ yl/eJ8hf12+AaTAdmiEMM+G4XJDgvwKIHOLwf1LQUN9QPX1Cdl37wq72zvmz2zAlkSpl
+ aUSaiSR9x70baSPSY0hPI72IJK2G55C+QLqEBZOQ7Eg5SEGkSUgz40MP5oHhMME7uKv5
+ ydfwN17DS5JdWX72Nfyca3gZpyvam3dNesc1/Pxr+IXX8Hdcw8v/Sbui/qXXpHddwy+7
+ mr8oo/x/DbIMVgplbmRzdHJlYW0KZW5kb2JqCjEzMCAwIG9iago2NDg4CmVuZG9iagox
+ MzEgMCBvYmoKPDwgL1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9DYXBI
+ ZWlnaHQgNjg0IC9EZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTk1MSAt
+ NDgxIDE0NDUgMTEyMl0gL0ZvbnROYW1lIC9OTU5EV0orSGVsdmV0aWNhIC9JdGFsaWNB
+ bmdsZSAwCi9TdGVtViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDUxMyAvRm9udEZp
+ bGUyIDEyOSAwIFIgPj4KZW5kb2JqCjEzMiAwIG9iagpbIDY2NyAwIDAgMCAwIDAgMCAw
+ IDAgMCAwIDAgMCAwIDAgMCA3NzggMCAwIDAgNzIyIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+ MCA1NTYKMCA1MDAgNTU2IDU1NiAwIDU1NiA1NTYgMjIyIDAgMCAyMjIgMCAwIDAgMCAw
+ IDAgNTAwIDI3OCA1NTYgNTAwIDAgMCA1MDAgMAowIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+ MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ CjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+ MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAKMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA1MDAgXQplbmRvYmoKNDQgMCBvYmoKPDwgL1R5
+ cGUgL0ZvbnQgL1N1YnR5cGUgL1RydWVUeXBlIC9CYXNlRm9udCAvTk1ORFdKK0hlbHZl
+ dGljYSAvRm9udERlc2NyaXB0b3IKMTMxIDAgUiAvV2lkdGhzIDEzMiAwIFIgL0ZpcnN0
+ Q2hhciA2NSAvTGFzdENoYXIgMjIyIC9FbmNvZGluZyAvTWFjUm9tYW5FbmNvZGluZwo+
+ PgplbmRvYmoKMTMzIDAgb2JqCihNYWMgT1MgWCAxMC42LjUgUXVhcnR6IFBERkNvbnRl
+ eHQpCmVuZG9iagoxMzQgMCBvYmoKKEQ6MjAxMTExMjMxOTM5MDdaMDAnMDAnKQplbmRv
+ YmoKMSAwIG9iago8PCAvUHJvZHVjZXIgMTMzIDAgUiAvQ3JlYXRpb25EYXRlIDEzNCAw
+ IFIgL01vZERhdGUgMTM0IDAgUiA+PgplbmRvYmoKeHJlZgowIDEzNQowMDAwMDAwMDAw
+ IDY1NTM1IGYgCjAwMDAwOTEzNDQgMDAwMDAgbiAKMDAwMDAxNjMwOSAwMDAwMCBuIAow
+ MDAwMDA0NTMxIDAwMDAwIG4gCjAwMDAwMTU5NDQgMDAwMDAgbiAKMDAwMDAwMDAyMiAw
+ MDAwMCBuIAowMDAwMDA0NTExIDAwMDAwIG4gCjAwMDAwMDQ2MzYgMDAwMDAgbiAKMDAw
+ MDAwNTU5NCAwMDAwMCBuIAowMDAwMDc2NDMzIDAwMDAwIG4gCjAwMDAwMDQ3MzQgMDAw
+ MDAgbiAKMDAwMDAwNTU3NCAwMDAwMCBuIAowMDAwMDA2NDM0IDAwMDAwIG4gCjAwMDAw
+ MDU2MzAgMDAwMDAgbiAKMDAwMDAwNjQxNCAwMDAwMCBuIAowMDAwMDA2NTQxIDAwMDAw
+ IG4gCjAwMDAwMjQ1NDMgMDAwMDAgbiAKMDAwMDAwNzQ4MSAwMDAwMCBuIAowMDAwMDA2
+ NjUzIDAwMDAwIG4gCjAwMDAwMDc0NjEgMDAwMDAgbiAKMDAwMDAwODQ2MCAwMDAwMCBu
+ IAowMDAwMDA3NTE4IDAwMDAwIG4gCjAwMDAwMDg0NDAgMDAwMDAgbiAKMDAwMDAwODU2
+ NyAwMDAwMCBuIAowMDAwMDUyNDgxIDAwMDAwIG4gCjAwMDAwMDk0NzcgMDAwMDAgbiAK
+ MDAwMDAwODY3OSAwMDAwMCBuIAowMDAwMDA5NDU3IDAwMDAwIG4gCjAwMDAwMDk1ODQg
+ MDAwMDAgbiAKMDAwMDAzMDk1MSAwMDAwMCBuIAowMDAwMDEwNTEwIDAwMDAwIG4gCjAw
+ MDAwMDk2OTYgMDAwMDAgbiAKMDAwMDAxMDQ5MCAwMDAwMCBuIAowMDAwMDEwNjE3IDAw
+ MDAwIG4gCjAwMDAwMzc3MjcgMDAwMDAgbiAKMDAwMDAxMTU2NCAwMDAwMCBuIAowMDAw
+ MDEwNzI5IDAwMDAwIG4gCjAwMDAwMTE1NDQgMDAwMDAgbiAKMDAwMDAxMTY3MSAwMDAw
+ MCBuIAowMDAwMDQ1MTI4IDAwMDAwIG4gCjAwMDAwMTI1ODEgMDAwMDAgbiAKMDAwMDAx
+ MTc4MyAwMDAwMCBuIAowMDAwMDEyNTYxIDAwMDAwIG4gCjAwMDAwMTI2ODggMDAwMDAg
+ biAKMDAwMDA5MTA3MSAwMDAwMCBuIAowMDAwMDEzNjE4IDAwMDAwIG4gCjAwMDAwMTI4
+ MDAgMDAwMDAgbiAKMDAwMDAxMzU5OCAwMDAwMCBuIAowMDAwMDEzNzI1IDAwMDAwIG4g
+ CjAwMDAwODM2OTMgMDAwMDAgbiAKMDAwMDAxNDY2MSAwMDAwMCBuIAowMDAwMDE2MDY3
+ IDAwMDAwIG4gCjAwMDAwMTM4MzcgMDAwMDAgbiAKMDAwMDAxNDY0MSAwMDAwMCBuIAow
+ MDAwMDE0NzY5IDAwMDAwIG4gCjAwMDAwNTk3OTUgMDAwMDAgbiAKMDAwMDAxNTcyMyAw
+ MDAwMCBuIAowMDAwMDE0ODgxIDAwMDAwIG4gCjAwMDAwMTU3MDMgMDAwMDAgbiAKMDAw
+ MDAxNTgzMSAwMDAwMCBuIAowMDAwMDY2NjM4IDAwMDAwIG4gCjAwMDAwMTYxNTAgMDAw
+ MDAgbiAKMDAwMDAxNjI0MiAwMDAwMCBuIAowMDAwMDE4MDg1IDAwMDAwIG4gCjAwMDAw
+ MTYzNTcgMDAwMDAgbiAKMDAwMDAxODA2MyAwMDAwMCBuIAowMDAwMDE2NDYzIDAwMDAw
+ IG4gCjAwMDAwMTgwNDEgMDAwMDAgbiAKMDAwMDAxODAwNCAwMDAwMCBuIAowMDAwMDE2
+ NTgzIDAwMDAwIG4gCjAwMDAwMTc5ODIgMDAwMDAgbiAKMDAwMDAxNzk0NSAwMDAwMCBu
+ IAowMDAwMDE2NzAzIDAwMDAwIG4gCjAwMDAwMTc5MjMgMDAwMDAgbiAKMDAwMDAxNzg4
+ NiAwMDAwMCBuIAowMDAwMDE2ODIzIDAwMDAwIG4gCjAwMDAwMTc4NjQgMDAwMDAgbiAK
+ MDAwMDAxNzgyNyAwMDAwMCBuIAowMDAwMDE2OTQzIDAwMDAwIG4gCjAwMDAwMTc4MDUg
+ MDAwMDAgbiAKMDAwMDAxNzc2OCAwMDAwMCBuIAowMDAwMDE3MDYzIDAwMDAwIG4gCjAw
+ MDAwMTc3NDYgMDAwMDAgbiAKMDAwMDAxNzcwOSAwMDAwMCBuIAowMDAwMDE3MTgzIDAw
+ MDAwIG4gCjAwMDAwMTc2ODcgMDAwMDAgbiAKMDAwMDAxNzY1MCAwMDAwMCBuIAowMDAw
+ MDE3MzAzIDAwMDAwIG4gCjAwMDAwMTc2MjggMDAwMDAgbiAKMDAwMDAxNzU5MSAwMDAw
+ MCBuIAowMDAwMDE3NDI0IDAwMDAwIG4gCjAwMDAwMTc1NjkgMDAwMDAgbiAKMDAwMDAx
+ NzUzMiAwMDAwMCBuIAowMDAwMDE4MTkzIDAwMDAwIG4gCjAwMDAwMjQxMTkgMDAwMDAg
+ biAKMDAwMDAyNDE0MCAwMDAwMCBuIAowMDAwMDI0MzY1IDAwMDAwIG4gCjAwMDAwMjQ3
+ MTggMDAwMDAgbiAKMDAwMDAzMDUyOCAwMDAwMCBuIAowMDAwMDMwNTQ5IDAwMDAwIG4g
+ CjAwMDAwMzA3NzQgMDAwMDAgbiAKMDAwMDAzMTEyNyAwMDAwMCBuIAowMDAwMDM3Mjk3
+ IDAwMDAwIG4gCjAwMDAwMzczMTkgMDAwMDAgbiAKMDAwMDAzNzU0NiAwMDAwMCBuIAow
+ MDAwMDM3OTA0IDAwMDAwIG4gCjAwMDAwNDQ1MDQgMDAwMDAgbiAKMDAwMDA0NDUyNiAw
+ MDAwMCBuIAowMDAwMDQ0NzUzIDAwMDAwIG4gCjAwMDAwNDUzMDUgMDAwMDAgbiAKMDAw
+ MDA1MTk4NSAwMDAwMCBuIAowMDAwMDUyMDA3IDAwMDAwIG4gCjAwMDAwNTIyMzQgMDAw
+ MDAgbiAKMDAwMDA1MjY1OCAwMDAwMCBuIAowMDAwMDU5MTczIDAwMDAwIG4gCjAwMDAw
+ NTkxOTUgMDAwMDAgbiAKMDAwMDA1OTQyMiAwMDAwMCBuIAowMDAwMDU5OTcyIDAwMDAw
+ IG4gCjAwMDAwNjYwMjYgMDAwMDAgbiAKMDAwMDA2NjA0OCAwMDAwMCBuIAowMDAwMDY2
+ Mjc1IDAwMDAwIG4gCjAwMDAwNjY4MTUgMDAwMDAgbiAKMDAwMDA3NTc2OSAwMDAwMCBu
+ IAowMDAwMDc1NzkxIDAwMDAwIG4gCjAwMDAwNzYwMTggMDAwMDAgbiAKMDAwMDA3NjYw
+ OSAwMDAwMCBuIAowMDAwMDgzMDcxIDAwMDAwIG4gCjAwMDAwODMwOTMgMDAwMDAgbiAK
+ MDAwMDA4MzMyMCAwMDAwMCBuIAowMDAwMDgzODcwIDAwMDAwIG4gCjAwMDAwOTA0NTEg
+ MDAwMDAgbiAKMDAwMDA5MDQ3MyAwMDAwMCBuIAowMDAwMDkwNzAwIDAwMDAwIG4gCjAw
+ MDAwOTEyNDggMDAwMDAgbiAKMDAwMDA5MTMwMSAwMDAwMCBuIAp0cmFpbGVyCjw8IC9T
+ aXplIDEzNSAvUm9vdCA2MiAwIFIgL0luZm8gMSAwIFIgL0lEIFsgPDQwMWJmMDJmODRi
+ NWFhZWY1NWYzOWMzYWMwMDEzODkyPgo8NDAxYmYwMmY4NGI1YWFlZjU1ZjM5YzNhYzAw
+ MTM4OTI+IF0gPj4Kc3RhcnR4cmVmCjkxNDIyCiUlRU9GCjMgMCBvYmoKPDwvVHlwZSAv
+ UGFnZSAvQ29udGVudHMgNSAwIFIgL01lZGlhQm94IFswIDAgMTExOCA3ODNdIC9QYXJl
+ bnQgNCAwIFIgL1Jlc291cmNlcyA3IDAgUiA+PgplbmRvYmoKMTIgMCBvYmoKPDwvVHlw
+ ZSAvUGFnZSAvQ29udGVudHMgMTMgMCBSIC9NZWRpYUJveCBbMCAwIDU1OSA3ODNdIC9Q
+ YXJlbnQgNCAwIFIgL1Jlc291cmNlcyAxNSAwIFIgPj4KZW5kb2JqCjIwIDAgb2JqCjw8
+ L1R5cGUgL1BhZ2UgL0NvbnRlbnRzIDIxIDAgUiAvTWVkaWFCb3ggWzAgMCA1NTkgNzgz
+ XSAvUGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgMjMgMCBSID4+CmVuZG9iagoyNSAwIG9i
+ ago8PC9UeXBlIC9QYWdlIC9Db250ZW50cyAyNiAwIFIgL01lZGlhQm94IFswIDAgNTU5
+ IDc4M10gL1BhcmVudCA0IDAgUiAvUmVzb3VyY2VzIDI4IDAgUiA+PgplbmRvYmoKMzAg
+ MCBvYmoKPDwvVHlwZSAvUGFnZSAvQ29udGVudHMgMzEgMCBSIC9NZWRpYUJveCBbMCAw
+ IDU1OSA3ODNdIC9QYXJlbnQgNCAwIFIgL1Jlc291cmNlcyAzMyAwIFIgPj4KZW5kb2Jq
+ CjM1IDAgb2JqCjw8L1R5cGUgL1BhZ2UgL0NvbnRlbnRzIDM2IDAgUiAvTWVkaWFCb3gg
+ WzAgMCA1NTkgNzgzXSAvUGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgMzggMCBSID4+CmVu
+ ZG9iago0MCAwIG9iago8PC9UeXBlIC9QYWdlIC9Db250ZW50cyA0MSAwIFIgL01lZGlh
+ Qm94IFswIDAgNTU5IDc4M10gL1BhcmVudCA0IDAgUiAvUmVzb3VyY2VzIDQzIDAgUiA+
+ PgplbmRvYmoKNDUgMCBvYmoKPDwvVHlwZSAvUGFnZSAvQ29udGVudHMgNDYgMCBSIC9N
+ ZWRpYUJveCBbMCAwIDU1OSA3ODNdIC9QYXJlbnQgNCAwIFIgL1Jlc291cmNlcyA0OCAw
+ IFIgPj4KZW5kb2JqCjUwIDAgb2JqCjw8L1R5cGUgL1BhZ2UgL0NvbnRlbnRzIDUyIDAg
+ UiAvTWVkaWFCb3ggWzAgMCA1NTkgNzgzXSAvUGFyZW50IDUxIDAgUiAvUmVzb3VyY2Vz
+ IDU0IDAgUiA+PgplbmRvYmoKNTYgMCBvYmoKPDwvVHlwZSAvUGFnZSAvQ29udGVudHMg
+ NTcgMCBSIC9NZWRpYUJveCBbMCAwIDU1OSA3ODNdIC9QYXJlbnQgNTEgMCBSIC9SZXNv
+ dXJjZXMgNTkgMCBSID4+CmVuZG9iagoxIDAgb2JqCjw8L0F1dGhvciAoS2hhbGlkIEJl
+ bGhhamphbWUpL0NyZWF0aW9uRGF0ZSAoRDoyMDExMTExNTE3MzUwMFopL0NyZWF0b3Ig
+ KE9tbmlHcmFmZmxlIDUuMy40KS9Nb2REYXRlIChEOjIwMTExMTIzMTkzODAwWikvUHJv
+ ZHVjZXIgMTMzIDAgUiAvVGl0bGUgKE9udG9sb2d5X2hpZXJhcmNoeS5ncmFmZmxlKT4+
+ CmVuZG9iagp4cmVmCjEgMQowMDAwMDk1MzQyIDAwMDAwIG4gCjMgMQowMDAwMDk0Mjgy
+ IDAwMDAwIG4gCjEyIDEKMDAwMDA5NDM4NiAwMDAwMCBuIAoyMCAxCjAwMDAwOTQ0OTIg
+ MDAwMDAgbiAKMjUgMQowMDAwMDk0NTk4IDAwMDAwIG4gCjMwIDEKMDAwMDA5NDcwNCAw
+ MDAwMCBuIAozNSAxCjAwMDAwOTQ4MTAgMDAwMDAgbiAKNDAgMQowMDAwMDk0OTE2IDAw
+ MDAwIG4gCjQ1IDEKMDAwMDA5NTAyMiAwMDAwMCBuIAo1MCAxCjAwMDAwOTUxMjggMDAw
+ MDAgbiAKNTYgMQowMDAwMDk1MjM1IDAwMDAwIG4gCnRyYWlsZXIKPDwvSUQgWzw0MDFi
+ ZjAyZjg0YjVhYWVmNTVmMzljM2FjMDAxMzg5Mj4gPDQwMWJmMDJmODRiNWFhZWY1NWYz
+ OWMzYWMwMDEzODkyPl0gL0luZm8gMSAwIFIgL1ByZXYgOTE0MjIgL1Jvb3QgNjIgMCBS
+ IC9TaXplIDEzNT4+CnN0YXJ0eHJlZgo5NTUzMQolJUVPRgo=
+ </data>
+ <key>QuickLookThumbnail</key>
+ <data>
+ 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
+ </data>
+ <key>ReadOnly</key>
+ <string>NO</string>
+ <key>Sheets</key>
+ <array>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {1118, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>7.2000002861022949</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>154</integer>
+ </dict>
+ <key>ID</key>
+ <integer>157</integer>
+ <key>Points</key>
+ <array>
+ <string>{869.61, 198.351}</string>
+ <string>{833.549, 159.04}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>151</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>154</integer>
+ </dict>
+ <key>ID</key>
+ <integer>156</integer>
+ <key>Points</key>
+ <array>
+ <string>{777.47, 198.069}</string>
+ <string>{804.379, 159.222}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>150</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>113</integer>
+ </dict>
+ <key>ID</key>
+ <integer>155</integer>
+ <key>Points</key>
+ <array>
+ <string>{759.442, 127.546}</string>
+ <string>{535.864, 75.2877}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>154</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{732, 123}, {170, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>154</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.891129</string>
+ <key>g</key>
+ <string>0.826869</string>
+ <key>r</key>
+ <string>0.692795</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.478261</string>
+ <key>g</key>
+ <string>0.443773</string>
+ <key>r</key>
+ <string>0.371817</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 time:TemporalEntity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{829.3, 198}, {113, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>151</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.891129</string>
+ <key>g</key>
+ <string>0.826869</string>
+ <key>r</key>
+ <string>0.692795</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.478261</string>
+ <key>g</key>
+ <string>0.443773</string>
+ <key>r</key>
+ <string>0.371817</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 time:Interval}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{712.3, 198}, {105.5, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>150</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.891129</string>
+ <key>g</key>
+ <string>0.826869</string>
+ <key>r</key>
+ <string>0.692795</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.478261</string>
+ <key>g</key>
+ <string>0.443773</string>
+ <key>r</key>
+ <string>0.371817</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 time:Instant}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>133</integer>
+ </dict>
+ <key>ID</key>
+ <integer>147</integer>
+ <key>Points</key>
+ <array>
+ <string>{645.639, 202.687}</string>
+ <string>{571.763, 158.374}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>141</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>133</integer>
+ </dict>
+ <key>ID</key>
+ <integer>146</integer>
+ <key>Points</key>
+ <array>
+ <string>{563.583, 198.646}</string>
+ <string>{549.443, 159.426}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>140</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>133</integer>
+ </dict>
+ <key>ID</key>
+ <integer>145</integer>
+ <key>Points</key>
+ <array>
+ <string>{475.415, 199.899}</string>
+ <string>{522.325, 158.897}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>139</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>133</integer>
+ </dict>
+ <key>ID</key>
+ <integer>144</integer>
+ <key>Points</key>
+ <array>
+ <string>{387.726, 204.603}</string>
+ <string>{502.716, 157.44}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>138</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{632, 199}, {75, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>141</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Control}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{513.7, 199}, {113, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>140</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Participation}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{403.1, 199}, {105.5, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>139</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Generation}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{317, 199}, {81, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>138</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Usage}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>113</integer>
+ </dict>
+ <key>ID</key>
+ <integer>137</integer>
+ <key>Points</key>
+ <array>
+ <string>{530.556, 122.737}</string>
+ <string>{503.893, 82.9644}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>133</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{450.8, 123}, {184, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>133</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 QualifiedInvolvement}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>113</integer>
+ </dict>
+ <key>ID</key>
+ <integer>132</integer>
+ <key>Points</key>
+ <array>
+ <string>{654.851, 129.813}</string>
+ <string>{526.669, 78.845}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>129</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{645, 124}, {81, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>129</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Recipe}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>113</integer>
+ </dict>
+ <key>ID</key>
+ <integer>127</integer>
+ <key>Points</key>
+ <array>
+ <string>{923.924, 130.861}</string>
+ <string>{540.52, 72.4188}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>119</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>112</integer>
+ </dict>
+ <key>ID</key>
+ <integer>126</integer>
+ <key>Points</key>
+ <array>
+ <string>{227.7, 198.5}</string>
+ <string>{227.7, 159.5}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>115</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>113</integer>
+ </dict>
+ <key>ID</key>
+ <integer>125</integer>
+ <key>Points</key>
+ <array>
+ <string>{422.364, 125.628}</string>
+ <string>{472.256, 82.0966}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>118</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>113</integer>
+ </dict>
+ <key>ID</key>
+ <integer>124</integer>
+ <key>Points</key>
+ <array>
+ <string>{342.641, 128.369}</string>
+ <string>{458.348, 79.2285}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>117</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>113</integer>
+ </dict>
+ <key>ID</key>
+ <integer>123</integer>
+ <key>Points</key>
+ <array>
+ <string>{260.353, 131.605}</string>
+ <string>{451.039, 76.7419}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>112</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>113</integer>
+ </dict>
+ <key>ID</key>
+ <integer>122</integer>
+ <key>Points</key>
+ <array>
+ <string>{177.238, 132.004}</string>
+ <string>{446.602, 74.6367}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>111</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{905, 124}, {184, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>119</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 ProvenanceContainer}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{363.1, 124}, {81, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>118</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Role}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{272.4, 123}, {81, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>117</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Location}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{190.2, 199}, {75, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>115</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Agent}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{87, 123}, {96, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>111</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{439.1, 47}, {105.5, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>113</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.891129</string>
+ <key>g</key>
+ <string>0.826869</string>
+ <key>r</key>
+ <string>0.692795</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.478261</string>
+ <key>g</key>
+ <string>0.443773</string>
+ <key>r</key>
+ <string>0.371817</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 owl:Thing}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{190.2, 123}, {75, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>112</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>2</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 8</string>
+ <key>UniqueID</key>
+ <integer>2</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>7.2000002861022949</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{202.5, 337}, {49, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>152</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 startedAt}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>150</integer>
+ </dict>
+ <key>ID</key>
+ <integer>151</integer>
+ <key>Points</key>
+ <array>
+ <string>{172.5, 349}</string>
+ <string>{295.5, 349}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>111</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{296, 331}, {105.5, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>150</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.891129</string>
+ <key>g</key>
+ <string>0.826869</string>
+ <key>r</key>
+ <string>0.692795</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.478261</string>
+ <key>g</key>
+ <string>0.443773</string>
+ <key>r</key>
+ <string>0.371817</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 time:Instant}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{82, 331}, {90, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>111</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 2</string>
+ <key>UniqueID</key>
+ <integer>3</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>7.2000002861022949</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{249.845, 336}, {105.155, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>152</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 hadTemporalValue}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>150</integer>
+ </dict>
+ <key>ID</key>
+ <integer>151</integer>
+ <key>Points</key>
+ <array>
+ <string>{234.5, 349}</string>
+ <string>{382.5, 349}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>111</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{383, 331}, {168, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>150</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.891129</string>
+ <key>g</key>
+ <string>0.826869</string>
+ <key>r</key>
+ <string>0.692795</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.478261</string>
+ <key>g</key>
+ <string>0.443773</string>
+ <key>r</key>
+ <string>0.371817</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 time:TemporalValue}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{83, 331}, {151, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>111</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Entity U Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 5</string>
+ <key>UniqueID</key>
+ <integer>6</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>7.2000002861022949</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{205.5, 336}, {45, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>152</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 endedAt}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>150</integer>
+ </dict>
+ <key>ID</key>
+ <integer>151</integer>
+ <key>Points</key>
+ <array>
+ <string>{172.5, 349}</string>
+ <string>{295.5, 349}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>111</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{296, 331}, {105.5, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>150</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.891129</string>
+ <key>g</key>
+ <string>0.826869</string>
+ <key>r</key>
+ <string>0.692795</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.478261</string>
+ <key>g</key>
+ <string>0.443773</string>
+ <key>r</key>
+ <string>0.371817</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 time:Instant}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{80, 331}, {92, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>111</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 3</string>
+ <key>UniqueID</key>
+ <integer>4</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>7.2000002861022949</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{183, 336}, {90, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>152</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 wasGeneratedAt}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>150</integer>
+ </dict>
+ <key>ID</key>
+ <integer>151</integer>
+ <key>Points</key>
+ <array>
+ <string>{168.5, 349}</string>
+ <string>{295.5, 349}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>111</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{296, 331}, {105.5, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>150</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.891129</string>
+ <key>g</key>
+ <string>0.826869</string>
+ <key>r</key>
+ <string>0.692795</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.478261</string>
+ <key>g</key>
+ <string>0.443773</string>
+ <key>r</key>
+ <string>0.371817</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 time:Instant}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{94, 331}, {74, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>111</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 4</string>
+ <key>UniqueID</key>
+ <integer>5</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>7.2000002861022949</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>153</integer>
+ </dict>
+ <key>ID</key>
+ <integer>151</integer>
+ <key>Points</key>
+ <array>
+ <string>{168.5, 349}</string>
+ <string>{332.5, 349}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{333, 331}, {112, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>153</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Participation}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{177, 336}, {134, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>152</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 hadQualifiedParticipation}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{94, 331}, {74, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>111</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 6</string>
+ <key>UniqueID</key>
+ <integer>7</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>7.2000002861022949</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>153</integer>
+ </dict>
+ <key>ID</key>
+ <integer>151</integer>
+ <key>Points</key>
+ <array>
+ <string>{168.5, 349}</string>
+ <string>{332.5, 349}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{333, 331}, {83, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>153</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Usage}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{192.5, 336}, {103, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>152</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 hadQualifiedUsage}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{94, 331}, {74, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>111</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 7</string>
+ <key>UniqueID</key>
+ <integer>8</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>7.2000002861022949</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>153</integer>
+ </dict>
+ <key>ID</key>
+ <integer>151</integer>
+ <key>Points</key>
+ <array>
+ <string>{168.5, 349}</string>
+ <string>{332.5, 349}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{333, 331}, {83, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>153</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Control}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{190.5, 336}, {107, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>152</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 hadQualifiedControl}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{94, 331}, {74, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>111</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 9</string>
+ <key>UniqueID</key>
+ <integer>9</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>7.2000002861022949</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>153</integer>
+ </dict>
+ <key>ID</key>
+ <integer>151</integer>
+ <key>Points</key>
+ <array>
+ <string>{168.5, 349}</string>
+ <string>{332.5, 349}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{333, 331}, {105, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>153</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Generation}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{180.5, 336}, {127, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>152</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 hadQualifiedGeneration}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{94, 331}, {74, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>111</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 10</string>
+ <key>UniqueID</key>
+ <integer>10</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>7.2000002861022949</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>153</integer>
+ </dict>
+ <key>ID</key>
+ <integer>151</integer>
+ <key>Points</key>
+ <array>
+ <string>{205.5, 349}</string>
+ <string>{356.5, 349}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{357, 331}, {70, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>153</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{229, 336}, {98, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>152</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 hadQualifiedEntity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{24, 331}, {181, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>111</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 QualifiedInvolvement}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 11</string>
+ <key>UniqueID</key>
+ <integer>11</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ </array>
+ <key>SmartAlignmentGuidesActive</key>
+ <string>YES</string>
+ <key>SmartDistanceGuidesActive</key>
+ <string>YES</string>
+ <key>UseEntirePage</key>
+ <false/>
+ <key>WindowInfo</key>
+ <dict>
+ <key>CurrentSheet</key>
+ <integer>9</integer>
+ <key>ExpandedCanvases</key>
+ <array/>
+ <key>Frame</key>
+ <string>{{94, 40}, {1252, 838}}</string>
+ <key>ListView</key>
+ <true/>
+ <key>OutlineWidth</key>
+ <integer>142</integer>
+ <key>RightSidebar</key>
+ <false/>
+ <key>ShowRuler</key>
+ <true/>
+ <key>Sidebar</key>
+ <true/>
+ <key>SidebarWidth</key>
+ <integer>120</integer>
+ <key>VisibleRegion</key>
+ <string>{{-272, 0}, {1103, 684}}</string>
+ <key>Zoom</key>
+ <real>1</real>
+ <key>ZoomValues</key>
+ <array>
+ <array>
+ <string>Canvas 8</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 2</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 3</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 4</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 5</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 6</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 7</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 9</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 10</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 11</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ </array>
+ </dict>
+ <key>saveQuickLookFiles</key>
+ <string>YES</string>
+</dict>
+</plist>
Binary file ontology/diagrams/Ontology_hierarchy.png has changed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/diagrams/ProvenanceOntology.graffle Thu Dec 08 15:27:58 2011 +0000
@@ -0,0 +1,33563 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>ApplicationVersion</key>
+ <array>
+ <string>com.omnigroup.OmniGraffle</string>
+ <string>138.31.0.156985</string>
+ </array>
+ <key>CreationDate</key>
+ <string>2008-06-25 18:23:07 -0400</string>
+ <key>Creator</key>
+ <string>lebot</string>
+ <key>FileType</key>
+ <string>flat</string>
+ <key>GraphDocumentVersion</key>
+ <integer>8</integer>
+ <key>GuidesLocked</key>
+ <string>NO</string>
+ <key>GuidesVisible</key>
+ <string>YES</string>
+ <key>ImageCounter</key>
+ <integer>1</integer>
+ <key>LinksVisible</key>
+ <string>NO</string>
+ <key>MagnetsVisible</key>
+ <string>NO</string>
+ <key>MasterSheets</key>
+ <array/>
+ <key>ModificationDate</key>
+ <string>2011-12-07 11:15:43 -0500</string>
+ <key>Modifier</key>
+ <string>Satya Sahoo</string>
+ <key>NotesVisible</key>
+ <string>NO</string>
+ <key>OriginVisible</key>
+ <string>NO</string>
+ <key>PageBreaks</key>
+ <string>NO</string>
+ <key>PrintInfo</key>
+ <dict>
+ <key>NSBottomMargin</key>
+ <array>
+ <string>float</string>
+ <string>41</string>
+ </array>
+ <key>NSLeftMargin</key>
+ <array>
+ <string>float</string>
+ <string>18</string>
+ </array>
+ <key>NSOrientation</key>
+ <array>
+ <string>int</string>
+ <string>1</string>
+ </array>
+ <key>NSPaperSize</key>
+ <array>
+ <string>coded</string>
+ <string>BAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAx7X05TU2l6ZT1mZn2WgRgDgWQChg==</string>
+ </array>
+ <key>NSRightMargin</key>
+ <array>
+ <string>float</string>
+ <string>18</string>
+ </array>
+ <key>NSTopMargin</key>
+ <array>
+ <string>float</string>
+ <string>18</string>
+ </array>
+ </dict>
+ <key>ReadOnly</key>
+ <string>NO</string>
+ <key>Sheets</key>
+ <array>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {1245, 701.061}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>CanvasSize</key>
+ <string>{1245, 701.061}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>ExportShapes</key>
+ <array>
+ <dict>
+ <key>InspectorGroup</key>
+ <real>255</real>
+ <key>ShapeImageRect</key>
+ <string>{{2, 2}, {22, 22}}</string>
+ <key>ShapeName</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>ShouldExport</key>
+ <string>YES</string>
+ <key>StrokePath</key>
+ <dict>
+ <key>elements</key>
+ <array>
+ <dict>
+ <key>element</key>
+ <string>MOVETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.300141, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.363279, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.5, 0}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.363279, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.300141, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.0898362, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{-0.5, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{-0.5, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>CLOSE</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>MOVETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ </array>
+ </dict>
+ <key>TextBounds</key>
+ <string>{{0, 0}, {1, 1}}</string>
+ </dict>
+ </array>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{746.101, 464.124}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1164</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1161</integer>
+ <key>Position</key>
+ <real>0.86727666854858398</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{728.338, 596.797}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1163</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1162</integer>
+ <key>Position</key>
+ <real>0.89702427387237549</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1162</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{854.864, 272.198}</string>
+ <string>{717, 360.463}</string>
+ <string>{710, 581.081}</string>
+ <string>{816.526, 606.263}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1009</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1161</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{855.138, 272.276}</string>
+ <string>{736, 349.378}</string>
+ <string>{725.855, 460.659}</string>
+ <string>{835.135, 473.378}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{772.333, 313.618}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1165</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1160</integer>
+ <key>Offset</key>
+ <real>-9.0140838623046875</real>
+ <key>Position</key>
+ <real>0.43085107207298279</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1015</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1160</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{858.66, 273.214}</string>
+ <string>{823.135, 299.659}</string>
+ <string>{775, 339.081}</string>
+ <string>{823.652, 340.365}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1011</integer>
+ <key>Info</key>
+ <integer>2</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1158</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{96.7926, 271.195}</string>
+ <string>{27.257, 250.816}</string>
+ <string>{12.888, 201.204}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{1050.99, 314.114}, {69, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1038</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1037</integer>
+ <key>Position</key>
+ <real>0.41471379995346069</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{632.739, 200.998}, {59, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1044</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1043</integer>
+ <key>Position</key>
+ <real>0.29596635699272156</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{384.83, 203.794}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1046</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1045</integer>
+ <key>Position</key>
+ <real>0.79882550239562988</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{94.5328, 214.341}, {86, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1054</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1053</integer>
+ <key>Position</key>
+ <real>0.51397663354873657</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain and rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{621.296, 162.888}, {59, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1060</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1059</integer>
+ <key>Position</key>
+ <real>0.31803795695304871</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{378.419, 170.928}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1062</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1061</integer>
+ <key>Position</key>
+ <real>0.71538519859313965</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{1105.26, 342.462}, {69, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1072</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1071</integer>
+ <key>Position</key>
+ <real>0.4356020987033844</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{618.449, 99.0545}, {59, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1078</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1077</integer>
+ <key>Position</key>
+ <real>0.43251731991767883</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{368.134, 120.704}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1080</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1079</integer>
+ <key>Position</key>
+ <real>0.77880358695983887</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{987.476, 294.958}, {69, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1090</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1089</integer>
+ <key>Position</key>
+ <real>0.56004476547241211</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{575.728, 366.849}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1100</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1099</integer>
+ <key>Position</key>
+ <real>0.82782649993896484</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{213.235, 314.5}, {59, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1102</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1101</integer>
+ <key>Position</key>
+ <real>0.79159682989120483</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{395.229, 248.759}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1112</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1111</integer>
+ <key>Position</key>
+ <real>0.77439582347869873</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{764.427, 179.18}, {89, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1114</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1113</integer>
+ <key>Position</key>
+ <real>0.43251731991767883</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{935.18, 179.717}, {89, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1132</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1131</integer>
+ <key>Position</key>
+ <real>0.43251731991767883</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{153.281, 28.7138}, {46, 18}}</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>b</key>
+ <string>0.4</string>
+ <key>g</key>
+ <string>0.4</string>
+ <key>r</key>
+ <string>0.4</string>
+ </dict>
+ <key>Font</key>
+ <string>LucidaGrande</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>11</real>
+ </dict>
+ <key>ID</key>
+ <integer>1146</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1145</integer>
+ <key>Position</key>
+ <real>0.61500859260559082</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 \expnd0\expndtw0\kerning0
+rdf:type}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{154.21, 44.0674}, {86, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1149</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1147</integer>
+ <key>Position</key>
+ <real>0.43251731991767883</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 owl:versionInfo}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{590.794, 37.6981}, {79, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1153</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1151</integer>
+ <key>Position</key>
+ <real>0.43251731991767883</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:comment}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{20, 664.061}, {224, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1001</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>TODO</string>
+ </dict>
+ <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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 owl: http://www.w3.org/2002/07/owl#\
+: http://www.w3.org/ns/prov-o/}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>prefix mappings for</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1001</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1001</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>--PREFIX MAPPINGS USED--</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1001</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{40.2482, 24.3674}, {75, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1002</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2002/07/owl#Ontology</string>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 owl:Ontology}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/2002/07/owl#Ontology</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1002</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1002</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/2002/07/owl#Ontology</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1002</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{835.135, 464.378}, {139.486, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1009</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :dependedOn -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:TransitiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1009</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1009</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1009</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{472.661, 189.029}, {118.618, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1010</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadParticipant}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1010</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1010</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1010</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{10.1422, 182.724}, {118.618, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1011</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :preceded -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1011</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{500.668, 135.029}, {62.604, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1012</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :used}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1012</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1012</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1012</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{817.013, 597.378}, {175.73, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1013</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasComplementOf -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1013</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1013</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1013</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{466.071, 81.0293}, {131.798, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1014</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasControlledBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1014</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1014</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1014</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{824.152, 331.378}, {161.452, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1015</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasDerivedFrom -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1015</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1015</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1015</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{430.466, 389.029}, {130.699, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>1016</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>2</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
+
+\f0\fs22 \cf0 :wasGeneratedBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1016</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{484.193, 243.029}, {95.5534, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1017</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 The ProcessExecution activity performed was described by\
+ the given recipe resource. Process specifications, as\
+ referred to by recipe links, are out of scope of this\
+ specification}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadRecipe}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1017</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1017</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1017</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{698.869, 126.378}, {100, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An agent represents a characterized entity capable of activity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Agent}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1018</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1018</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1018</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{564.974, 545.561}, {121, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1019</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ </dict>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Location}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1019</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1019</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1019</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{40.2482, 269.081}, {221.5, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{294.983, 542.061}, {227, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1021</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProvenanceContainer}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1021</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1021</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1021</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{90.4982, 545.081}, {121, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1022</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Revision is defined as a modified version of a Entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Revision}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1022</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1022</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1022</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{964.592, 126.029}, {161.452, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Role is defined to be "a function assumed by a entity or an agent."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:EntityInRole}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1023</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1023</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1023</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{104.498, 407.081}, {93, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1024</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Time}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1024</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{825.749, 220.583}, {132, 56}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1025</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{273.779, 36.8522}, {174, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1026</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). \
+\
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome.}</string>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 http://www.w3.org/ns/prov-o/}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Ontology, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1026</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1026</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1026</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1034</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1033</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{904.878, 482.378}</string>
+ <string>{904.878, 518.378}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1009</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1009</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1037</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{945.942, 265.005}</string>
+ <string>{1078.26, 305.103}</string>
+ <string>{1069.88, 455.507}</string>
+ <string>{975.113, 473.286}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1043</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{591.764, 198.15}</string>
+ <string>{829.882, 238.182}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1010</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1010</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1045</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{207.563, 271.421}</string>
+ <string>{472.661, 198.029}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1011</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1053</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{146.69, 268.607}</string>
+ <string>{128.874, 192.211}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1059</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{563.272, 144.029}</string>
+ <string>{838.473, 231.625}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1012</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1012</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1061</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{192.361, 270.159}</string>
+ <string>{500.668, 144.029}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1068</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1067</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{904.878, 615.878}</string>
+ <string>{904.878, 651.061}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1071</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{951.69, 260.861}</string>
+ <string>{1128.26, 297.029}</string>
+ <string>{1109.87, 551.636}</string>
+ <string>{992.743, 606.378}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1077</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{598.34, 90.1987}</string>
+ <string>{713.04, 131.482}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1014</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1014</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1079</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{179.282, 269.392}</string>
+ <string>{466.071, 90.0293}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1086</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1085</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{904.878, 349.878}</string>
+ <string>{904.878, 385.378}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1015</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1015</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1089</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{940.856, 267.69}</string>
+ <string>{1016.26, 297.029}</string>
+ <string>{1020.26, 334.266}</string>
+ <string>{985.604, 340.378}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1096</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1095</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{495.815, 407.029}</string>
+ <string>{495.816, 443.029}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1016</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{345.529, 443.029}, {300.574, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1096</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution"</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1098</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1098</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy_http://www.w3.org/2000/01/rdf-schema#comment_wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1098</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1016</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1099</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{846.129, 269.206}</string>
+ <string>{561.165, 398.029}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1101</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{430.001, 397.845}</string>
+ <string>{193.434, 303.928}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1016</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1108</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1107</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{531.97, 261.529}</string>
+ <string>{531.97, 297.029}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{366.183, 297.029}, {331.574, 56}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1108</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 The ProcessExecution activity performed was described by\
+ the given recipe resource. Process specifications, as\
+ referred to by recipe links, are out of scope of this\
+ specification}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"The ProcessExecution activity performed was described by
+ the given recipe resource. Process specifications, as
+ referred to by recipe links, are out of scope of this
+ specification"</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1110</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1110</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe_http://www.w3.org/2000/01/rdf-schema#comment_The ProcessExecution activity performed was described by
+ the given recipe resource. Process specifications, as
+ referred to by recipe links, are out of scope of this
+ specification_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1110</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1111</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{244.488, 277.246}</string>
+ <string>{483.696, 252.081}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1113</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{771.41, 160.818}</string>
+ <string>{858.151, 224.079}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1116</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1115</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{748.869, 125.878}</string>
+ <string>{748.869, 92.6739}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{645.257, 62.6739}, {207.224, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1116</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 An agent represents a characterized entity capable of activity.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"An agent represents a characterized entity capable of activity."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1118</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1118</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Agent_http://www.w3.org/2000/01/rdf-schema#comment_An agent represents a characterized entity capable of activity._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1118</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1120</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1119</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{150.998, 305.581}</string>
+ <string>{150.998, 341.081}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{11.4982, 341.081}, {279, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1120</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"ProcessExecution is defined to be "an identifiable activity, which performs a piece of work.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1122</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1122</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution_http://www.w3.org/2000/01/rdf-schema#comment_ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1122</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1124</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1123</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{408.483, 585.561}</string>
+ <string>{408.483, 621.061}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1021</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{261.909, 621.061}, {293.149, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1124</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1126</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1126</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer_http://www.w3.org/2000/01/rdf-schema#comment_ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1126</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1128</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1127</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{150.998, 581.581}</string>
+ <string>{150.998, 617.081}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1022</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{70.2721, 617.081}, {161.452, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1128</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 Revision is defined as a modified version of a Entity.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"Revision is defined as a modified version of a Entity."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1130</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1130</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Revision_http://www.w3.org/2000/01/rdf-schema#comment_Revision is defined as a modified version of a Entity._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1130</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1131</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{1019.77, 161.42}</string>
+ <string>{927.075, 224.532}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1134</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1133</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{1074.85, 161.074}</string>
+ <string>{1110.61, 181.718}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{1038.22, 181.718}, {196.767, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1134</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 Role is defined to be "a function assumed by a entity or an agent."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"Role is defined to be "a function assumed by a entity or an agent.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1136</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1136</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Role_http://www.w3.org/2000/01/rdf-schema#comment_Role is defined to be "a function assumed by a entity or an agent."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1136</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1138</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1137</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{150.998, 443.581}</string>
+ <string>{150.998, 479.081}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1024</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{37.4982, 479.081}, {227, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1138</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 Time represents temporal information about entities in the Provenance model.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"Time represents temporal information about entities in the Provenance model."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1140</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1140</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Time_http://www.w3.org/2000/01/rdf-schema#comment_Time represents temporal information about entities in the Provenance model._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1140</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1142</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1141</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{891.75, 220.083}</string>
+ <string>{891.753, 150.284}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{829.065, 120.284}, {125.377, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1142</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 An identifiable characterized entity.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"An identifiable characterized entity."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1144</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1144</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Entity_http://www.w3.org/2000/01/rdf-schema#comment_An identifiable characterized entity._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1144</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.4</string>
+ <key>g</key>
+ <string>0.4</string>
+ <key>r</key>
+ <string>0.4</string>
+ </dict>
+ <key>Font</key>
+ <string>LucidaGrande</string>
+ <key>Size</key>
+ <real>11</real>
+ </dict>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1002</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1145</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdf:type}</string>
+ <key>Points</key>
+ <array>
+ <string>{273.779, 42.0145}</string>
+ <string>{115.248, 35.0216}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1026</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1148</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1147</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2002/07/owl#versionInfo</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 owl:versionInfo}</string>
+ <key>Points</key>
+ <array>
+ <string>{273.779, 49.6899}</string>
+ <string>{96.7482, 57.4989}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1026</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{58.7482, 49.337}, {38, 18}}</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>b</key>
+ <string>.65</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1148</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>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue166;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 0.02}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"0.02"</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1150</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1150</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/_http://www.w3.org/2002/07/owl#versionInfo_0.02_http://www.w3.org/2001/XMLSchema#string_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1150</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1152</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1151</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{447.779, 46.1253}</string>
+ <string>{869.762, 47.4497}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1026</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{869.762, 7}, {350.682, 82}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1152</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). \
+\
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>"This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page).
+
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1154</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1154</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/_http://www.w3.org/2000/01/rdf-schema#comment_This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page).
+
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1154</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{724.878, 518.378}, {360, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1034</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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1036</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1036</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn_http://www.w3.org/2000/01/rdf-schema#comment_dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1036</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{724.878, 651.061}, {360, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1068</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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1070</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1070</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf_http://www.w3.org/2000/01/rdf-schema#comment_wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1070</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{724.878, 385.378}, {360, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1086</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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1088</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1088</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom_http://www.w3.org/2000/01/rdf-schema#comment_wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1088</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>2</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>HierarchicalOrientation</key>
+ <integer>0</integer>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>2</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 1</string>
+ <key>UniqueID</key>
+ <integer>1</integer>
+ <key>UserInfo</key>
+ <dict>
+ <key>kMDItemAuthors</key>
+ <array>
+ <string>2graffle5.xsl</string>
+ </array>
+ </dict>
+ <key>VPages</key>
+ <integer>2</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {1084.8, 824}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>CanvasSize</key>
+ <string>{1084.8, 824}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>ExportShapes</key>
+ <array>
+ <dict>
+ <key>InspectorGroup</key>
+ <real>255</real>
+ <key>ShapeImageRect</key>
+ <string>{{2, 2}, {22, 22}}</string>
+ <key>ShapeName</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>ShouldExport</key>
+ <string>YES</string>
+ <key>StrokePath</key>
+ <dict>
+ <key>elements</key>
+ <array>
+ <dict>
+ <key>element</key>
+ <string>MOVETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.300141, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.363279, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.5, 0}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.363279, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.300141, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.0898362, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{-0.5, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{-0.5, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>CLOSE</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>MOVETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ </array>
+ </dict>
+ <key>TextBounds</key>
+ <string>{{0, 0}, {1, 1}}</string>
+ </dict>
+ </array>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{961.847, 487.533}, {69, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1038</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1037</integer>
+ <key>Position</key>
+ <real>0.44939973950386047</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1009</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1037</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{854.817, 386.776}</string>
+ <string>{975.641, 436}</string>
+ <string>{999.878, 623}</string>
+ <string>{889.621, 645}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{1003.6, 524.211}, {69, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1072</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1071</integer>
+ <key>Position</key>
+ <real>0.46831679344177246</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1071</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{858.118, 385.187}</string>
+ <string>{1018, 441.193}</string>
+ <string>{1028.27, 715}</string>
+ <string>{907.743, 746.386}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1142</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1169</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{806.749, 338.693}</string>
+ <string>{806.749, 157.316}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{224.974, 143.569}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1046</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1045</integer>
+ <key>Offset</key>
+ <real>-5.6338024139404297</real>
+ <key>Position</key>
+ <real>0.79320007562637329</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{222.32, 88.0218}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1062</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1061</integer>
+ <key>Position</key>
+ <real>0.76201659440994263</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1010</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1045</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{162.723, 338.824}</string>
+ <string>{221.819, 166.441}</string>
+ <string>{316.25, 145.522}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1012</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1061</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{159.794, 338.757}</string>
+ <string>{211.494, 122.441}</string>
+ <string>{344.257, 91.5219}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{229.575, 192.3}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1080</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1079</integer>
+ <key>Position</key>
+ <real>0.78425306081771851</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1014</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1079</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{168.125, 339.005}</string>
+ <string>{234.433, 215.441}</string>
+ <string>{309.66, 199.522}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{6, 300.621}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1167</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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{571.069, 63.5187}, {132, 56}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1025</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{666.45, 639.028}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1164</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1161</integer>
+ <key>Position</key>
+ <real>0.89508914947509766</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{647.791, 739.592}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1163</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1162</integer>
+ <key>Position</key>
+ <real>0.90974193811416626</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1162</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{759.051, 386.94}</string>
+ <string>{628, 441.193}</string>
+ <string>{625, 721.089}</string>
+ <string>{731.526, 746.271}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1009</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1161</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{763.638, 388.782}</string>
+ <string>{645, 448.193}</string>
+ <string>{638.855, 632.281}</string>
+ <string>{750.135, 645}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{651.415, 523.732}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1165</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1160</integer>
+ <key>Offset</key>
+ <real>14.647889137268066</real>
+ <key>Position</key>
+ <real>0.83510637283325195</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1015</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1160</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{765.567, 389.463}</string>
+ <string>{671, 440.602}</string>
+ <string>{661.069, 539}</string>
+ <string>{739.152, 542.959}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1011</integer>
+ <key>Info</key>
+ <integer>2</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1158</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{82.244, 345.403}</string>
+ <string>{22.257, 326.928}</string>
+ <string>{12.2148, 283.913}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{455.502, 136.466}, {59, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1044</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1043</integer>
+ <key>Position</key>
+ <real>0.29596635699272156</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{105.317, 287.478}, {62.604, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1054</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1053</integer>
+ <key>Offset</key>
+ <real>-15.774648666381836</real>
+ <key>Position</key>
+ <real>0.47975891828536987</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{429.767, 82.5212}, {59, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1060</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1059</integer>
+ <key>Position</key>
+ <real>0.31803795695304871</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{475.005, 190.522}, {59, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1078</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1077</integer>
+ <key>Position</key>
+ <real>0.43251731991767883</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{906.641, 453.187}, {69, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1090</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1089</integer>
+ <key>Position</key>
+ <real>0.53468149900436401</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{591.722, 358.193}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1100</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1099</integer>
+ <key>Position</key>
+ <real>0.67314428091049194</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{300.963, 358.193}, {59, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1102</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1101</integer>
+ <key>Position</key>
+ <real>0.62357872724533081</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{237.602, 245.564}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1112</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1111</integer>
+ <key>Position</key>
+ <real>0.68797850608825684</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{592.569, 149.637}, {89, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1114</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1113</integer>
+ <key>Position</key>
+ <real>0.3669467568397522</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{762.249, 413.862}, {89, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1132</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1131</integer>
+ <key>Position</key>
+ <real>0.32711130380630493</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{123.033, 32.2219}, {46, 18}}</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>b</key>
+ <string>0.4</string>
+ <key>g</key>
+ <string>0.4</string>
+ <key>r</key>
+ <string>0.4</string>
+ </dict>
+ <key>Font</key>
+ <string>LucidaGrande</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>11</real>
+ </dict>
+ <key>ID</key>
+ <integer>1146</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1145</integer>
+ <key>Position</key>
+ <real>0.61500859260559082</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 \expnd0\expndtw0\kerning0
+rdf:type}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{123.962, 47.3554}, {86, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1149</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1147</integer>
+ <key>Position</key>
+ <real>0.43251731991767883</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 owl:versionInfo}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{72.2721, 776.171}, {224, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1001</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>TODO</string>
+ </dict>
+ <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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 owl: http://www.w3.org/2002/07/owl#\
+: http://www.w3.org/ns/prov-o/}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>prefix mappings for</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1001</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1001</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>--PREFIX MAPPINGS USED--</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1001</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{10, 28.9117}, {75, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1002</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2002/07/owl#Ontology</string>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 owl:Ontology}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/2002/07/owl#Ontology</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1002</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1002</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/2002/07/owl#Ontology</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1002</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{750.135, 636}, {139.486, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1009</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :dependedOn -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:TransitiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1009</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1009</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1009</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{316.25, 136.522}, {118.618, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1010</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadParticipant}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1010</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1010</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1010</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{10, 265.426}, {118.618, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1011</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :preceded -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1011</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{344.257, 82.5219}, {62.604, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1012</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :used}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1012</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1012</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1012</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{732.013, 737.386}, {175.73, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1013</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasComplementOf -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1013</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1013</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1013</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{309.66, 190.522}, {131.798, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1014</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasControlledBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1014</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1014</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1014</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{739.152, 533.959}, {161.452, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1015</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasDerivedFrom -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1015</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1015</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1015</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{440.155, 358.193}, {130.699, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>1016</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>2</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
+
+\f0\fs22 \cf0 :wasGeneratedBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1016</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{327.783, 243.194}, {95.5534, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1017</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 The ProcessExecution activity performed was described by\
+ the given recipe resource. Process specifications, as\
+ referred to by recipe links, are out of scope of this\
+ specification}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadRecipe}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1017</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1017</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1017</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{587.069, 181.522}, {100, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An agent represents a characterized entity capable of activity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Agent}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1018</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1018</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1018</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{349.983, 477.193}, {121, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1019</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ </dict>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Location}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1019</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1019</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1019</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{42.2481, 339.193}, {221.5, 56}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{296.983, 590.939}, {227, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1021</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProvenanceContainer}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1021</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1021</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1021</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{92.4981, 593.959}, {121, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1022</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Revision is defined as a modified version of a Entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Revision}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1022</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1022</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1022</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{732.899, 433.597}, {147.701, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Role is defined to be "a function assumed by a entity or an agent."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:EntityInRole}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1023</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1023</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1023</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{92.4981, 477.193}, {121, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1024</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Time}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1024</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{740.749, 339.193}, {132, 56}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1025</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{243.531, 38.42}, {174, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1026</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). \
+\
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome.}</string>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 http://www.w3.org/ns/prov-o/}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Ontology, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1026</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1026</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1026</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1034</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1033</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{819.878, 654.5}</string>
+ <string>{819.878, 674.193}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1009</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1043</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{435.368, 145.522}</string>
+ <string>{523.983, 142.112}</string>
+ <string>{591.199, 112.041}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1010</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1011</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1053</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{152.131, 338.694}</string>
+ <string>{150.409, 282.112}</string>
+ <string>{129.09, 274.592}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1059</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{407.361, 91.5219}</string>
+ <string>{570.569, 91.5196}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1012</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1068</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1067</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{819.878, 755.386}</string>
+ <string>{819.878, 771.752}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1077</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{441.958, 199.522}</string>
+ <string>{586.569, 199.522}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1014</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1086</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1085</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{819.878, 552.459}</string>
+ <string>{819.878, 571}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1015</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1015</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1089</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{848.228, 389.361}</string>
+ <string>{931, 433.597}</string>
+ <string>{940, 523.728}</string>
+ <string>{900.604, 542.959}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1096</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1095</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{505.491, 376.693}</string>
+ <string>{505, 394.796}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1016</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{334.401, 394.796}, {300.574, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1096</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0.0675784, -0.5}</string>
+ </array>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution"</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1098</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1098</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy_http://www.w3.org/2000/01/rdf-schema#comment_wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1098</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1016</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1099</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{740.249, 367.193}</string>
+ <string>{570.854, 367.193}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1101</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{440.155, 367.193}</string>
+ <string>{264.248, 367.193}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1016</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1108</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1107</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{375.56, 261.194}</string>
+ <string>{375.762, 281.621}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{237.602, 281.621}, {331.228, 56}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1108</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{-0.0828851, -0.5}</string>
+ </array>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 The ProcessExecution activity performed was described by\
+ the given recipe resource. Process specifications, as\
+referred to by recipe links, are out of scope of this\
+specification}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"The ProcessExecution activity performed was described by
+ the given recipe resource. Process specifications, as
+ referred to by recipe links, are out of scope of this
+ specification"</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1110</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1110</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe_http://www.w3.org/2000/01/rdf-schema#comment_The ProcessExecution activity performed was described by
+ the given recipe resource. Process specifications, as
+ referred to by recipe links, are out of scope of this
+ specification_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1110</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1111</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{179.773, 339.639}</string>
+ <string>{256, 261.194}</string>
+ <string>{327.783, 252.194}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1113</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{637.069, 181.022}</string>
+ <string>{637.069, 120.019}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1116</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1115</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{637.069, 218.022}</string>
+ <string>{637.069, 237.194}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{533.457, 237.194}, {207.224, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1116</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 An agent represents a characterized entity capable of activity.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"An agent represents a characterized entity capable of activity."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1118</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1118</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Agent_http://www.w3.org/2000/01/rdf-schema#comment_An agent represents a characterized entity capable of activity._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1118</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1120</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1119</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{152.998, 395.693}</string>
+ <string>{152.998, 411.193}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{13.4981, 411.193}, {279, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1120</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"ProcessExecution is defined to be "an identifiable activity, which performs a piece of work.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1122</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1122</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution_http://www.w3.org/2000/01/rdf-schema#comment_ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1122</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1124</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1123</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{410.483, 634.439}</string>
+ <string>{410.483, 652.959}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1021</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{263.909, 652.959}, {293.149, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1124</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1126</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1126</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer_http://www.w3.org/2000/01/rdf-schema#comment_ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1126</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1128</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1127</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{152.998, 630.459}</string>
+ <string>{152.998, 648.979}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1022</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{72.2721, 648.979}, {161.452, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1128</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 Revision is defined as a modified version of a Entity.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"Revision is defined as a modified version of a Entity."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1130</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1130</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Revision_http://www.w3.org/2000/01/rdf-schema#comment_Revision is defined as a modified version of a Entity._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1130</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1131</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{806.749, 433.097}</string>
+ <string>{806.749, 395.693}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1134</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1133</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{807.712, 470.095}</string>
+ <string>{808.579, 486.778}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{710.976, 486.778}, {196.767, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1134</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 Role is defined to be "a function assumed by a entity or an agent."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"Role is defined to be "a function assumed by a entity or an agent.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1136</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1136</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Role_http://www.w3.org/2000/01/rdf-schema#comment_Role is defined to be "a function assumed by a entity or an agent."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1136</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1138</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1137</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{152.998, 513.693}</string>
+ <string>{152.998, 528.959}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1024</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{39.4981, 528.959}, {227, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1138</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 Time represents temporal information about entities in the Provenance model.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"Time represents temporal information about entities in the Provenance model."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1140</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1140</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Time_http://www.w3.org/2000/01/rdf-schema#comment_Time represents temporal information about entities in the Provenance model._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1140</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1142</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1141</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{689.362, 109.023}</string>
+ <string>{779.862, 139.316}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{703.137, 139.316}, {207.224, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1142</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 An identifiable characterized entity.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"An identifiable characterized entity."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1144</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1144</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Entity_http://www.w3.org/2000/01/rdf-schema#comment_An identifiable characterized entity._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1144</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.4</string>
+ <key>g</key>
+ <string>0.4</string>
+ <key>r</key>
+ <string>0.4</string>
+ </dict>
+ <key>Font</key>
+ <string>LucidaGrande</string>
+ <key>Size</key>
+ <real>11</real>
+ </dict>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1002</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1145</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdf:type}</string>
+ <key>Points</key>
+ <array>
+ <string>{243.531, 44.4973}</string>
+ <string>{85, 39.1715}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1026</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1148</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1147</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2002/07/owl#versionInfo</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 owl:versionInfo}</string>
+ <key>Points</key>
+ <array>
+ <string>{243.531, 52.1726}</string>
+ <string>{66.5, 61.8434}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1026</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{28.5, 53.8813}, {38, 18}}</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>b</key>
+ <string>.65</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1148</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>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue166;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 0.02}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"0.02"</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1150</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1150</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/_http://www.w3.org/2002/07/owl#versionInfo_0.02_http://www.w3.org/2001/XMLSchema#string_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1150</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1152</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1151</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{417.531, 47.872}</string>
+ <string>{728.114, 49.4855}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1026</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{728.114, 9.39648}, {350.682, 82}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1152</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). \
+\
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>"This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page).
+
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1154</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1154</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/_http://www.w3.org/2000/01/rdf-schema#comment_This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page).
+
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1154</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{639.878, 674.193}, {360, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1034</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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1036</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1036</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn_http://www.w3.org/2000/01/rdf-schema#comment_dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1036</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{639.878, 771.752}, {360, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1068</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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1070</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1070</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf_http://www.w3.org/2000/01/rdf-schema#comment_wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1070</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{639.878, 571}, {360, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1086</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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1088</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1088</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom_http://www.w3.org/2000/01/rdf-schema#comment_wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1088</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>2</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>HierarchicalOrientation</key>
+ <integer>0</integer>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 2</string>
+ <key>UniqueID</key>
+ <integer>2</integer>
+ <key>VPages</key>
+ <integer>2</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {1512, 1106}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>ExportShapes</key>
+ <array>
+ <dict>
+ <key>InspectorGroup</key>
+ <real>255</real>
+ <key>ShapeImageRect</key>
+ <string>{{2, 2}, {22, 22}}</string>
+ <key>ShapeName</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>ShouldExport</key>
+ <string>YES</string>
+ <key>StrokePath</key>
+ <dict>
+ <key>elements</key>
+ <array>
+ <dict>
+ <key>element</key>
+ <string>MOVETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.300141, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.363279, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.5, 0}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.363279, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.300141, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.0898362, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{-0.5, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{-0.5, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>CLOSE</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>MOVETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ </array>
+ </dict>
+ <key>TextBounds</key>
+ <string>{{0, 0}, {1, 1}}</string>
+ </dict>
+ </array>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1120</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1171</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{45.9419, 203.587}</string>
+ <string>{44.5603, 292.161}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.298039</string>
+ <key>g</key>
+ <string>0.298039</string>
+ <key>r</key>
+ <string>0.298039</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1170</integer>
+ <key>Info</key>
+ <integer>2</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{9.15672, 154.746}, {221.5, 56}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1170</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{5.96046e-08, 2.38419e-07}</string>
+ <string>{-0.333927, 0.372163}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Pattern</key>
+ <integer>1</integer>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1009</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1037</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{739.944, 93.2908}</string>
+ <string>{967.626, 139}</string>
+ <string>{992, 413.408}</string>
+ <string>{930.543, 444.458}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1071</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{742.758, 90.322}</string>
+ <string>{989.411, 126}</string>
+ <string>{1007.91, 501}</string>
+ <string>{967.072, 559.847}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1142</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1169</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{680.625, 416.829}</string>
+ <string>{680.625, 391.404}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{314.743, 127.161}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1046</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1045</integer>
+ <key>Offset</key>
+ <real>-5.6338024139404297</real>
+ <key>Position</key>
+ <real>0.80601876974105835</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{313.491, 86.4711}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1062</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1061</integer>
+ <key>Position</key>
+ <real>0.76201659440994263</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1010</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1045</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{297.981, 328.402}</string>
+ <string>{318.597, 147.635}</string>
+ <string>{402.403, 135.216}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1012</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1061</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{296.025, 328.389}</string>
+ <string>{305.272, 124.635}</string>
+ <string>{430.41, 81.2156}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{318.08, 182.773}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1080</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1079</integer>
+ <key>Offset</key>
+ <real>-6.760563850402832</real>
+ <key>Position</key>
+ <real>0.77499222755432129</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1014</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1079</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{301.736, 328.455}</string>
+ <string>{334.211, 196.635}</string>
+ <string>{395.813, 189.216}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{613.78, 53.2124}, {132, 56}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1025</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1162</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{732.61, 462.999}</string>
+ <string>{763, 473.329}</string>
+ <string>{766, 551.258}</string>
+ <string>{791.057, 560.258}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1009</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1161</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{746.897, 447.676}</string>
+ <string>{769, 448.459}</string>
+ <string>{791.057, 444.458}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1015</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1160</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{733.772, 428.298}</string>
+ <string>{768, 417.329}</string>
+ <string>{771, 337.658}</string>
+ <string>{791.057, 328.658}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1011</integer>
+ <key>Info</key>
+ <integer>2</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1158</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{120.627, 211.245}</string>
+ <string>{121.734, 255.09}</string>
+ <string>{133.925, 262.315}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1170</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{542.609, 125.898}, {59, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1044</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1043</integer>
+ <key>Position</key>
+ <real>0.3514988124370575</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{526.004, 72.2145}, {59, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1060</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1059</integer>
+ <key>Position</key>
+ <real>0.51759564876556396</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{544.094, 180.216}, {59, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1078</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1077</integer>
+ <key>Position</key>
+ <real>0.45228636264801025</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{333.429, 233.287}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1112</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1111</integer>
+ <key>Position</key>
+ <real>0.68797850608825684</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{635.28, 139.331}, {89, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1114</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1113</integer>
+ <key>Position</key>
+ <real>0.3669467568397522</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{636.125, 503.348}, {89, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1132</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1131</integer>
+ <key>Position</key>
+ <real>0.69855791330337524</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{731.606, 10.5489}, {46, 18}}</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>b</key>
+ <string>0.4</string>
+ <key>g</key>
+ <string>0.4</string>
+ <key>r</key>
+ <string>0.4</string>
+ </dict>
+ <key>Font</key>
+ <string>LucidaGrande</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>11</real>
+ </dict>
+ <key>ID</key>
+ <integer>1146</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1145</integer>
+ <key>Position</key>
+ <real>0.49074620008468628</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 \expnd0\expndtw0\kerning0
+rdf:type}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{778.769, 34.8543}, {86, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1149</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1147</integer>
+ <key>Position</key>
+ <real>0.64258462190628052</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 owl:versionInfo}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{203.76, 539.469}, {188, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1001</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>TODO</string>
+ </dict>
+ <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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 : http://www.w3.org/ns/prov-o/}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>prefix mappings for</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1001</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1001</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>--PREFIX MAPPINGS USED--</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1001</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{949, 10.5554}, {75, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1002</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2002/07/owl#Ontology</string>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 owl:Ontology}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/2002/07/owl#Ontology</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1002</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1002</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/2002/07/owl#Ontology</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1002</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{791.057, 435.458}, {139.486, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1009</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :dependedOn -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:TransitiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1009</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1009</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1009</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{402.403, 126.216}, {118.618, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1010</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadParticipant}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1010</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1010</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1010</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{133.925, 253.315}, {118.618, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1011</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :preceded -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1011</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{430.41, 72.2156}, {62.604, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1012</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :used}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1012</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1012</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1012</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{791.057, 551.258}, {175.73, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1013</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasComplementOf -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1013</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1013</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1013</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{395.813, 180.216}, {131.798, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1014</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasControlledBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1014</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1014</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1014</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{791.057, 319.658}, {161.452, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1015</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasDerivedFrom -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1015</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1015</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1015</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{366.911, 436.329}, {130.699, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>1016</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>2</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
+
+\f0\fs22 \cf0 :wasGeneratedBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1016</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{413.936, 232.888}, {95.5534, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1017</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 The ProcessExecution activity performed was described by\
+ the given recipe resource. Process specifications, as\
+ referred to by recipe links, are out of scope of this\
+ specification}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadRecipe}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1017</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1017</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1017</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{629.78, 171.216}, {100, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An agent represents a characterized entity capable of activity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Agent}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1018</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1018</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1018</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{59.9999, 536.142}, {121, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1019</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ </dict>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Location}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1019</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1019</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1019</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{183.982, 328.887}, {221.5, 56}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{301.656, 572.713}, {227, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1021</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProvenanceContainer}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1021</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1021</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1021</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{59.9999, 590.717}, {121, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1022</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Revision is defined as a modified version of a Entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Revision}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1022</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1022</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1022</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{606.775, 595.477}, {147.701, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Role is defined to be "a function assumed by a entity or an agent."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:EntityInRole}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1023</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1023</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1023</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{59.9999, 442.459}, {121, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1024</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Time}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1024</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{614.625, 417.329}, {132, 56}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1025</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{393.277, 19.5437}, {174, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1026</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). \
+\
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome.}</string>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 http://www.w3.org/ns/prov-o/}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Ontology, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1026</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1026</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1026</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1034</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1033</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{861.108, 453.852}</string>
+ <string>{872.057, 467.858}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1009</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1043</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{521.521, 135.197}</string>
+ <string>{610.136, 131.806}</string>
+ <string>{646.084, 105.691}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1010</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1011</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1053</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{286.042, 328.492}</string>
+ <string>{271.143, 279.806}</string>
+ <string>{252.907, 262.658}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1059</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{493.514, 81.2156}</string>
+ <string>{613.28, 81.2135}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1012</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1068</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1067</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{878.966, 569.756}</string>
+ <string>{880.183, 583.658}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1077</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{527.611, 189.216}</string>
+ <string>{629.28, 189.216}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1014</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1086</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1085</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{871.783, 337.658}</string>
+ <string>{879.806, 352.058}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1015</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1015</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1089</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{736.452, 96.0402}</string>
+ <string>{946.509, 151}</string>
+ <string>{982, 302}</string>
+ <string>{952.509, 328.658}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1096</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1095</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{432.247, 454.829}</string>
+ <string>{431.756, 472.932}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1016</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{261.157, 472.932}, {300.574, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1096</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0.0675784, -0.5}</string>
+ </array>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution"</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1098</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1098</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy_http://www.w3.org/2000/01/rdf-schema#comment_wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1098</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1016</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1099</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{614.125, 445.329}</string>
+ <string>{497.61, 445.329}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1101</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{366.911, 445.329}</string>
+ <string>{304.208, 439.736}</string>
+ <string>{297.99, 385.372}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1016</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1108</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1107</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{461.713, 250.888}</string>
+ <string>{465.157, 260.023}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{407.7, 260.023}, {250.824, 69}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1108</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{-0.270928, -0.5}</string>
+ </array>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 The ProcessExecution activity performed was described by the given recipe resource. Process specifications, as referred to by recipe links, are out of scope of this\
+specification}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"The ProcessExecution activity performed was described by
+ the given recipe resource. Process specifications, as
+ referred to by recipe links, are out of scope of this
+ specification"</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1110</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1110</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe_http://www.w3.org/2000/01/rdf-schema#comment_The ProcessExecution activity performed was described by
+ the given recipe resource. Process specifications, as
+ referred to by recipe links, are out of scope of this
+ specification_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1110</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1111</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{311.437, 328.766}</string>
+ <string>{359.778, 247.388}</string>
+ <string>{413.439, 241.939}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1113</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{679.78, 170.716}</string>
+ <string>{679.78, 109.712}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1116</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1115</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{679.769, 207.716}</string>
+ <string>{679.761, 220.888}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{576.14, 220.888}, {207.224, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1116</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 An agent represents a characterized entity capable of activity.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"An agent represents a characterized entity capable of activity."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1118</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1118</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Agent_http://www.w3.org/2000/01/rdf-schema#comment_An agent represents a characterized entity capable of activity._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1118</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1120</integer>
+ <key>Info</key>
+ <integer>1</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1119</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{197.032, 343.385}</string>
+ <string>{137.521, 335.161}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.298039</string>
+ <key>g</key>
+ <string>0.298039</string>
+ <key>r</key>
+ <string>0.298039</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{9.15672, 292.161}, {190.264, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1120</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0.174663, 0.5}</string>
+ <string>{-0.313924, -0.5}</string>
+ </array>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"ProcessExecution is defined to be "an identifiable activity, which performs a piece of work.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1122</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1122</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution_http://www.w3.org/2000/01/rdf-schema#comment_ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1122</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1124</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1123</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{415.156, 616.213}</string>
+ <string>{415.156, 634.733}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1021</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{268.582, 634.733}, {293.149, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1124</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1126</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1126</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer_http://www.w3.org/2000/01/rdf-schema#comment_ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1126</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1128</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1127</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{120.5, 627.217}</string>
+ <string>{120.5, 643.734}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1022</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{39.7739, 643.734}, {161.452, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1128</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 Revision is defined as a modified version of a Entity.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"Revision is defined as a modified version of a Entity."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1130</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1130</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Revision_http://www.w3.org/2000/01/rdf-schema#comment_Revision is defined as a modified version of a Entity._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1130</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1131</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{680.625, 594.977}</string>
+ <string>{680.625, 473.829}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1134</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1133</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{680.625, 631.977}</string>
+ <string>{680.625, 648.658}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{582.242, 648.658}, {196.767, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1134</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 Role is defined to be "a function assumed by a entity or an agent."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"Role is defined to be "a function assumed by a entity or an agent.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1136</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1136</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Role_http://www.w3.org/2000/01/rdf-schema#comment_Role is defined to be "a function assumed by a entity or an agent."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1136</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1138</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1137</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{120.5, 478.959}</string>
+ <string>{120.5, 494.225}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1024</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{6.99992, 494.225}, {227, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1138</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 Time represents temporal information about entities in the Provenance model.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"Time represents temporal information about entities in the Provenance model."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1140</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1140</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Time_http://www.w3.org/2000/01/rdf-schema#comment_Time represents temporal information about entities in the Provenance model._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1140</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1142</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1141</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{706.524, 107.234}</string>
+ <string>{783.364, 182}</string>
+ <string>{783.392, 268}</string>
+ <string>{694.845, 361.404}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.298039</string>
+ <key>g</key>
+ <string>0.298039</string>
+ <key>r</key>
+ <string>0.298039</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{620.125, 361.404}, {121, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1142</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 An identifiable characterized entity.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"An identifiable characterized entity."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1144</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1144</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Entity_http://www.w3.org/2000/01/rdf-schema#comment_An identifiable characterized entity._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1144</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.4</string>
+ <key>g</key>
+ <string>0.4</string>
+ <key>r</key>
+ <string>0.4</string>
+ </dict>
+ <key>Font</key>
+ <string>LucidaGrande</string>
+ <key>Size</key>
+ <real>11</real>
+ </dict>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1002</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1145</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdf:type}</string>
+ <key>Points</key>
+ <array>
+ <string>{567.277, 19.5437}</string>
+ <string>{949, 19.5544}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1026</integer>
+ <key>Info</key>
+ <integer>2</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1148</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1147</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2002/07/owl#versionInfo</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 owl:versionInfo}</string>
+ <key>Points</key>
+ <array>
+ <string>{567.277, 28.5437}</string>
+ <string>{963.322, 52.3702}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1026</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{963.322, 44.5133}, {38, 18}}</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>b</key>
+ <string>.65</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1148</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>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue166;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 0.02}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"0.02"</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1150</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1150</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/_http://www.w3.org/2002/07/owl#versionInfo_0.02_http://www.w3.org/2001/XMLSchema#string_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1150</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1152</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1151</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{393.277, 37.5437}</string>
+ <string>{359.839, 39.5676}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1026</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{9.15672, 9.18042}, {350.682, 82}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1152</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). \
+\
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>"This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page).
+
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1154</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1154</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/_http://www.w3.org/2000/01/rdf-schema#comment_This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page).
+
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1154</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{791.057, 467.858}, {215.943, 69}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1034</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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1036</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1036</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn_http://www.w3.org/2000/01/rdf-schema#comment_dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1036</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{791.057, 583.658}, {186.568, 95}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1068</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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1070</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1070</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf_http://www.w3.org/2000/01/rdf-schema#comment_wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1070</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{791.057, 352.058}, {215.943, 69}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1086</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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1088</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1088</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom_http://www.w3.org/2000/01/rdf-schema#comment_wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1088</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>2</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>HierarchicalOrientation</key>
+ <integer>0</integer>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>14.40000057220459</real>
+ <key>SheetTitle</key>
+ <string>Canvas 3</string>
+ <key>UniqueID</key>
+ <integer>3</integer>
+ <key>VPages</key>
+ <integer>2</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {1512, 553}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>ExportShapes</key>
+ <array>
+ <dict>
+ <key>InspectorGroup</key>
+ <real>255</real>
+ <key>ShapeImageRect</key>
+ <string>{{2, 2}, {22, 22}}</string>
+ <key>ShapeName</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>ShouldExport</key>
+ <string>YES</string>
+ <key>StrokePath</key>
+ <dict>
+ <key>elements</key>
+ <array>
+ <dict>
+ <key>element</key>
+ <string>MOVETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.300141, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.363279, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.5, 0}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.363279, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.300141, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.0898362, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{-0.5, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{-0.5, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>CLOSE</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>MOVETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ </array>
+ </dict>
+ <key>TextBounds</key>
+ <string>{{0, 0}, {1, 1}}</string>
+ </dict>
+ </array>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{402.417, 289.136}, {65, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1187</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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{260.322, 343.694}, {89, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1184</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1183</integer>
+ <key>Position</key>
+ <real>0.71021294593811035</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1183</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{493.683, 393.56}</string>
+ <string>{374.242, 354}</string>
+ <string>{221.786, 352.283}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1180</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1182</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{541.135, 168.673}</string>
+ <string>{555.4, 211.427}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1180</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1181</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{540.834, 288.773}</string>
+ <string>{555.102, 248.036}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{517.01, 211.741}, {89, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1180</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ </dict>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.88516</string>
+ <key>g</key>
+ <string>0.826514</string>
+ <key>r</key>
+ <string>0.673728</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf0 \expnd0\expndtw0\kerning0
+owl:Thing}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1011</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1179</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{237.695, 263.801}</string>
+ <string>{189.087, 334.028}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1178</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{85.9689, 309.845}</string>
+ <string>{147.021, 338.028}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1024</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1177</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{102.981, 344.457}</string>
+ <string>{133.078, 347.441}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1019</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1176</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{94.9585, 373.329}</string>
+ <string>{139.019, 361.726}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1022</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1174</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{258.611, 390.125}</string>
+ <string>{206.329, 365.617}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1021</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{132.303, 333.776}, {89, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ </dict>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.88516</string>
+ <key>g</key>
+ <string>0.826514</string>
+ <key>r</key>
+ <string>0.673728</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf0 \expnd0\expndtw0\kerning0
+owl:Thing}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1011</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{56.9389, 139.125}, {65, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1172</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1158</integer>
+ <key>Position</key>
+ <real>0.37103757262229919</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{272.322, 33.498}, {65, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1171</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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{8.83379, 87.4975}, {161.452, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1170</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{5.96046e-08, 2.38419e-07}</string>
+ <string>{-0.333927, 0.372163}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Pattern</key>
+ <integer>1</integer>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1009</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1037</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{596.827, 52.0641}</string>
+ <string>{730.542, 72.5061}</string>
+ <string>{760.253, 287.227}</string>
+ <string>{717.581, 312.972}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1071</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{599.392, 48.151}</string>
+ <string>{747.542, 61.0122}</string>
+ <string>{774.542, 310.148}</string>
+ <string>{741.618, 345.63}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1010</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1045</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{252.992, 227.114}</string>
+ <string>{270.357, 108.166}</string>
+ <string>{329.933, 96.4975}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1012</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1061</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{251.543, 227.102}</string>
+ <string>{263.032, 57.1665}</string>
+ <string>{353.091, 42.4971}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1014</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1079</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{255.855, 227.161}</string>
+ <string>{276.971, 157.167}</string>
+ <string>{323.989, 150.566}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{468.227, 14.4939}, {132, 56}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1025</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1162</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{568.445, 323.055}</string>
+ <string>{617.446, 345.136}</string>
+ <string>{623, 345.63}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1009</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1161</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{592.864, 311.336}</string>
+ <string>{623.446, 313.266}</string>
+ <string>{623.498, 313.27}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1015</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1160</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{578.562, 295.044}</string>
+ <string>{613.446, 285.136}</string>
+ <string>{623, 280.831}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1011</integer>
+ <key>Info</key>
+ <integer>2</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1158</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{89.8415, 123.997}</string>
+ <string>{90.4939, 166.838}</string>
+ <string>{102.685, 174.063}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1170</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{490.252, 100.612}, {89, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1114</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1113</integer>
+ <key>Position</key>
+ <real>0.3669467568397522</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{489.727, 355.084}, {89, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1132</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1131</integer>
+ <key>Position</key>
+ <real>0.42688357830047607</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{8.83379, 10}, {188, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1001</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>TODO</string>
+ </dict>
+ <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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 : http://www.w3.org/ns/prov-o/}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>prefix mappings for</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1001</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1001</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>--PREFIX MAPPINGS USED--</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1001</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{623, 304.23}, {94.1532, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1009</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :dependedOn}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:TransitiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1009</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1009</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1009</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{329.933, 87.4975}, {98.0821, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1010</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadParticipant}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1010</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1010</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1010</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{102.685, 165.063}, {67.6009, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1011</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :preceded}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1011</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{353.091, 33.4971}, {41.8256, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1012</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :used}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1012</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1012</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1012</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{623, 336.63}, {118.618, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1013</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasComplementOf}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1013</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1013</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1013</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{324.484, 141.497}, {108.98, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1014</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasControlledBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1014</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1014</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1014</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{623, 271.831}, {108.98, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1015</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasDerivedFrom}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1015</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1015</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1015</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{290.582, 298.636}, {104.335, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>1016</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>2</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
+
+\f0\fs22 \cf0 :wasGeneratedBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1016</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{339.469, 194.169}, {71.4475, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1017</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 The ProcessExecution activity performed was described by\
+ the given recipe resource. Process specifications, as\
+ referred to by recipe links, are out of scope of this\
+ specification}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadRecipe}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1017</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1017</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1017</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{502.571, 132.497}, {65, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An agent represents a characterized entity capable of activity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Agent}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1018</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1018</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1018</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{15.4169, 325.745}, {89, 28.885}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1019</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ </dict>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Location}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1019</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1019</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1019</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{169.567, 227.599}, {161.452, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{201.251, 388.988}, {186.666, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1021</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProvenanceContainer}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1021</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1021</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1021</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{15.4169, 368.115}, {89, 28.885}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1022</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Revision is defined as a modified version of a Entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Revision}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1022</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1022</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1022</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{474.918, 388.988}, {118.618, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Role is defined to be "a function assumed by a entity or an agent."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:EntityInRole}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1023</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1023</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1023</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{15.4169, 283.376}, {89, 28.885}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1024</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Time}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1024</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{474.918, 289.136}, {118.618, 37}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1025</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1043</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{428.015, 96.4975}</string>
+ <string>{480.807, 93.0875}</string>
+ <string>{506.876, 68.3981}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1010</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1011</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1053</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{243.51, 227.19}</string>
+ <string>{226.903, 182.119}</string>
+ <string>{170.781, 174.133}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1059</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{395.417, 42.4971}</string>
+ <string>{467.727, 42.4954}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1012</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1077</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{433.464, 150.497}</string>
+ <string>{502.071, 150.497}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1014</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1015</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1089</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{592.566, 56.0994}</string>
+ <string>{716.542, 85.0122}</string>
+ <string>{746.542, 259.012}</string>
+ <string>{731.98, 280.831}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1016</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1099</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{474.418, 307.636}</string>
+ <string>{394.917, 307.636}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1101</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{290.092, 307.534}</string>
+ <string>{258.968, 301.043}</string>
+ <string>{253.185, 264.082}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1016</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1111</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{262.769, 227.392}</string>
+ <string>{279.538, 202.919}</string>
+ <string>{338.969, 203.167}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1113</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{534.926, 131.997}</string>
+ <string>{534.45, 70.9938}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1131</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{534.227, 388.488}</string>
+ <string>{534.227, 326.636}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{166.303, 178.995}, {55, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1173</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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{431.03, 72.7485}, {55, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1185</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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{673.537, 19}, {55, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1186</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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>2</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>HierarchicalOrientation</key>
+ <integer>0</integer>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>14.40000057220459</real>
+ <key>SheetTitle</key>
+ <string>Canvas 4</string>
+ <key>UniqueID</key>
+ <integer>4</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {756, 553}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>ExportShapes</key>
+ <array>
+ <dict>
+ <key>InspectorGroup</key>
+ <real>255</real>
+ <key>ShapeImageRect</key>
+ <string>{{2, 2}, {22, 22}}</string>
+ <key>ShapeName</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>ShouldExport</key>
+ <string>YES</string>
+ <key>StrokePath</key>
+ <dict>
+ <key>elements</key>
+ <array>
+ <dict>
+ <key>element</key>
+ <string>MOVETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.300141, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.363279, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.5, 0}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.363279, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.300141, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.0898362, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{-0.5, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{-0.5, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>CLOSE</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>MOVETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ </array>
+ </dict>
+ <key>TextBounds</key>
+ <string>{{0, 0}, {1, 1}}</string>
+ </dict>
+ </array>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{399.335, 247.648}, {118.618, 37}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, -9.53674e-07}</string>
+ <string>{0.339708, 0.366884}</string>
+ <string>{0.339708, -0.250001}</string>
+ <string>{0.5, -9.53674e-07}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1025</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{532.951, 242.313}, {98, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1208</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1089</integer>
+ <key>Position</key>
+ <real>0.83354294300079346</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>3</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasDerivedFrom}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{532.779, 258.841}, {78, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1207</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1205</integer>
+ <key>Position</key>
+ <real>0.88984000682830811</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>3</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :dependedOn}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{529.941, 272.175}, {111, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1203</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1071</integer>
+ <key>Offset</key>
+ <real>2.2535228729248047</real>
+ <key>Position</key>
+ <real>0.8480231761932373</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>3</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasComplementOf}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{270.162, 113.236}, {98, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1202</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1201</integer>
+ <key>Position</key>
+ <real>0.59484779834747314</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>3</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasControlledBy}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{268.634, 55.4816}, {87, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1198</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1043</integer>
+ <key>Position</key>
+ <real>0.65585595369338989</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>3</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadParticipant}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{291.046, 37.2758}, {35, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1197</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1196</integer>
+ <key>Position</key>
+ <real>0.72167760133743286</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>3</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :used}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{124.865, 147.905}, {63, 24}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1193</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1192</integer>
+ <key>Position</key>
+ <real>0.51800614595413208</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :preceded}</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{263.898, 258.453}, {97, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1101</integer>
+ <key>Position</key>
+ <real>0.39201277494430542</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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>Align</key>
+ <integer>2</integer>
+ <key>Pad</key>
+ <integer>3</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
+
+\f0\fs22 \cf0 :wasGeneratedBy}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{222.137, 294.292}, {89, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1184</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1183</integer>
+ <key>Position</key>
+ <real>0.71021294593811035</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1183</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{418.982, 334.826}</string>
+ <string>{342.659, 308.512}</string>
+ <string>{196.708, 296.824}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1180</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1182</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{466.689, 140.051}</string>
+ <string>{478.649, 170.017}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1180</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1181</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{465.251, 247.285}</string>
+ <string>{479.519, 206.548}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{441.427, 170.253}, {89, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1180</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ </dict>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.88516</string>
+ <key>g</key>
+ <string>0.826514</string>
+ <key>r</key>
+ <string>0.673728</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf0 \expnd0\expndtw0\kerning0
+owl:Thing}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1011</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1179</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{211.133, 222.202}</string>
+ <string>{166.945, 275.822}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1178</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{69.9773, 243.354}</string>
+ <string>{127.378, 278.065}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1024</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1177</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{93.5, 293.288}</string>
+ <string>{107.552, 293.288}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1019</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1176</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{72.1664, 335.942}</string>
+ <string>{125.129, 307.839}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1022</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1174</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{202.432, 330.762}</string>
+ <string>{174.053, 309.441}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1021</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{108.052, 275.288}, {89, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ </dict>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.88516</string>
+ <key>g</key>
+ <string>0.826514</string>
+ <key>r</key>
+ <string>0.673728</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf0 \expnd0\expndtw0\kerning0
+owl:Thing}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1011</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{14.4169, 100.009}, {161.452, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1170</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{5.96046e-08, 2.38419e-07}</string>
+ <string>{-0.333927, 0.372163}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Pattern</key>
+ <integer>1</integer>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ <key>Info</key>
+ <integer>4</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1205</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{508.213, 53.5124}</string>
+ <string>{631.924, 79}</string>
+ <string>{655.667, 248.172}</string>
+ <string>{517.953, 266.148}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ <key>Info</key>
+ <integer>2</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1071</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{512.305, 51.3622}</string>
+ <string>{649.667, 72}</string>
+ <string>{666.667, 262.172}</string>
+ <string>{499.437, 279.671}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{399.335, 25.2999}, {118.618, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{4.76837e-07, 0}</string>
+ <string>{-0.5, 0}</string>
+ <string>{-0.42132, 0.25}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1025</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{414.615, 80.2043}, {89, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1114</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1113</integer>
+ <key>Position</key>
+ <real>0.39091908931732178</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{414.144, 307.853}, {89, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1132</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1131</integer>
+ <key>Position</key>
+ <real>0.3377017080783844</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{14.4169, 9.09393}, {188, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1001</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>TODO</string>
+ </dict>
+ <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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 : http://www.w3.org/ns/prov-o/}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>prefix mappings for</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1001</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1001</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>--PREFIX MAPPINGS USED--</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1001</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{315.218, 152.681}, {71.4475, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1017</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 The ProcessExecution activity performed was described by\
+ the given recipe resource. Process specifications, as\
+ referred to by recipe links, are out of scope of this\
+ specification}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadRecipe}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1017</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1017</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1017</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{426.988, 104.009}, {65, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An agent represents a characterized entity capable of activity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Agent}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1018</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1018</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1018</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{4, 278.845}, {89, 28.885}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1019</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ </dict>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Location}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1019</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1019</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1019</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{145.316, 186.111}, {161.452, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1.19209e-07, -4.76837e-07}</string>
+ <string>{1.19209e-07, -0.5}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{132.709, 330.5}, {186.666, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1021</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProvenanceContainer}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1021</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1021</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1021</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{4, 334.057}, {89, 28.885}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1022</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Revision is defined as a modified version of a Entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Revision}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1022</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1022</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1022</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{399.335, 330.5}, {118.618, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Role is defined to be "a function assumed by a entity or an agent."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:EntityInRole}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1023</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1023</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1023</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{4, 215.924}, {89, 28.885}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1024</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Time}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1024</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ <key>Info</key>
+ <integer>3</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1043</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{228.65, 185.625}</string>
+ <string>{244.667, 72.0939}</string>
+ <string>{355.897, 64}</string>
+ <string>{407.197, 52.6259}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1170</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1192</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{215.139, 185.838}</string>
+ <string>{201.886, 163.626}</string>
+ <string>{113.417, 156.512}</string>
+ <string>{103.853, 136.361}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ <key>Info</key>
+ <integer>2</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1196</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{227.397, 185.615}</string>
+ <string>{236.667, 59.0939}</string>
+ <string>{399.335, 43.2999}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1201</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{226.28, 185.671}</string>
+ <string>{258.886, 125.512}</string>
+ <string>{426.504, 122.585}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1020</integer>
+ <key>Info</key>
+ <integer>2</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ <key>Info</key>
+ <integer>3</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1089</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{503.135, 55.4992}</string>
+ <string>{621.667, 88}</string>
+ <string>{638.667, 229}</string>
+ <string>{507.265, 255.236}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1101</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{398.98, 264.838}</string>
+ <string>{249.385, 261.555}</string>
+ <string>{233.515, 222.501}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1111</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{255.28, 187.039}</string>
+ <string>{292.287, 165.431}</string>
+ <string>{314.725, 161.762}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1113</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{459.29, 103.509}</string>
+ <string>{458.842, 61.7998}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1131</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{458.644, 330}</string>
+ <string>{458.644, 285.148}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>HierarchicalOrientation</key>
+ <integer>0</integer>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>14.40000057220459</real>
+ <key>SheetTitle</key>
+ <string>Canvas 5</string>
+ <key>UniqueID</key>
+ <integer>5</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {1512, 1106}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>ExportShapes</key>
+ <array>
+ <dict>
+ <key>InspectorGroup</key>
+ <real>255</real>
+ <key>ShapeImageRect</key>
+ <string>{{2, 2}, {22, 22}}</string>
+ <key>ShapeName</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>ShouldExport</key>
+ <string>YES</string>
+ <key>StrokePath</key>
+ <dict>
+ <key>elements</key>
+ <array>
+ <dict>
+ <key>element</key>
+ <string>MOVETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.300141, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.363279, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.5, 0}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.363279, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.300141, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.0898362, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{-0.5, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{-0.5, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>CLOSE</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>MOVETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ </array>
+ </dict>
+ <key>TextBounds</key>
+ <string>{{0, 0}, {1, 1}}</string>
+ </dict>
+ </array>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1239</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1311</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{318.763, 445.923}</string>
+ <string>{447.145, 410.273}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1309</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{180.305, 442.443}, {172.336, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1309</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ </dict>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0.8</string>
+ <key>r</key>
+ <string>0.4</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0.501961</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf0 \expnd0\expndtw0\kerning0
+time:TemporalEntity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1011</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1301</integer>
+ <key>Info</key>
+ <integer>2</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1308</integer>
+ <key>Points</key>
+ <array>
+ <string>{644.595, 230.036}</string>
+ <string>{635.921, 228}</string>
+ <string>{584.994, 194}</string>
+ <string>{579, 157}</string>
+ <string>{599, 138.393}</string>
+ <string>{643.539, 119.605}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1301</integer>
+ <key>Info</key>
+ <integer>1</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1303</integer>
+ <key>Points</key>
+ <array>
+ <string>{756.347, 228.802}</string>
+ <string>{789, 219}</string>
+ <string>{820, 161}</string>
+ <string>{733, 119.411}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{644, 110.411}, {89, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1301</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 prov:followed}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1011</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1294</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1300</integer>
+ <key>Points</key>
+ <array>
+ <string>{214.626, 242.998}</string>
+ <string>{214.704, 243}</string>
+ <string>{194.805, 240}</string>
+ <string>{98, 153}</string>
+ <string>{107.811, 127}</string>
+ <string>{176.355, 93.6478}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1294</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1299</integer>
+ <key>Points</key>
+ <array>
+ <string>{334.934, 230.78}</string>
+ <string>{345, 227.77}</string>
+ <string>{454.305, 171}</string>
+ <string>{439.793, 141}</string>
+ <string>{368.805, 93.429}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1191</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1298</integer>
+ <key>Points</key>
+ <array>
+ <string>{324.503, 228.837}</string>
+ <string>{331, 226.009}</string>
+ <string>{423, 167}</string>
+ <string>{338.573, 117.663}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{176.805, 84.429}, {192, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1294</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 prov:wasEventuallyDerivedFrom}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1013</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1013</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1013</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1239</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1293</integer>
+ <key>Points</key>
+ <array>
+ <string>{975.366, 262.291}</string>
+ <string>{949, 321}</string>
+ <string>{892, 373}</string>
+ <string>{670, 389}</string>
+ <string>{528.831, 397.312}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.445652</string>
+ <key>g</key>
+ <string>0.445652</string>
+ <key>r</key>
+ <string>0.445652</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1282</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1231</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1292</integer>
+ <key>Points</key>
+ <array>
+ <string>{688.605, 262.335}</string>
+ <string>{669, 284}</string>
+ <string>{633.921, 315}</string>
+ <string>{607, 321}</string>
+ <string>{556.66, 324.583}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1285</integer>
+ <key>Info</key>
+ <integer>1</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1289</integer>
+ <key>Points</key>
+ <array>
+ <string>{740.158, 227.211}</string>
+ <string>{753, 221}</string>
+ <string>{801, 187}</string>
+ <string>{801, 161}</string>
+ <string>{762, 142}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1285</integer>
+ <key>Info</key>
+ <integer>2</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1288</integer>
+ <key>Points</key>
+ <array>
+ <string>{665.4, 227.581}</string>
+ <string>{623, 209.77}</string>
+ <string>{594, 188}</string>
+ <string>{599, 157}</string>
+ <string>{635.458, 142.188}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1247</integer>
+ <key>Info</key>
+ <integer>1</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1287</integer>
+ <key>Points</key>
+ <array>
+ <string>{728.24, 226.426}</string>
+ <string>{750, 209.77}</string>
+ <string>{787, 183.28}</string>
+ <string>{772, 166}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1247</integer>
+ <key>Info</key>
+ <integer>2</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1286</integer>
+ <key>Points</key>
+ <array>
+ <string>{675.124, 226.828}</string>
+ <string>{617, 193}</string>
+ <string>{624, 175}</string>
+ <string>{634.535, 166.318}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{635.921, 133}, {126.079, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1285</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 prov:wasInformedBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1011</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1282</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1284</integer>
+ <key>Points</key>
+ <array>
+ <string>{902.5, 245.003}</string>
+ <string>{925.544, 244.72}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ <key>Info</key>
+ <integer>3</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1283</integer>
+ <key>Points</key>
+ <array>
+ <string>{801.427, 244.924}</string>
+ <string>{813, 245.009}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{926, 226.009}, {115.153, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1282</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </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>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+prov:Recipe}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{813, 236.009}, {89, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1017</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 The ProcessExecution activity performed was described by\
+ the given recipe resource. Process specifications, as\
+ referred to by recipe links, are out of scope of this\
+ specification}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 prov:hadRecipe}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1017</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1017</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1017</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{115.811, 528.618}, {47, 17}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1268</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf0 Legend}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1277</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1269</integer>
+ <key>Points</key>
+ <array>
+ <string>{284.512, 614.061}</string>
+ <string>{364.311, 614.061}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1276</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1276</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1270</integer>
+ <key>Points</key>
+ <array>
+ <string>{173.311, 614.061}</string>
+ <string>{234.5, 614.061}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1278</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1279</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1271</integer>
+ <key>Points</key>
+ <array>
+ <string>{270.858, 570.379}</string>
+ <string>{292, 570}</string>
+ <string>{310.473, 570.451}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.233696</string>
+ <key>g</key>
+ <string>0.233696</string>
+ <key>r</key>
+ <string>0.233696</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1273</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1273</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1272</integer>
+ <key>Points</key>
+ <array>
+ <string>{172.311, 571.061}</string>
+ <string>{194.805, 571.061}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.320652</string>
+ <key>g</key>
+ <string>0.320652</string>
+ <key>r</key>
+ <string>0.320652</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1280</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{194.805, 565.061}, {76.0532, 12}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>10</real>
+ </dict>
+ <key>ID</key>
+ <integer>1273</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs20 \cf0 rdfs:subClassOf}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{297.811, 601.032}, {65, 12}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>10</real>
+ </dict>
+ <key>ID</key>
+ <integer>1274</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs20 \cf0 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{173.305, 600.618}, {65, 12}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>10</real>
+ </dict>
+ <key>ID</key>
+ <integer>1275</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs20 \cf0 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{235, 606.561}, {49.012, 15}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Font</key>
+ <string>LucidaGrande</string>
+ <key>Size</key>
+ <real>9</real>
+ </dict>
+ <key>ID</key>
+ <integer>1276</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs18 \cf0 property}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:TransitiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1009</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1009</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1009</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{364.811, 599.618}, {49.012, 28.885}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>10</real>
+ </dict>
+ <key>ID</key>
+ <integer>1277</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs20 \cf2 \expnd0\expndtw0\kerning0
+Class}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1024</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{123.799, 599.618}, {49.012, 28.885}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>10</real>
+ </dict>
+ <key>ID</key>
+ <integer>1278</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs20 \cf2 \expnd0\expndtw0\kerning0
+Class}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1024</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{310.952, 556.618}, {49.012, 28.885}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>10</real>
+ </dict>
+ <key>ID</key>
+ <integer>1279</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs20 \cf2 \expnd0\expndtw0\kerning0
+Class}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1024</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{122.799, 556.618}, {49.012, 28.885}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>10</real>
+ </dict>
+ <key>ID</key>
+ <integer>1280</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs20 \cf2 \expnd0\expndtw0\kerning0
+Class}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1024</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{107.811, 526.618}, {320.189, 116}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>ID</key>
+ <integer>1281</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>a</key>
+ <string>0</string>
+ <key>b</key>
+ <string>0</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1239</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1251</integer>
+ <key>Points</key>
+ <array>
+ <string>{624.075, 446.874}</string>
+ <string>{518.954, 411.618}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.690217</string>
+ <key>g</key>
+ <string>0.690217</string>
+ <key>r</key>
+ <string>0.690217</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1250</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{557.065, 446}, {214.935, 28.885}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1250</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Role is defined to be "a function assumed by a entity or an agent."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </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>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+prov:QualifiedInvolvement}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1023</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1023</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1023</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{634.921, 157}, {137.079, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1247</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 prov:wasScheduledAfter}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1011</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1239</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1246</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{843.16, 448.746}</string>
+ <string>{526.976, 405.741}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1245</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{817.153, 442.443}, {224, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1245</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </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>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+prov:ProvenanceContainer}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1021</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1021</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1021</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1239</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1244</integer>
+ <key>Points</key>
+ <array>
+ <string>{698.396, 262.646}</string>
+ <string>{683, 305.618}</string>
+ <string>{663, 341.618}</string>
+ <string>{613, 371}</string>
+ <string>{523.687, 391.078}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.630435</string>
+ <key>g</key>
+ <string>0.630435</string>
+ <key>r</key>
+ <string>0.630435</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1239</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1243</integer>
+ <key>Points</key>
+ <array>
+ <string>{289.618, 263.997}</string>
+ <string>{299, 342.618}</string>
+ <string>{349, 381.934}</string>
+ <string>{441.516, 394.243}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.467391</string>
+ <key>g</key>
+ <string>0.467391</string>
+ <key>r</key>
+ <string>0.467391</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1239</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1241</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{460.372, 445.674}</string>
+ <string>{474.93, 417.997}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1238</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{439.793, 381.934}, {89, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1239</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ </dict>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0.8</string>
+ <key>r</key>
+ <string>0.4</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0.501961</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf0 \expnd0\expndtw0\kerning0
+owl:Thing}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1011</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{393.294, 446}, {118.618, 28.885}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1238</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ </dict>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </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>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+prov:Location}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1019</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1019</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1019</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1235</integer>
+ <key>Points</key>
+ <array>
+ <string>{336.001, 306.851}</string>
+ <string>{301.93, 263.544}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.418478</string>
+ <key>g</key>
+ <string>0.418478</string>
+ <key>r</key>
+ <string>0.418478</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1210</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1210</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1234</integer>
+ <key>Points</key>
+ <array>
+ <string>{419.082, 324.618}</string>
+ <string>{402.646, 324.618}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1231</integer>
+ <key>Info</key>
+ <integer>3</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{419.082, 315.618}, {137.079, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>1231</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>2</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
+
+\f0\fs22 \cf0 prov:wasControlledBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1016</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1229</integer>
+ <key>Points</key>
+ <array>
+ <string>{563.455, 272.817}</string>
+ <string>{563.571, 272.618}</string>
+ <string>{638.994, 257.471}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1216</integer>
+ <key>Info</key>
+ <integer>1</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1218</integer>
+ <key>Info</key>
+ <integer>4</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1228</integer>
+ <key>Points</key>
+ <array>
+ <string>{628.18, 233.224}</string>
+ <string>{589, 227.618}</string>
+ <string>{541, 221.618}</string>
+ <string>{521.342, 218.77}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1215</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1226</integer>
+ <key>Points</key>
+ <array>
+ <string>{608.5, 244.216}</string>
+ <string>{549.579, 244.216}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1216</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1225</integer>
+ <key>Points</key>
+ <array>
+ <string>{349.395, 254.923}</string>
+ <string>{360, 256.618}</string>
+ <string>{406.917, 274.618}</string>
+ <string>{426.125, 273.249}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1224</integer>
+ <key>Points</key>
+ <array>
+ <string>{422.5, 244.219}</string>
+ <string>{360.481, 244.581}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1215</integer>
+ <key>Info</key>
+ <integer>3</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1223</integer>
+ <key>Points</key>
+ <array>
+ <string>{455.843, 218.799}</string>
+ <string>{424.015, 220.618}</string>
+ <string>{390.917, 226.618}</string>
+ <string>{347.444, 234.338}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1218</integer>
+ <key>Info</key>
+ <integer>3</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{456.342, 209.77}, {65, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>1218</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>2</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
+
+\f0\fs22 \cf0 prov:used}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1016</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{426.125, 264.249}, {137.079, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1216</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 prov:wasGeneratedBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1012</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1012</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1012</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{423, 235.216}, {126.079, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>1215</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>2</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
+
+\f0\fs22 \cf0 prov:hadParticipant}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1016</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{609, 226.216}, {192, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </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>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+prov:Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{297.811, 306.618}, {104.335, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1210</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An agent represents a characterized entity capable of activity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </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>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+prov:Agent}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1018</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1018</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1018</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1191</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1209</integer>
+ <key>Points</key>
+ <array>
+ <string>{227.185, 234.366}</string>
+ <string>{206, 230.618}</string>
+ <string>{128.303, 166.618}</string>
+ <string>{134, 142.618}</string>
+ <string>{194.343, 117.602}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1190</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1208</integer>
+ <key>Points</key>
+ <array>
+ <string>{241.857, 230.334}</string>
+ <string>{230, 226.509}</string>
+ <string>{166.286, 175.618}</string>
+ <string>{174, 156.393}</string>
+ <string>{205, 147.393}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1190</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1205</integer>
+ <key>Points</key>
+ <array>
+ <string>{314.634, 227.545}</string>
+ <string>{327.019, 219.618}</string>
+ <string>{390.917, 177.618}</string>
+ <string>{390.917, 162.618}</string>
+ <string>{369, 156.393}</string>
+ <string>{320.645, 147.484}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1189</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1204</integer>
+ <key>Points</key>
+ <array>
+ <string>{308.06, 226.916}</string>
+ <string>{358, 183.28}</string>
+ <string>{356, 176.618}</string>
+ <string>{345.489, 174.384}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1189</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1199</integer>
+ <key>Points</key>
+ <array>
+ <string>{256.339, 227.981}</string>
+ <string>{232, 214.618}</string>
+ <string>{209, 195.618}</string>
+ <string>{197.251, 178.618}</string>
+ <string>{214.704, 174.618}</string>
+ <string>{214.704, 174.28}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{194.805, 108.411}, {143.336, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1191</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 prov:wasComplementOf}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1013</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1013</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1013</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{205, 138.393}, {115.153, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1190</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 prov:dependedOn}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:TransitiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1009</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1009</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1009</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{214.704, 165.28}, {130.296, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1189</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 prov:wasDerivedFrom}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1015</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1015</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1015</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{214.704, 226.509}, {145.296, 37}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </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>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+prov:Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1025</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>2</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>HierarchicalOrientation</key>
+ <integer>0</integer>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>14.40000057220459</real>
+ <key>SheetTitle</key>
+ <string>Canvas 6</string>
+ <key>UniqueID</key>
+ <integer>6</integer>
+ <key>VPages</key>
+ <integer>2</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {756, 553}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{284, 267}, {45, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1214</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 followed}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1212</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1213</integer>
+ <key>Points</key>
+ <array>
+ <string>{268.294, 278.936}</string>
+ <string>{351.706, 280.064}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{352, 269}, {138, 24}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1212</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf2 \expnd0\expndtw0\kerning0
+ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{130, 266}, {138, 24}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf2 \expnd0\expndtw0\kerning0
+ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>HierarchicalOrientation</key>
+ <integer>0</integer>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>14.40000057220459</real>
+ <key>SheetTitle</key>
+ <string>Canvas 7</string>
+ <key>UniqueID</key>
+ <integer>7</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {756, 553}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{273, 267}, {77, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1214</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 hadParticipant}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1212</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1213</integer>
+ <key>Points</key>
+ <array>
+ <string>{268.245, 279.041}</string>
+ <string>{362.535, 280.459}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{363, 269}, {71, 24}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1212</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf2 \expnd0\expndtw0\kerning0
+Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{130, 266}, {138, 24}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf2 \expnd0\expndtw0\kerning0
+ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>HierarchicalOrientation</key>
+ <integer>0</integer>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>14.40000057220459</real>
+ <key>SheetTitle</key>
+ <string>Canvas 8</string>
+ <key>UniqueID</key>
+ <integer>8</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {756, 553}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{228, 266}, {103, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1214</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 wasComplementOf}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1212</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1213</integer>
+ <key>Points</key>
+ <array>
+ <string>{207.476, 278.468}</string>
+ <string>{352.53, 280.497}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{353, 269}, {71, 24}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1212</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf2 \expnd0\expndtw0\kerning0
+Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{141, 266}, {66, 24}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf2 \expnd0\expndtw0\kerning0
+Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>HierarchicalOrientation</key>
+ <integer>0</integer>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>14.40000057220459</real>
+ <key>SheetTitle</key>
+ <string>Canvas 9</string>
+ <key>UniqueID</key>
+ <integer>9</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ </array>
+ <key>SmartAlignmentGuidesActive</key>
+ <string>YES</string>
+ <key>SmartDistanceGuidesActive</key>
+ <string>YES</string>
+ <key>UseEntirePage</key>
+ <false/>
+ <key>UserInfo</key>
+ <dict>
+ <key>kMDItemAuthors</key>
+ <array>
+ <string>2graffle5.xsl</string>
+ </array>
+ </dict>
+ <key>WindowInfo</key>
+ <dict>
+ <key>CurrentSheet</key>
+ <integer>5</integer>
+ <key>ExpandedCanvases</key>
+ <array/>
+ <key>Frame</key>
+ <string>{{251, 580}, {1440, 838}}</string>
+ <key>ListView</key>
+ <true/>
+ <key>OutlineWidth</key>
+ <integer>142</integer>
+ <key>RightSidebar</key>
+ <false/>
+ <key>Sidebar</key>
+ <true/>
+ <key>SidebarWidth</key>
+ <integer>120</integer>
+ <key>VisibleRegion</key>
+ <string>{{74, 3}, {1306, 714}}</string>
+ <key>Zoom</key>
+ <real>1</real>
+ <key>ZoomValues</key>
+ <array>
+ <array>
+ <string>Canvas 1</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 2</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 3</string>
+ <real>1</real>
+ <real>1.3600000143051147</real>
+ </array>
+ <array>
+ <string>Canvas 4</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 5</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 6</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 7</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 8</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 9</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ </array>
+ </dict>
+ <key>saveQuickLookFiles</key>
+ <string>NO</string>
+</dict>
+</plist>
Binary file ontology/diagrams/ProvenanceOntology.png has changed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/diagrams/Provenance_Object_Properties_Cardinalities.graffle Thu Dec 08 15:27:58 2011 +0000
@@ -0,0 +1,13037 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>ApplicationVersion</key>
+ <array>
+ <string>com.omnigroup.OmniGraffle</string>
+ <string>138.30.0.155892</string>
+ </array>
+ <key>CreationDate</key>
+ <string>2011-07-31 10:52:40 +0100</string>
+ <key>Creator</key>
+ <string>Khalid Belhajjame</string>
+ <key>GraphDocumentVersion</key>
+ <integer>6</integer>
+ <key>GuidesLocked</key>
+ <string>NO</string>
+ <key>GuidesVisible</key>
+ <string>YES</string>
+ <key>ImageCounter</key>
+ <integer>1</integer>
+ <key>LinksVisible</key>
+ <string>NO</string>
+ <key>MagnetsVisible</key>
+ <string>NO</string>
+ <key>MasterSheets</key>
+ <array/>
+ <key>ModificationDate</key>
+ <string>2011-11-23 19:26:41 +0000</string>
+ <key>Modifier</key>
+ <string>Khalid Belhajjame</string>
+ <key>NotesVisible</key>
+ <string>NO</string>
+ <key>OriginVisible</key>
+ <string>NO</string>
+ <key>PageBreaks</key>
+ <string>YES</string>
+ <key>PrintInfo</key>
+ <dict>
+ <key>NSBottomMargin</key>
+ <array>
+ <string>float</string>
+ <string>41</string>
+ </array>
+ <key>NSLeftMargin</key>
+ <array>
+ <string>float</string>
+ <string>18</string>
+ </array>
+ <key>NSPaperSize</key>
+ <array>
+ <string>coded</string>
+ <string>BAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAx7X05TU2l6ZT1mZn2WgVMCgUoDhg==</string>
+ </array>
+ <key>NSRightMargin</key>
+ <array>
+ <string>float</string>
+ <string>18</string>
+ </array>
+ <key>NSTopMargin</key>
+ <array>
+ <string>float</string>
+ <string>18</string>
+ </array>
+ </dict>
+ <key>QuickLookPreview</key>
+ <data>
+ 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
+ dgodOvTXEx0j49yT3LAO3en2Ckjvp1twUQ3UXqrnZC8hXlR++Hy/sUbF9pGL8304y6Cd
+ QyRSkdE/ECK9zDSDcIlbInWcEuk/DtRRQLpRcrDDz3J8R0rnPEDDTpdhySd0mb5/uz5c
+ m8dQroF0JF63uztpl0dVYERHyO3tQg85rq9dO704eZrA3XHu0MxJN5BsuLv7PgIWgze7
+ u6uclEjd3fvqx0jXYDnkup4SXro6PtHc5dBARy7O9xRd1hMJXWoBPFki0uBtYa6WiGCh
+ QAGx3S3I894OGJMlaH/0QBy6HiPDEkOOOlLPPVafRoYGagnVc7KEPMEI0PAe3u9ijLRL
+ aQA1yQkqvosuz6yCVqT00EHc0SSZvtonfWz6U084ci/upi+Y/KTk9l4/nXvw1/8DqhuZ
+ 3gplbmRzdHJlYW0KZW5kb2JqCjYgMCBvYmoKMzY5NwplbmRvYmoKMyAwIG9iago8PCAv
+ VHlwZSAvUGFnZSAvUGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgNyAwIFIgL0NvbnRlbnRz
+ IDUgMCBSIC9NZWRpYUJveCBbMCAwIDU1OSA3ODNdCj4+CmVuZG9iago3IDAgb2JqCjw8
+ IC9Qcm9jU2V0IFsgL1BERiAvVGV4dCBdIC9Db2xvclNwYWNlIDw8IC9DczIgMTAgMCBS
+ IC9DczEgOCAwIFIgPj4gL0ZvbnQKPDwgL0YxLjAgOSAwIFIgPj4gPj4KZW5kb2JqCjEx
+ IDAgb2JqCjw8IC9MZW5ndGggMTIgMCBSIC9OIDEgL0FsdGVybmF0ZSAvRGV2aWNlR3Jh
+ eSAvRmlsdGVyIC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeAGFUk9IFFEc/s02EoSIQYV4
+ iHcKCZUprKyg2nZ1WZVtW5XSohhn37qjszPTm9k1xZMEXaI8dQ+iY3Ts0KGbl6LArEvX
+ IKkgCDx16PvN7OoohG95O9/7/f1+33tEbZ2m7zspQVRzQ5UrpaduTk2Lgx8pRR3UTlim
+ FfjpYnGMseu5kr+719Zn0tiy3se1dvv2PbWVZWAh6i22txD6IZFmAB+ZnyhlgLPAHZav
+ 2D4BPFgOrBrwI6IDD5q5MNPRnHSlsi2RU+aiKCqvYjtJrvv5uca+i7WJg/5cj2bWjr2z
+ 6qrRTNS090ShvA+uRBnPX1T2bDUUpw3jnEhDGinyrtXfK0zHEZErEEoGUjVkuZ9qTp11
+ 4HUYu126k+P49hClPslgqIm16bKZHYV9AHYqy+wQ8AXo8bJiD+eBe2H/W1HDk8AnYT9k
+ h3nWrR/2F65T4HuEPTXgzhSuxfHaih9eLQFD91QjaIxzTcTT1zlzpIjvMdQZmPdGOaYL
+ MXeWqhM3gDthH1mqZgqxXfuu6iXuewJ30+M70Zs5C1ygHElysRXZFNA8CVgUfYuwSQ48
+ Ps4eVeB3qJjAHLmJ3M0o9x7VERtno1KBVnqNV8ZP47nxxfhlbBjPgH6sdtd7fP/p4xV1
+ 17Y+PPmNetw5rr2dG1VhVnFlC93/xzKEj9knOabB06FZWGvYduQPmsxMsAwoxH8FPpf6
+ khNV3NXu7bhFEsxQPixsJbpLVG4p1Oo9g0qsHCvYAHZwksQsWhy4U2u6OXh32CJ6bflN
+ V7Lrhv769nr72vIebcqoKSgTzbNEZpSxW6Pk3Xjb/WaREZ84Or7nvYpayf5JRRA/hTla
+ KvIUVfRWUNbEb2cOfhu2flw/pef1Qf08CT2tn9Gv6KMRvgx0Sc/Cc1Efo0nwsGkh4hKg
+ ioMz1E5UY40D4inx8rRbZJH9D0AZ/WYKZW5kc3RyZWFtCmVuZG9iagoxMiAwIG9iago3
+ MDQKZW5kb2JqCjEwIDAgb2JqClsgL0lDQ0Jhc2VkIDExIDAgUiBdCmVuZG9iagoxMyAw
+ IG9iago8PCAvTGVuZ3RoIDE0IDAgUiAvTiAzIC9BbHRlcm5hdGUgL0RldmljZVJHQiAv
+ RmlsdGVyIC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeAGFVM9rE0EU/jZuqdAiCFprDrJ4
+ kCJJWatoRdQ2/RFiawzbH7ZFkGQzSdZuNuvuJrWliOTi0SreRe2hB/+AHnrwZC9KhVpF
+ KN6rKGKhFy3xzW5MtqXqwM5+8943731vdt8ADXLSNPWABOQNx1KiEWlsfEJq/IgAjqIJ
+ QTQlVdvsTiQGQYNz+Xvn2HoPgVtWw3v7d7J3rZrStpoHhP1A4Eea2Sqw7xdxClkSAog8
+ 36Epx3QI3+PY8uyPOU55eMG1Dys9xFkifEA1Lc5/TbhTzSXTQINIOJT1cVI+nNeLlNcd
+ B2luZsbIEL1PkKa7zO6rYqGcTvYOkL2d9H5Os94+wiHCCxmtP0a4jZ71jNU/4mHhpObE
+ hj0cGDX0+GAVtxqp+DXCFF8QTSeiVHHZLg3xmK79VvJKgnCQOMpkYYBzWkhP10xu+LqH
+ BX0m1xOv4ndWUeF5jxNn3tTd70XaAq8wDh0MGgyaDUhQEEUEYZiwUECGPBoxNLJyPyOr
+ BhuTezJ1JGq7dGJEsUF7Ntw9t1Gk3Tz+KCJxlEO1CJL8Qf4qr8lP5Xn5y1yw2Fb3lK2b
+ mrry4DvF5Zm5Gh7X08jjc01efJXUdpNXR5aseXq8muwaP+xXlzHmgjWPxHOw+/EtX5XM
+ lymMFMXjVfPqS4R1WjE3359sfzs94i7PLrXWc62JizdWm5dn/WpI++6qvJPmVflPXvXx
+ /GfNxGPiKTEmdornIYmXxS7xkthLqwviYG3HCJ2VhinSbZH6JNVgYJq89S9dP1t4vUZ/
+ DPVRlBnM0lSJ93/CKmQ0nbkOb/qP28f8F+T3iuefKAIvbODImbptU3HvEKFlpW5zrgIX
+ v9F98LZua6N+OPwEWDyrFq1SNZ8gvAEcdod6HugpmNOWls05Uocsn5O66cpiUsxQ20NS
+ Utcl12VLFrOZVWLpdtiZ0x1uHKE5QvfEp0plk/qv8RGw/bBS+fmsUtl+ThrWgZf6b8C8
+ /UUKZW5kc3RyZWFtCmVuZG9iagoxNCAwIG9iago3MzcKZW5kb2JqCjggMCBvYmoKWyAv
+ SUNDQmFzZWQgMTMgMCBSIF0KZW5kb2JqCjE2IDAgb2JqCjw8IC9MZW5ndGggMTcgMCBS
+ IC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4AbWbXY8lt42G7+tX1GUb2CmX
+ PkpVyl3idYINchHHA+RisRdOx5PxYNpOppM4++/3oSRSOn3qdLeNLAxjDjRFiaIo8uVL
+ zd/mr+a/zSv/OeeOeT/C/Onb+Y/z9/PnXzy6+f5xduW/x/v5zbpss/w/fvmOkd2F3U3r
+ cmTnfGYgxexynJHx+7GsLm3zluKy+z3PD7PPfknJ+Xnb9iXlYxtGYlrC6rapy4W8+N2j
+ yexTWFjomLfgFx99mj1/mfzBTDbi45KPwHpNbkLOrUsIB3Jt9mHENDA51RM5m313y77t
+ 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
+ anBKfV3HH/qPZaQ3G4QbwtTrKhiErnsJ/2Ic/FuetvKvkCCYxMLyGgfPg85dNgwP9qfJ
+ j9vCHBElBLK40vXfAQjshjKA513la6xVvgbBybtS7i+rYDEnPU/q8YmAIfQw8oAUycS8
+ QMGAe5RmN3GamyFkDwuvPBQqwTnJ413QTXnixC+qsJ02s7yp4W0AjDMv4sgP7IQCrdhQ
+ RnbRWyx3GB0rw1kgiIg6OGrMIKz2DmqiFSUP+wUaMEb+xbnKOa/EuGL4M+nb51wILV1P
+ Hitx58XDdb2qmjypGtYTdfPOAwo5aF2PJ0wmLZn4FgsLzSoBk/Kk3veXGvs//3kJvBJI
+ UDyHH4mMybZwDwo23AMUlIWnkwfAwEeMTdbOBTQJm1bcQ6AwL6y5oFBpPJPlDBnhxPmX
+ PeVZMEfPQxUCZPEP2iPcYoRFTMKt58a7JPGLEdyLr2Uh+pYEheKOngMFCB5AKUaIHLAN
+ fFCepeAWPISJeDy+B2oAlcotF5gO5ygwbhXXFW8iYgtI5/UIb2fKWzKypci1g6jcooaR
+ QuRTGzIZqRG3lvOmPOcBTTNDqL0S4pb86yd8TphY9lHOW9oAT6Rv+1cBjCpRmLK9PuPW
+ 9ST5l3/ghX+19crFTsIgX6yn0mg7+NdVThGCgmAtR1L/TcOQT/iXGykDSK4Tynz3o9Lh
+ xmI9fn1vWcbIAXv2YV2Bs9ex7V+l/VKf/SohZtNctPaGtEM0EoBzcTemlx/NVlBx+zFN
+ YUcoxFoP9KU7Z49xz+b96v8A/X2xDQplbmRzdHJlYW0KZW5kb2JqCjE3IDAgb2JqCjUx
+ NDEKZW5kb2JqCjE1IDAgb2JqCjw8IC9UeXBlIC9QYWdlIC9QYXJlbnQgNCAwIFIgL1Jl
+ c291cmNlcyAxOCAwIFIgL0NvbnRlbnRzIDE2IDAgUiAvTWVkaWFCb3gKWzAgMCAxMTE4
+ IDc4M10gPj4KZW5kb2JqCjE4IDAgb2JqCjw8IC9Qcm9jU2V0IFsgL1BERiAvVGV4dCBd
+ IC9Db2xvclNwYWNlIDw8IC9DczIgMTAgMCBSIC9DczEgOCAwIFIgPj4gL0V4dEdTdGF0
+ ZQo8PCAvR3MxIDIwIDAgUiAvR3MyIDIxIDAgUiA+PiAvRm9udCA8PCAvRjIuMCAxOSAw
+ IFIgPj4gPj4KZW5kb2JqCjIwIDAgb2JqCjw8IC9UeXBlIC9FeHRHU3RhdGUgL2NhIDAu
+ NDQgPj4KZW5kb2JqCjIxIDAgb2JqCjw8IC9UeXBlIC9FeHRHU3RhdGUgL2NhIDEgPj4K
+ ZW5kb2JqCjIzIDAgb2JqCjw8IC9MZW5ndGggMjQgMCBSIC9GaWx0ZXIgL0ZsYXRlRGVj
+ b2RlID4+CnN0cmVhbQp4AZWZS28dxxGF9/MreiktNO73I7tEUIAYWcQxgSyCLIILO7JB
+ yrGZOMm/z9czU1VD8V6ahiCILrN6qk+fPn26+kf3lfvRef6EELprPbmfvnF/cZ/cF+8f
+ g7s8urD9eby4d34tbv49/+a3RFpILSx+7SOEOAjUPMLIjpxY8hpDLa7yQ4ttuAcXa197
+ DdHV3NY6ejlFUl2TD2WxvDjW2CKVuJjGWhpF1hjXmGN1MZS1x85IGvFhDT3xvSNvubjQ
+ 61pSJ+8Y/RTRCjRP6uR7OnoNaystL1bBEbkyv4v7FsC+5O/3O4TvvwaRlHJtjR9yGz0N
+ wIq5jNrd1++BP2wL8G7+MxfgAkaCW4h9n/8Jt5DKhpLitoRcDyQ1r6Qd7xNuobJWzMNm
+ ZpFj/kuwPMVNR7eIViC4aZ2G2xJiONZJVs4iWqfM7+K+hoqe1esxlXTtpwVCncCKsa0N
+ EsUJ2O/uXMgHjNm9C20tvvbsCny9e3Bf/D6tUNzdfev+6t58+PR2gc3RvfnXWz7Ev9+9
+ nfQ+Bf731v3N3X3pPtxtVdUBdyf7O+ytk+MH2R8vSxqMnQebJ4HvzvEc0lqLD65Ffpgc
+ t0iI++pZni/bGsPV1OKa82Bag3WfHE9g54tPp0joay4+unbkzb0x2trzGK4doy8WkQqS
+ 5kmdfE9GbwkwJze0Aolcmd/kOJxmL4aN0zm1NlcsN+AJtzgt810K27dFP7VAUSljAyVY
+ pKEjgzk5yXONEoF3aoFUuXRkpbTEb8lMLKLztTxDRUaXyKIVKE5a5wmnzFKxLEErcBY5
+ eGDzewWnp0ieOJ1KYT6sYt9JjVB4z1LfIWMneiNuo0Cq5+x+88N/7n9z9/G7T/946+6+
+ F/q+oNCBeeeIhIrwPbgwoHdBwFWgLSICrWmmz4H9yIKd9JkFQ8wpXPUZsEprk9+ah3it
+ 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
+ E5wFr3BcQwwviRhep7xtu+ldzm519hPPZKdDi9e0rVvMS86zbjHLAYfLtbcNu99tJ/re
+ S7uol/2nGODXn/aV55bB17j2zvc6egpTejFl85aFznIM8Uz15Oi5poTkBA5YDsOGUBSO
+ K/b3HIdnQQ7IefZM9iLhqGPqGCL0IIeyxT4+z6aKCelX/wd5Z0aUCmVuZHN0cmVhbQpl
+ bmRvYmoKMjQgMCBvYmoKMjU3NQplbmRvYmoKMjIgMCBvYmoKPDwgL1R5cGUgL1BhZ2Ug
+ L1BhcmVudCA0IDAgUiAvUmVzb3VyY2VzIDI1IDAgUiAvQ29udGVudHMgMjMgMCBSIC9N
+ ZWRpYUJveApbMCAwIDExMTggNzgzXSA+PgplbmRvYmoKMjUgMCBvYmoKPDwgL1Byb2NT
+ ZXQgWyAvUERGIC9UZXh0IF0gL0NvbG9yU3BhY2UgPDwgL0NzMSA4IDAgUiA+PiAvRm9u
+ dCA8PCAvRjMuMCAyNiAwIFIKPj4gPj4KZW5kb2JqCjI4IDAgb2JqCjw8IC9MZW5ndGgg
+ MjkgMCBSIC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4AYVVTW8TMRC9+1fM
+ sTnUtWf8eYQKDr21jcQBcUBLo4IIoqRC4t/zvLv+SBqKVslab3c8b57nzT7RLT2RweV9
+ ppiEfj3QB/pBV9cHS9OB7HwdJro02lP5DS/uAEQr0eKesrWcldHBZZsdIYRd0iGKkEtW
+ i6REe+IQtHMMLGLhowxISNo7ji1OuSA6BMuEvcTobJwn55OOMQdiw9pkPyA2OS0cIg1x
+ Fvm8jxF7rbtXpDPocZUn8rXdU9DMxjUGyjXkRX0T7aDXDX7fFgWv7yGNiAsxYuFiTpKx
+ YOdzSOr+GuJDPFyX5Vb0n6BR3VeMXeofdBODgmaVqpJi3ayk6nE2L3oPugm7tY5aWUNa
+ /bLGqYmaSnX3AakMelzlOejGOcznpNrJVeRMfRPdoxGNtimxeDm7OkxqEIstZMARMv4h
+ 2dstWbcK6eiSWduQMpoVj7d7unrvtIHS2x19pIs30/MGjcp08XVT+hqL3231vCnnQxd/
+ NvSJtjf0bgtmcAOa8IAEaOuBhdjCIamVAa8MGAzQ+ini6cv0jzXp57r4Uhd3G7XweajI
+ 1Ij9rBCeHTGbfXpqRBSxGFGBsfP+hRFdlBMjdqRapcetRkRjOIknRnQmnxhRMvx+YkRB
+ vmJEmHMxoupIHQU9rhux715t1xmsiOo8e9xuPKdmrfbmYK1Wd7WW6shqra5gtQhGUuPR
+ jNS4VkS1ioa4VnezVkeqtXrcaq2ifNW5Gakx6Eg96VbfP60FB1S7HTc1pvNr1rI6wlnH
+ 1lLVWndDky6d/L8GLsPP0JlJWEzFgTE0HZNYjH98GvYkAf3H7ABZNGJw9H0ZHvM+qESi
+ Ly8UY1ptrDDt1RzkxQLDIMhSggqWMqe5IYFFYI/nojHTDWa6wUx/QqGn07rlmwmlUL5y
+ LZ+YVEiGMV85dmCijvIN0WUW3v4FFQ2FUwplbmRzdHJlYW0KZW5kb2JqCjI5IDAgb2Jq
+ CjcwMQplbmRvYmoKMjcgMCBvYmoKPDwgL1R5cGUgL1BhZ2UgL1BhcmVudCA0IDAgUiAv
+ UmVzb3VyY2VzIDMwIDAgUiAvQ29udGVudHMgMjggMCBSIC9NZWRpYUJveApbMCAwIDU1
+ OSA3ODNdID4+CmVuZG9iagozMCAwIG9iago8PCAvUHJvY1NldCBbIC9QREYgL1RleHQg
+ XSAvQ29sb3JTcGFjZSA8PCAvQ3MyIDEwIDAgUiAvQ3MxIDggMCBSID4+IC9Gb250Cjw8
+ IC9GNC4wIDMxIDAgUiA+PiA+PgplbmRvYmoKMzMgMCBvYmoKPDwgL0xlbmd0aCAzNCAw
+ IFIgL0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4Kc3RyZWFtCngBlZW7blsxDIZ3PQVHe7Ai
+ UTdqbIK0QLYgBjoUHQo3QVvEARIHLfr2/XWsm+MshWH4HFqkyE8/qWe6pWcy+ISQKYmj
+ l3v6TE90cXWwtDuQXT6HHW2MDlS+08IHGJJ1yeJXsrWcldHRZ5s9wcXmoDnGQD577aKn
+ PbHJuiyECS4+82SRoG0w0t2UF6uji4RIgrhshXwSbdk6siFqSYJA3eJZs3PYbbhx0kFE
+ EKnFrpaxv+1uNUns1mPnVDZJ0/7Vos5q29EDUN3g++sI7+oOVJzzMSU8+JTFZTywDzkK
+ 3V2BO7jhsyk/QK92+147schS+4SMMx8BdYhcsikQezbO2EJaTcic8bWIVtawtNqrWyHd
+ ALXYarLU/TuyluSEjAvp5YDakQ1LlYMabneQn9FWhF1w7z5BRhMnG0WncsJCgHW5VdZX
+ hB4YcdgmiqcAlW73dPExaAPG2wf6Qqvrp3XRMNPqdV2OgVY/Tw1q9XdNX2l7Q9fbJa1T
+ ZcNnKNuJ18xclB10KjLckwd6DjgM6F97Ya+GBcuDTZGGH+hwEfSOXEwggO7zKejM0ZJz
+ WYfobbcox6wDL5UPPxM0ugg90aN3S82Ahl/NE8Lo0YMx2iSIsmcwLGf1FXlPB9EF2yti
+ SceKJhKMPJa6OwnOsrAZJJzhhWDJrJFwJtXMGolhaSSaXyHY6m7R1WSpGXQSPc+JBAtX
+ 8i2DZlHn9e3of1ULbWt3lG3p8cstzbJFQZB1xmB9T7Yfdmdy/V2Fq7qST4W7dMQ786W0
+ DJtYGoixHV5y1piXeFGPx6IWV7Rcwb1MUhnLIGt6bD4YqHj5cboQ1wHdKIMB+FYpZesa
+ 883WPGLi9OaYJa39khbuIi53kSmXyhSaA6RTehBXxBErLwVscL9sfNSGA9Tt+yxQbRb8
+ aZ3/rT0cPtWhcN8sfVx0y0tf/brGPYcJ0v/63rwuT47i9h/0HHmZCmVuZHN0cmVhbQpl
+ bmRvYmoKMzQgMCBvYmoKNzE5CmVuZG9iagozMiAwIG9iago8PCAvVHlwZSAvUGFnZSAv
+ UGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgMzUgMCBSIC9Db250ZW50cyAzMyAwIFIgL01l
+ ZGlhQm94ClswIDAgNTU5IDc4M10gPj4KZW5kb2JqCjM1IDAgb2JqCjw8IC9Qcm9jU2V0
+ IFsgL1BERiAvVGV4dCBdIC9Db2xvclNwYWNlIDw8IC9DczIgMTAgMCBSIC9DczEgOCAw
+ IFIgPj4gL0ZvbnQKPDwgL0Y1LjAgMzYgMCBSID4+ID4+CmVuZG9iagozOCAwIG9iago8
+ PCAvTGVuZ3RoIDM5IDAgUiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeAGV
+ lbtuGzEQRXt+xZRSIZrk8LWtFbtwZ0hAiiBFoEhIAsuBpSBB/j6XuxwuJTuFsRCWGHFe
+ l4ezL/RIL2TwhDBQykynPX2kZ7pZny3tzmTH57yjldGByq/beIAhWU4W7zxY6wZldPSD
+ HTzBxQ5BGxsD+ew0R09HcmbQMVpHPmWd/eB6C2sbTG5uykds5kiIlI1Gmkw+Rm2dZbIh
+ 6ugyAjWLt3rIjGyzm0uaOWflk8Suljm/bW61SGRrsXPQOeXU5a8W9aq3HR0g1QN+Pybx
+ 1huowuxjSlj4hNoGLJwPQ8y0WUN36IZnVV6QXu2OrXdiAyXReycZGz8J1ERkqDmK2Kph
+ y0Vp1UnGNtYmpK3ZIr1Xt6K0CCSxVWep+ZtkUmQnmRtSPSA5stlScVCz2wb4GW1zdhz4
+ zRUw6nSyMYNAn8DEkW63yvqqoIeKSQcTs6eALdsj3dxHbSDx9kCfaHH3vCwIO1r8WpZT
+ oMX3S4Na/F3SZ9o+0N12rOoSbPjMYHO212AzmrsAW3WWCt/s1ghl0HsJNnt3BTbjSArY
+ 3X0YzwtgQwqJXQ5+stSLJW7t9u1IYisvYM/5m+W6twJ2dwQjqkV+6aYdJ0wiQkO1s1RU
+ xY1m5qQI1cCUQrGpwtu66dykZUF1CllEkPxqdqv3aRaBGpiSv7OICA1V9V5UOfgeVfof
+ qur9qNIVquMd2KzVW6fkTEQZbBImCWMdx/UTje2MjrhhbD3+KNeqbsLAHOipOoAxrL9d
+ 7MLkx6wzmHVvJZ3ijUlBx5TUt3hsTRdvKq2Ug0+OK58cU74dXVgXyo3204C83WJEjXWv
+ 8F75oMEKJqx/feX/yAX/IovzB1ntl2qaBqc2Bn7v5c+vsrivo+L0UyzHfkY8/gP7L3Iu
+ CmVuZHN0cmVhbQplbmRvYmoKMzkgMCBvYmoKNjY2CmVuZG9iagozNyAwIG9iago8PCAv
+ VHlwZSAvUGFnZSAvUGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgNDAgMCBSIC9Db250ZW50
+ cyAzOCAwIFIgL01lZGlhQm94ClswIDAgNTU5IDc4M10gPj4KZW5kb2JqCjQwIDAgb2Jq
+ Cjw8IC9Qcm9jU2V0IFsgL1BERiAvVGV4dCBdIC9Db2xvclNwYWNlIDw8IC9DczIgMTAg
+ MCBSIC9DczEgOCAwIFIgPj4gL0ZvbnQKPDwgL0Y2LjAgNDEgMCBSID4+ID4+CmVuZG9i
+ ago0MyAwIG9iago8PCAvTGVuZ3RoIDQ0IDAgUiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+
+ PgpzdHJlYW0KeAGVlbtuWzEMhnc9BUdnsCqK1G1sgnTIFsRAh6KTm6At4gCp2wJ9+/46
+ Prqk9lIcGBZokyI//uR5pXt6JYcnhEIpC/14pI/0Qu9ujkz7I/HyHPe0dTZQ/Ux/fIIh
+ sSTGdy7MvhhnoxYuSnBRCdZxDKRJrESlA6kWGyN70lhs1oLDsKjl4HJ3MxoRTSIhkncW
+ 1+C3kCx7FpISbfQZ/t2S2ZYsuK27SUxWJGdEWmM3y7hfutua5H6KnaLNKafp/tVizmrb
+ 0xNQ3eHz/QTv5gFURDSmhIMm5FZw8BpKzPRwA+7ghmdbv4De7MGnIRMHUKh9QiYsK6CG
+ TDivELub95W0mZCJD6ciOrJhabXLyQ2kO6AW20yW9f6OrCU5IRMXTw3qLRuWNUkz3B4g
+ P2c5Zy9BLp4go4mTugwFAimB1fXOsK4EFRSTDS5mpYC/7A707kOyDoh3T/SJNrcvV1XC
+ njY/r2oXaPPtrcFs/lzRZ9rd0e1uyeqtsOEzhO012VKgQoUcUoIKD+QhMed8gc1bzV7N
+ sESkxCnS8ItsvYee9+QFsk0FfiHa4iOTB0LnHXeL4eIQu+pw+DHkWgpGT1v0YVkzoOG3
+ 5gldjOhovkvQ5MigW87qq+qe+tD12iuqXV4qmkgIY18sdTc2giZVNoOEeF4I1swaCfEA
+ sGTWSHRLr6j5gWCvu0U3k2XNYPi1PCcS4tCChXzPYLWY8/r29L+i9YzmxlLH+3pHs2Qx
+ dRxzwU69JNn3+zOp/l5Fa7qK34p2mYYLq6WOi8da1JgDCatVwVY6YNqXDRuMcLBaAtPz
+ qbwlEGZPYl7WEEbOYqJD84l18ybAdZrhs8Spx7pogwtsnunrJWe8MbAjHXbkv2qqKbbb
+ ajYhgcuaIW5DhhirEvx8W91RWrTANm6bnGun8CLz9UXm6htpulQc9gVqwK489cUvNW/x
+ btpi0Tp2SUnPF8mvtjaOj+30pS8Oc0/3fwGLE3cRCmVuZHN0cmVhbQplbmRvYmoKNDQg
+ MCBvYmoKNzM1CmVuZG9iago0MiAwIG9iago8PCAvVHlwZSAvUGFnZSAvUGFyZW50IDQg
+ MCBSIC9SZXNvdXJjZXMgNDUgMCBSIC9Db250ZW50cyA0MyAwIFIgL01lZGlhQm94Clsw
+ IDAgNTU5IDc4M10gPj4KZW5kb2JqCjQ1IDAgb2JqCjw8IC9Qcm9jU2V0IFsgL1BERiAv
+ VGV4dCBdIC9Db2xvclNwYWNlIDw8IC9DczIgMTAgMCBSIC9DczEgOCAwIFIgPj4gL0Zv
+ bnQKPDwgL0Y3LjAgNDYgMCBSID4+ID4+CmVuZG9iago0OCAwIG9iago8PCAvTGVuZ3Ro
+ IDQ5IDAgUiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeAGVlU1vEzEQhu/+
+ FXNsDnHt8feRRnDoiSqROCAOaJsKUIvUpgLx73l31x47tByqVRRr1vP1+hnvI93QIxk8
+ IRRK2dHTkT7RT7rcnSxNJ7LLc5poa3Sg+TdsvIMhWZcs/nOxlosyOvpiiye4sGXNoVgK
+ 1uqUMtMDMRfNPlEwSfvMfjAguE1RvJQvUTPbTBPZEjQjEyG2LhxRVUw6cU6DJaAYbwos
+ 3c85nYJTwdTgdjX09LZ5SY3I1mIHG7VJvqevBvWys4nuoNQ1fj9W7XZ7iOKcjylh4VPJ
+ rmDBPpSYab+D7JANz3b+g/JqgjpNMTS79t4V4xSqQFVCzlwlFK8cF53VoBhDMZOQW7rq
+ ltY7V79Z6SpQC67E0NKLYlLjoBjHOJ9PV6wZWmdq8NoDPqNtzuyCe3UFiAaZbLYzf8YT
+ pLo6KOurgJ62zNrGXPAaWw4PdPkhawOFD3f0mS7eTc+bWXy6+L6ZScbil6yeN6AWlj8b
+ +kKHa3p/WOo6BxveHWxQ9gJsz6DOJ6BWwa4G1FvZE68BUFcwImdgu+jPwVbOA/V/wHYO
+ sEM0Cd4NNb14dbCVxG5gS/pmkBq7F8AezmBBFfor2SkH+kCtZUFVDA3V7iXIKSlCwJQ6
+ u6VpMKDaWm6oUjUAsTopooHUOFGPXVHt6auh11iHEOP0VlRdyiOq9D9U1VtRXSk+R3WZ
+ gv1OvXJMuF5xo6aCm9ex1+v6fm1nccOEOcd4MY9V2wSG1X11CMbSPX0724V7H1edwVX3
+ Wso13pAUBxIRoxaAz0CPt+6a1cUHh+cPjpm/HENYTn5RsrSh56XurWXaeqddiD6Qfzny
+ v9ugf22L08enY1tPx41a74HbZpJ3Yrk6k/nmL/qRb4cKZW5kc3RyZWFtCmVuZG9iago0
+ OSAwIG9iago2NTYKZW5kb2JqCjQ3IDAgb2JqCjw8IC9UeXBlIC9QYWdlIC9QYXJlbnQg
+ NCAwIFIgL1Jlc291cmNlcyA1MCAwIFIgL0NvbnRlbnRzIDQ4IDAgUiAvTWVkaWFCb3gK
+ WzAgMCA1NTkgNzgzXSA+PgplbmRvYmoKNTAgMCBvYmoKPDwgL1Byb2NTZXQgWyAvUERG
+ IC9UZXh0IF0gL0NvbG9yU3BhY2UgPDwgL0NzMiAxMCAwIFIgL0NzMSA4IDAgUiA+PiAv
+ Rm9udAo8PCAvRjguMCA1MSAwIFIgPj4gPj4KZW5kb2JqCjU0IDAgb2JqCjw8IC9MZW5n
+ dGggNTUgMCBSIC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4Ab1Vy27UQBC8
+ +yv6mD3sZLrnfSQRSOQWZSUOiAMyWQHKBiUbgfh7aux5LZsbErIst8rT7Zpydc8T3dIT
+ aVzOJQrR0PM9faBHurw+Ms1H4uU6zrTVylG+h4V7AIFNYDxjYpY0aeVt4mQJKcKsorWJ
+ HIIQotCBRKLSjgM5HZSNYkcE5Tn4ljfZ5JUIR5qJk1PeoASqqyQevHxSxuNlR5xR7BwD
+ 6XnGq2SjmZwu1bkgnQHXvMYT36vVHXulg+0ECjCd726mPdS6wf191e/6DsIYY30ICGxI
+ 0SQEYl3yke6uIT2kw7XND6g/zVCoqiaB190PqklwRaOqo0QpOra86Be1p0E1gWo64Ott
+ Xx2pu5eSl9WuGtXqU0cqg6Za4zmoJh6yi++qVaDubhqy7mBCrThGMc68GsFMg1SMLcOH
+ 2hLkutpNbIuIlrYiin1MeI0luwNdvktKQ+Xdnj7SxZv5ZZN/AF1822RHI/jZopcN3Avk
+ 94Y+0e6G3u4WXqcGR3Y3uNXuzOAWDLLBYbhi8IqAcbFgyxuMamL6y+DGm8XgaINieWPD
+ mcGN0YvBe/UBKQxq3jQYvFZHc64GbwQq0FgOWfvxPzTLtpXtpx6o7bpZtiPVsj2vW7bR
+ aAZtTDtSdRgs23bdLNuRatmqAzWeM/XqxbKdQAEqy3+xrAn+/1l26YZXpktuF0FTSkiY
+ xEasWuMHWjpwypMInWaM4EVur7oIVqaHkuA0I/56sgrnAMaextgburS5Y613+lHf6uF3
+ DfXWVZkODiDJB9BCaSgrwS5Kpjwrr3bEgiV5ggptLSuDlsIBcN76v2rDf67B8X2ZBY+b
+ aZ0F+wL8qEueD/c1/FKDq5P5cPsHuYVz/QplbmRzdHJlYW0KZW5kb2JqCjU1IDAgb2Jq
+ CjY0NwplbmRvYmoKNTIgMCBvYmoKPDwgL1R5cGUgL1BhZ2UgL1BhcmVudCA1MyAwIFIg
+ L1Jlc291cmNlcyA1NiAwIFIgL0NvbnRlbnRzIDU0IDAgUiAvTWVkaWFCb3gKWzAgMCA1
+ NTkgNzgzXSA+PgplbmRvYmoKNTYgMCBvYmoKPDwgL1Byb2NTZXQgWyAvUERGIC9UZXh0
+ IF0gL0NvbG9yU3BhY2UgPDwgL0NzMiAxMCAwIFIgL0NzMSA4IDAgUiA+PiAvRm9udAo8
+ PCAvRjkuMCA1NyAwIFIgPj4gPj4KZW5kb2JqCjU5IDAgb2JqCjw8IC9MZW5ndGggNjAg
+ MCBSIC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4Ab1Vy27UQBC8+yv6mD3s
+ ZLrnfUwiOOQW7UocEAdksgooQUo2gPh7aux5hd0bErIst8rT7eqamvYz3dEzaVzOJQrR
+ 0Ms9faDvdHlzZJqPxMt1nGmrlaN8DwsPAAKbwHjGxCxp0srbxMkSUoSNwttIjlmFEIWe
+ SCSq5CyT00HZKHZEUJ6Db3mTTV6JcKSZOAVlhD2hukriwSuw8iHaAXFORS8CpOdZrbR1
+ aXK6VOeCdAZc8xpPfK9Wd+yVDrYTKMB02t1MB6h1i/vbqt/NDsIYY30ICGxI0SQEAj4+
+ 0u4G0kM6XNv8gPrTDIWqagIKS/eDahJc0ajqKFGKji0v+kXtaVBNoJoO+HrrqyO1eyl5
+ We2qUa0+daQyaKo1noNq4n3epa5aBWp305C1gwm14hjFOHM2gpkGqTja7ENtCXJd78Gt
+ iGhpK6LYx4TXWLJ/osv3DANA5v2BPtLF1fy6yTtAF1832dIIfrbodQP7Avm9oU+0v6V3
+ +4XYW4cjuzvccjpxuDV2cTgcVxxeEVAuHmx5g1OtNn853ISwOBznoHjeeD5xOOy1OLxX
+ H5DCoOZNg8NrdZzO1eGNQANOussOHzaiebb103b1iVrXzbMdqZ7ted2zjUZzaGPakarD
+ 4NnWdfNsR6pnqw7UeM7UqxfPdgIVKDr8i2dNWmbnf/Lsch7OzJd8YEQC2k+YxcYkhWmL
+ +JGWMzjlWYSzZiyMtxywughexqI1wWlG/PBmFf4EGHwag++cPdZ6bz/qWz3s11BvXZXp
+ 4Bck+Re0UBrKSlylTHlaXu+JBUvyDBXaOvwTUkCH9szh/1WP/OcaHHfzwxpPF/cV/FKD
+ HzV4rMHpmqtDmSd1rtxvpnWuvIxT5O4PUpp7UAplbmRzdHJlYW0KZW5kb2JqCjYwIDAg
+ b2JqCjY1NgplbmRvYmoKNTggMCBvYmoKPDwgL1R5cGUgL1BhZ2UgL1BhcmVudCA1MyAw
+ IFIgL1Jlc291cmNlcyA2MSAwIFIgL0NvbnRlbnRzIDU5IDAgUiAvTWVkaWFCb3gKWzAg
+ MCA1NTkgNzgzXSA+PgplbmRvYmoKNjEgMCBvYmoKPDwgL1Byb2NTZXQgWyAvUERGIC9U
+ ZXh0IF0gL0NvbG9yU3BhY2UgPDwgL0NzMiAxMCAwIFIgL0NzMSA4IDAgUiA+PiAvRm9u
+ dAo8PCAvRjEwLjAgNjIgMCBSID4+ID4+CmVuZG9iago2NCAwIG9iago8PCAvTGVuZ3Ro
+ IDY1IDAgUiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeAG9lU9vEzEQxe/7
+ KebYHOLa4/9HGsGht6orcUCclkZQJVQlFYhvz/PGHrs0NyS0iuIdecbPzz/PPtMdPZPG
+ 432mmCz9eKCP9J2udydDy4nM+pwW2mrlqfyGiXsEorHR4D9lYzhPWgWXTXaEFDZWOasj
+ eWNUjInpSMxJJR9QRkflErsxgvImBsmbXA6K2SRayOSktPaE4ipzgKzIKucx4KPyIVtM
+ 6VmOlXHWT17X2qZG+vqm5YlKrFaLexOUjk5Wr+/T250ttIdTt/g9nr3b3cMUa12IEQMX
+ c7IZA3Y+h0T3O9gO2/Bsyx+cnxa40xzjaM47Hxzj6Ks/zUNOXD2UvBRWp6fuGMMxHbF4
+ 21QPtJ1zzSo+N39a7alH2vrimKjsjnEI5XzEsfbedjYNOfeATyuTEltvL44A0WCTSTAA
+ B+cIVt3MUFYNdLRlHHRI4KFMmY90/QHMaVg87+kTXb1bXjbFfbr6tikoY/BTRi8bYIvI
+ 7w19pvmW3s+rsNdkI7uTbZNV2hSKO9k2RxWCYbBWyW4RSK70Sd7AqA1J4QqljrZ1TgX4
+ D/4r7JazAkCFdmHbGg++Uhqq90hTUPMm0blQqw7tZ7hFgATe7K7QPRyE8Cr7kVM9kuxa
+ eO2RxmvP67yKDOFTlPZI82EgVnwQYnukESv+ic7Bh4ZoF1AZbir/hVnrw39kdr0PF3pL
+ uTDMkThm9GCrk0KXxfhA6x2cSh/CXbMgIqwXrE0Cy5h0TvDaYPz11Sx8AdD0NJreRTzW
+ eq8XDVIP5zXUO88qcvDp4fLpWSUNZTnk1cpcOuXNXK6x1pppRvdhzC6tlNdOoI0Nkdzf
+ feBq/3Q4PP16+LKh+XG95dPdH/JsaHcKZW5kc3RyZWFtCmVuZG9iago2NSAwIG9iago2
+ NDcKZW5kb2JqCjYzIDAgb2JqCjw8IC9UeXBlIC9QYWdlIC9QYXJlbnQgNTMgMCBSIC9S
+ ZXNvdXJjZXMgNjYgMCBSIC9Db250ZW50cyA2NCAwIFIgL01lZGlhQm94ClswIDAgNTU5
+ IDc4M10gPj4KZW5kb2JqCjY2IDAgb2JqCjw8IC9Qcm9jU2V0IFsgL1BERiAvVGV4dCBd
+ IC9Db2xvclNwYWNlIDw8IC9DczIgMTAgMCBSIC9DczEgOCAwIFIgPj4gL0ZvbnQKPDwg
+ L0YxMS4wIDY3IDAgUiA+PiA+PgplbmRvYmoKNjkgMCBvYmoKPDwgL0xlbmd0aCA3MCAw
+ IFIgL0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4Kc3RyZWFtCngBdZU9bxsxDIZ3/QqO8WBV
+ pL7HxmiHbEEMdCg6FG7SDzgJEhct+u/76u6ok4MEB8MET6TIR694T3RNT+TwxFgpF0/P
+ t/SJHujd7sR0OBFPz+lAW2cjtd+w8A6OzD4z/ktllmqcTaFyDYQQCWxjFIol2ZyL0D1J
+ LJYDXsciNhQJgydHGzknDTMxsxXhQsgkwdYYMsWUbJVEXIt1IfrVUdiGUGgI4hRsiS7B
+ N2c2q0d3Zw3TEg9D6srWZVTYN1fH3JfpfR3oDpiu8Ps1g9vdgIj3IeUMI+RafIUhIdZU
+ 6GYH5mCGZ9v+gN0cwGbBxTXNfQ+4xAH9BEcBissLwCVMmCfKZsAlnKYWOq7uWPrWIDDu
+ cHpm9Zi+u+LqJQ64GHTa0XRc3fGiLxR4A9k5y6WIxxm+ZkE+A6NWJpSXK4HT5Z44LPQC
+ bUUsp1Lx2kazv6d3H1msA9/9HX2mi/eH35uGni5+bpqIYfzplr76t6EvtL+iD/upsEnT
+ kPKsaUSvmg4eyTlhtxKtTwGaDiHZlLjpnG0JVQZPTpajK2YNy2KTT+AdOFtcHUg2VcvC
+ nnz1NgnuyerJxUI7rfUlzGBPKKs0pc+5afXo/r6HLUUehtyl2JJL7vtDxup52VvT9XAK
+ k1LbCfRuuOapmxUCtMJTyysEcWnBovmFcTvAboCA/ueyOgT1mN7NGtZb7rkHz7J/D9Mi
+ D6bnxoCakfdDWD1aZA97S60QiCr4XK3BQYpvqJWLlSoVkwxLulpNV+t3FemtGg9qQKyD
+ SKcL8NYkiQHZxTV1+ogjmuzj3MgUiIJ9injR7pQuwkym4xIAdZkj/ThbhXGPIecw5F4T
+ xZzvfFPWfJBFhq355lVtCuA7I+0749oHY0jr29wuUe+7TFVvccm2IVonLjKFV277X4X1
+ VY3TTq1HNUai00B4ftyYeTQcdU03+jl801eXZ9Pi+j+T6HN4CmVuZHN0cmVhbQplbmRv
+ YmoKNzAgMCBvYmoKNzE2CmVuZG9iago2OCAwIG9iago8PCAvVHlwZSAvUGFnZSAvUGFy
+ ZW50IDUzIDAgUiAvUmVzb3VyY2VzIDcxIDAgUiAvQ29udGVudHMgNjkgMCBSIC9NZWRp
+ YUJveApbMCAwIDU1OSA3ODNdID4+CmVuZG9iago3MSAwIG9iago8PCAvUHJvY1NldCBb
+ IC9QREYgL1RleHQgXSAvQ29sb3JTcGFjZSA8PCAvQ3MyIDEwIDAgUiAvQ3MxIDggMCBS
+ ID4+IC9Gb250Cjw8IC9GMTIuMCA3MiAwIFIgPj4gPj4KZW5kb2JqCjc0IDAgb2JqCjw8
+ IC9MZW5ndGggNzUgMCBSIC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4AZWV
+ PW8UMRCGe/+KKXPFGc/YHtsliUKRiignUSCKaCEKKInIh5D497zeXXsdchRodVprzvP1
+ +PXsI13SIzk8MRZK2dPTN/pED/Tu7Jlpeiaen+eJ9s5Gqr9h4w0MiX1ivHNhlmKc1VC4
+ BIKLBGeLqlDMalPKQvckMVsfgsImNmQJgyVFGzlp9zMxsRXhTIgl3sacCkVVW0SJS7SB
+ hTdDytZ5n2nwYkU9MQZEWmM3y5afu1+rchqCF7YuociefjGYt71NdANWF/j9WOidXQGL
+ 90FTwiKkkn3BQkIsmunqDOABDs++vsDeTODTmHHRpfeBmTgcwEyoURSXVorNT5hn1mZg
+ JqxzF51ZN7TemxdId0Itthksa/7OrFc5MGMgqifUmXXDWqMZvK4gQGc5Z/HRH11BSAMo
+ caVqEEIArNOD4bAiDLQXsay54G9sOdzTuw/srQPkww19ppP308uu8qeT77sqZyx+9dXL
+ DtKF5feOvtDhgs4Pc2Gv1Q3vTd3Bi3WsyJaj9RogbujaqrKYmNnmUKRbULFaji7T5pbE
+ qlcQD5wsLhGUq8VC0p588VYFF6ZZjMdJQUC19eaGnJBXroJfY2+Wln9zW4uczBY7Z5tT
+ TkP+bvm7tyru4RS6XHs3XNLczQaBxPHa8ooFFl2xtPjCuCIaINYOAf0vZfVCN0uDsLqB
+ XW+5xTaDZc3fIbQi4dYAY1QtyHv+zbIWCbkuvU30v2oNrkrxuFpx6NFpDv9Q6/lDE+kb
+ 1S4G85dW53twZKrUiyIxoA5xVaQ+opt5fbf0Q864Oq69RvxRi22bMKPpbnWAyLC+fbUL
+ 8x8Dz2HgHdPGEu91Uu7xMF2GeMuuihcfHqkfnrmkIax39TsS64w8PRDL3O4e773HFyWC
+ Yzhy528bxOu2+NoWH693ZpkCT28IT30u/Gzbe4DxXPqoMJd/ADMQdQ8KZW5kc3RyZWFt
+ CmVuZG9iago3NSAwIG9iago3MDgKZW5kb2JqCjczIDAgb2JqCjw8IC9UeXBlIC9QYWdl
+ IC9QYXJlbnQgNTMgMCBSIC9SZXNvdXJjZXMgNzYgMCBSIC9Db250ZW50cyA3NCAwIFIg
+ L01lZGlhQm94ClswIDAgNTU5IDc4M10gPj4KZW5kb2JqCjc2IDAgb2JqCjw8IC9Qcm9j
+ U2V0IFsgL1BERiAvVGV4dCBdIC9Db2xvclNwYWNlIDw8IC9DczIgMTAgMCBSIC9DczEg
+ OCAwIFIgPj4gL0ZvbnQKPDwgL0YxMy4wIDc3IDAgUiA+PiA+PgplbmRvYmoKNzkgMCBv
+ YmoKPDwgL0xlbmd0aCA4MCAwIFIgL0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4Kc3RyZWFt
+ CngBnZW7bhsxEEV7fsWUUiGaHL5bC07hJjC0QIog1VpCYlhGHKfJ3+dyly8pTpFgISwx
+ 4rwuz3Bf6YFeSeFxLlGIhn4c6RO90M3+TdP8Rnp53mbaKeko/4aNJxiCNkHjHZPWnISS
+ 3iadLMFFhyiV9nAJXhpv6Uw6sfReM0wso008WHyQ2qnY3ITzRnrjCZGwQppIziupWRvS
+ JknPEYGaha1M0SBbd9NKGhMjItXYxTLkb26lSGRrsUOSMcQw5C8W8UdvM50g1T1+T6t4
+ +wNUMcb6ELCwAbUlLNi65CMd9tAduuHZ5RekFzP0qZKx8kvvg2SM2leBqoisXRGxuemU
+ lRaDZMxQemmittUttXde3bLSVaAaWwyWmr+5lSIHyViZckD1yLqlFClqbzMdgB+CxsjG
+ mXdXwGjQSTudCQyKoNXtJLQtClqoGKRTPlpy2DKd6eaDtlJB4+lEn2lz97LNDDNtfm7z
+ MdDm26VBbH5t6QtN93Q3LWVdkg2fTjYkvibboLsLskW3VPq6W0PUWBzYBdmG3RXZBmeS
+ yR4GghMmCmQD9kJ2t9TJqm5t/GaqsYWrZPf8zXLdWyZ7OIOF1ax/7aadJ0xVhMbqYCms
+ Vjfq0NUiRCOzFkrdUkQY3FrLlVUaLCuroonQoeuxK6s1PzVWe5EVcfGvrBoDIDur9DdW
+ xX+wSlesLlNw2Iv3jknHhDrynXkmxtov6+d19hZHzBingD/yYJVNIMTQc3EAZFh/vdiF
+ ux+3ncJt917SNd6SVNSkqsVj7Yd4a2lZXnx0OH90VP56DGHZxEXKkK/I2wmjqJRimnDv
+ 8NLBDu+dsdKnxEz2evw3j8fvx5fH4+NHXALT0zLg4uE3rIlm2AplbmRzdHJlYW0KZW5k
+ b2JqCjgwIDAgb2JqCjY0OAplbmRvYmoKNzggMCBvYmoKPDwgL1R5cGUgL1BhZ2UgL1Bh
+ cmVudCA1MyAwIFIgL1Jlc291cmNlcyA4MSAwIFIgL0NvbnRlbnRzIDc5IDAgUiAvTWVk
+ aWFCb3gKWzAgMCA1NTkgNzgzXSA+PgplbmRvYmoKODEgMCBvYmoKPDwgL1Byb2NTZXQg
+ WyAvUERGIC9UZXh0IF0gL0NvbG9yU3BhY2UgPDwgL0NzMiAxMCAwIFIgL0NzMSA4IDAg
+ UiA+PiAvRm9udAo8PCAvRjE0LjAgODIgMCBSID4+ID4+CmVuZG9iago4NCAwIG9iago8
+ PCAvTGVuZ3RoIDg1IDAgUiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeAGd
+ VbtuGzEQ7PkVW54K0+Ty3VqxC3eGBKQIUgSKjTiwHNjKA/77DO9ueZSiFAkOBxEjzj6G
+ w70XuqMXMnhCKJSyo9d7ek/PdLk+WNodyI7PYUcXRgeqb7fxAUCyLln85mItF2V09MUW
+ T6DY4LWxEZQUtYue9mRj1jFaBsQ6+8IdEpO2weRGUyE6HV0kRHJFI02mEI22bB1ZG3Tk
+ jEANMUaX7JCt0TLSulxZU2jVgJa9keYSkatFTkXnlFOXvSFzZ0o629EDhLrF+3WSbr2B
+ Js75mBIWPqGyggX7UGKmzRqqQzU8F/UHwqsd1BHB2MSx804wtuh8lEckZBQ6SdhoFjJF
+ rzrBmKHz2IS0tSDSO0806Cz6SOgm2JK9keYSO8HYuPlw5LgWRASTzna0gfXQUs7sgju7
+ goU6lSyn6r5kCEpdbZX1s34eGuIvE7OngC3bPV3eoFsDhbcP9IGG6+dV9S/T8H1VD4GG
+ x2NADW8r+kjbW7rejmUduxqcxdWuxFNXe5zNkavVgoirF1qzp8v2xNUupBNXO8+jq7vL
+ 4Dgf25oWRHwttHb1diSx4dnZ10v+hpz2Vn3dncHo1Kq/dKPkPPfUWm5e6ZDZqUKjxXJS
+ hGq+lEJpQWYRepqIIFZdRJD8qokgRS4iUHOm5O8QEaHR1L961cXSe5X+5lX1H16lE6+O
+ t2CzVueOCcMXddR5iSNjq+O4fpru3kjEHXNc8Ee9WPMmOMTR00zA7MT6y9EuzH3MOoNZ
+ dy7pFG9MqiSpafHYxi7eVFqVFx8crh8cU78cXVh2eZQy1QF5tSV8O6axyXSRnDYcMFj9
+ mUv/S674J1kcrn/eT2s1/DERfsiutv1JkLZ4eyfQHIeG18eVmkaLxKbhs+y6mafN6zdB
+ 9v2YufsNvVV+sgplbmRzdHJlYW0KZW5kb2JqCjg1IDAgb2JqCjY3NgplbmRvYmoKODMg
+ MCBvYmoKPDwgL1R5cGUgL1BhZ2UgL1BhcmVudCA1MyAwIFIgL1Jlc291cmNlcyA4NiAw
+ IFIgL0NvbnRlbnRzIDg0IDAgUiAvTWVkaWFCb3gKWzAgMCA1NTkgNzgzXSA+PgplbmRv
+ YmoKODYgMCBvYmoKPDwgL1Byb2NTZXQgWyAvUERGIC9UZXh0IF0gL0NvbG9yU3BhY2Ug
+ PDwgL0NzMiAxMCAwIFIgL0NzMSA4IDAgUiA+PiAvRm9udAo8PCAvRjE1LjAgODcgMCBS
+ ID4+ID4+CmVuZG9iago4OSAwIG9iago8PCAvTGVuZ3RoIDkwIDAgUiAvRmlsdGVyIC9G
+ bGF0ZURlY29kZSA+PgpzdHJlYW0KeAGdlT2PEzEQhnv/iimTIsb2+LO96CiuQadEokAU
+ KLoI0OXgCBLi3/Oud8d2QhrQKspotPP1+PXsKz3SKxk8IRRKmenHE72nF3qzPVs6nMnW
+ 53ygjdGBpt/w4hGOZDlZ/OdirSvK6OiLLZ4QYiNrYyNCUtQcPZ3IpqRjtA4up7MvbvDE
+ pG0wuYWpgPjIkZDJZ40ymUI02jrLZJ3X0WUkah5TdMmMai2sBM2cp6g5tWqOVr0FLS2i
+ Vsucis4pp6F68yyTKZnsQEeAesDv64xuuwMTZh9TguETOiswnA8lZtptQR3U8GymP4BX
+ B9ARYM7EOvkAzFlMXvEIQmfDgrCF2TJxVgMw58C5DiFjdY/M7uYwcBY+kroB69Vb0NLi
+ AMwZXg5Hjqt7BJhMdqAdpIeRcnYc+KYFCQ2ULMdJfckQSN3tlfULPw+GSQcTs6eAV/Yn
+ evPWRm1AeH+kD7S6f1lP+nW0+rmeDoFWXy4davV7TR9p/0D3+9rWpaoR01XNyV+rGhq7
+ VLXqHlF1DwOKWdUccFwXqmYOV6pmZ6qqh8vAIH8ha+oe0bWEtat3IMkNzS667vWb53q2
+ SdfDGVSlTvxlGiXnCZdAaFoZPItSJYy65KQJ1XQpjVL3LBDGMIEgUu0QpL5qEKTJDoGa
+ MqX+4BEILUz9q1bZQ5Bdq9ggt7Wq/kOrdKXVmnm3VbeOyWKUAGqM1etK0bHaz/Pdq4G4
+ Y2ywk2uzy0tQCNPzEoDdCfvzxVvY+9h1BrvuVtE5Xy2qpKhp+ZyNQ765tQkvPjhu+uCY
+ 6csxpHWcK8o0Lci7PdZz7XuD/02wuIkpZPI3Lv0vueKfxDhvZ0utvonr9F2sZzGexDg1
+ 66/18W5ZI8e16lvj8Q+PxXTQCmVuZHN0cmVhbQplbmRvYmoKOTAgMCBvYmoKNjYwCmVu
+ ZG9iago4OCAwIG9iago8PCAvVHlwZSAvUGFnZSAvUGFyZW50IDUzIDAgUiAvUmVzb3Vy
+ Y2VzIDkxIDAgUiAvQ29udGVudHMgODkgMCBSIC9NZWRpYUJveApbMCAwIDU1OSA3ODNd
+ ID4+CmVuZG9iago5MSAwIG9iago8PCAvUHJvY1NldCBbIC9QREYgL1RleHQgXSAvQ29s
+ b3JTcGFjZSA8PCAvQ3MyIDEwIDAgUiAvQ3MxIDggMCBSID4+IC9Gb250Cjw8IC9GMTYu
+ MCA5MiAwIFIgPj4gPj4KZW5kb2JqCjQgMCBvYmoKPDwgL1R5cGUgL1BhZ2VzIC9QYXJl
+ bnQgOTMgMCBSIC9Db3VudCA4IC9LaWRzIFsgMyAwIFIgMTUgMCBSIDIyIDAgUiAyNyAw
+ IFIKMzIgMCBSIDM3IDAgUiA0MiAwIFIgNDcgMCBSIF0gPj4KZW5kb2JqCjUzIDAgb2Jq
+ Cjw8IC9UeXBlIC9QYWdlcyAvUGFyZW50IDkzIDAgUiAvQ291bnQgOCAvS2lkcyBbIDUy
+ IDAgUiA1OCAwIFIgNjMgMCBSIDY4IDAgUgo3MyAwIFIgNzggMCBSIDgzIDAgUiA4OCAw
+ IFIgXSA+PgplbmRvYmoKOTMgMCBvYmoKPDwgL1R5cGUgL1BhZ2VzIC9NZWRpYUJveCBb
+ MCAwIDYxMiA3OTJdIC9Db3VudCAxNiAvS2lkcyBbIDQgMCBSIDUzIDAgUiBdID4+CmVu
+ ZG9iago5NCAwIG9iago8PCAvVHlwZSAvQ2F0YWxvZyAvT3V0bGluZXMgMiAwIFIgL1Bh
+ Z2VzIDkzIDAgUiAvVmVyc2lvbiAvMS40ID4+CmVuZG9iagoyIDAgb2JqCjw8IC9MYXN0
+ IDk1IDAgUiAvRmlyc3QgOTYgMCBSID4+CmVuZG9iago5NiAwIG9iago8PCAvUGFyZW50
+ IDk3IDAgUiAvVGl0bGUgKENhbnZhcyAxKSAvQ291bnQgMCAvRGVzdCBbIDMgMCBSIC9Y
+ WVogMCA3ODMgMCBdCi9OZXh0IDk4IDAgUiA+PgplbmRvYmoKOTggMCBvYmoKPDwgL1Bh
+ cmVudCA5OSAwIFIgL1ByZXYgMTAwIDAgUiAvQ291bnQgMCAvVGl0bGUgKENhbnZhcyA5
+ KSAvRGVzdCBbIDE1IDAgUgovWFlaIDAgNzgzIDAgXSAvTmV4dCAxMDEgMCBSID4+CmVu
+ ZG9iagoxMDEgMCBvYmoKPDwgL1BhcmVudCAxMDIgMCBSIC9QcmV2IDEwMyAwIFIgL0Nv
+ dW50IDAgL1RpdGxlIChDYW52YXMgOCkgL0Rlc3QgWyAyMiAwIFIKL1hZWiAwIDc4MyAw
+ IF0gL05leHQgMTA0IDAgUiA+PgplbmRvYmoKMTA0IDAgb2JqCjw8IC9QYXJlbnQgMTA1
+ IDAgUiAvUHJldiAxMDYgMCBSIC9Db3VudCAwIC9UaXRsZSAoQ2FudmFzIDEwKSAvRGVz
+ dCBbIDI3IDAgUgovWFlaIDAgNzgzIDAgXSAvTmV4dCAxMDcgMCBSID4+CmVuZG9iagox
+ MDcgMCBvYmoKPDwgL1BhcmVudCAxMDggMCBSIC9QcmV2IDEwOSAwIFIgL0NvdW50IDAg
+ L1RpdGxlIChDYW52YXMgNCkgL0Rlc3QgWyAzMiAwIFIKL1hZWiAwIDc4MyAwIF0gL05l
+ eHQgMTEwIDAgUiA+PgplbmRvYmoKMTEwIDAgb2JqCjw8IC9QYXJlbnQgMTExIDAgUiAv
+ UHJldiAxMTIgMCBSIC9Db3VudCAwIC9UaXRsZSAoQ2FudmFzIDUpIC9EZXN0IFsgMzcg
+ MCBSCi9YWVogMCA3ODMgMCBdIC9OZXh0IDExMyAwIFIgPj4KZW5kb2JqCjExMyAwIG9i
+ ago8PCAvUGFyZW50IDExNCAwIFIgL1ByZXYgMTE1IDAgUiAvQ291bnQgMCAvVGl0bGUg
+ KENhbnZhcyA2KSAvRGVzdCBbIDQyIDAgUgovWFlaIDAgNzgzIDAgXSAvTmV4dCAxMTYg
+ MCBSID4+CmVuZG9iagoxMTYgMCBvYmoKPDwgL1BhcmVudCAxMTcgMCBSIC9QcmV2IDEx
+ OCAwIFIgL0NvdW50IDAgL1RpdGxlIChDYW52YXMgMikgL0Rlc3QgWyA0NyAwIFIKL1hZ
+ WiAwIDc4MyAwIF0gL05leHQgMTE5IDAgUiA+PgplbmRvYmoKMTE5IDAgb2JqCjw8IC9Q
+ YXJlbnQgMTIwIDAgUiAvUHJldiAxMjEgMCBSIC9Db3VudCAwIC9UaXRsZSAoQ2FudmFz
+ IDEyKSAvRGVzdCBbIDUyIDAgUgovWFlaIDAgNzgzIDAgXSAvTmV4dCAxMjIgMCBSID4+
+ CmVuZG9iagoxMjIgMCBvYmoKPDwgL1BhcmVudCAxMjMgMCBSIC9QcmV2IDEyNCAwIFIg
+ L0NvdW50IDAgL1RpdGxlIChDYW52YXMgMTEpIC9EZXN0IFsgNTggMCBSCi9YWVogMCA3
+ ODMgMCBdIC9OZXh0IDEyNSAwIFIgPj4KZW5kb2JqCjEyNSAwIG9iago8PCAvUGFyZW50
+ IDEyNiAwIFIgL1ByZXYgMTI3IDAgUiAvQ291bnQgMCAvVGl0bGUgKENhbnZhcyAxMykg
+ L0Rlc3QgWyA2MyAwIFIKL1hZWiAwIDc4MyAwIF0gL05leHQgMTI4IDAgUiA+PgplbmRv
+ YmoKMTI4IDAgb2JqCjw8IC9QYXJlbnQgMTI5IDAgUiAvUHJldiAxMzAgMCBSIC9Db3Vu
+ dCAwIC9UaXRsZSAoQ2FudmFzIDMpIC9EZXN0IFsgNjggMCBSCi9YWVogMCA3ODMgMCBd
+ IC9OZXh0IDEzMSAwIFIgPj4KZW5kb2JqCjEzMSAwIG9iago8PCAvUGFyZW50IDEzMiAw
+ IFIgL1ByZXYgMTMzIDAgUiAvQ291bnQgMCAvVGl0bGUgKENhbnZhcyAxNSkgL0Rlc3Qg
+ WyA3MyAwIFIKL1hZWiAwIDc4MyAwIF0gL05leHQgMTM0IDAgUiA+PgplbmRvYmoKMTM0
+ IDAgb2JqCjw8IC9QYXJlbnQgMTM1IDAgUiAvUHJldiAxMzYgMCBSIC9Db3VudCAwIC9U
+ aXRsZSAoQ2FudmFzIDcpIC9EZXN0IFsgNzggMCBSCi9YWVogMCA3ODMgMCBdIC9OZXh0
+ IDEzNyAwIFIgPj4KZW5kb2JqCjEzNyAwIG9iago8PCAvUGFyZW50IDEzOCAwIFIgL1By
+ ZXYgMTM5IDAgUiAvQ291bnQgMCAvVGl0bGUgKENhbnZhcyAxNikgL0Rlc3QgWyA4MyAw
+ IFIKL1hZWiAwIDc4MyAwIF0gL05leHQgMTQwIDAgUiA+PgplbmRvYmoKMTQwIDAgb2Jq
+ Cjw8IC9QYXJlbnQgMTQxIDAgUiAvUHJldiAxNDIgMCBSIC9Db3VudCAwIC9EZXN0IFsg
+ ODggMCBSIC9YWVogMCA3ODMgMCBdIC9UaXRsZQooQ2FudmFzIDE0KSA+PgplbmRvYmoK
+ MTQyIDAgb2JqCjw8IC9QYXJlbnQgMTM4IDAgUiA+PgplbmRvYmoKMTQxIDAgb2JqCjw8
+ ID4+CmVuZG9iagoxMzkgMCBvYmoKPDwgL1BhcmVudCAxMzUgMCBSID4+CmVuZG9iagox
+ MzggMCBvYmoKPDwgPj4KZW5kb2JqCjEzNiAwIG9iago8PCAvUGFyZW50IDEzMiAwIFIg
+ Pj4KZW5kb2JqCjEzNSAwIG9iago8PCA+PgplbmRvYmoKMTMzIDAgb2JqCjw8IC9QYXJl
+ bnQgMTI5IDAgUiA+PgplbmRvYmoKMTMyIDAgb2JqCjw8ID4+CmVuZG9iagoxMzAgMCBv
+ YmoKPDwgL1BhcmVudCAxMjYgMCBSID4+CmVuZG9iagoxMjkgMCBvYmoKPDwgPj4KZW5k
+ b2JqCjEyNyAwIG9iago8PCAvUGFyZW50IDEyMyAwIFIgPj4KZW5kb2JqCjEyNiAwIG9i
+ ago8PCA+PgplbmRvYmoKMTI0IDAgb2JqCjw8IC9QYXJlbnQgMTIwIDAgUiA+PgplbmRv
+ YmoKMTIzIDAgb2JqCjw8ID4+CmVuZG9iagoxMjEgMCBvYmoKPDwgL1BhcmVudCAxMTcg
+ MCBSID4+CmVuZG9iagoxMjAgMCBvYmoKPDwgPj4KZW5kb2JqCjExOCAwIG9iago8PCAv
+ UGFyZW50IDExNCAwIFIgPj4KZW5kb2JqCjExNyAwIG9iago8PCA+PgplbmRvYmoKMTE1
+ IDAgb2JqCjw8IC9QYXJlbnQgMTExIDAgUiA+PgplbmRvYmoKMTE0IDAgb2JqCjw8ID4+
+ CmVuZG9iagoxMTIgMCBvYmoKPDwgL1BhcmVudCAxMDggMCBSID4+CmVuZG9iagoxMTEg
+ MCBvYmoKPDwgPj4KZW5kb2JqCjEwOSAwIG9iago8PCAvUGFyZW50IDEwNSAwIFIgPj4K
+ ZW5kb2JqCjEwOCAwIG9iago8PCA+PgplbmRvYmoKMTA2IDAgb2JqCjw8IC9QYXJlbnQg
+ MTAyIDAgUiA+PgplbmRvYmoKMTA1IDAgb2JqCjw8ID4+CmVuZG9iagoxMDMgMCBvYmoK
+ PDwgL1BhcmVudCA5OSAwIFIgPj4KZW5kb2JqCjEwMiAwIG9iago8PCA+PgplbmRvYmoK
+ MTAwIDAgb2JqCjw8IC9QYXJlbnQgOTcgMCBSID4+CmVuZG9iago5OSAwIG9iago8PCA+
+ PgplbmRvYmoKOTcgMCBvYmoKPDwgPj4KZW5kb2JqCjk1IDAgb2JqCjw8IC9QYXJlbnQg
+ MTQxIDAgUiAvUHJldiAxNDIgMCBSIC9Db3VudCAwIC9EZXN0IFsgODggMCBSIC9YWVog
+ MCA3ODMgMCBdIC9UaXRsZQooQ2FudmFzIDE0KSA+PgplbmRvYmoKMTQzIDAgb2JqCjw8
+ IC9MZW5ndGggMTQ0IDAgUiAvTGVuZ3RoMSAxMDM3MiAvRmlsdGVyIC9GbGF0ZURlY29k
+ ZSA+PgpzdHJlYW0KeAG9Wgt4VMX1P3Pf+8jm7mbfj+xuNrubzfsBISGBLCEvHokBFLLR
+ SAIEkgjKI4RihQaFAgFBRCFKa6UqBBBZQioLVEtpELG2YuujUttqxdZ/P/PR9q99CNn9
+ n3s3pJCv9fP7f369d8/MnJm5c8/85syZM3O3c+XqVkiAbqChvrFl+WKQLz8DQLoXLmtZ
+ HueTpKhnYVenK86zaQD00sXLlyyL88JjAErHkqVrR55PGgDQXWlrbVkUL4frGBe2YUac
+ J+MwTm1b1vmNOK/D+jBz6X0LR8qTtiOftqzlGyPvh/eRd93bsqw1Xt/3Acapy+9b1TnC
+ 92Jcs3xl60h90oDyvQEEc5PgPlDAPcADBSLeTQD8J0oHMFgqleO1KFO1e35i6eegFWR+
+ fu1OOX7F/cN3/tF63a/aJfwTMxQ36ksxF4gGANQEy4dUu0ZL5OcwSIrAnIwITEMqQxqP
+ lJExxQzd5AA8gvQ0Eg3tZBusRdqK9AQSM5o6hNwpsq2fEYKnyVqwkulBFeO8XW9xmpUq
+ 5y8ihBt4yvme+aMzxIKj9yGx9CeAYoqSPE2+B4vASZ4DL7kfaiCNPHkisNTZjEWHYDlS
+ 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
+ ZrzkYBZOmEwmIDI07b7ge2hB+Xe6v+MLJOeki/k5IjtZE+18nTgJk7Mkuiv66QvRxQOc
+ 8GwC5zYLj6UydaiKD0pYyVesFf8D8O8u6S9p6OODDyqgSv5HwXT8z8Bt+I8G6X8Dc2Ee
+ hKAR7sJakkYTuQkOT9ugpnHG7Km1GTWtS7taO9sXtsg15GIMbkdqRlqO1I30CNLTSGGk
+ s0iXkD5A+rPULJKI5ELKRQoi1SM1Iy2PjVyA12ia4NnirXz5GF7yoG6uL0l3M79wDL9o
+ DC9jddP7lowpbx/DS9/hb27/3jH8fWP4lWP4VWN4+f94N72/a0z5mjH8Won/PxbFdEAK
+ ZW5kc3RyZWFtCmVuZG9iagoxNDQgMCBvYmoKNjc3MAplbmRvYmoKMTQ1IDAgb2JqCjw8
+ IC9UeXBlIC9Gb250RGVzY3JpcHRvciAvQXNjZW50IDc3MCAvQ2FwSGVpZ2h0IDcxNyAv
+ RGVzY2VudCAtMjMwIC9GbGFncyAzMgovRm9udEJCb3ggWy05NTEgLTQ4MSAxNDQ1IDEx
+ MjJdIC9Gb250TmFtZSAvSFpLUkNNK0hlbHZldGljYSAvSXRhbGljQW5nbGUgMAovU3Rl
+ bVYgMCAvTWF4V2lkdGggMTUwMCAvWEhlaWdodCA2MzcgL0ZvbnRGaWxlMiAxNDMgMCBS
+ ID4+CmVuZG9iagoxNDYgMCBvYmoKWyA2NjcgNjY3IDcyMiAwIDAgMCAwIDAgMCAwIDAg
+ MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgNTU2CjAgNTAw
+ IDU1NiA1NTYgMCA1NTYgMCAyMjIgMCAwIDIyMiAwIDU1NiA1NTYgMCAwIDMzMyA1MDAg
+ Mjc4IDAgNTAwIDcyMiAwIDUwMApdCmVuZG9iago3MiAwIG9iago8PCAvVHlwZSAvRm9u
+ dCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jhc2VGb250IC9IWktSQ00rSGVsdmV0aWNhIC9G
+ b250RGVzY3JpcHRvcgoxNDUgMCBSIC9XaWR0aHMgMTQ2IDAgUiAvRmlyc3RDaGFyIDY1
+ IC9MYXN0Q2hhciAxMjEgL0VuY29kaW5nIC9NYWNSb21hbkVuY29kaW5nCj4+CmVuZG9i
+ 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
+ agoxNDkgMCBvYmoKPDwgL1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9D
+ YXBIZWlnaHQgNzE3IC9EZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTk1
+ MSAtNDgxIDE0NDUgMTEyMl0gL0ZvbnROYW1lIC9aWFZXT1MrSGVsdmV0aWNhIC9JdGFs
+ aWNBbmdsZSAwCi9TdGVtViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDU0MCAvRm9u
+ dEZpbGUyIDE0NyAwIFIgPj4KZW5kb2JqCjE1MCAwIG9iagpbIDI3OCAwIDAgMCAwIDAg
+ MCA2NjcgMCA3MjIgMCA2NjcgMCAwIDAgMjc4IDAgMCA1NTYgMCAwIDAgNjY3IDAgNzIy
+ IDAgNjExCjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDU1NiAwIDUwMCAwIDU1NiAwIDU1
+ NiA1NTYgMjIyIDAgMCAyMjIgMCA1NTYgNTU2IDU1NgowIDMzMyA1MDAgMjc4IDU1NiA1
+ MDAgNzIyIDUwMCA1MDAgXQplbmRvYmoKMjYgMCBvYmoKPDwgL1R5cGUgL0ZvbnQgL1N1
+ YnR5cGUgL1RydWVUeXBlIC9CYXNlRm9udCAvWlhWV09TK0hlbHZldGljYSAvRm9udERl
+ c2NyaXB0b3IKMTQ5IDAgUiAvV2lkdGhzIDE1MCAwIFIgL0ZpcnN0Q2hhciA1OCAvTGFz
+ dENoYXIgMTIxIC9FbmNvZGluZyAvTWFjUm9tYW5FbmNvZGluZwo+PgplbmRvYmoKMTUx
+ IDAgb2JqCjw8IC9MZW5ndGggMTUyIDAgUiAvTGVuZ3RoMSA3MzU2IC9GaWx0ZXIgL0Zs
+ YXRlRGVjb2RlID4+CnN0cmVhbQp4Ab1Ze3hTVbZf+7xymrRpkjbvpElIk/T9pKWlHRpK
+ UlqehfJokEJTWmiRasVarQq3MDhIQUZEHqKfDjiXp9hD2wsBBi4iisw4I77wcb13dASH
+ 69iPmXvF6wBN7jonpVJm9OMPP/fO2nutvfZj7d9eZ5+zd9qXP9AEcdAFNFTPC7YtBimY
+ /4rZm4tag21RWfMJ5qsXdbTbozKbAkAvW9y2pDUq808DyK1LlnUOtU94CIC3NDcFG6N6
+ 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
+ d6HqCmVuZHN0cmVhbQplbmRvYmoKMTUyIDAgb2JqCjQ1MjIKZW5kb2JqCjE1MyAwIG9i
+ ago8PCAvVHlwZSAvRm9udERlc2NyaXB0b3IgL0FzY2VudCA3NzAgL0NhcEhlaWdodCA3
+ MzcgL0Rlc2NlbnQgLTIzMCAvRmxhZ3MgMzIKL0ZvbnRCQm94IFstOTUxIC00ODEgMTQ0
+ NSAxMTIyXSAvRm9udE5hbWUgL1NWTk9RUStIZWx2ZXRpY2EgL0l0YWxpY0FuZ2xlIDAK
+ L1N0ZW1WIDAgL01heFdpZHRoIDE1MDAgL1hIZWlnaHQgNzE3IC9Gb250RmlsZTIgMTUx
+ IDAgUiA+PgplbmRvYmoKMTU0IDAgb2JqClsgNjY3IDAgMCAwIDAgMCAwIDAgMCAwIDc3
+ OCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgNTU2IDU1Ngow
+ IDAgMCAyMjIgMCAwIDAgMCA1NTYgMCA1NTYgMCAwIDAgMjc4IDAgMCAwIDAgNTAwIF0K
+ ZW5kb2JqCjgyIDAgb2JqCjw8IC9UeXBlIC9Gb250IC9TdWJ0eXBlIC9UcnVlVHlwZSAv
+ QmFzZUZvbnQgL1NWTk9RUStIZWx2ZXRpY2EgL0ZvbnREZXNjcmlwdG9yCjE1MyAwIFIg
+ L1dpZHRocyAxNTQgMCBSIC9GaXJzdENoYXIgNjkgL0xhc3RDaGFyIDEyMSAvRW5jb2Rp
+ bmcgL01hY1JvbWFuRW5jb2RpbmcKPj4KZW5kb2JqCjE1NSAwIG9iago8PCAvTGVuZ3Ro
+ IDE1NiAwIFIgL0xlbmd0aDEgODU1MiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+PgpzdHJl
+ YW0KeAG9Wnt81NWVP/f3npk8Zibzfg+TmcnkSRJIMiaSIcyEJJAYCEIGiSSBQEJJjRii
+ UGGjQIGIVEQeRdcW7UKAUoYkxQGKS10QbW1Fq2hdutWKlvppPnZ3tesiM7Pn95skAp/W
+ 5Q8//d25j3PPfZz7veeee3/3N72rVndAKvQDDY0L23qWgfQ4WgGIsKS7rSdJq69iPLCk
+ r9eRpNksAHrlsp7l3UlaeApAbl2+cs1Y/YwnAFJ6Ojvalib5cB3jkk7MSNJkCsaZnd29
+ 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
+ LbT0H4Qb6vfdwl8j0v8Hi9yqjgplbmRzdHJlYW0KZW5kb2JqCjE1NiAwIG9iago1NDIy
+ CmVuZG9iagoxNTcgMCBvYmoKPDwgL1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQg
+ NzcwIC9DYXBIZWlnaHQgNjg0IC9EZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJv
+ eCBbLTk1MSAtNDgxIDE0NDUgMTEyMl0gL0ZvbnROYW1lIC9JRU1WRFgrSGVsdmV0aWNh
+ IC9JdGFsaWNBbmdsZSAwCi9TdGVtViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDUx
+ MyAvRm9udEZpbGUyIDE1NSAwIFIgPj4KZW5kb2JqCjE1OCAwIG9iagpbIDY2NyAwIDAg
+ MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDcyMiAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDAgMCAwIDAgNTU2CjAgNTAwIDU1NiA1NTYgMCAwIDU1NiAyMjIgMCAwIDAgMCAwIDAg
+ NTU2IDAgMCAwIDI3OCAwIDUwMCAwIDAgNTAwIF0KZW5kb2JqCjMxIDAgb2JqCjw8IC9U
+ eXBlIC9Gb250IC9TdWJ0eXBlIC9UcnVlVHlwZSAvQmFzZUZvbnQgL0lFTVZEWCtIZWx2
+ ZXRpY2EgL0ZvbnREZXNjcmlwdG9yCjE1NyAwIFIgL1dpZHRocyAxNTggMCBSIC9GaXJz
+ dENoYXIgNjUgL0xhc3RDaGFyIDEyMSAvRW5jb2RpbmcgL01hY1JvbWFuRW5jb2RpbmcK
+ Pj4KZW5kb2JqCjE1OSAwIG9iago8PCAvTGVuZ3RoIDE2MCAwIFIgL0xlbmd0aDEgOTc5
+ NiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeAG9Wgt0k1W23ud/59E0SfNu
+ 0ySkSZq+W6C0tNBQ+uLRWihCi1TbQqHloYCliHfgVgWRoigiL/Gq+OBR1IbSkQDiZRgU
+ cBwFZwR1nBkdccbrsouZuTgPIcnd50/pQNeMi7uWa/4/+5yzz3Of7+yzz+NPx/IVrRAH
+ XcBC7ezmpfNBflJOAZCuuUual8b4BOqtndvZ4YzxfCoAu3j+0gVLYrz0FIDSvmDxqsHy
+ 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
+ xTCeSndj+XnDeBmbG+pvH5ZOv5PeWF7+v9UN+e8eln7PMH75MP7eYbz8/6kb6lsxLJ3e
+ h93Y/sph/CrK/x/mT+5xCmVuZHN0cmVhbQplbmRvYmoKMTYwIDAgb2JqCjYzMDYKZW5k
+ b2JqCjE2MSAwIG9iago8PCAvVHlwZSAvRm9udERlc2NyaXB0b3IgL0FzY2VudCA3NzAg
+ L0NhcEhlaWdodCA3MTcgL0Rlc2NlbnQgLTIzMCAvRmxhZ3MgMzIKL0ZvbnRCQm94IFst
+ OTUxIC00ODEgMTQ0NSAxMTIyXSAvRm9udE5hbWUgL0haS1JDTStIZWx2ZXRpY2EgL0l0
+ YWxpY0FuZ2xlIDAKL1N0ZW1WIDAgL01heFdpZHRoIDE1MDAgL1hIZWlnaHQgNjM3IC9G
+ b250RmlsZTIgMTU5IDAgUiA+PgplbmRvYmoKMTYyIDAgb2JqClsgNzIyIDY2NyA2MTEg
+ MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDU1NiAwIDAKNTU2IDU1NiAwIDAgMCAyMjIgMCAwIDIyMiA4MzMgNTU2IDU1NiAwIDAg
+ MzMzIDUwMCAyNzggNTU2IDUwMCA3MjIgMCA1MDAgXQplbmRvYmoKODcgMCBvYmoKPDwg
+ L1R5cGUgL0ZvbnQgL1N1YnR5cGUgL1RydWVUeXBlIC9CYXNlRm9udCAvSFpLUkNNK0hl
+ bHZldGljYSAvRm9udERlc2NyaXB0b3IKMTYxIDAgUiAvV2lkdGhzIDE2MiAwIFIgL0Zp
+ cnN0Q2hhciA2OCAvTGFzdENoYXIgMTIxIC9FbmNvZGluZyAvTWFjUm9tYW5FbmNvZGlu
+ Zwo+PgplbmRvYmoKMTYzIDAgb2JqCjw8IC9MZW5ndGggMTY0IDAgUiAvTGVuZ3RoMSA5
+ ODU2IC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4Ab1aC3hURZY+dd/9SKe7
+ k353p/vS6e68nxDSJJAm5MUrBlBIkEgSCCSRKI8QxBU2vAQCgog8FFdFHZ4yaZIMNCIu
+ 4wQRx1FwFBXdGR3Rcf0my+yszjpAuvfc2yEC34wf+31+c2+fqjpVdatO/XVOPbtt8dJG
+ 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
+ vWsaip/peMabnJCZos3J1LJjNOG2t4mTMJnzw9vCf/p5eF4vJ7wUw4lm4clEphJVcbWE
+ lfxEGvGu+O89OozE9ZV8S10CZfLd8yS8974HpsMMqIGZMAtzSNpM5M856UymfMaEiZVV
+ qRWNC9ob25rn1Ms55GR0JiFVIzUhPYS0AQknJ7zhB7zHB3gT6SOkr5G+x6IFJDNSElI+
+ UkVk8MF0GAoTPH+6lS++jS+9jS+/jZekvLm8Obfxc2/jZbxuqr/5tvQHbuMX38YvuY2X
+ /4t1U3ntt6Uvu41fLvH/B2Ta6PIKZW5kc3RyZWFtCmVuZG9iagoxNjQgMCBvYmoKNjQx
+ MQplbmRvYmoKMTY1IDAgb2JqCjw8IC9UeXBlIC9Gb250RGVzY3JpcHRvciAvQXNjZW50
+ IDc3MCAvQ2FwSGVpZ2h0IDY4NCAvRGVzY2VudCAtMjMwIC9GbGFncyAzMgovRm9udEJC
+ b3ggWy05NTEgLTQ4MSAxNDQ1IDExMjJdIC9Gb250TmFtZSAvR1dKS05QK0hlbHZldGlj
+ YSAvSXRhbGljQW5nbGUgMAovU3RlbVYgMCAvTWF4V2lkdGggMTUwMCAvWEhlaWdodCA1
+ MTMgL0ZvbnRGaWxlMiAxNjMgMCBSID4+CmVuZG9iagoxNjYgMCBvYmoKWyA2NjcgNjY3
+ IDAgMCA2NjcgMCA3NzggMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+ MCAwIDAgMCAwIDAgMAo1NTYgMCA1MDAgNTU2IDU1NiAwIDAgMCAyMjIgMCAwIDAgMCA1
+ NTYgMCAwIDAgMzMzIDUwMCAyNzggMCA1MDAgNzIyIDAgNTAwCl0KZW5kb2JqCjM2IDAg
+ b2JqCjw8IC9UeXBlIC9Gb250IC9TdWJ0eXBlIC9UcnVlVHlwZSAvQmFzZUZvbnQgL0dX
+ SktOUCtIZWx2ZXRpY2EgL0ZvbnREZXNjcmlwdG9yCjE2NSAwIFIgL1dpZHRocyAxNjYg
+ MCBSIC9GaXJzdENoYXIgNjUgL0xhc3RDaGFyIDEyMSAvRW5jb2RpbmcgL01hY1JvbWFu
+ RW5jb2RpbmcKPj4KZW5kb2JqCjE2NyAwIG9iago8PCAvTGVuZ3RoIDE2OCAwIFIgL0xl
+ bmd0aDEgODI5MiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeAG9WQ10VNW1
+ 3vue+zcz+ZmZzG+Sycw4mUlCAiGEn4REMoSZkBASAyhmKNEkEAiU1IAxiC00KhQIiFLk
+ R3HZ0h8IUGQIKQ7w9FEbRKxt0Soq9b1qRctzmWVfn/ZZSGbevndCSliti7Weq/fMOWfv
+ 87PPPt/Zd59zz3SseqAFEqELGNQtaGpfAurjXAiA8qK2pvY4b7xCefeizg5XnBeyAdiK
+ Je1L2+K8/CSA1rF0xZrh/ilPAOhWtLY0LY7XwyDlk1upIM7jRMozW9s6Hozzxj7KJ664
+ b9FwfUoH8eltTQ8Ojw/vEe/6VlNbS7y9s4jyzPb77lfa0ZOhyC9tX9Uy3B7rSb/fAlJp
+ ItwHGvgmSMCBnkIDgHRF6wCeapV6ehbn6Xbcm1z6BRhklb+35nE1f9n9bxe/bBnM0m2X
+ /0YFmuvtlVzMieYAJCDVD+i2j9So/ShJjMC83AhUUSyjOIlibu50G3ThfniC4g8pMliG
+ W2ANxc0Un6LIj1AHiTuJW3p52X8K10AqzvLreOedJrvTptU534ig2Pes813bh6fRTjP8
+ AO29iaCZrsUf4g9gMTjxp+DFh6ASsvHp4zkrnI1UdRDaKXZRZGqKeLA3Y4LzRcwDL4/U
+ xwcZPJ5w/qlgrPOjggiHvc6XsiI8Zb/IIM6f7DzjeNb5746lzhcpHo5XHcqhFiecBx0r
+ nDsyIvh0r/P7jghSn+3x7AEHdT3hbMvZ5VxcoNbP3hXhDvc6i6l+vl/nnFzkdk5yXHbm
+ Z0VkJH6sY7ZzTMGvnZnUkZq5SKjXb3CmO3Y4p1JVhiOYNZXiaTyEe2EM7u31znKeIpKm
+ e7wqp2hXBL99vDK7wBvBh/yTK7N35VRmeXNmO705FVlZRM9/RVovfUOaLk2QcqVsySe5
+ pTTJJBtlvZwkJ8haWZalCP6st8wpnsbDUEawHD4ui7IQweeokD+NR9TCI8/LvMzJIJsi
+ sffJeBFMETzcp1coIk6IKiVG8MjxeNERv5NXKF6t0HMKTQmlwKHMwSwI42MRETZYOsts
+ ZcZphuKKwD9LGtWa62nuP39s6Ajvqp5XHz7kCIUnKETMEbre3Had+Kd5xwNU1VKem1s9
+ d83xzvblS4ItnmCjJ9hCsTG8pbPVFu5qdrmOLW9XKlxh5mtsXtSq5E0t4XZPSyC83BNw
+ HetU+91UvUSp7vQEjsGS4J31x5b4WwK9nf7OoKcpEDreXL6qYdRYm0fGWlX+D8YqV4St
+ UsZqVvvdNFaDUt2sjNWgjNWgjNXsb1bHUiYfXDav/P4Osk5XcFm1K5w9L1w1Z0F92NUU
+ CkRwPxUGHgDhDOiFFyBb6IJUPh+cALF3KV5S8uhdsY+Fc6CPtsX+m5XQop5UIhctK4Uz
+ 8BjshaMgQg/R2XAP7IHzuJze7YXQBxcxA8aR7+UhArPhNYzFXocl8BNq3wEvwU44BgnU
+ pw3MVLsNvbGHiPcT3QzrYz+CTCiC78ELUExSt8FA7GDsONXOhbvgEBym/r9CD3eMT4k9
+ F7sMMswhmeup5vXY7NhRMEIelEMdla6HF9HLLsVawQYlpN0z8APYB7+AT/ER7Iu1xjpj
+ F2IfkKnaIB3mUViLffgBO8p/L/ZM7JNYlJDIhjE0aiPsgB+T/KMUzpBrDeI3sQN34E7O
+ zz3C9fEbBGt0iHDIgZkUKskrbyIETkI//AX+hp9xNqZnHexsbFLsf0AH1TRLZSYt0Elh
+ I4VtNKfTKOJ4nIF1uBafxJ34O24MdxdXz63mHuQ+ZrVsIVvDfsffz/cKW4U9oi76Rex0
+ 7FzsLbCCA74Bq2Adze4luACfw1VkJCsdvViC5XgPhS7cy53EfXiSq8MzeIE7hH/AD/Ez
+ vMYJXAJn5nK5Dm4Hd5h7ifsNW8Z2sqfYH9gX/DSBE/YJH4le6ffR5ujm6G9iJbEPYl+S
+ i5XBTStTDrVwLzTRbNthInyXZnGEwlFatX44C+fV8CGmwwB8SSgAGjEVJ2ANhVq8A5fg
+ MnwWT1F4UdXlrxwtBKfhDJyVS+fmcc1cG9fFvcV1sTQ2hs1iC9hRCq+wi+wau8YLfApv
+ 5mfyVbCVb+OfprCf7+F7+d8KxcI0oVaYL3QJm4WtbJHwunBRXCduE3vFz8Q/k1ucLd0n
+ baXVOU82+wuy5b8/PGaS9hPgW7AIA9gMu2g19mETdJN1LcZNhFc7ZMca2Do2kxtP1vAi
+ fJus9WlYC5vZQtgXe4cdgrfJUlaQyC44wJeDQ9hNq/MIjCcrGg7+nDE52Vk+b6bnNreL
+ XH56WqrdZrWYTSlGgz4xQafVyJIo8IxDyAt6KhpdYV9jmPd5KivHKryniQqabihopFfZ
+ Fa4Y3SbsUvo1UdWoln5queSmlv54S/9IS9S7SqF0bJ4r6HGFfx3wuCK4YE490Y8FPCFX
+ eECla1T6CZVOJNrtpg6uoK014ApjoysYruhs7Q42Bsbm4Uk/waEdm6c4Dj/oFMFhmNG0
+ lhwszFBaBMOpnkAwbPcQTXXMG2xaHK6bUx8MpLndISqjorn1NMbYvGVh0hO2JCz2LN4S
+ 8UNzo0I1LawPs6ZQmGtUZBlyw1ZPIGx96CPb39nrVHDrDZVhzlvR1NJdEfY3biFwFbZR
+ 4Zq2Elc9z0ViuQ2h+jBuGFZC0XE5aaqoG98TvI3LXWGNp9zT2r28kcCFufW9qf5U1fmG
+ oa6+1+63q8zYvJO2dSVumv3JsdPHTlfyErdtXTz/06Px8jfOKLltXf/7lFfPHQEAFQQ8
+ VaRn2LVIHcRDyhYpSUsRnVyLCCd6QkjTXEb6zAhzZDPMGxa8VU3hrnnX1WgNxJVrXB7o
+ 1dhT1U2oPETtG7v1U2mlqL3e4+r+gnbrRs/Ap6NLmoZLRK/+C1AqlYUesZUwNl2nO5XN
+ 0kuzbrV5WpX17VTXlHiPLXhDAfEKNIrOYRNt4HX17rArRAV0msyrjoCmrv4Y4rZQBGMb
+ IhBwnKQzKrv3HqrOU0xtWYDGJ2ZsHhWMcRM1Ls9VQSNXKLbi6nZ1Vy3udlW4WsmYeK+a
+ U0VLdyifEJxXTzjBnTSiP5Q2QraEQlNJTr4ih7pQ8+4QSVg+LIFytSh/iBqNz6PNlPnq
+ 6ufUh7sCaWF/IESrQOZ7pq4+fIYsNxSiVgUjmpLGa5fZhnWeQDoXjKH6wrgUOrt0kYhQ
+ d7cic169xx0+092d1q28b3E+gnBzgX+4IAJKEwXyCHbVUV/KPO40dQ3cHjepFVIwnUgm
+ fd2i6Mz+1QhPHtGbek4hbSerCBd9TQgX3wrCU28J4ZIRTUchXEo6lygI3/6vQ3jaKITL
+ vhph/4jepOR00tavIlz+NSE841YQDtwSwsERTUchXEE6BxWEZ/7rEK4chXDVVyM8a0Rv
+ UrKatJ2lIjz7a0K45lYQrr0lhO8Y0XQUwnWk8x0KwnP+dQjPHYXwvK9G+M4RvUnJu0jb
+ O1WE539NCN99KwjX3xLCoRFNRyG8gHQOKQh/YwRhf1oYbvTDXTe5XfjaHfPCGyCnk5Jg
+ hHJhPt1WAJTw90MRxUquGNLxHKynuJn4EuKtVK+j7zIj5Wbqdv2+J4G+Qr5D/HQ6n9Pn
+ 9//74ei0z4OgyhHVVFLT+GWSQmooaumrhi6MFJaeifSNVI7P0XdLP/cXZmJb2Xv8KsEl
+ nKADfjkAf4G+NRndWZXF75HkfNrsKcr6CMAFigpPNHsvAjxFIFp6D05RD4D5uadIikD5
+ +IJCg9uQRbGc3xYZ/KPwwtUZEb7mGt1JkPQMQvJ2GodTdbvkr6vEemxFtont5vdoD2oj
+ mohWzNYiSKKInKzRUKIFScCtyHiXSav1GqnMJAheIzXQ6QSm0fKigDoOGXAZkhzBkF9D
+ x3RRo2UCcT1+Y2Ki1ZoqPIvPau0JifvcW++hWwh77ee2mqEhe22wJfBxRcAGZdbSstKa
+ odKhUkNxGRqMxcX0MxTnbxyXu1ZfTacJ/kxamO8PbRxnGy5gVMD6Q7nDbTfqS0sligXj
+ saEBGlCHKYXoYW7mQbbtDwMbPuDMl3YOnf7Ba9wT3AJu89BqtujqDIxEK1U06AuOXeBr
+ IRXS4IA//4Ad99h65EM2Nks27DUxZhIdqVKiw6RLk9LSrPosI7IszpDq0GZZ7el0rSUd
+ d69aS/Oq/bxmoFb/19KageLiAWNxPpSVDZQphH6gYPyMNf6JYJe9CWatD5JS9D40GpL1
+ kp04AZgbkeOZzpLog2QjJRqb6EMeRTcq9xWoL9WX5ubG09yHaYINYLF6xqHnNkk0myyF
+ EyZPKUwijpukh0KJu/ih9ah+1bqfzRq/6fvtj9qPZvz59BtX0fhmOl8bfnvRoz1tP9z3
+ 3ubVb53Fwo/p83OqQBZRFLvEBoSXyGYdsNo/YUrSzKS7kw7wB9MEr2zikh16kB0OKUXL
+ Oaw6YVzKOH2OwZjq1GWl2jOcG92rym+c/tDly0Azp5+BVlGdeqotXaMFRJuO5pZOCdg5
+ H2jTZB9NkH4PP0yzMioTmTTR57lNNIPVYjUUGjyTlGnBpInGwr9+f9/affsf2nQQu+eN
+ v/3Ij8p+dt/x6NXP/hPvvfL2+V/98sKr3JSJGdWc4+q0nYvqcezVT/BusvnK2CU+lb6I
+ 0+n2xIsJ/jW75adSDziZkMQlCyZzkjHZbPIn+E1yTipW606wc/gyO5f2jvyu5qLzHc8V
+ 6xWP7pzhnJFbKAvuzOSnLY7MYlGSLG5HuqR1WHReaXf6gfTn099O572WZG+6YNcmSIak
+ rGRHlpCalTlOyrLbfVlvuvc3xAEaukwGUjPw5pBq4aqh5zeM2Am9APoBMmkVsgrw8AKj
+ 6wYUeNHpM+iN+hS9Sc+LCd7b0jJ94AKHDzMcGqvkA505yYeJSZ5UNxUJlMg2sqtEPSV0
+ Da0akGI+RI3JHfMwrmyAlfSeWAhji9mdgYUTpqgGJImSSGgbyIjQl6Wsg4Rc38WiyUb9
+ 4GfCE7sfu3O86Zh0R8HcNdPnvhL9BG1/RKcue9aR7/QI6OFnfvOuOStm/ejHZxsmzyzZ
+ Pq4uXY8eunPhsDzqe6DikePdqFzqkwdOpytQq/AG3dLU+HMlh6h1MEw2FVsSRaPWTu4i
+ KdGQYzVKxuQkZxKXNGiy2+yD7qXrhhFsKO7PV4BSvQdBpziOsoE36RUzTplcOMFiNSvv
+ hWguNHsMFCYVTvq5p6zPkGlNt+vmunr7enfuFMonLuS4n3B413PbBhezZ7b1kF4c3YwB
+ lgz74cn+dOkjnpQVmVZDOtE8ciRGL7DmkLs5bu2lNf1Dpf0japTVkAopZLIGGnn98/Tw
+ Y65dFF54TZ3zZpKt+F4GOX7am5hWIKEkE5idF24QOVR6XWBc2Oa+PsWJkwwGJbF3eTf5
+ qQS6m7PDE/7CPfIu/VOWn/I98n79QUtEfkV+m/8o6b9MCVNl0WGTEhxGnV2y281cVnJq
+ mibLbE9Ni6CGvNWwNSrequbvnko1uzzaRn26FA1ZjoHzoWQlSkgkSmtK8AHqKZEt5JxY
+ EiWqbSmJ4pQyjZMmqkajeCQjWRHnpjdXdUjvbxg/+9RPd+36MV2ADkb/9z+ig2j8k9iB
+ yft33fPkYO/hy+xS9NPo59Gh6HOYO4hJ6BcIemvsM04jLKDZzv154jjtmSSMYJnfy1uK
+ rUxM0hpSCUK61csBc5I5mTkZxwYtdnsq2cqwNx4abSv5cWMZ0A9dVsFVLMRkVb2nWXEz
+ vkmKufScOHzYZy5IzDA5Z2StW7B9u7Ag+taOoWBRig65bRr54aXc2R3qmtL+zj7h84Fs
+ wz+uHM8iB0uhlWtlS8WN/CbhAPRwMt18ckF+lvA9frNwjn9FkKuy789WdkpaBtWk6ao9
+ Emvvo5fcxUfw0ecZazNyyNH/D4/6M0SxzUiGI4g8QxQ4JjKgezCtrEz8KHcKFYtdfxyP
+ ivb4nvr++8O7Ku2ppbSrGouV3dRYLNWMy9XXXq6R4llu9Zw1fi+XY2SMhxzazMnHjBJO
+ e9FRWoERucXFQ8XF8f16RLIg6XPpR1suuZOGlSkapC0X38MMzD0bXXEm+gCfP7iHtV57
+ nRBCun8GYR9RCejyr5vJH9IQlFghVek2sm55g/ZVrp+9LJ2XX9ae1+mWSMvlFu0yXae0
+ Ru7UrtFtkLp1WqUtN5OthgcFdne2JZt2Db4ES/jH8XFe1PDIdBwTxAQBRFmrY5I2iTCS
+ BHGvzPh+Lafp1wHuTbAnKpjba/XKAUSdVDwdmRodRAg1a3GDglCCQNhIdINtTEjQCRv1
+ ufSj5erT0H2kNoJb/ClG2rYlkReUhqKkkTVaWtkt/iQjT5t5Ak1b7YobCf6N+rX9NkE5
+ wchr9WdVYuNaff9IiXJ0WblyJTnmNK4wTcFSR3C+/ZvXX33j933R86cv/e509FcEaR+b
+ PXiSzbz2Ort98JcEKPktc7SKXaE9TvEKr/q/1W3eZDtgY5JoFYuMlcZ641JpNVstbTXt
+ gd3CHvNuy25rD/RY9JVQbZ5pPW/mA8LLArdR2A/78YDQYxUyswWb2Woh32dO0CU75CTF
+ iVjSCFDFJqxm29GExy3kS96MWzCZXs1l2ygg44cfgniCPd9WVlpKhliMBJ3faDaDxdJm
+ tFptAqJi3DY65CnQKJlMOaFQMH4lHXAasFBknMTRjuTLmqRsUpOnTMMphAxj7nO+R5vL
+ n+l6xpeTkT9GPyFfL0xLina8hk7k85dGt0c/fS66pE+Uf5Ioum3yk5l8LZniIwpW6hNr
+ of8Z/tGTSIWZUKH+X1FF/0jcQf9J3A0hWAALqUax4vj3g0j/K0NVsGZ+oD63smVFZ0vH
+ skVNaovrUkuJqKRI/0tDK8UHKW6iuIeistvQER5eofgOxSsUv4wNP0TDCI30zTKaX3QT
+ v/gmXp3XDf2X3FS/7CZeuZe/cbz7buLV/9tvkNd5U/3qm/g1Cv9/ejhx1AplbmRzdHJl
+ YW0KZW5kb2JqCjE2OCAwIG9iago1MTUyCmVuZG9iagoxNjkgMCBvYmoKPDwgL1R5cGUg
+ L0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9DYXBIZWlnaHQgNzE3IC9EZXNjZW50
+ IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTk1MSAtNDgxIDE0NDUgMTEyMl0gL0Zv
+ bnROYW1lIC9JRU1WRFgrSGVsdmV0aWNhIC9JdGFsaWNBbmdsZSAwCi9TdGVtViAwIC9N
+ YXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDYzNyAvRm9udEZpbGUyIDE2NyAwIFIgPj4KZW5k
+ b2JqCjE3MCAwIG9iagpbIDY2NyAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA1MDAKNTU2IDU1NiAyNzgg
+ MCAwIDIyMiAwIDAgMjIyIDAgMCA1NTYgMCAwIDAgMCAyNzggMCA1MDAgNzIyIDAgNTAw
+ IF0KZW5kb2JqCjY3IDAgb2JqCjw8IC9UeXBlIC9Gb250IC9TdWJ0eXBlIC9UcnVlVHlw
+ ZSAvQmFzZUZvbnQgL0lFTVZEWCtIZWx2ZXRpY2EgL0ZvbnREZXNjcmlwdG9yCjE2OSAw
+ IFIgL1dpZHRocyAxNzAgMCBSIC9GaXJzdENoYXIgNjUgL0xhc3RDaGFyIDEyMSAvRW5j
+ b2RpbmcgL01hY1JvbWFuRW5jb2RpbmcKPj4KZW5kb2JqCjE3MSAwIG9iago8PCAvTGVu
+ Z3RoIDE3MiAwIFIgL0xlbmd0aDEgMTQ4MjQgL0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4K
+ c3RyZWFtCngBvXt5fFTV9fi9b581s+9rJjOTyb6QQEggY8jGkghEIUGCCRAICMoalgrf
+ qCASEQVkEaiKC6uaIaQwgFhKg4i1ClaxIlqtaG2/prb9obXAvPme+yZEyK/txz/66byc
+ u7/37j3n3LPdl0ULFrcgFWpHNBo7qXneDCT9CnciRI+ZNrd5XqKunwz5W9PaFnkSdTYV
+ +ufMmDdzbqIuPImQ3DlzzrK++w3tCHnbW1uapyf60XXIC1uhIVHHgyBPaZ27aGmiruuG
+ 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
+ AjgAMgBK4n0/mBvqL2PkGVCHsbf05wyo5w6oDx1Qv21AvWxAfcSAevmAesWAeuWAetWA
+ Ohjwt8x3zID62AH18QPqdQPqdwyoE0rfjK+pA+rTBtSnD6hLfHsTvmcM6J85oN46oD5r
+ QH32gPqcAXXpfx5vet+9A/rvG1CfN6C+YEB94YC69D+NNz1/8YD+tgH1JQPqSwfUl5H6
+ /wGSNy0VCmVuZHN0cmVhbQplbmRvYmoKMTcyIDAgb2JqCjk4OTMKZW5kb2JqCjE3MyAw
+ IG9iago8PCAvVHlwZSAvRm9udERlc2NyaXB0b3IgL0FzY2VudCA3NzAgL0NhcEhlaWdo
+ dCA3MTcgL0Rlc2NlbnQgLTIzMCAvRmxhZ3MgMzIKL0ZvbnRCQm94IFstOTUxIC00ODEg
+ MTQ0NSAxMTIyXSAvRm9udE5hbWUgL0NVV0ZNTytIZWx2ZXRpY2EgL0l0YWxpY0FuZ2xl
+ IDAKL1N0ZW1WIDAgL01heFdpZHRoIDE1MDAgL1hIZWlnaHQgNTQwIC9Gb250RmlsZTIg
+ MTcxIDAgUiA+PgplbmRvYmoKMTc0IDAgb2JqClsgMjc4IDAgMCAwIDAgMCAwIDAgMCAw
+ IDAgMCAyNzggMCAwIDAgNTU2IDU1NiAwIDAgMCAwIDAgMCAwIDAgMjc4IDAgMCAwIDAK
+ MCAwIDY2NyA2NjcgNzIyIDcyMiA2NjcgNjExIDc3OCAwIDI3OCAwIDAgNTU2IDAgMCAw
+ IDY2NyAwIDcyMiA2NjcgNjExIDAgMAowIDAgMCAwIDAgMCAwIDAgMCAwIDU1NiA1NTYg
+ NTAwIDU1NiA1NTYgMjc4IDU1NiA1NTYgMjIyIDIyMiAwIDIyMiA4MzMgNTU2CjU1NiA1
+ NTYgMCAzMzMgNTAwIDI3OCA1NTYgNTAwIDcyMiA1MDAgNTAwIF0KZW5kb2JqCjE5IDAg
+ b2JqCjw8IC9UeXBlIC9Gb250IC9TdWJ0eXBlIC9UcnVlVHlwZSAvQmFzZUZvbnQgL0NV
+ V0ZNTytIZWx2ZXRpY2EgL0ZvbnREZXNjcmlwdG9yCjE3MyAwIFIgL1dpZHRocyAxNzQg
+ MCBSIC9GaXJzdENoYXIgMzIgL0xhc3RDaGFyIDEyMSAvRW5jb2RpbmcgL01hY1JvbWFu
+ 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
+ F9xbGkqe7XzWnZack66ZnKPhZqqH298mNsLmrBrePfznl4ebBnjxZ7G8wyQ+mcJWIlwP
+ Sb5W/kUa8ZvHP/rFYmIKfmsplb+ezMcvN4thCdRAEJZhDsEvOtF3GR6/ccPcQMVif01G
+ WeOajsb2lhX1conRVouQKUPCb+TQjHQ/kvT9vBupBwlfJ+BNpA+RriB9Gxn5IQ9jPMH3
+ p/FyYIK8YoK8coIsj/Om9lom5N8zQV43QZa//d9Uf/2E/I4J8kZJ/j/A+oaKCmVuZHN0
+ cmVhbQplbmRvYmoKMTc2IDAgb2JqCjUzMDcKZW5kb2JqCjE3NyAwIG9iago8PCAvVHlw
+ ZSAvRm9udERlc2NyaXB0b3IgL0FzY2VudCA3NzAgL0NhcEhlaWdodCA2ODQgL0Rlc2Nl
+ bnQgLTIzMCAvRmxhZ3MgMzIKL0ZvbnRCQm94IFstOTUxIC00ODEgMTQ0NSAxMTIyXSAv
+ Rm9udE5hbWUgL0lFTVZEWCtIZWx2ZXRpY2EgL0l0YWxpY0FuZ2xlIDAKL1N0ZW1WIDAg
+ L01heFdpZHRoIDE1MDAgL1hIZWlnaHQgNTEzIC9Gb250RmlsZTIgMTc1IDAgUiA+Pgpl
+ bmRvYmoKMTc4IDAgb2JqClsgNjY3IDAgMCAwIDY2NyAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAKNTAwIDU1NiA1NTYg
+ MCAwIDAgMjIyIDAgMCAwIDAgNTU2IDAgMCAwIDAgNTAwIDI3OCA1NTYgNTAwIDAgMCA1
+ MDAgXQplbmRvYmoKNDYgMCBvYmoKPDwgL1R5cGUgL0ZvbnQgL1N1YnR5cGUgL1RydWVU
+ eXBlIC9CYXNlRm9udCAvSUVNVkRYK0hlbHZldGljYSAvRm9udERlc2NyaXB0b3IKMTc3
+ IDAgUiAvV2lkdGhzIDE3OCAwIFIgL0ZpcnN0Q2hhciA2NSAvTGFzdENoYXIgMTIxIC9F
+ bmNvZGluZyAvTWFjUm9tYW5FbmNvZGluZwo+PgplbmRvYmoKMTc5IDAgb2JqCjw8IC9M
+ ZW5ndGggMTgwIDAgUiAvTGVuZ3RoMSAxMzk3MiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+
+ 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
+ 6m8Bof18+AkkFaiAWJj955c0WJMcgAwsSjgCB5WtKz4Kt8HXUkJ/ipxy2rFZhn3wh11/
+ /ea7D2Kb8dLPY9/EYpfwUiY7thovZaNXoh/gx2J3UNL1LYWMsdGSj0SsjdfFO7qMD1p2
+ WmieM3NFuhpdg242v4Rewq81bIFb8y3GzabN5l1ol0lTg8Yaq81njEwF+ypLrWZ3oB14
+ J7vLzKakshaj2QR2t1GpSHIKamKcmOxARMKHZqOlW/mICWyUdxK7Bti99pLlBuIlTBUg
+ a5412wKnhcD8xRjIJeqMcC1tmqczmy0sxmRDWeAijpCDRALEgPncnAVwBN2E8zma4ilJ
+ EBcQx7NwKNxAAjVo2ns68MD08ic7nwyEXNlpmrxsDTtCHVv0BhwyMtmzY+tjX74Um9XD
+ Cc+rOK9FeDyFqQP2v5/INukXb0WtidSgEIwpsN+SpBt0cjseQEG4tQvB96oZKBvctAJU
+ gSpRlfRd8xjp2+VadJP0dfVE+GL6FjQJTUYNqBG+BbgVTZX6JrsNSykO/icFTRndMHJk
+ TXpN69yO1kXtM1qgJlFLmjwDsA/gZQDisRAX+EuAq9BICeAAyAAoBRgHMBVgLsC9AGsB
+ ngTYB/AywBsAFwG+BLgKC1cCOAAyAEoBxgFMBZgLcC/AWoAnAfYBvAzwBsBFgC/j/T+Y
+ BxpIY+QZlM8YlM8ZlM8dlB85KF8+KD9qUL5iUL5yUL5qUL56UB4M8xvmP25Qfvyg/MRB
+ eUKp69c/fVB+xqD8zEF5id+uw9/sQfXwf1Q39N8+KD9nUH7uoLz0/1nX9X/HoPo7B+Xn
+ D8ovHJS/a1Be+v+r6/pfPKi+Y1B+yaD83YPyS0n+/wBjyk6SCmVuZHN0cmVhbQplbmRv
+ YmoKMTgwIDAgb2JqCjkzMDkKZW5kb2JqCjE4MSAwIG9iago8PCAvVHlwZSAvRm9udERl
+ c2NyaXB0b3IgL0FzY2VudCA3NzAgL0NhcEhlaWdodCA3MTcgL0Rlc2NlbnQgLTIzMCAv
+ RmxhZ3MgMzIKL0ZvbnRCQm94IFstOTUxIC00ODEgMTQ0NSAxMTIyXSAvRm9udE5hbWUg
+ L1pJWEFBSCtIZWx2ZXRpY2EgL0l0YWxpY0FuZ2xlIDAKL1N0ZW1WIDAgL01heFdpZHRo
+ IDE1MDAgL1hIZWlnaHQgNTQwIC9Gb250RmlsZTIgMTc5IDAgUiA+PgplbmRvYmoKMTgy
+ IDAgb2JqClsgMjc4IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAyNzggMCAwIDAgNTU2IDU1
+ NiAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAKMCA2NjcgNjY3IDcyMiA3MjIgNjY3
+ IDYxMSA3NzggMCAyNzggMCAwIDU1NiAwIDAgMCA2NjcgMCA3MjIgMCAwIDAgMCAwIDAg
+ MAowIDAgMCAwIDAgMCAwIDU1NiA1NTYgNTAwIDU1NiA1NTYgMCA1NTYgNTU2IDIyMiAy
+ MjIgMCAyMjIgODMzIDU1NiA1NTYgNTU2CjAgMzMzIDUwMCAyNzggNTU2IDUwMCA3MjIg
+ NTAwIDUwMCBdCmVuZG9iago5IDAgb2JqCjw8IC9UeXBlIC9Gb250IC9TdWJ0eXBlIC9U
+ cnVlVHlwZSAvQmFzZUZvbnQgL1pJWEFBSCtIZWx2ZXRpY2EgL0ZvbnREZXNjcmlwdG9y
+ CjE4MSAwIFIgL1dpZHRocyAxODIgMCBSIC9GaXJzdENoYXIgMzIgL0xhc3RDaGFyIDEy
+ MSAvRW5jb2RpbmcgL01hY1JvbWFuRW5jb2RpbmcKPj4KZW5kb2JqCjE4MyAwIG9iago8
+ PCAvTGVuZ3RoIDE4NCAwIFIgL0xlbmd0aDEgMTAxMjggL0ZpbHRlciAvRmxhdGVEZWNv
+ ZGUgPj4Kc3RyZWFtCngBvVp5fNTVtT/3t8+Sycxk9iUzw2RmMtkXCBkTyBCSEJbEAApJ
+ JJoEAkkkChhCsYUXFQoEBBFZFJ8VtRCgyhhSGaD6qI0iXRSt1Wptqy1aXz/m2denXZSZ
+ eef+JkTCp+2HP/z095tz99+953zvuedu07tmbQekQD+w0NDctmo5yI9fC0D6l/a0rUrG
+ 06g3sLSv152M85kA7Mrlq1b0JOPSQwBK54qV68e+TxsG0P2ps6NtWTIfLqNf0okJyTiZ
+ jH5GZ0/vN5JxPZaHeSvvXDqWn7YD45k9bd8Yax/ew7j7jraejmR53yfoZ6y6867esfhT
+ 6NeuWtMxVp40In+vAcHUNLgTFHA7iMCAFt8WAPFjpRM4zKX5+CzLUe25LbX8c9BJcvy2
+ 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
+ d8c/eSa+fFiQnkoRPBbpoQyuHlXxXoqV/CQ68D78Hz3071m4vsc7/SqokW/XZ+P9Ob3d
+ p3foi2AxNEEzLMFSVKPpFh2XY3jyBLXNcxfMrMuu7VjZ19HbtbRNLiFno3MTUivSKqR+
+ pAeQHkeKIJ1Duoj0PtKfaLVIWiQ3UgFSGKkBqRVpVWLsAXzGwwTP2SbGK6+J40JkQnnK
+ 3dXfL70mvuyauIzVVe0tvya/65q4/F+2q8rfcU3+ndfE11wTv+uauPzftKvq67smf901
+ 8fU0/v+dwS7fCmVuZHN0cmVhbQplbmRvYmoKMTg0IDAgb2JqCjY1NzUKZW5kb2JqCjE4
+ NSAwIG9iago8PCAvVHlwZSAvRm9udERlc2NyaXB0b3IgL0FzY2VudCA3NzAgL0NhcEhl
+ aWdodCA3MTcgL0Rlc2NlbnQgLTIzMCAvRmxhZ3MgMzIKL0ZvbnRCQm94IFstOTUxIC00
+ ODEgMTQ0NSAxMTIyXSAvRm9udE5hbWUgL0haS1JDTStIZWx2ZXRpY2EgL0l0YWxpY0Fu
+ Z2xlIDAKL1N0ZW1WIDAgL01heFdpZHRoIDE1MDAgL1hIZWlnaHQgNjM3IC9Gb250Rmls
+ ZTIgMTgzIDAgUiA+PgplbmRvYmoKMTg2IDAgb2JqClsgNjY3IDY2NyAwIDAgMCAwIDAg
+ MCAyNzggMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDU1NgowIDUwMCA1NTYgNTU2IDI3OCAwIDAgMjIyIDAgMCAwIDgzMyA1NTYgNTU2IDAg
+ MCAzMzMgNTAwIDI3OCAwIDUwMCA3MjIgMCA1MDAKXQplbmRvYmoKNTcgMCBvYmoKPDwg
+ L1R5cGUgL0ZvbnQgL1N1YnR5cGUgL1RydWVUeXBlIC9CYXNlRm9udCAvSFpLUkNNK0hl
+ bHZldGljYSAvRm9udERlc2NyaXB0b3IKMTg1IDAgUiAvV2lkdGhzIDE4NiAwIFIgL0Zp
+ cnN0Q2hhciA2NSAvTGFzdENoYXIgMTIxIC9FbmNvZGluZyAvTWFjUm9tYW5FbmNvZGlu
+ Zwo+PgplbmRvYmoKMTg3IDAgb2JqCjw8IC9MZW5ndGggMTg4IDAgUiAvTGVuZ3RoMSA4
+ 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
+ w86Ij3S/ReyEyV0V2RX59MeRlUOc8FIc5zQJP0xlahGux6Q4I1/RVvwd5ZuuBCxMxd9v
+ CsEHVfirjPSrywL8jeduWAQBWIJSgr8Uxb6NOPztHBbOq67035VZ3bqmp7W7fXmzXGOs
+ Zx9m6pCakDqRepFwQwjPIwWRhpEuI32A9LnUNZIGyREdvbAAxvMEv8sm8v5JfN0kXtLm
+ 1vbLJ/ErJvFtk/j2Sfx9k/jOSXzXJF7+X4Rb9O+ZJF8n8f8Plua/3wplbmRzdHJlYW0K
+ ZW5kb2JqCjE4OCAwIG9iago1MzYwCmVuZG9iagoxODkgMCBvYmoKPDwgL1R5cGUgL0Zv
+ bnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9DYXBIZWlnaHQgNjg0IC9EZXNjZW50IC0y
+ MzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTk1MSAtNDgxIDE0NDUgMTEyMl0gL0ZvbnRO
+ YW1lIC9SS0hCRVQrSGVsdmV0aWNhIC9JdGFsaWNBbmdsZSAwCi9TdGVtViAwIC9NYXhX
+ aWR0aCAxNTAwIC9YSGVpZ2h0IDUxMyAvRm9udEZpbGUyIDE4NyAwIFIgPj4KZW5kb2Jq
+ CjE5MCAwIG9iagpbIDY2NyAwIDAgMCA2NjcgMCAwIDAgMCAwIDAgMCAwIDAgMCA2Njcg
+ MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA1NTYKMCA1MDAgNTU2IDAgMCAw
+ IDU1NiAyMjIgMCAwIDAgMCA1NTYgMCA1NTYgMCAzMzMgMCAyNzggMCA1MDAgMCAwIDUw
+ MCBdCmVuZG9iago3NyAwIG9iago8PCAvVHlwZSAvRm9udCAvU3VidHlwZSAvVHJ1ZVR5
+ cGUgL0Jhc2VGb250IC9SS0hCRVQrSGVsdmV0aWNhIC9Gb250RGVzY3JpcHRvcgoxODkg
+ MCBSIC9XaWR0aHMgMTkwIDAgUiAvRmlyc3RDaGFyIDY1IC9MYXN0Q2hhciAxMjEgL0Vu
+ Y29kaW5nIC9NYWNSb21hbkVuY29kaW5nCj4+CmVuZG9iagoxOTEgMCBvYmoKPDwgL0xl
+ bmd0aCAxOTIgMCBSIC9MZW5ndGgxIDk1MzIgL0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4K
+ 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
+ Ht1ldJ9j0wI6C7pUdIXoqmIjD+bDaJzg3cmNdGgMfcsYWuLq+vry+K9rr21MfscYeukY
+ Wv4f0nX17x6Tf88YevkY+t4xtPy/ouvau39MfrdE/z8WKr2zCmVuZHN0cmVhbQplbmRv
+ YmoKMTkyIDAgb2JqCjYxNDkKZW5kb2JqCjE5MyAwIG9iago8PCAvVHlwZSAvRm9udERl
+ c2NyaXB0b3IgL0FzY2VudCA3NzAgL0NhcEhlaWdodCA3MzcgL0Rlc2NlbnQgLTIzMCAv
+ RmxhZ3MgMzIKL0ZvbnRCQm94IFstOTUxIC00ODEgMTQ0NSAxMTIyXSAvRm9udE5hbWUg
+ L0dXSktOUCtIZWx2ZXRpY2EgL0l0YWxpY0FuZ2xlIDAKL1N0ZW1WIDAgL01heFdpZHRo
+ IDE1MDAgL1hIZWlnaHQgNjM3IC9Gb250RmlsZTIgMTkxIDAgUiA+PgplbmRvYmoKMTk0
+ IDAgb2JqClsgNzIyIDAgNjY3IDAgMCAwIDAgMCAwIDAgMCAwIDc3OCAwIDAgMCAwIDAg
+ MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgNTU2IDAKMCAwIDU1NiAyNzggMCAwIDIyMiAw
+ IDAgMjIyIDgzMyA1NTYgNTU2IDU1NiAwIDAgNTAwIDI3OCAwIDAgNzIyIDAgNTAwIF0K
+ ZW5kb2JqCjkyIDAgb2JqCjw8IC9UeXBlIC9Gb250IC9TdWJ0eXBlIC9UcnVlVHlwZSAv
+ QmFzZUZvbnQgL0dXSktOUCtIZWx2ZXRpY2EgL0ZvbnREZXNjcmlwdG9yCjE5MyAwIFIg
+ L1dpZHRocyAxOTQgMCBSIC9GaXJzdENoYXIgNjcgL0xhc3RDaGFyIDEyMSAvRW5jb2Rp
+ bmcgL01hY1JvbWFuRW5jb2RpbmcKPj4KZW5kb2JqCjE5NSAwIG9iago8PCAvTGVuZ3Ro
+ IDE5NiAwIFIgL0xlbmd0aDEgOTQ5MiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+PgpzdHJl
+ YW0KeAG9Wgt0lNW13ud/zyOTmUnmmUxmhsnMZDJ5kARCYgIZQl48EgNBSJBoEggkPBQw
+ RrFCo4JAUBSREMWl4oNnNUNIZQDxUooi1iq0FZXaViu2XpdZ3PZia4WZufv8E1KS1bq4
+ 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
+ c2NyaXB0b3IgL0FzY2VudCA3NzAgL0NhcEhlaWdodCA3MTcgL0Rlc2NlbnQgLTIzMCAv
+ RmxhZ3MgMzIKL0ZvbnRCQm94IFstOTUxIC00ODEgMTQ0NSAxMTIyXSAvRm9udE5hbWUg
+ L0dXSktOUCtIZWx2ZXRpY2EgL0l0YWxpY0FuZ2xlIDAKL1N0ZW1WIDAgL01heFdpZHRo
+ IDE1MDAgL1hIZWlnaHQgNjM3IC9Gb250RmlsZTIgMTk1IDAgUiA+PgplbmRvYmoKMTk4
+ IDAgb2JqClsgNzIyIDY2NyA2MTEgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+ MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDU1NiAwIDAKNTU2IDU1NiAwIDAgMCAyMjIgMCAw
+ IDAgODMzIDU1NiA1NTYgMCAwIDMzMyA1MDAgMjc4IDAgNTAwIDcyMiAwIDUwMCBdCmVu
+ ZG9iago0MSAwIG9iago8PCAvVHlwZSAvRm9udCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jh
+ c2VGb250IC9HV0pLTlArSGVsdmV0aWNhIC9Gb250RGVzY3JpcHRvcgoxOTcgMCBSIC9X
+ aWR0aHMgMTk4IDAgUiAvRmlyc3RDaGFyIDY4IC9MYXN0Q2hhciAxMjEgL0VuY29kaW5n
+ IC9NYWNSb21hbkVuY29kaW5nCj4+CmVuZG9iagoxOTkgMCBvYmoKPDwgL0xlbmd0aCAy
+ MDAgMCBSIC9MZW5ndGgxIDk5MzYgL0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4Kc3RyZWFt
+ CngBvVp9XNRVun/O731eGGaGGeaFGWaGYWaAAYYXBRGUEXnzBVIpBZMCFAXTDd8w2/RS
+ aiqaZeZL2rZZXUWtHJG1MavrtqjZtq21ZeV6t9qs7XZj3bu3uq0Kc5/zGyTl7nb9o8/O
+ j/PynNfnfM9znvOcc1i6eFkzxEAHsDBlZmPbXJB/njkAZMHshY1tUVp/FcPO2e1LnVGa
+ TwFgF8xtm7cwSkuPASjt8xasGKwfFwLQVbY0N2I78o/Wz2vBhChJRmCY3LJw6T1RWt+D
+ YeWCu2cP5setR9q7sPGewf7hAtLOnzQubI6W9wQxTG67e8nSKJ38HYaVbYubB8uTWuTv
+ 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
+ 7k10F9B9he4qVlSjs6FLR1eEbjK6WZHBH5aBoTjBu6sb6ZphNOXk+vKzh9FzhtEyLte1
+ P3dYfsswunUYvWAYvXgYvWQYLf8v13X9LRuW3z6MXj6MXkHp/wV/LvSHCmVuZHN0cmVh
+ bQplbmRvYmoKMjAwIDAgb2JqCjY0MTYKZW5kb2JqCjIwMSAwIG9iago8PCAvVHlwZSAv
+ Rm9udERlc2NyaXB0b3IgL0FzY2VudCA3NzAgL0NhcEhlaWdodCA2ODQgL0Rlc2NlbnQg
+ LTIzMCAvRmxhZ3MgMzIKL0ZvbnRCQm94IFstOTUxIC00ODEgMTQ0NSAxMTIyXSAvRm9u
+ dE5hbWUgL1dVQ1NFRCtIZWx2ZXRpY2EgL0l0YWxpY0FuZ2xlIDAKL1N0ZW1WIDAgL01h
+ eFdpZHRoIDE1MDAgL1hIZWlnaHQgNTEzIC9Gb250RmlsZTIgMTk5IDAgUiA+PgplbmRv
+ YmoKMjAyIDAgb2JqClsgNjY3IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+ MCA2NjcgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA1NTYKMCA1MDAgNTU2IDU1NiAy
+ NzggMCA1NTYgMjIyIDAgMCAyMjIgMCAwIDAgMCAwIDMzMyA1MDAgMjc4IDU1NiA1MDAg
+ NzIyIDAgNTAwCl0KZW5kb2JqCjYyIDAgb2JqCjw8IC9UeXBlIC9Gb250IC9TdWJ0eXBl
+ IC9UcnVlVHlwZSAvQmFzZUZvbnQgL1dVQ1NFRCtIZWx2ZXRpY2EgL0ZvbnREZXNjcmlw
+ dG9yCjIwMSAwIFIgL1dpZHRocyAyMDIgMCBSIC9GaXJzdENoYXIgNjUgL0xhc3RDaGFy
+ IDEyMSAvRW5jb2RpbmcgL01hY1JvbWFuRW5jb2RpbmcKPj4KZW5kb2JqCjIwMyAwIG9i
+ ago8PCAvTGVuZ3RoIDIwNCAwIFIgL0xlbmd0aDEgOTMxNiAvRmlsdGVyIC9GbGF0ZURl
+ Y29kZSA+PgpzdHJlYW0KeAG9Wnt4VNW1X/u855HJzGQm88hMZg6Tmcn7CSEhgQwhLwiJ
+ gShkIpEkEEgi0QAhGFq4QUEgIIjIQ/Baab0QQJohSXWQ6qU2iFhr0SpWa61WtH5+zYe3
+ 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
+ LTk1MSAtNDgxIDE0NDUgMTEyMl0gL0ZvbnROYW1lIC9SS0hCRVQrSGVsdmV0aWNhIC9J
+ dGFsaWNBbmdsZSAwCi9TdGVtViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDUxMyAv
+ Rm9udEZpbGUyIDIwMyAwIFIgPj4KZW5kb2JqCjIwNiAwIG9iagpbIDY2NyA2NjcgMCAw
+ IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA2NjcgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+ MCAwIDAgMCA1NTYKMCA1MDAgNTU2IDU1NiAwIDAgMCAyMjIgMCAwIDAgMCAwIDAgMCAw
+ IDMzMyA1MDAgMjc4IDAgNTAwIDcyMiAwIDUwMCBdCmVuZG9iago1MSAwIG9iago8PCAv
+ VHlwZSAvRm9udCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jhc2VGb250IC9SS0hCRVQrSGVs
+ dmV0aWNhIC9Gb250RGVzY3JpcHRvcgoyMDUgMCBSIC9XaWR0aHMgMjA2IDAgUiAvRmly
+ c3RDaGFyIDY1IC9MYXN0Q2hhciAxMjEgL0VuY29kaW5nIC9NYWNSb21hbkVuY29kaW5n
+ Cj4+CmVuZG9iagoyMDcgMCBvYmoKKE1hYyBPUyBYIDEwLjYuNSBRdWFydHogUERGQ29u
+ dGV4dCkKZW5kb2JqCjIwOCAwIG9iagooRDoyMDExMTEyMzE5MjY0OFowMCcwMCcpCmVu
+ ZG9iagoxIDAgb2JqCjw8IC9Qcm9kdWNlciAyMDcgMCBSIC9DcmVhdGlvbkRhdGUgMjA4
+ IDAgUiAvTW9kRGF0ZSAyMDggMCBSID4+CmVuZG9iagp4cmVmCjAgMjA5CjAwMDAwMDAw
+ MDAgNjU1MzUgZiAKMDAwMDE0NTM1NSAwMDAwMCBuIAowMDAwMDI3NjI2IDAwMDAwIG4g
+ CjAwMDAwMDM4MTMgMDAwMDAgbiAKMDAwMDAyNzIwNSAwMDAwMCBuIAowMDAwMDAwMDIy
+ IDAwMDAwIG4gCjAwMDAwMDM3OTMgMDAwMDAgbiAKMDAwMDAwMzkxNyAwMDAwMCBuIAow
+ MDAwMDA1NzUyIDAwMDAwIG4gCjAwMDAxMDQzNjMgMDAwMDAgbiAKMDAwMDAwNDg1NSAw
+ MDAwMCBuIAowMDAwMDA0MDI3IDAwMDAwIG4gCjAwMDAwMDQ4MzUgMDAwMDAgbiAKMDAw
+ MDAwNDg5MiAwMDAwMCBuIAowMDAwMDA1NzMyIDAwMDAwIG4gCjAwMDAwMTEwMjYgMDAw
+ MDAgbiAKMDAwMDAwNTc4OCAwMDAwMCBuIAowMDAwMDExMDA1IDAwMDAwIG4gCjAwMDAw
+ MTExMzQgMDAwMDAgbiAKMDAwMDA4ODI3NiAwMDAwMCBuIAowMDAwMDExMjg3IDAwMDAw
+ IG4gCjAwMDAwMTEzMzUgMDAwMDAgbiAKMDAwMDAxNDA1MiAwMDAwMCBuIAowMDAwMDEx
+ MzgwIDAwMDAwIG4gCjAwMDAwMTQwMzEgMDAwMDAgbiAKMDAwMDAxNDE2MCAwMDAwMCBu
+ IAowMDAwMDQ2MzgzIDAwMDAwIG4gCjAwMDAwMTUwNTcgMDAwMDAgbiAKMDAwMDAxNDI2
+ MCAwMDAwMCBuIAowMDAwMDE1MDM3IDAwMDAwIG4gCjAwMDAwMTUxNjQgMDAwMDAgbiAK
+ MDAwMDA1NzY2NyAwMDAwMCBuIAowMDAwMDE2MDkxIDAwMDAwIG4gCjAwMDAwMTUyNzYg
+ MDAwMDAgbiAKMDAwMDAxNjA3MSAwMDAwMCBuIAowMDAwMDE2MTk4IDAwMDAwIG4gCjAw
+ MDAwNzE3NTIgMDAwMDAgbiAKMDAwMDAxNzA3MiAwMDAwMCBuIAowMDAwMDE2MzEwIDAw
+ MDAwIG4gCjAwMDAwMTcwNTIgMDAwMDAgbiAKMDAwMDAxNzE3OSAwMDAwMCBuIAowMDAw
+ MTMxMjc5IDAwMDAwIG4gCjAwMDAwMTgxMjIgMDAwMDAgbiAKMDAwMDAxNzI5MSAwMDAw
+ MCBuIAowMDAwMDE4MTAyIDAwMDAwIG4gCjAwMDAwMTgyMjkgMDAwMDAgbiAKMDAwMDA5
+ NDI2MCAwMDAwMCBuIAowMDAwMDE5MDkzIDAwMDAwIG4gCjAwMDAwMTgzNDEgMDAwMDAg
+ biAKMDAwMDAxOTA3MyAwMDAwMCBuIAowMDAwMDE5MjAwIDAwMDAwIG4gCjAwMDAxNDUw
+ ODIgMDAwMDAgbiAKMDAwMDAyMDA1NSAwMDAwMCBuIAowMDAwMDI3MzI4IDAwMDAwIG4g
+ CjAwMDAwMTkzMTIgMDAwMDAgbiAKMDAwMDAyMDAzNSAwMDAwMCBuIAowMDAwMDIwMTYz
+ IDAwMDAwIG4gCjAwMDAxMTE2MjcgMDAwMDAgbiAKMDAwMDAyMTAyNyAwMDAwMCBuIAow
+ MDAwMDIwMjc1IDAwMDAwIG4gCjAwMDAwMjEwMDcgMDAwMDAgbiAKMDAwMDAyMTEzNSAw
+ MDAwMCBuIAowMDAwMTM4MzgyIDAwMDAwIG4gCjAwMDAwMjE5OTEgMDAwMDAgbiAKMDAw
+ MDAyMTI0OCAwMDAwMCBuIAowMDAwMDIxOTcxIDAwMDAwIG4gCjAwMDAwMjIwOTkgMDAw
+ MDAgbiAKMDAwMDA3NzU4MSAwMDAwMCBuIAowMDAwMDIzMDI0IDAwMDAwIG4gCjAwMDAw
+ MjIyMTIgMDAwMDAgbiAKMDAwMDAyMzAwNCAwMDAwMCBuIAowMDAwMDIzMTMyIDAwMDAw
+ IG4gCjAwMDAwMzc5NzMgMDAwMDAgbiAKMDAwMDAyNDA0OSAwMDAwMCBuIAowMDAwMDIz
+ MjQ1IDAwMDAwIG4gCjAwMDAwMjQwMjkgMDAwMDAgbiAKMDAwMDAyNDE1NyAwMDAwMCBu
+ IAowMDAwMTE3NjY4IDAwMDAwIG4gCjAwMDAwMjUwMTQgMDAwMDAgbiAKMDAwMDAyNDI3
+ MCAwMDAwMCBuIAowMDAwMDI0OTk0IDAwMDAwIG4gCjAwMDAwMjUxMjIgMDAwMDAgbiAK
+ MDAwMDA1MTU2OCAwMDAwMCBuIAowMDAwMDI2MDA3IDAwMDAwIG4gCjAwMDAwMjUyMzUg
+ MDAwMDAgbiAKMDAwMDAyNTk4NyAwMDAwMCBuIAowMDAwMDI2MTE1IDAwMDAwIG4gCjAw
+ MDAwNjQ2NTYgMDAwMDAgbiAKMDAwMDAyNjk4NCAwMDAwMCBuIAowMDAwMDI2MjI4IDAw
+ MDAwIG4gCjAwMDAwMjY5NjQgMDAwMDAgbiAKMDAwMDAyNzA5MiAwMDAwMCBuIAowMDAw
+ MTI0NDk4IDAwMDAwIG4gCjAwMDAwMjc0NTMgMDAwMDAgbiAKMDAwMDAyNzU0NSAwMDAw
+ MCBuIAowMDAwMDMwNTgwIDAwMDAwIG4gCjAwMDAwMjc2NzQgMDAwMDAgbiAKMDAwMDAz
+ MDU1OCAwMDAwMCBuIAowMDAwMDI3NzgwIDAwMDAwIG4gCjAwMDAwMzA1MzYgMDAwMDAg
+ biAKMDAwMDAzMDQ5OCAwMDAwMCBuIAowMDAwMDI3OTAyIDAwMDAwIG4gCjAwMDAwMzA0
+ NzUgMDAwMDAgbiAKMDAwMDAzMDQzNyAwMDAwMCBuIAowMDAwMDI4MDI2IDAwMDAwIG4g
+ CjAwMDAwMzA0MTQgMDAwMDAgbiAKMDAwMDAzMDM3NSAwMDAwMCBuIAowMDAwMDI4MTUx
+ IDAwMDAwIG4gCjAwMDAwMzAzNTIgMDAwMDAgbiAKMDAwMDAzMDMxMyAwMDAwMCBuIAow
+ MDAwMDI4Mjc1IDAwMDAwIG4gCjAwMDAwMzAyOTAgMDAwMDAgbiAKMDAwMDAzMDI1MSAw
+ MDAwMCBuIAowMDAwMDI4Mzk5IDAwMDAwIG4gCjAwMDAwMzAyMjggMDAwMDAgbiAKMDAw
+ MDAzMDE4OSAwMDAwMCBuIAowMDAwMDI4NTIzIDAwMDAwIG4gCjAwMDAwMzAxNjYgMDAw
+ MDAgbiAKMDAwMDAzMDEyNyAwMDAwMCBuIAowMDAwMDI4NjQ3IDAwMDAwIG4gCjAwMDAw
+ MzAxMDQgMDAwMDAgbiAKMDAwMDAzMDA2NSAwMDAwMCBuIAowMDAwMDI4NzcyIDAwMDAw
+ IG4gCjAwMDAwMzAwNDIgMDAwMDAgbiAKMDAwMDAzMDAwMyAwMDAwMCBuIAowMDAwMDI4
+ ODk3IDAwMDAwIG4gCjAwMDAwMjk5ODAgMDAwMDAgbiAKMDAwMDAyOTk0MSAwMDAwMCBu
+ IAowMDAwMDI5MDIyIDAwMDAwIG4gCjAwMDAwMjk5MTggMDAwMDAgbiAKMDAwMDAyOTg3
+ OSAwMDAwMCBuIAowMDAwMDI5MTQ2IDAwMDAwIG4gCjAwMDAwMjk4NTYgMDAwMDAgbiAK
+ MDAwMDAyOTgxNyAwMDAwMCBuIAowMDAwMDI5MjcxIDAwMDAwIG4gCjAwMDAwMjk3OTQg
+ MDAwMDAgbiAKMDAwMDAyOTc1NSAwMDAwMCBuIAowMDAwMDI5Mzk1IDAwMDAwIG4gCjAw
+ MDAwMjk3MzIgMDAwMDAgbiAKMDAwMDAyOTY5MyAwMDAwMCBuIAowMDAwMDI5NTIwIDAw
+ MDAwIG4gCjAwMDAwMjk2NzAgMDAwMDAgbiAKMDAwMDAyOTYzMSAwMDAwMCBuIAowMDAw
+ MDMwNjkwIDAwMDAwIG4gCjAwMDAwMzc1NTMgMDAwMDAgbiAKMDAwMDAzNzU3NSAwMDAw
+ MCBuIAowMDAwMDM3ODAyIDAwMDAwIG4gCjAwMDAwMzgxNTAgMDAwMDAgbiAKMDAwMDA0
+ NTkzMSAwMDAwMCBuIAowMDAwMDQ1OTUzIDAwMDAwIG4gCjAwMDAwNDYxODAgMDAwMDAg
+ biAKMDAwMDA0NjU2MCAwMDAwMCBuIAowMDAwMDUxMTc0IDAwMDAwIG4gCjAwMDAwNTEx
+ OTYgMDAwMDAgbiAKMDAwMDA1MTQyMyAwMDAwMCBuIAowMDAwMDUxNzQ1IDAwMDAwIG4g
+ CjAwMDAwNTcyNTkgMDAwMDAgbiAKMDAwMDA1NzI4MSAwMDAwMCBuIAowMDAwMDU3NTA4
+ IDAwMDAwIG4gCjAwMDAwNTc4NDQgMDAwMDAgbiAKMDAwMDA2NDI0MiAwMDAwMCBuIAow
+ MDAwMDY0MjY0IDAwMDAwIG4gCjAwMDAwNjQ0OTEgMDAwMDAgbiAKMDAwMDA2NDgzMyAw
+ MDAwMCBuIAowMDAwMDcxMzM2IDAwMDAwIG4gCjAwMDAwNzEzNTggMDAwMDAgbiAKMDAw
+ MDA3MTU4NSAwMDAwMCBuIAowMDAwMDcxOTI5IDAwMDAwIG4gCjAwMDAwNzcxNzMgMDAw
+ MDAgbiAKMDAwMDA3NzE5NSAwMDAwMCBuIAowMDAwMDc3NDIyIDAwMDAwIG4gCjAwMDAw
+ Nzc3NTggMDAwMDAgbiAKMDAwMDA4Nzc0NCAwMDAwMCBuIAowMDAwMDg3NzY2IDAwMDAw
+ IG4gCjAwMDAwODc5OTMgMDAwMDAgbiAKMDAwMDA4ODQ1MyAwMDAwMCBuIAowMDAwMDkz
+ ODUyIDAwMDAwIG4gCjAwMDAwOTM4NzQgMDAwMDAgbiAKMDAwMDA5NDEwMSAwMDAwMCBu
+ IAowMDAwMDk0NDM3IDAwMDAwIG4gCjAwMDAxMDM4MzkgMDAwMDAgbiAKMDAwMDEwMzg2
+ MSAwMDAwMCBuIAowMDAwMTA0MDg4IDAwMDAwIG4gCjAwMDAxMDQ1MzkgMDAwMDAgbiAK
+ MDAwMDExMTIwNyAwMDAwMCBuIAowMDAwMTExMjI5IDAwMDAwIG4gCjAwMDAxMTE0NTYg
+ MDAwMDAgbiAKMDAwMDExMTgwNCAwMDAwMCBuIAowMDAwMTE3MjU2IDAwMDAwIG4gCjAw
+ MDAxMTcyNzggMDAwMDAgbiAKMDAwMDExNzUwNSAwMDAwMCBuIAowMDAwMTE3ODQ1IDAw
+ MDAwIG4gCjAwMDAxMjQwODYgMDAwMDAgbiAKMDAwMDEyNDEwOCAwMDAwMCBuIAowMDAw
+ MTI0MzM1IDAwMDAwIG4gCjAwMDAxMjQ2NzUgMDAwMDAgbiAKMDAwMDEzMDg2OSAwMDAw
+ MCBuIAowMDAwMTMwODkxIDAwMDAwIG4gCjAwMDAxMzExMTggMDAwMDAgbiAKMDAwMDEz
+ MTQ1NiAwMDAwMCBuIAowMDAwMTM3OTY0IDAwMDAwIG4gCjAwMDAxMzc5ODYgMDAwMDAg
+ biAKMDAwMDEzODIxMyAwMDAwMCBuIAowMDAwMTM4NTU5IDAwMDAwIG4gCjAwMDAxNDQ2
+ NzAgMDAwMDAgbiAKMDAwMDE0NDY5MiAwMDAwMCBuIAowMDAwMTQ0OTE5IDAwMDAwIG4g
+ CjAwMDAxNDUyNTkgMDAwMDAgbiAKMDAwMDE0NTMxMiAwMDAwMCBuIAp0cmFpbGVyCjw8
+ IC9TaXplIDIwOSAvUm9vdCA5NCAwIFIgL0luZm8gMSAwIFIgL0lEIFsgPDNkOWI0MzZl
+ NDJmYmE5NTQ0ODYwYWIwMDVjMTFkYTc2Pgo8M2Q5YjQzNmU0MmZiYTk1NDQ4NjBhYjAw
+ NWMxMWRhNzY+IF0gPj4Kc3RhcnR4cmVmCjE0NTQzMwolJUVPRgozIDAgb2JqCjw8L1R5
+ cGUgL1BhZ2UgL0NvbnRlbnRzIDUgMCBSIC9NZWRpYUJveCBbMCAwIDU1OSA3ODNdIC9Q
+ YXJlbnQgNCAwIFIgL1Jlc291cmNlcyA3IDAgUiA+PgplbmRvYmoKMTUgMCBvYmoKPDwv
+ VHlwZSAvUGFnZSAvQ29udGVudHMgMTYgMCBSIC9NZWRpYUJveCBbMCAwIDExMTggNzgz
+ XSAvUGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgMTggMCBSID4+CmVuZG9iagoyMiAwIG9i
+ ago8PC9UeXBlIC9QYWdlIC9Db250ZW50cyAyMyAwIFIgL01lZGlhQm94IFswIDAgMTEx
+ OCA3ODNdIC9QYXJlbnQgNCAwIFIgL1Jlc291cmNlcyAyNSAwIFIgPj4KZW5kb2JqCjI3
+ IDAgb2JqCjw8L1R5cGUgL1BhZ2UgL0NvbnRlbnRzIDI4IDAgUiAvTWVkaWFCb3ggWzAg
+ MCA1NTkgNzgzXSAvUGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgMzAgMCBSID4+CmVuZG9i
+ agozMiAwIG9iago8PC9UeXBlIC9QYWdlIC9Db250ZW50cyAzMyAwIFIgL01lZGlhQm94
+ IFswIDAgNTU5IDc4M10gL1BhcmVudCA0IDAgUiAvUmVzb3VyY2VzIDM1IDAgUiA+Pgpl
+ bmRvYmoKMzcgMCBvYmoKPDwvVHlwZSAvUGFnZSAvQ29udGVudHMgMzggMCBSIC9NZWRp
+ YUJveCBbMCAwIDU1OSA3ODNdIC9QYXJlbnQgNCAwIFIgL1Jlc291cmNlcyA0MCAwIFIg
+ Pj4KZW5kb2JqCjQyIDAgb2JqCjw8L1R5cGUgL1BhZ2UgL0NvbnRlbnRzIDQzIDAgUiAv
+ TWVkaWFCb3ggWzAgMCA1NTkgNzgzXSAvUGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgNDUg
+ MCBSID4+CmVuZG9iago0NyAwIG9iago8PC9UeXBlIC9QYWdlIC9Db250ZW50cyA0OCAw
+ IFIgL01lZGlhQm94IFswIDAgNTU5IDc4M10gL1BhcmVudCA0IDAgUiAvUmVzb3VyY2Vz
+ IDUwIDAgUiA+PgplbmRvYmoKNTIgMCBvYmoKPDwvVHlwZSAvUGFnZSAvQ29udGVudHMg
+ NTQgMCBSIC9NZWRpYUJveCBbMCAwIDU1OSA3ODNdIC9QYXJlbnQgNTMgMCBSIC9SZXNv
+ dXJjZXMgNTYgMCBSID4+CmVuZG9iago1OCAwIG9iago8PC9UeXBlIC9QYWdlIC9Db250
+ ZW50cyA1OSAwIFIgL01lZGlhQm94IFswIDAgNTU5IDc4M10gL1BhcmVudCA1MyAwIFIg
+ L1Jlc291cmNlcyA2MSAwIFIgPj4KZW5kb2JqCjYzIDAgb2JqCjw8L1R5cGUgL1BhZ2Ug
+ L0NvbnRlbnRzIDY0IDAgUiAvTWVkaWFCb3ggWzAgMCA1NTkgNzgzXSAvUGFyZW50IDUz
+ IDAgUiAvUmVzb3VyY2VzIDY2IDAgUiA+PgplbmRvYmoKNjggMCBvYmoKPDwvVHlwZSAv
+ UGFnZSAvQ29udGVudHMgNjkgMCBSIC9NZWRpYUJveCBbMCAwIDU1OSA3ODNdIC9QYXJl
+ bnQgNTMgMCBSIC9SZXNvdXJjZXMgNzEgMCBSID4+CmVuZG9iago3MyAwIG9iago8PC9U
+ eXBlIC9QYWdlIC9Db250ZW50cyA3NCAwIFIgL01lZGlhQm94IFswIDAgNTU5IDc4M10g
+ L1BhcmVudCA1MyAwIFIgL1Jlc291cmNlcyA3NiAwIFIgPj4KZW5kb2JqCjc4IDAgb2Jq
+ Cjw8L1R5cGUgL1BhZ2UgL0NvbnRlbnRzIDc5IDAgUiAvTWVkaWFCb3ggWzAgMCA1NTkg
+ NzgzXSAvUGFyZW50IDUzIDAgUiAvUmVzb3VyY2VzIDgxIDAgUiA+PgplbmRvYmoKODMg
+ MCBvYmoKPDwvVHlwZSAvUGFnZSAvQ29udGVudHMgODQgMCBSIC9NZWRpYUJveCBbMCAw
+ IDU1OSA3ODNdIC9QYXJlbnQgNTMgMCBSIC9SZXNvdXJjZXMgODYgMCBSID4+CmVuZG9i
+ ago4OCAwIG9iago8PC9UeXBlIC9QYWdlIC9Db250ZW50cyA4OSAwIFIgL01lZGlhQm94
+ IFswIDAgNTU5IDc4M10gL1BhcmVudCA1MyAwIFIgL1Jlc291cmNlcyA5MSAwIFIgPj4K
+ ZW5kb2JqCjEgMCBvYmoKPDwvQXV0aG9yIChLaGFsaWQgQmVsaGFqamFtZSkvQ3JlYXRp
+ b25EYXRlIChEOjIwMTEwNzMxMDk1MjAwWikvQ3JlYXRvciAoT21uaUdyYWZmbGUgNS4z
+ LjQpL01vZERhdGUgKEQ6MjAxMTExMjMxOTI2MDBaKS9Qcm9kdWNlciAyMDcgMCBSIC9U
+ aXRsZSAoUHJvdmVuYW5jZV9PYmplY3RfUHJvcGVydGllc19DYXJkaW5hbGl0aWVzLmdy
+ YWZmbGUpPj4KZW5kb2JqCnhyZWYKMSAxCjAwMDAxNTE0NzcgMDAwMDAgbiAKMyAxCjAw
+ MDAxNDk3NzQgMDAwMDAgbiAKMTUgMQowMDAwMTQ5ODc3IDAwMDAwIG4gCjIyIDEKMDAw
+ MDE0OTk4NCAwMDAwMCBuIAoyNyAxCjAwMDAxNTAwOTEgMDAwMDAgbiAKMzIgMQowMDAw
+ MTUwMTk3IDAwMDAwIG4gCjM3IDEKMDAwMDE1MDMwMyAwMDAwMCBuIAo0MiAxCjAwMDAx
+ NTA0MDkgMDAwMDAgbiAKNDcgMQowMDAwMTUwNTE1IDAwMDAwIG4gCjUyIDEKMDAwMDE1
+ MDYyMSAwMDAwMCBuIAo1OCAxCjAwMDAxNTA3MjggMDAwMDAgbiAKNjMgMQowMDAwMTUw
+ ODM1IDAwMDAwIG4gCjY4IDEKMDAwMDE1MDk0MiAwMDAwMCBuIAo3MyAxCjAwMDAxNTEw
+ NDkgMDAwMDAgbiAKNzggMQowMDAwMTUxMTU2IDAwMDAwIG4gCjgzIDEKMDAwMDE1MTI2
+ MyAwMDAwMCBuIAo4OCAxCjAwMDAxNTEzNzAgMDAwMDAgbiAKdHJhaWxlcgo8PC9JRCBb
+ PDNkOWI0MzZlNDJmYmE5NTQ0ODYwYWIwMDVjMTFkYTc2PiA8M2Q5YjQzNmU0MmZiYTk1
+ NDQ4NjBhYjAwNWMxMWRhNzY+XSAvSW5mbyAxIDAgUiAvUHJldiAxNDU0MzMgL1Jvb3Qg
+ OTQgMCBSIC9TaXplIDIwOT4+CnN0YXJ0eHJlZgoxNTE2OTAKJSVFT0YK
+ </data>
+ <key>QuickLookThumbnail</key>
+ <data>
+ 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
+ BAAAEpgAAAAAAAgACAAIAAgAAQABAAEAAQ==
+ </data>
+ <key>ReadOnly</key>
+ <string>NO</string>
+ <key>Sheets</key>
+ <array>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{264.5, 411.75}, {81, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>135</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Revision}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{161.5, 410.25}, {81, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>134</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Location}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>ID</key>
+ <integer>133</integer>
+ <key>Points</key>
+ <array>
+ <string>{103.263, 413.728}</string>
+ <string>{85, 350}</string>
+ <string>{96, 266}</string>
+ <string>{172, 228}</string>
+ <string>{265, 222}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>110</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{75, 502.5}, {80, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>131</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 object property}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{85, 482}, {69, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>130</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 subsumption}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>ID</key>
+ <integer>129</integer>
+ <key>Points</key>
+ <array>
+ <string>{69, 519}</string>
+ <string>{172, 518}</string>
+ <string>{172, 517}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>ID</key>
+ <integer>128</integer>
+ <key>Points</key>
+ <array>
+ <string>{75, 496}</string>
+ <string>{168, 496}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>112</integer>
+ </dict>
+ <key>ID</key>
+ <integer>127</integer>
+ <key>Points</key>
+ <array>
+ <string>{417.87, 237.803}</string>
+ <string>{337.235, 233.169}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>124</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{345.5, 445}, {184, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>122</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 ProvenanceContainer}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{417.5, 223}, {112, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>124</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 EntityInRole}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{118, 284}, {77, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>117</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 hadParticipant}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{262, 199}, {17, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>116</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 0,n}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{228.5, 327}, {17, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>115</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 0,n}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>111</integer>
+ </dict>
+ <key>ID</key>
+ <integer>114</integer>
+ <key>Points</key>
+ <array>
+ <string>{268.832, 241.844}</string>
+ <string>{209, 263}</string>
+ <string>{197, 288}</string>
+ <string>{214.5, 315}</string>
+ <string>{264.231, 335.91}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>112</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{245, 231}, {17, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>118</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 0,n}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{312, 191}, {17, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>119</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 0,n}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>112</integer>
+ </dict>
+ <key>ID</key>
+ <integer>120</integer>
+ <key>Points</key>
+ <array>
+ <string>{290.247, 213.082}</string>
+ <string>{268, 170}</string>
+ <string>{322, 153}</string>
+ <string>{304.782, 212.689}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>112</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>110</integer>
+ </dict>
+ <key>ID</key>
+ <integer>90</integer>
+ <key>Points</key>
+ <array>
+ <string>{221, 353}</string>
+ <string>{158, 352}</string>
+ <string>{119.334, 414.49}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{202, 356}, {17, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>91</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 0,n}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{128, 403.5}, {17, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>92</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 0,n}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{383, 356}, {17, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>93</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 0,n}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{312, 376}, {17, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>94</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 0,n}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>111</integer>
+ </dict>
+ <key>ID</key>
+ <integer>95</integer>
+ <key>Points</key>
+ <array>
+ <string>{333, 372}</string>
+ <string>{366, 427}</string>
+ <string>{443, 427}</string>
+ <string>{457, 403}</string>
+ <string>{423, 380}</string>
+ <string>{358.805, 365.083}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{334, 320}, {17, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>96</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 0,1}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{334, 242}, {17, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>97</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 0,n}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{265, 245}, {17, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>98</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 0,n}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{263, 319}, {17, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>99</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 0,n}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{123.5, 334}, {91, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>102</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 wasControlledBy}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{367, 408}, {87, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>103</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 wasPrecededBy}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{228, 282}, {27, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>104</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 used}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{373, 282}, {93, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>105</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 wasGeneratedBy}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>111</integer>
+ </dict>
+ <key>ID</key>
+ <integer>106</integer>
+ <key>Points</key>
+ <array>
+ <string>{287.479, 248.512}</string>
+ <string>{259, 290}</string>
+ <string>{289.736, 333.807}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>112</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>111</integer>
+ </dict>
+ <key>ID</key>
+ <integer>107</integer>
+ <key>Points</key>
+ <array>
+ <string>{319.457, 246.67}</string>
+ <string>{367, 284}</string>
+ <string>{319.548, 334.027}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>112</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{238, 128}, {91, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>109</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 wasDerivedFrom}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{75, 414}, {67, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>110</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Agent}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{222, 334}, {161, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>111</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{262, 213}, {75, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>112</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 1</string>
+ <key>UniqueID</key>
+ <integer>1</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {1118, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{268, 379}, {17, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>163</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 0,n}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{240.5, 378}, {17, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>162</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 0,n}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{242.5, 439}, {104, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>161</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 wasScheduledAfter}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>143</integer>
+ </dict>
+ <key>ID</key>
+ <integer>160</integer>
+ <key>Points</key>
+ <array>
+ <string>{250.479, 370.467}</string>
+ <string>{241, 414}</string>
+ <string>{250, 437}</string>
+ <string>{298, 438}</string>
+ <string>{303, 424}</string>
+ <string>{266.77, 370.215}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>143</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{187, 371}, {17, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>158</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 0,n}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>ID</key>
+ <integer>157</integer>
+ <key>Points</key>
+ <array>
+ <string>{208.534, 367.009}</string>
+ <string>{156.5, 384}</string>
+ <string>{156.5, 414}</string>
+ <string>{197, 427}</string>
+ <string>{221, 420}</string>
+ <string>{224, 369}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>143</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>151</integer>
+ </dict>
+ <key>ID</key>
+ <integer>154</integer>
+ <key>Points</key>
+ <array>
+ <string>{297.964, 367.389}</string>
+ <string>{359, 389}</string>
+ <string>{409.692, 372.002}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>143</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{331.5, 368.891}, {58, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>153</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 hadRecipe}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>ID</key>
+ <integer>152</integer>
+ <key>Points</key>
+ <array>
+ <string>{442.668, 342.5}</string>
+ <string>{443, 306}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>151</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{402, 343}, {81, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>151</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Recipe}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>164</integer>
+ </dict>
+ <key>ID</key>
+ <integer>169</integer>
+ <key>Points</key>
+ <array>
+ <string>{298.956, 336.758}</string>
+ <string>{409.582, 298.829}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>143</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>164</integer>
+ </dict>
+ <key>ID</key>
+ <integer>168</integer>
+ <key>Points</key>
+ <array>
+ <string>{535.555, 288.051}</string>
+ <string>{499.385, 287.213}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>135</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>164</integer>
+ </dict>
+ <key>ID</key>
+ <integer>167</integer>
+ <key>Points</key>
+ <array>
+ <string>{518.508, 336.476}</string>
+ <string>{470.31, 302.454}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>134</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>164</integer>
+ </dict>
+ <key>ID</key>
+ <integer>166</integer>
+ <key>Points</key>
+ <array>
+ <string>{284.342, 240.239}</string>
+ <string>{406.162, 274.511}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>112</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{395, 268}, {104, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>164</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>a</key>
+ <string>0.44</string>
+ <key>b</key>
+ <string>0.891129</string>
+ <key>g</key>
+ <string>0.762969</string>
+ <key>r</key>
+ <string>0.463197</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 owl:Thing}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{536, 271}, {81, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>135</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Revision}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{500, 334}, {81, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>134</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Location}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>ID</key>
+ <integer>133</integer>
+ <key>Points</key>
+ <array>
+ <string>{55.2635, 413.728}</string>
+ <string>{37, 350}</string>
+ <string>{48, 266}</string>
+ <string>{124, 228}</string>
+ <string>{217, 222}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>110</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{27, 502.5}, {80, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>131</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 object property}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{37, 482}, {69, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>130</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 subsumption}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>ID</key>
+ <integer>129</integer>
+ <key>Points</key>
+ <array>
+ <string>{21, 519}</string>
+ <string>{124, 518}</string>
+ <string>{124, 517}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>ID</key>
+ <integer>128</integer>
+ <key>Points</key>
+ <array>
+ <string>{27, 496}</string>
+ <string>{120, 496}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>112</integer>
+ </dict>
+ <key>ID</key>
+ <integer>127</integer>
+ <key>Points</key>
+ <array>
+ <string>{380.854, 189.668}</string>
+ <string>{283.198, 220.872}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>124</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>164</integer>
+ </dict>
+ <key>ID</key>
+ <integer>165</integer>
+ <key>Points</key>
+ <array>
+ <string>{461.41, 238.447}</string>
+ <string>{452.57, 267.619}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>122</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{375, 202}, {184, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>122</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 ProvenanceContainer}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{366, 159}, {109, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>124</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 EntityInRole}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{70, 284}, {77, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>117</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 hadParticipant}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{214, 199}, {17, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>116</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 0,n}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{180.5, 327}, {17, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>115</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 0,n}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>143</integer>
+ </dict>
+ <key>ID</key>
+ <integer>149</integer>
+ <key>Points</key>
+ <array>
+ <string>{220.832, 241.844}</string>
+ <string>{161, 263}</string>
+ <string>{149, 288}</string>
+ <string>{166.5, 315}</string>
+ <string>{216.231, 335.91}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>112</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{197, 231}, {17, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>118</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 0,n}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{264, 191}, {17, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>119</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 0,n}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>112</integer>
+ </dict>
+ <key>ID</key>
+ <integer>120</integer>
+ <key>Points</key>
+ <array>
+ <string>{242.247, 213.082}</string>
+ <string>{220, 170}</string>
+ <string>{274, 153}</string>
+ <string>{256.782, 212.689}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>112</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>110</integer>
+ </dict>
+ <key>ID</key>
+ <integer>90</integer>
+ <key>Points</key>
+ <array>
+ <string>{173, 353}</string>
+ <string>{110, 352}</string>
+ <string>{71.3341, 414.49}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{154, 356}, {17, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>91</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 0,n}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{80, 403.5}, {17, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>92</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 0,n}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{203, 381}, {17, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>93</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 0,n}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{286, 320}, {17, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>96</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 0,1}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{286, 242}, {17, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>97</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 0,n}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{217, 245}, {17, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>98</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 0,n}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{215, 319}, {17, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>99</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 0,n}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{75.5, 334}, {91, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>102</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 wasControlledBy}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{143, 430}, {83, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>103</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 wasInformedBy}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{180, 282}, {27, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>104</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 used}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{272.5, 276.912}, {93, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>146</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>145</integer>
+ <key>Position</key>
+ <real>0.46672740578651428</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 wasGeneratedBy}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>143</integer>
+ </dict>
+ <key>ID</key>
+ <integer>147</integer>
+ <key>Points</key>
+ <array>
+ <string>{239.479, 248.512}</string>
+ <string>{211, 290}</string>
+ <string>{241.736, 333.807}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>112</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>143</integer>
+ </dict>
+ <key>ID</key>
+ <integer>145</integer>
+ <key>Points</key>
+ <array>
+ <string>{271.457, 246.67}</string>
+ <string>{319, 284}</string>
+ <string>{271.548, 334.027}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>112</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{190, 128}, {91, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>109</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 wasDerivedFrom}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{27, 414}, {67, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>110</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Agent}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{174, 334}, {161, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>143</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{214, 213}, {75, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>112</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>2</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 9</string>
+ <key>UniqueID</key>
+ <integer>9</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {1118, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>7.2000002861022949</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>113</integer>
+ </dict>
+ <key>ID</key>
+ <integer>132</integer>
+ <key>Points</key>
+ <array>
+ <string>{655.99, 133.652}</string>
+ <string>{400.067, 75.1333}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>129</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{652, 124}, {81, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>129</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Recipe}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>112</integer>
+ </dict>
+ <key>ID</key>
+ <integer>128</integer>
+ <key>Points</key>
+ <array>
+ <string>{274.51, 199.178}</string>
+ <string>{241.527, 158.185}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>120</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>113</integer>
+ </dict>
+ <key>ID</key>
+ <integer>127</integer>
+ <key>Points</key>
+ <array>
+ <string>{429.947, 123.223}</string>
+ <string>{377.184, 81.8199}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>119</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>112</integer>
+ </dict>
+ <key>ID</key>
+ <integer>126</integer>
+ <key>Points</key>
+ <array>
+ <string>{195.167, 199.176}</string>
+ <string>{217.733, 158.824}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>115</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>113</integer>
+ </dict>
+ <key>ID</key>
+ <integer>125</integer>
+ <key>Points</key>
+ <array>
+ <string>{558.997, 130.3}</string>
+ <string>{394.632, 77.4922}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>118</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>113</integer>
+ </dict>
+ <key>ID</key>
+ <integer>124</integer>
+ <key>Points</key>
+ <array>
+ <string>{322.991, 123.102}</string>
+ <string>{345.537, 83.1131}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>117</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>113</integer>
+ </dict>
+ <key>ID</key>
+ <integer>123</integer>
+ <key>Points</key>
+ <array>
+ <string>{251.713, 126.748}</string>
+ <string>{329.021, 80.8638}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>112</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>113</integer>
+ </dict>
+ <key>ID</key>
+ <integer>122</integer>
+ <key>Points</key>
+ <array>
+ <string>{151.082, 126.421}</string>
+ <string>{315.659, 77.0313}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>111</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{232.7, 199}, {112.3, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>120</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 EntityInRole}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{360.6, 123}, {184, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>119</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 ProvenanceContainer}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{551.8, 123}, {81, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>118</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Revision}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{272.4, 123}, {81, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>117</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Location}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{147.7, 199}, {75, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>115</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Agent}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{22, 123}, {161, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>111</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{303, 47}, {105.5, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>113</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.891129</string>
+ <key>g</key>
+ <string>0.826869</string>
+ <key>r</key>
+ <string>0.692795</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.478261</string>
+ <key>g</key>
+ <string>0.443773</string>
+ <key>r</key>
+ <string>0.371817</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 owl:Thing}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{190.2, 123}, {75, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>112</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>2</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 8</string>
+ <key>UniqueID</key>
+ <integer>8</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>7.2000002861022949</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>148</integer>
+ </dict>
+ <key>ID</key>
+ <integer>149</integer>
+ <key>Points</key>
+ <array>
+ <string>{262.474, 310.927}</string>
+ <string>{378, 312}</string>
+ <string>{377.822, 312.006}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>144</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{378, 298}, {91, 25}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>148</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Recipe}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{286, 298}, {58, 14}}</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>b</key>
+ <string>0</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>146</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 hadRecipe}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{171, 298}, {91, 25}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>144</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 10</string>
+ <key>UniqueID</key>
+ <integer>10</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{206.25, 280}, {93, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>114</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 wasGeneratedBy}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>116</integer>
+ </dict>
+ <key>ID</key>
+ <integer>115</integer>
+ <key>Points</key>
+ <array>
+ <string>{206.75, 295}</string>
+ <string>{309.25, 295}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>117</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{309.75, 284}, {87.25, 22}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>116</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{131.25, 286}, {75, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>117</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 4</string>
+ <key>UniqueID</key>
+ <integer>4</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Class</key>
+ <string>Group</string>
+ <key>Graphics</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{210, 293}, {91, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>119</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 wasDerivedFrom}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>121</integer>
+ </dict>
+ <key>ID</key>
+ <integer>120</integer>
+ <key>Points</key>
+ <array>
+ <string>{206.5, 307}</string>
+ <string>{316.5, 307}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>122</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{317, 298}, {75, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>121</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{131, 298}, {75, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>122</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>ID</key>
+ <integer>118</integer>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 5</string>
+ <key>UniqueID</key>
+ <integer>5</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{294, 302}, {27, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>124</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 used}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>127</integer>
+ </dict>
+ <key>ID</key>
+ <integer>125</integer>
+ <key>Points</key>
+ <array>
+ <string>{260.469, 314.438}</string>
+ <string>{370.536, 315.6}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>126</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{178, 303}, {82, 22}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>126</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{371, 307}, {75, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>127</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 6</string>
+ <key>UniqueID</key>
+ <integer>6</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{231, 267}, {87, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>129</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 wasPrecededBy}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>131</integer>
+ </dict>
+ <key>ID</key>
+ <integer>130</integer>
+ <key>Points</key>
+ <array>
+ <string>{226, 279}</string>
+ <string>{334.5, 279}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{335, 268}, {87, 22}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>131</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{138, 268}, {87, 22}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>132</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 2</string>
+ <key>UniqueID</key>
+ <integer>2</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{233, 267}, {83, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>129</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 wasInformedBy}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>131</integer>
+ </dict>
+ <key>ID</key>
+ <integer>130</integer>
+ <key>Points</key>
+ <array>
+ <string>{226, 279}</string>
+ <string>{334.5, 279}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{335, 268}, {83, 22}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>131</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{141, 268}, {83, 22}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>132</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 12</string>
+ <key>UniqueID</key>
+ <integer>12</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{228.5, 267}, {104, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>129</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 wasScheduledAfter}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>131</integer>
+ </dict>
+ <key>ID</key>
+ <integer>130</integer>
+ <key>Points</key>
+ <array>
+ <string>{227, 279}</string>
+ <string>{349.5, 279}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{350, 268}, {81, 22}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>131</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{144, 268}, {81, 22}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>132</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 11</string>
+ <key>UniqueID</key>
+ <integer>11</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{247, 267}, {45, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>129</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 followed}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>131</integer>
+ </dict>
+ <key>ID</key>
+ <integer>130</integer>
+ <key>Points</key>
+ <array>
+ <string>{227, 279}</string>
+ <string>{318.5, 279}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{319, 268}, {75, 22}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>131</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{146, 268}, {79, 22}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>132</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 13</string>
+ <key>UniqueID</key>
+ <integer>13</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{260.5, 191}, {91, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>134</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 wasControlledBy}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>136</integer>
+ </dict>
+ <key>ID</key>
+ <integer>135</integer>
+ <key>Points</key>
+ <array>
+ <string>{254.5, 204}</string>
+ <string>{367.5, 204}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>137</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{368, 195}, {75, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>136</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Agent}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{169, 193}, {85, 22}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>137</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 3</string>
+ <key>UniqueID</key>
+ <integer>3</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{263.5, 191}, {77, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>134</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 hadParticipant}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>136</integer>
+ </dict>
+ <key>ID</key>
+ <integer>135</integer>
+ <key>Points</key>
+ <array>
+ <string>{254.5, 204}</string>
+ <string>{367.5, 204}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>137</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{368, 195}, {75, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>136</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{165, 193}, {89, 22}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>137</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 15</string>
+ <key>UniqueID</key>
+ <integer>15</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Class</key>
+ <string>Group</string>
+ <key>Graphics</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{203.5, 199}, {70, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>119</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 dependedOn}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>121</integer>
+ </dict>
+ <key>ID</key>
+ <integer>120</integer>
+ <key>Points</key>
+ <array>
+ <string>{189.5, 213}</string>
+ <string>{299.5, 213}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>122</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{300, 204}, {75, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>121</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{114, 204}, {75, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>122</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>ID</key>
+ <integer>118</integer>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 7</string>
+ <key>UniqueID</key>
+ <integer>7</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{165, 199}, {147, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>119</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 wasEventuallyDerivedFrom}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>121</integer>
+ </dict>
+ <key>ID</key>
+ <integer>120</integer>
+ <key>Points</key>
+ <array>
+ <string>{165.5, 213}</string>
+ <string>{331.5, 213}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>122</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{332, 204}, {75, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>121</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{90, 204}, {75, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>122</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 16</string>
+ <key>UniqueID</key>
+ <integer>16</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{187, 199}, {103, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>119</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 wasComplementOf}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>121</integer>
+ </dict>
+ <key>ID</key>
+ <integer>120</integer>
+ <key>Points</key>
+ <array>
+ <string>{174.5, 213}</string>
+ <string>{309.5, 213}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>122</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{310, 204}, {75, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>121</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{99, 204}, {75, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>122</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 14</string>
+ <key>UniqueID</key>
+ <integer>14</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ </array>
+ <key>SmartAlignmentGuidesActive</key>
+ <string>YES</string>
+ <key>SmartDistanceGuidesActive</key>
+ <string>YES</string>
+ <key>UseEntirePage</key>
+ <false/>
+ <key>WindowInfo</key>
+ <dict>
+ <key>CurrentSheet</key>
+ <integer>13</integer>
+ <key>ExpandedCanvases</key>
+ <array>
+ <dict>
+ <key>name</key>
+ <string>Canvas 1</string>
+ </dict>
+ </array>
+ <key>Frame</key>
+ <string>{{40, 84}, {1335, 790}}</string>
+ <key>ListView</key>
+ <true/>
+ <key>OutlineWidth</key>
+ <integer>142</integer>
+ <key>RightSidebar</key>
+ <true/>
+ <key>ShowRuler</key>
+ <true/>
+ <key>Sidebar</key>
+ <true/>
+ <key>SidebarWidth</key>
+ <integer>120</integer>
+ <key>VisibleRegion</key>
+ <string>{{-242, 0}, {1043, 636}}</string>
+ <key>Zoom</key>
+ <real>1</real>
+ <key>ZoomValues</key>
+ <array>
+ <array>
+ <string>Canvas 1</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 2</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 3</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 4</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 5</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 6</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 7</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 8</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 9</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 10</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 11</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 12</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 13</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 14</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 15</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 16</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ </array>
+ </dict>
+ <key>saveQuickLookFiles</key>
+ <string>YES</string>
+</dict>
+</plist>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/diagrams/QualifiedInvolvementDiagram.graffle Thu Dec 08 15:27:58 2011 +0000
@@ -0,0 +1,2566 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>ApplicationVersion</key>
+ <array>
+ <string>com.omnigroup.OmniGrafflePro</string>
+ <string>138.33.0.157554</string>
+ </array>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {1221, 664}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>CanvasSize</key>
+ <string>{1221, 664}</string>
+ <key>ColumnAlign</key>
+ <integer>2</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>CreationDate</key>
+ <string>2011-11-15 16:03:49 +0000</string>
+ <key>Creator</key>
+ <string>Stephan Zednik</string>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphDocumentVersion</key>
+ <integer>8</integer>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{708.00006, 224.98401}, {196.914, 56}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>644</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\fs24 \cf0 Note: Usage, Generation, Control, and Participation inherit hadQualifiedEntity from QualifiedInvolvement}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{833.91498, 150.047}, {44, 14}}</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>Courier</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>642</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fmodern\fcharset0 Courier;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural
+
+\f0\fs24 \cf0 \expnd0\expndtw0\kerning0
+Domain}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{735.16901, 178.047}, {37, 14}}</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>Courier</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>641</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fmodern\fcharset0 Courier;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural
+
+\f0\fs24 \cf0 \expnd0\expndtw0\kerning0
+Range}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>ID</key>
+ <integer>640</integer>
+ <key>Points</key>
+ <array>
+ <string>{783.65491, 200.49905}</string>
+ <string>{722.914, 200.142}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>HeadScale</key>
+ <real>1.0000001192092896</real>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>638</integer>
+ <key>Info</key>
+ <integer>3</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>638</integer>
+ <key>Info</key>
+ <integer>4</integer>
+ </dict>
+ <key>ID</key>
+ <integer>639</integer>
+ <key>Points</key>
+ <array>
+ <string>{894.46002, 122.015}</string>
+ <string>{883.91498, 172.502}</string>
+ <string>{858.49359, 200.13394}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{784.15503, 190.502}, {74, 20}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>638</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>Bezier</string>
+ <key>ShapeData</key>
+ <dict>
+ <key>UnitPoints</key>
+ <array>
+ <string>{0.5, 0}</string>
+ <string>{0.5, 0}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.5, 0}</string>
+ </array>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.869999</string>
+ <key>g</key>
+ <string>0.972591</string>
+ <key>r</key>
+ <string>0.97955</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr
+
+\f0\fs24 \cf0 property}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{747.16699, 117.015}, {58, 14}}</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>Courier</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>637</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fmodern\fcharset0 Courier;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural
+
+\f0\fs24 \cf0 \expnd0\expndtw0\kerning0
+Subclass}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>ID</key>
+ <integer>636</integer>
+ <key>Points</key>
+ <array>
+ <string>{736.42102, 154.99899}</string>
+ <string>{736.42102, 84.015099}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.2</string>
+ <key>g</key>
+ <string>0.2</string>
+ <key>r</key>
+ <string>0.2</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>616</integer>
+ </dict>
+ <key>ID</key>
+ <integer>623</integer>
+ <key>Points</key>
+ <array>
+ <string>{266.16589, 210.64101}</string>
+ <string>{221.00705, 210.64101}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>HeadScale</key>
+ <real>1.0000001192092896</real>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>617</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>622</integer>
+ <key>Points</key>
+ <array>
+ <string>{175.42911, 195.2598}</string>
+ <string>{206.27299, 111.671}</string>
+ <string>{286.13574, 56.095695}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.2</string>
+ <key>g</key>
+ <string>0.2</string>
+ <key>r</key>
+ <string>0.2</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>616</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>617</integer>
+ <key>Info</key>
+ <integer>4</integer>
+ </dict>
+ <key>ID</key>
+ <integer>619</integer>
+ <key>Points</key>
+ <array>
+ <string>{373.54541, 132.15324}</string>
+ <string>{363, 182.64101}</string>
+ <string>{337.23962, 210.64101}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>167</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{266.125, 200.64101}, {71.114601, 20}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>617</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>Bezier</string>
+ <key>ShapeData</key>
+ <dict>
+ <key>UnitPoints</key>
+ <array>
+ <string>{0.5, 0.017942401}</string>
+ <string>{0.49999201, 0.017942401}</string>
+ <string>{0.28042999, -0.5}</string>
+ <string>{0.28042999, -0.5}</string>
+ <string>{0.28042999, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{0.28042999, 0.5}</string>
+ <string>{0.28042999, 0.5}</string>
+ <string>{0.28042999, 0.5}</string>
+ <string>{0.49999499, 0.017942401}</string>
+ </array>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.869999</string>
+ <key>g</key>
+ <string>0.972591</string>
+ <key>r</key>
+ <string>0.97955</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs24 \cf0 hadRole}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{119, 195.64101}, {101.507, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>ID</key>
+ <integer>616</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.675442</string>
+ <key>g</key>
+ <string>0.86773</string>
+ <key>r</key>
+ <string>0.735357</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 prov:Role}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>612</integer>
+ <key>Position</key>
+ <real>0.95266973972320557</real>
+ </dict>
+ <key>ID</key>
+ <integer>615</integer>
+ <key>Points</key>
+ <array>
+ <string>{306.39099, 280.98401}</string>
+ <string>{296, 304.98401}</string>
+ <string>{277.13748, 310.1308}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>632</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>181</integer>
+ </dict>
+ <key>ID</key>
+ <integer>614</integer>
+ <key>Points</key>
+ <array>
+ <string>{150.99995, 308.98401}</string>
+ <string>{121.00703, 308.98401}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>HeadScale</key>
+ <real>1.0000001192092896</real>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>611</integer>
+ <key>Info</key>
+ <integer>3</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>611</integer>
+ <key>Info</key>
+ <integer>4</integer>
+ </dict>
+ <key>ID</key>
+ <integer>612</integer>
+ <key>Points</key>
+ <array>
+ <string>{306.39151, 336.98401}</string>
+ <string>{298, 320.54599}</string>
+ <string>{275.20169, 309.20667}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>633</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{151, 298.98401}, {123.754, 20}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>611</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>Bezier</string>
+ <key>ShapeData</key>
+ <dict>
+ <key>UnitPoints</key>
+ <array>
+ <string>{0.5, 0}</string>
+ <string>{0.5, 0}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.5, 0}</string>
+ </array>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.869999</string>
+ <key>g</key>
+ <string>0.972591</string>
+ <key>r</key>
+ <string>0.97955</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs24 \cf0 hadQualifiedEntity}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>178</integer>
+ </dict>
+ <key>ID</key>
+ <integer>610</integer>
+ <key>Points</key>
+ <array>
+ <string>{213.48477, 172.64101}</string>
+ <string>{150.5, 163.92101}</string>
+ <string>{95.626465, 117.99187}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>HeadScale</key>
+ <real>1.0000001192092896</real>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>606</integer>
+ <key>Info</key>
+ <integer>3</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>606</integer>
+ </dict>
+ <key>ID</key>
+ <integer>609</integer>
+ <key>Points</key>
+ <array>
+ <string>{368.81592, 132.06599}</string>
+ <string>{353, 162.64101}</string>
+ <string>{337.23901, 172.64101}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>167</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{213.485, 162.64101}, {123.754, 20}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>606</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>Bezier</string>
+ <key>ShapeData</key>
+ <dict>
+ <key>UnitPoints</key>
+ <array>
+ <string>{0.5, 2.86102e-06}</string>
+ <string>{0.50000101, 3.8147e-06}</string>
+ <string>{0.249999, -0.5}</string>
+ <string>{0.249999, -0.5}</string>
+ <string>{0.249999, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{0.249999, 0.5}</string>
+ <string>{0.249999, 0.5}</string>
+ <string>{0.249999, 0.5}</string>
+ <string>{0.5, 9.5367398e-07}</string>
+ </array>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.869999</string>
+ <key>g</key>
+ <string>0.972591</string>
+ <key>r</key>
+ <string>0.97955</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs24 \cf0 hadQualifiedEntity}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>167</integer>
+ </dict>
+ <key>ID</key>
+ <integer>601</integer>
+ <key>Points</key>
+ <array>
+ <string>{836.9173, 384.54404}</string>
+ <string>{784.15503, 302}</string>
+ <string>{408.36884, 131.0432}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.2</string>
+ <key>g</key>
+ <string>0.2</string>
+ <key>r</key>
+ <string>0.2</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>169</integer>
+ <key>Info</key>
+ <integer>1</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>628</integer>
+ </dict>
+ <key>ID</key>
+ <integer>599</integer>
+ <key>Points</key>
+ <array>
+ <string>{449.93497, 399.26501}</string>
+ <string>{357.14505, 399.98401}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>HeadScale</key>
+ <real>1.0000001192092896</real>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>631</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{255.638, 384.98401}, {101.507, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>628</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ <string>{-0.30305901, 0.5}</string>
+ <string>{-0.352245, -0.25000101}</string>
+ </array>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.675442</string>
+ <key>g</key>
+ <string>0.86773</string>
+ <key>r</key>
+ <string>0.735357</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 prov:Usage}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{416, 255.98401}, {157.68896, 20}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>629</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>Bezier</string>
+ <key>ShapeData</key>
+ <dict>
+ <key>UnitPoints</key>
+ <array>
+ <string>{0.5, 0}</string>
+ <string>{0.5, 0}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.5, 0}</string>
+ </array>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.869999</string>
+ <key>g</key>
+ <string>0.972591</string>
+ <key>r</key>
+ <string>0.97955</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>2</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr
+
+\f0\fs24 \cf0 hadQualifiedParticipation}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{444.06494, 341.98401}, {129.62399, 20}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>630</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ <string>{-0.34586599, -0.50000101}</string>
+ </array>
+ <key>Shape</key>
+ <string>Bezier</string>
+ <key>ShapeData</key>
+ <dict>
+ <key>UnitPoints</key>
+ <array>
+ <string>{0.5, 0}</string>
+ <string>{0.5, 0}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.5, 0}</string>
+ </array>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.869999</string>
+ <key>g</key>
+ <string>0.972591</string>
+ <key>r</key>
+ <string>0.97955</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>2</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr
+
+\f0\fs24 \cf0 hadQualifiedControl}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{449.93494, 389.26501}, {123.754, 20}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>631</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>Bezier</string>
+ <key>ShapeData</key>
+ <dict>
+ <key>UnitPoints</key>
+ <array>
+ <string>{0.49999952, -1.9073486e-06}</string>
+ <string>{0.50000095, 9.5367432e-06}</string>
+ <string>{0.25000048, -0.49999809}</string>
+ <string>{0.25000048, -0.49999809}</string>
+ <string>{0.25000048, -0.49999809}</string>
+ <string>{-0.5, -0.49999809}</string>
+ <string>{-0.5, -0.49999809}</string>
+ <string>{-0.5, -0.49999809}</string>
+ <string>{-0.5, 0.50000191}</string>
+ <string>{-0.5, 0.50000191}</string>
+ <string>{-0.5, 0.50000191}</string>
+ <string>{0.25000048, 0.50000191}</string>
+ <string>{0.25000048, 0.50000191}</string>
+ <string>{0.25000048, 0.50000191}</string>
+ <string>{0.49999905, -3.8146973e-06}</string>
+ </array>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.869999</string>
+ <key>g</key>
+ <string>0.972591</string>
+ <key>r</key>
+ <string>0.97955</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>2</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr
+
+\f0\fs24 \cf0 hadQualifiedUsage}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{241.57899, 250.98399}, {129.62399, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>632</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 1}</string>
+ <string>{1, -1}</string>
+ <string>{-0.25, -0.353553}</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>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.675442</string>
+ <key>g</key>
+ <string>0.86773</string>
+ <key>r</key>
+ <string>0.735357</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 prov:Participation}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{255.638, 336.98401}, {101.507, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>633</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>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.675442</string>
+ <key>g</key>
+ <string>0.86773</string>
+ <key>r</key>
+ <string>0.735357</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 prov:Control}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>169</integer>
+ </dict>
+ <key>ID</key>
+ <integer>585</integer>
+ <key>Points</key>
+ <array>
+ <string>{772.16913, 399.98401}</string>
+ <string>{794.03796, 399.26501}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>HeadScale</key>
+ <real>1.0000001192092896</real>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>573</integer>
+ <key>Info</key>
+ <integer>3</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>633</integer>
+ </dict>
+ <key>ID</key>
+ <integer>584</integer>
+ <key>Points</key>
+ <array>
+ <string>{444.06491, 351.98401}</string>
+ <string>{357.14505, 351.98401}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>HeadScale</key>
+ <real>1.0000001192092896</real>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>630</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>632</integer>
+ </dict>
+ <key>ID</key>
+ <integer>583</integer>
+ <key>Points</key>
+ <array>
+ <string>{416, 265.98401}</string>
+ <string>{371.203, 265.98401}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>HeadScale</key>
+ <real>1.0000001192092896</real>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>629</integer>
+ <key>Info</key>
+ <integer>3</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>631</integer>
+ <key>Info</key>
+ <integer>4</integer>
+ </dict>
+ <key>ID</key>
+ <integer>582</integer>
+ <key>Points</key>
+ <array>
+ <string>{603.14465, 121.49867}</string>
+ <string>{596.953, 361.04599}</string>
+ <string>{573.68896, 399.26501}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>180</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>573</integer>
+ <key>Info</key>
+ <integer>4</integer>
+ </dict>
+ <key>ID</key>
+ <integer>581</integer>
+ <key>Points</key>
+ <array>
+ <string>{604.45209, 121.49864}</string>
+ <string>{610.85199, 366.60901}</string>
+ <string>{626.31793, 399.98401}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>180</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>ID</key>
+ <integer>580</integer>
+ <key>Points</key>
+ <array>
+ <string>{602.47308, 121.49443}</string>
+ <string>{592.953, 302.67099}</string>
+ <string>{573.68903, 351}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>180</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>629</integer>
+ </dict>
+ <key>ID</key>
+ <integer>579</integer>
+ <key>Points</key>
+ <array>
+ <string>{601.26862, 121.47961}</string>
+ <string>{588.953, 244.04601}</string>
+ <string>{573.68896, 265.98401}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>180</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{626.31799, 389.98401}, {145.85101, 20}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>ID</key>
+ <integer>573</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ <string>{-0.38042101, -0.5}</string>
+ </array>
+ <key>Shape</key>
+ <string>Bezier</string>
+ <key>ShapeData</key>
+ <dict>
+ <key>UnitPoints</key>
+ <array>
+ <string>{0.5, 0}</string>
+ <string>{0.5, 0}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.5, 0}</string>
+ </array>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.869999</string>
+ <key>g</key>
+ <string>0.972591</string>
+ <key>r</key>
+ <string>0.97955</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs24 \cf0 hadQualifiedGeneration}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>184</integer>
+ <key>Points</key>
+ <array>
+ <string>{116.14201, 85.684593}</string>
+ <string>{265.82111, 51.315674}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.2</string>
+ <key>g</key>
+ <string>0.2</string>
+ <key>r</key>
+ <string>0.2</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>178</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>183</integer>
+ <key>Points</key>
+ <array>
+ <string>{544.86157, 85.567596}</string>
+ <string>{350.07239, 49.974792}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.2</string>
+ <key>g</key>
+ <string>0.2</string>
+ <key>r</key>
+ <string>0.2</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>Pattern</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>180</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>178</integer>
+ </dict>
+ <key>ID</key>
+ <integer>182</integer>
+ <key>Points</key>
+ <array>
+ <string>{69.753502, 293.48401}</string>
+ <string>{69.753502, 121.50002}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.2</string>
+ <key>g</key>
+ <string>0.2</string>
+ <key>r</key>
+ <string>0.2</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>181</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{19, 293.98401}, {101.507, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>ID</key>
+ <integer>181</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.8</string>
+ <key>g</key>
+ <string>0.8</string>
+ <key>r</key>
+ <string>0.8</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 prov:Agent}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{538.98303, 71.672401}, {129.62399, 49.327599}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>ID</key>
+ <integer>180</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.8</string>
+ <key>g</key>
+ <string>0.8</string>
+ <key>r</key>
+ <string>0.8</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 prov:Activity}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{19, 71.672401}, {101.507, 49.327599}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>ID</key>
+ <integer>178</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.8</string>
+ <key>g</key>
+ <string>0.8</string>
+ <key>r</key>
+ <string>0.8</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 prov:Entity}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>176</integer>
+ <key>Points</key>
+ <array>
+ <string>{366.43152, 101.34262}</string>
+ <string>{350, 77}</string>
+ <string>{324.32376, 56.392342}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.2</string>
+ <key>g</key>
+ <string>0.2</string>
+ <key>r</key>
+ <string>0.2</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>167</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{794.03796, 384.26501}, {123.754, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>ID</key>
+ <integer>169</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.675442</string>
+ <key>g</key>
+ <string>0.86773</string>
+ <key>r</key>
+ <string>0.735357</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 prov:Generation}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{282.38901, 101.672}, {188.78, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>ID</key>
+ <integer>167</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 0}</string>
+ <string>{0.17068, 0.44425499}</string>
+ <string>{0.101817, 0.44425499}</string>
+ <string>{0.038250901, 0.44425499}</string>
+ </array>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.675442</string>
+ <key>g</key>
+ <string>0.86773</string>
+ <key>r</key>
+ <string>0.735357</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 prov:QualifiedInvolvement}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{255.638, 27}, {101.507, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>ID</key>
+ <integer>166</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.814408</string>
+ <key>g</key>
+ <string>0.771136</string>
+ <key>r</key>
+ <string>0.653795</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 owl:Thing}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>167</integer>
+ <key>Info</key>
+ <integer>3</integer>
+ </dict>
+ <key>ID</key>
+ <integer>605</integer>
+ <key>Points</key>
+ <array>
+ <string>{342.75455, 341.22073}</string>
+ <string>{395, 323.98401}</string>
+ <string>{395.99042, 131.85966}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.2</string>
+ <key>g</key>
+ <string>0.2</string>
+ <key>r</key>
+ <string>0.2</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>Pattern</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>633</integer>
+ <key>Info</key>
+ <integer>3</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>167</integer>
+ <key>Info</key>
+ <integer>4</integer>
+ </dict>
+ <key>ID</key>
+ <integer>604</integer>
+ <key>Points</key>
+ <array>
+ <string>{343.9332, 253.50595}</string>
+ <string>{381, 240}</string>
+ <string>{383.94193, 132.12868}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.2</string>
+ <key>g</key>
+ <string>0.2</string>
+ <key>r</key>
+ <string>0.2</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>Pattern</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>632</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>167</integer>
+ <key>Info</key>
+ <integer>2</integer>
+ </dict>
+ <key>ID</key>
+ <integer>600</integer>
+ <key>Points</key>
+ <array>
+ <string>{347.56174, 390.87305}</string>
+ <string>{411, 372}</string>
+ <string>{409.0105, 131.2744}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.2</string>
+ <key>g</key>
+ <string>0.2</string>
+ <key>r</key>
+ <string>0.2</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>Pattern</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>628</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{708, 63.015099}, {196.914, 157.62601}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Font</key>
+ <string>Courier</string>
+ <key>Size</key>
+ <real>18</real>
+ </dict>
+ <key>ID</key>
+ <integer>643</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>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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fmodern\fcharset0 Courier;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\fs36 \cf0 Key}</string>
+ </dict>
+ <key>TextPlacement</key>
+ <integer>0</integer>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>GuidesLocked</key>
+ <string>NO</string>
+ <key>GuidesVisible</key>
+ <string>YES</string>
+ <key>HPages</key>
+ <integer>2</integer>
+ <key>ImageCounter</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>LinksVisible</key>
+ <string>NO</string>
+ <key>MagnetsVisible</key>
+ <string>NO</string>
+ <key>MasterSheets</key>
+ <array/>
+ <key>ModificationDate</key>
+ <string>2011-11-23 20:05:49 +0000</string>
+ <key>Modifier</key>
+ <string>Stephan Zednik</string>
+ <key>NotesVisible</key>
+ <string>NO</string>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>OriginVisible</key>
+ <string>NO</string>
+ <key>PageBreaks</key>
+ <string>NO</string>
+ <key>PrintInfo</key>
+ <dict>
+ <key>NSBottomMargin</key>
+ <array>
+ <string>float</string>
+ <string>41</string>
+ </array>
+ <key>NSHorizonalPagination</key>
+ <array>
+ <string>int</string>
+ <string>0</string>
+ </array>
+ <key>NSLeftMargin</key>
+ <array>
+ <string>float</string>
+ <string>18</string>
+ </array>
+ <key>NSOrientation</key>
+ <array>
+ <string>int</string>
+ <string>1</string>
+ </array>
+ <key>NSPaperSize</key>
+ <array>
+ <string>coded</string>
+ <string>BAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAx7X05TU2l6ZT1mZn2WgRgDgWQChg==</string>
+ </array>
+ <key>NSPrintReverseOrientation</key>
+ <array>
+ <string>int</string>
+ <string>0</string>
+ </array>
+ <key>NSRightMargin</key>
+ <array>
+ <string>float</string>
+ <string>18</string>
+ </array>
+ <key>NSTopMargin</key>
+ <array>
+ <string>float</string>
+ <string>18</string>
+ </array>
+ </dict>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>ReadOnly</key>
+ <string>NO</string>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>18</real>
+ <key>SheetTitle</key>
+ <string>Canvas 1</string>
+ <key>SmartAlignmentGuidesActive</key>
+ <string>YES</string>
+ <key>SmartDistanceGuidesActive</key>
+ <string>YES</string>
+ <key>UniqueID</key>
+ <integer>1</integer>
+ <key>UseEntirePage</key>
+ <false/>
+ <key>VPages</key>
+ <integer>2</integer>
+ <key>WindowInfo</key>
+ <dict>
+ <key>CurrentSheet</key>
+ <integer>0</integer>
+ <key>ExpandedCanvases</key>
+ <array>
+ <dict>
+ <key>name</key>
+ <string>Canvas 1</string>
+ </dict>
+ </array>
+ <key>Frame</key>
+ <string>{{-42, 805}, {1339, 773}}</string>
+ <key>ListView</key>
+ <true/>
+ <key>OutlineWidth</key>
+ <integer>142</integer>
+ <key>RightSidebar</key>
+ <false/>
+ <key>Sidebar</key>
+ <true/>
+ <key>SidebarWidth</key>
+ <integer>120</integer>
+ <key>VisibleRegion</key>
+ <string>{{1, 1}, {1219, 663}}</string>
+ <key>Zoom</key>
+ <real>1</real>
+ <key>ZoomValues</key>
+ <array>
+ <array>
+ <string>Canvas 1</string>
+ <real>1</real>
+ <real>8</real>
+ </array>
+ </array>
+ </dict>
+ <key>saveQuickLookFiles</key>
+ <string>YES</string>
+</dict>
+</plist>
Binary file ontology/diagrams/QualifiedInvolvementDiagram.png has changed
Binary file ontology/diagrams/dependedOn.png has changed
Binary file ontology/diagrams/endedAt.png has changed
Binary file ontology/diagrams/hadOriginalSource.png has changed
Binary file ontology/diagrams/hadParticipant.png has changed
Binary file ontology/diagrams/hadQualifiedControl.png has changed
Binary file ontology/diagrams/hadQualifiedEntity.png has changed
Binary file ontology/diagrams/hadQualifiedGeneration.png has changed
Binary file ontology/diagrams/hadQualifiedParticipation.png has changed
Binary file ontology/diagrams/hadQualifiedUsage.png has changed
Binary file ontology/diagrams/hadRecipe.png has changed
Binary file ontology/diagrams/hadTemporalValue.png has changed
Binary file ontology/diagrams/startedAt.png has changed
Binary file ontology/diagrams/used.png has changed
Binary file ontology/diagrams/wasAttributedTo.png has changed
Binary file ontology/diagrams/wasComplementOf.png has changed
Binary file ontology/diagrams/wasControlledBy.png has changed
Binary file ontology/diagrams/wasDerivedFrom.png has changed
Binary file ontology/diagrams/wasEventuallyDerivedFrom.png has changed
Binary file ontology/diagrams/wasGeneratedAt.png has changed
Binary file ontology/diagrams/wasGeneratedBy.png has changed
Binary file ontology/diagrams/wasInformedBy.png has changed
Binary file ontology/diagrams/wasQuoteOf.png has changed
Binary file ontology/diagrams/wasScheduledAfter.png has changed
Binary file ontology/diagrams/wasSummaryOf.png has changed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/fpwd/Overview.html Thu Dec 08 15:27:58 2011 +0000
@@ -0,0 +1,1815 @@
+<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'>
+<html lang="en" dir="ltr">
+<head>
+ <title>The PROV Ontology: Model and Formal Semantics</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
+ <!--
+ === NOTA BENE ===
+ For the three scripts below, if your spec resides on dev.w3 you can check them
+ out in the same tree and use relative links so that they'll work offline,
+ -->
+<!-- From DM -->
+ <style type="text/css">
+ .note { font-size:small; margin-left:50px }
+ table { text-align: center; vertical-align: middle }
+ </style>
+
+
+
+
+
+ <style type="text/css">
+/*****************************************************************
+ * ReSpec CSS
+ * Robin Berjon (robin at berjon dot com)
+ * v0.05 - 2009-07-31
+ *****************************************************************/
+
+
+/* --- INLINES --- */
+em.rfc2119 {
+ text-transform: lowercase;
+ font-variant: small-caps;
+ font-style: normal;
+ color: #900;
+}
+
+h1 acronym, h2 acronym, h3 acronym, h4 acronym, h5 acronym, h6 acronym, a acronym,
+h1 abbr, h2 abbr, h3 abbr, h4 abbr, h5 abbr, h6 abbr, a abbr {
+ border: none;
+}
+
+dfn {
+ font-weight: bold;
+}
+
+a.internalDFN {
+ color: inherit;
+ border-bottom: 1px solid #99c;
+ text-decoration: none;
+}
+
+a.externalDFN {
+ color: inherit;
+ border-bottom: 1px dotted #ccc;
+ text-decoration: none;
+}
+
+a.bibref {
+ text-decoration: none;
+}
+
+code {
+ color: #ff4500;
+}
+
+
+/* --- WEB IDL --- */
+pre.idl {
+ border-top: 1px solid #90b8de;
+ border-bottom: 1px solid #90b8de;
+ padding: 1em;
+ line-height: 120%;
+}
+
+pre.idl::before {
+ content: "WebIDL";
+ display: block;
+ width: 150px;
+ background: #90b8de;
+ color: #fff;
+ font-family: initial;
+ padding: 3px;
+ font-weight: bold;
+ margin: -1em 0 1em -1em;
+}
+
+.idlType {
+ color: #ff4500;
+ font-weight: bold;
+ text-decoration: none;
+}
+
+/*.idlModule*/
+/*.idlModuleID*/
+/*.idlInterface*/
+.idlInterfaceID, .idlDictionaryID {
+ font-weight: bold;
+ color: #005a9c;
+}
+
+.idlSuperclass {
+ font-style: italic;
+ color: #005a9c;
+}
+
+/*.idlAttribute*/
+.idlAttrType, .idlFieldType, .idlMemberType {
+ color: #005a9c;
+}
+.idlAttrName, .idlFieldName, .idlMemberName {
+ color: #ff4500;
+}
+.idlAttrName a, .idlFieldName a, .idlMemberName a {
+ color: #ff4500;
+ border-bottom: 1px dotted #ff4500;
+ text-decoration: none;
+}
+
+/*.idlMethod*/
+.idlMethType {
+ color: #005a9c;
+}
+.idlMethName {
+ color: #ff4500;
+}
+.idlMethName a {
+ color: #ff4500;
+ border-bottom: 1px dotted #ff4500;
+ text-decoration: none;
+}
+
+/*.idlParam*/
+.idlParamType {
+ color: #005a9c;
+}
+.idlParamName {
+ font-style: italic;
+}
+
+.extAttr {
+ color: #666;
+}
+
+/*.idlConst*/
+.idlConstType {
+ color: #005a9c;
+}
+.idlConstName {
+ color: #ff4500;
+}
+.idlConstName a {
+ color: #ff4500;
+ border-bottom: 1px dotted #ff4500;
+ text-decoration: none;
+}
+
+/*.idlException*/
+.idlExceptionID {
+ font-weight: bold;
+ color: #c00;
+}
+
+.idlTypedefID, .idlTypedefType {
+ color: #005a9c;
+}
+
+.idlRaises, .idlRaises a.idlType, .idlRaises a.idlType code, .excName a, .excName a code {
+ color: #c00;
+ font-weight: normal;
+}
+
+.excName a {
+ font-family: monospace;
+}
+
+.idlRaises a.idlType, .excName a.idlType {
+ border-bottom: 1px dotted #c00;
+}
+
+.excGetSetTrue, .excGetSetFalse, .prmNullTrue, .prmNullFalse, .prmOptTrue, .prmOptFalse {
+ width: 45px;
+ text-align: center;
+}
+.excGetSetTrue, .prmNullTrue, .prmOptTrue { color: #0c0; }
+.excGetSetFalse, .prmNullFalse, .prmOptFalse { color: #c00; }
+
+.idlImplements a {
+ font-weight: bold;
+}
+
+dl.attributes, dl.methods, dl.constants, dl.fields, dl.dictionary-members {
+ margin-left: 2em;
+}
+
+.attributes dt, .methods dt, .constants dt, .fields dt, .dictionary-members dt {
+ font-weight: normal;
+}
+
+.attributes dt code, .methods dt code, .constants dt code, .fields dt code, .dictionary-members dt code {
+ font-weight: bold;
+ color: #000;
+ font-family: monospace;
+}
+
+.attributes dt code, .fields dt code, .dictionary-members dt code {
+ background: #ffffd2;
+}
+
+.attributes dt .idlAttrType code, .fields dt .idlFieldType code, .dictionary-members dt .idlMemberType code {
+ color: #005a9c;
+ background: transparent;
+ font-family: inherit;
+ font-weight: normal;
+ font-style: italic;
+}
+
+.methods dt code {
+ background: #d9e6f8;
+}
+
+.constants dt code {
+ background: #ddffd2;
+}
+
+.attributes dd, .methods dd, .constants dd, .fields dd, .dictionary-members dd {
+ margin-bottom: 1em;
+}
+
+table.parameters, table.exceptions {
+ border-spacing: 0;
+ border-collapse: collapse;
+ margin: 0.5em 0;
+ width: 100%;
+}
+table.parameters { border-bottom: 1px solid #90b8de; }
+table.exceptions { border-bottom: 1px solid #deb890; }
+
+.parameters th, .exceptions th {
+ color: #fff;
+ padding: 3px 5px;
+ text-align: left;
+ font-family: initial;
+ font-weight: normal;
+ text-shadow: #666 1px 1px 0;
+}
+.parameters th { background: #90b8de; }
+.exceptions th { background: #deb890; }
+
+.parameters td, .exceptions td {
+ padding: 3px 10px;
+ border-top: 1px solid #ddd;
+ vertical-align: top;
+}
+
+.parameters tr:first-child td, .exceptions tr:first-child td {
+ border-top: none;
+}
+
+.parameters td.prmName, .exceptions td.excName, .exceptions td.excCodeName {
+ width: 100px;
+}
+
+.parameters td.prmType {
+ width: 120px;
+}
+
+table.exceptions table {
+ border-spacing: 0;
+ border-collapse: collapse;
+ width: 100%;
+}
+
+/* --- TOC --- */
+.toc a {
+ text-decoration: none;
+}
+
+a .secno {
+ color: #000;
+}
+
+/* --- TABLE --- */
+table.simple {
+ border-spacing: 0;
+ border-collapse: collapse;
+ border-bottom: 3px solid #005a9c;
+}
+
+.simple th {
+ background: #005a9c;
+ color: #fff;
+ padding: 3px 5px;
+ text-align: left;
+}
+
+.simple th[scope="row"] {
+ background: inherit;
+ color: inherit;
+ border-top: 1px solid #ddd;
+}
+
+.simple td {
+ padding: 3px 10px;
+ border-top: 1px solid #ddd;
+}
+
+.simple tr:nth-child(even) {
+ background: #f0f6ff;
+}
+
+/* --- DL --- */
+.section dd > p:first-child {
+ margin-top: 0;
+}
+
+.section dd > p:last-child {
+ margin-bottom: 0;
+}
+
+.section dd {
+ margin-bottom: 1em;
+}
+
+.section dl.attrs dd, .section dl.eldef dd {
+ margin-bottom: 0;
+}
+
+/* --- EXAMPLES --- */
+pre.example {
+ border-top: 1px solid #ff4500;
+ border-bottom: 1px solid #ff4500;
+ padding: 1em;
+ margin-top: 1em;
+}
+
+pre.example::before {
+ content: "Example";
+ display: block;
+ width: 150px;
+ background: #ff4500;
+ color: #fff;
+ font-family: initial;
+ padding: 3px;
+ font-weight: bold;
+ margin: -1em 0 1em -1em;
+}
+
+/* --- EDITORIAL NOTES --- */
+.issue {
+ padding: 1em;
+ margin: 1em 0em 0em;
+ border: 1px solid #f00;
+ background: #ffc;
+}
+
+.issue::before {
+ content: "Issue";
+ display: block;
+ width: 150px;
+ margin: -1.5em 0 0.5em 0;
+ font-weight: bold;
+ border: 1px solid #f00;
+ background: #fff;
+ padding: 3px 1em;
+}
+
+.note {
+ margin: 1em 0em 0em;
+ padding: 1em;
+ border: 2px solid #cff6d9;
+ background: #e2fff0;
+}
+
+.note::before {
+ content: "Note";
+ display: block;
+ width: 150px;
+ margin: -1.5em 0 0.5em 0;
+ font-weight: bold;
+ border: 1px solid #cff6d9;
+ background: #fff;
+ padding: 3px 1em;
+}
+
+/* --- Best Practices --- */
+div.practice {
+ border: solid #bebebe 1px;
+ margin: 2em 1em 1em 2em;
+}
+
+span.practicelab {
+ margin: 1.5em 0.5em 1em 1em;
+ font-weight: bold;
+ font-style: italic;
+}
+
+span.practicelab { background: #dfffff; }
+
+span.practicelab {
+ position: relative;
+ padding: 0 0.5em;
+ top: -1.5em;
+}
+
+p.practicedesc {
+ margin: 1.5em 0.5em 1em 1em;
+}
+
+@media screen {
+ p.practicedesc {
+ position: relative;
+ top: -2em;
+ padding: 0;
+ margin: 1.5em 0.5em -1em 1em;
+ }
+}
+
+/* --- SYNTAX HIGHLIGHTING --- */
+pre.sh_sourceCode {
+ background-color: white;
+ color: black;
+ font-style: normal;
+ font-weight: normal;
+}
+
+pre.sh_sourceCode .sh_keyword { color: #005a9c; font-weight: bold; } /* language keywords */
+pre.sh_sourceCode .sh_type { color: #666; } /* basic types */
+pre.sh_sourceCode .sh_usertype { color: teal; } /* user defined types */
+pre.sh_sourceCode .sh_string { color: red; font-family: monospace; } /* strings and chars */
+pre.sh_sourceCode .sh_regexp { color: orange; font-family: monospace; } /* regular expressions */
+pre.sh_sourceCode .sh_specialchar { color: #ffc0cb; font-family: monospace; } /* e.g., \n, \t, \\ */
+pre.sh_sourceCode .sh_comment { color: #A52A2A; font-style: italic; } /* comments */
+pre.sh_sourceCode .sh_number { color: purple; } /* literal numbers */
+pre.sh_sourceCode .sh_preproc { color: #00008B; font-weight: bold; } /* e.g., #include, import */
+pre.sh_sourceCode .sh_symbol { color: blue; } /* e.g., *, + */
+pre.sh_sourceCode .sh_function { color: black; font-weight: bold; } /* function calls and declarations */
+pre.sh_sourceCode .sh_cbracket { color: red; } /* block brackets (e.g., {, }) */
+pre.sh_sourceCode .sh_todo { font-weight: bold; background-color: #00FFFF; } /* TODO and FIXME */
+
+/* Predefined variables and functions (for instance glsl) */
+pre.sh_sourceCode .sh_predef_var { color: #00008B; }
+pre.sh_sourceCode .sh_predef_func { color: #00008B; font-weight: bold; }
+
+/* for OOP */
+pre.sh_sourceCode .sh_classname { color: teal; }
+
+/* line numbers (not yet implemented) */
+pre.sh_sourceCode .sh_linenum { display: none; }
+
+/* Internet related */
+pre.sh_sourceCode .sh_url { color: blue; text-decoration: underline; font-family: monospace; }
+
+/* for ChangeLog and Log files */
+pre.sh_sourceCode .sh_date { color: blue; font-weight: bold; }
+pre.sh_sourceCode .sh_time, pre.sh_sourceCode .sh_file { color: #00008B; font-weight: bold; }
+pre.sh_sourceCode .sh_ip, pre.sh_sourceCode .sh_name { color: #006400; }
+
+/* for Prolog, Perl... */
+pre.sh_sourceCode .sh_variable { color: #006400; }
+
+/* for LaTeX */
+pre.sh_sourceCode .sh_italics { color: #006400; font-style: italic; }
+pre.sh_sourceCode .sh_bold { color: #006400; font-weight: bold; }
+pre.sh_sourceCode .sh_underline { color: #006400; text-decoration: underline; }
+pre.sh_sourceCode .sh_fixed { color: green; font-family: monospace; }
+pre.sh_sourceCode .sh_argument { color: #006400; }
+pre.sh_sourceCode .sh_optionalargument { color: purple; }
+pre.sh_sourceCode .sh_math { color: orange; }
+pre.sh_sourceCode .sh_bibtex { color: blue; }
+
+/* for diffs */
+pre.sh_sourceCode .sh_oldfile { color: orange; }
+pre.sh_sourceCode .sh_newfile { color: #006400; }
+pre.sh_sourceCode .sh_difflines { color: blue; }
+
+/* for css */
+pre.sh_sourceCode .sh_selector { color: purple; }
+pre.sh_sourceCode .sh_property { color: blue; }
+pre.sh_sourceCode .sh_value { color: #006400; font-style: italic; }
+
+/* other */
+pre.sh_sourceCode .sh_section { color: black; font-weight: bold; }
+pre.sh_sourceCode .sh_paren { color: red; }
+pre.sh_sourceCode .sh_attribute { color: #006400; }
+
+</style><style type="text/css">
+/* --- EDITORIAL NOTES --- */
+.pending {
+ padding: 1em;
+ margin: 1em 0em 0em;
+ border: 1px solid #f00;
+ background: #BFEFFF;
+}
+
+.pending::before {
+ content: "Pending Review";
+ display: block;
+ width: 150px;
+ margin: -1.5em 0 0.5em 0;
+ font-weight: bold;
+ border: 1px solid #f00;
+ background: #fff;
+ padding: 3px 1em;
+}
+
+
+.resolved {
+ padding: 1em;
+ margin: 1em 0em 0em;
+ border: 1px solid #f00;
+ background: #9BCD9B;
+}
+
+.resolved::before {
+ content: "Resolved";
+ display: block;
+ width: 150px;
+ margin: -1.5em 0 0.5em 0;
+ font-weight: bold;
+ border: 1px solid #f00;
+ background: #fff;
+ padding: 3px 1em;
+}
+
+
+.inference {
+ padding: 1em;
+ margin: 1em 0em 0em;
+ border: 1px solid #f00;
+ background: #fff;
+}
+
+.inference::before {
+ content: "Inference";
+ display: block;
+ width: 150px;
+ margin: -1.5em 0 0.5em 0;
+ font-weight: bold;
+ border: 1px solid #f00;
+ background: #fff;
+ padding: 3px 1em;
+}
+
+.unamedconstraint {
+ padding: 1em;
+ margin: 1em 0em 0em;
+ border: 1px solid #00f;
+ background: #fff;
+}
+
+
+.unamedconstraint::before {
+ content: "Constraint";
+ display: block;
+ width: 150px;
+ margin: -1.5em 0 0.5em 0;
+ font-weight: bold;
+ border: 1px solid #00f;
+ background: #fff;
+ padding: 3px 1em;
+}
+
+
+
+.constraint {
+ padding: 1em;
+ margin: 1em 0em 0em;
+ border: 1px solid #00f;
+ background: #fff;
+}
+
+.constraint[id]::before {
+ content: "Constraint: " attr(id);
+ width: 380px; /* How can we compute the length of "Constraint: " attr(id) */
+}
+
+
+.constraint::before {
+ content: "Constraint";
+ display: block;
+ width: 150px;
+ margin: -1.5em 0 0.5em 0;
+ font-weight: bold;
+ border: 1px solid #00f;
+ background: #fff;
+ padding: 3px 1em;
+}
+
+
+
+.conditional {
+ color: blue;
+}
+
+.grammar {
+ margin-top: 1ex;
+ margin-bottom: 1ex;
+ padding-left: 1ex;
+ padding-right: 1ex;
+ padding-top: 1ex;
+ padding-bottom: 0.6ex;
+ border: 1px dashed #2f6fab;
+ font-family: monospace;
+}
+.nonterminal {
+ font-weight: bold;
+ font-family: sans-serif;
+ font-size: 95%;
+}
+
+.name {
+ font-family: monospace;
+}
+
+
+.xmpl {
+ padding: 1em;
+ margin: 1em 0em 0em;
+ border: 1px solid #f00;
+ background: #fff;
+}
+
+.xmpl::before {
+ content: "Example";
+ display: block;
+ width: 150px;
+ margin: -1.5em 0 0.5em 0;
+ font-weight: bold;
+ border: 1px solid #f00;
+ background: #fff;
+ padding: 3px 1em;
+}
+</style><link charset="utf-8" type="text/css" rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD"></head>
+ <body style="display: inherit;"><div class="head"><p><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" alt="W3C" height="48" width="72"></a></p><h1 class="title" id="title">The PROV Ontology: Model and Formal Semantics</h1><h2 id="w3c-working-draft-24-november-2011"><acronym title="World Wide Web Consortium">W3C</acronym> Working Draft 24 November 2011</h2><dl><dt>This version:</dt><dd><a href="http://www.w3.org/TR/2011/WD-prov-o-20111124/">http://www.w3.org/TR/2011/WD-prov-o-20111124/</a></dd><dt>Latest published version:</dt><dd><a href="http://www.w3.org/TR/prov-o/">http://www.w3.org/TR/prov-o/</a></dd><dt>Latest editor's draft:</dt><dd><a href="http://dvcs.w3.org/hg/prov/raw-file/default/ontology/ProvenanceFormalModel.html">http://dvcs.w3.org/hg/prov/raw-file/default/ontology/ProvenanceFormalModel.html</a></dd><dt>Editors:</dt><dd><a href="http://cci.case.edu/cci/index.php/Satya_Sahoo">Satya Sahoo</a>, Case Western Reserve University, USA</dd>
+<dd><a href="http://tw.rpi.edu/instances/Deborah_L_McGuinness">Deborah McGuinness</a>, Rensselaer Polytechnic Institute, USA</dd>
+<dt>Authors:</dt><dd><span>(In alphabetical order)</span></dd>
+<dd><a href="http://semanticweb.org/wiki/Khalid_Belhajjame">Khalid Belhajjame</a>, University of Manchester, UK</dd>
+<dd><a href="http://homepages.inf.ed.ac.uk/jcheney/">James Cheney</a>, University of Edinburgh, UK</dd>
+<dd><a href="http://www.oeg-upm.net/index.php/en/phdstudents/28-dgarijo">Daniel Garijo</a>, Universidad Politécnica de Madrid, Spain</dd>
+<dd><a href="http://tw.rpi.edu/instances/TimLebo">Timothy Lebo</a>, Rensselaer Polytechnic Institute, USA</dd>
+<dd><a href="http://soiland-reyes.com/stian/">Stian Soiland-Reyes</a>, University of Manchester, UK</dd>
+<dd><a href="http://tw.rpi.edu/web/person/StephanZednik">Stephan Zednick</a>, Rensselaer Polytechnic Institute, USA</dd>
+</dl><p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. <acronym title="World Wide Web Consortium">W3C</acronym> <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p><hr></div>
+
+ <div class="introductory section" id="abstract"><h2>Abstract</h2>
+ <p>
+ The PROV Ontology (also PROV-O) encodes the PROV Data Model [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>] in the OWL2 Web Ontology Language (OWL2). The PROV ontology consists of a set of classes, properties, and restrictions that can be used to represent provenance information. The PROV ontology can also be specialized to create new classes and properties for modeling provenance information specific to different domain applications. The PROV ontology supports a set of entailments based on OWL2 formal semantics and provenance specific inference rules. The PROV ontology is available for download as a separate OWL2 document.
+ </p>
+
+ </div><div id="sotd" class="introductory section"><h2>Status of This Document</h2><p><em>This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current <acronym title="World Wide Web Consortium">W3C</acronym> publications and the latest revision of this technical report can be found in the <a href="http://www.w3.org/TR/"><acronym title="World Wide Web Consortium">W3C</acronym> technical reports index</a> at http://www.w3.org/TR/.</em></p>
+ <p>
+ This specification defines the PROV Ontology as the normative representation of the PROV Data Model using the Web Ontology Language (OWL2). This document is part of a set of specifications being created to address the issue of provenance interchange in Web applications. This document is accompanied by (1) the PROV Data Model, (2) the PROV Access and Query, and (3) the Primer documents.
+ </p>
+ <p>This document was published by the <a href="http://www.w3.org/2011/prov/">Provenance Working Group</a> as a First Public Working Draft. This document is intended to become a <acronym title="World Wide Web Consortium">W3C</acronym> Recommendation. If you wish to make comments regarding this document, please send them to <a href="mailto:public-prov-wg@w3.org">public-prov-wg@w3.org</a> (<a href="mailto:public-prov-wg-request@w3.org?subject=subscribe">subscribe</a>, <a href="http://lists.w3.org/Archives/Public/public-prov-wg/">archives</a>). All feedback is welcome.</p><p>Publication as a Working Draft does not imply endorsement by the <acronym title="World Wide Web Consortium">W3C</acronym> Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress.</p><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 <acronym title="World Wide Web Consortium">W3C</acronym> Patent Policy</a>. <acronym title="World Wide Web Consortium">W3C</acronym> maintains a <a href="http://www.w3.org/2004/01/pp-impl/46974/status" rel="disclosure">public list of any patent disclosures</a> made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential Claim(s)</a> must disclose the information in accordance with <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the <acronym title="World Wide Web Consortium">W3C</acronym> Patent Policy</a>.</p></div><div class="section" id="toc"><h2 class="introductory">Table of Contents</h2><ul class="toc"><li class="tocline"><a class="tocxref" href="#introduction"><span class="secno">1. </span>Introduction</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#guide-to-this-document"><span class="secno">1.1 </span>Guide to this Document</a></li></ul></li><li class="tocline"><a class="tocxref" href="#prov-ontology"><span class="secno">2. </span>PROV Ontology</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#mapping-the-prov-dm-terms-to-prov-ontology"><span class="secno">2.1 </span>Mapping the PROV-DM terms to PROV Ontology</a></li><li class="tocline"><a class="tocxref" href="#owl2-syntax-used-in-this-document"><span class="secno">2.2 </span>OWL2 Syntax Used in this Document</a></li><li class="tocline"><a class="tocxref" href="#namespace-and-owl2-version"><span class="secno">2.3 </span>Namespace and OWL2 version</a></li></ul></li><li class="tocline"><a class="tocxref" href="#prov-ontology--owl-encoding-of-prov-data-model"><span class="secno">3. </span>PROV Ontology: Classes and Properties</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#classes"><span class="secno">3.1 </span>Classes</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#entity"><span class="secno">3.1.1 </span>Entity</a></li><li class="tocline"><a class="tocxref" href="#activity"><span class="secno">3.1.2 </span>Activity</a></li><li class="tocline"><a class="tocxref" href="#agent"><span class="secno">3.1.3 </span>Agent</a></li><li class="tocline"><a class="tocxref" href="#temporalentity"><span class="secno">3.1.4 </span>TemporalEntity</a></li><li class="tocline"><a class="tocxref" href="#provenancecontainer"><span class="secno">3.1.5 </span>ProvenanceContainer</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#modeling-provenancecontainer-and-account-as-rdf-graph"><span class="secno">3.1.5.1 </span>Modeling ProvenanceContainer and Account as RDF Graph</a></li></ul></li><li class="tocline"><a class="tocxref" href="#location"><span class="secno">3.1.6 </span>Location</a></li><li class="tocline"><a class="tocxref" href="#qualifiedinvolvement"><span class="secno">3.1.7 </span>QualifiedInvolvement</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#usage"><span class="secno">3.1.7.1 </span>Usage</a></li><li class="tocline"><a class="tocxref" href="#participation"><span class="secno">3.1.7.2 </span>Participation</a></li><li class="tocline"><a class="tocxref" href="#control"><span class="secno">3.1.7.3 </span>Control</a></li><li class="tocline"><a class="tocxref" href="#generation"><span class="secno">3.1.7.4 </span>Generation</a></li></ul></li><li class="tocline"><a class="tocxref" href="#recipe"><span class="secno">3.1.8 </span>Recipe</a></li><li class="tocline"><a class="tocxref" href="#role"><span class="secno">3.1.9 </span>Role</a></li><li class="tocline"><a class="tocxref" href="#classes-under-discussion"><span class="secno">3.1.10 </span>Classes under Discussion</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#time"><span class="secno">3.1.10.1 </span>Time</a></li></ul></li></ul></li><li class="tocline"><a class="tocxref" href="#object-properties"><span class="secno">3.2 </span>Object Properties</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#wasgeneratedby"><span class="secno">3.2.1 </span>wasGeneratedBy</a></li><li class="tocline"><a class="tocxref" href="#revision"><span class="secno">3.2.2 </span>wasRevisionOf</a></li><li class="tocline"><a class="tocxref" href="#wasderivedfrom"><span class="secno">3.2.3 </span>wasDerivedFrom</a></li><li class="tocline"><a class="tocxref" href="#waseventuallyderivedfrom"><span class="secno">3.2.4 </span>wasEventuallyDerivedFrom</a></li><li class="tocline"><a class="tocxref" href="#dependedon"><span class="secno">3.2.5 </span>dependedOn</a></li><li class="tocline"><a class="tocxref" href="#used"><span class="secno">3.2.6 </span>used</a></li><li class="tocline"><a class="tocxref" href="#hadparticipant"><span class="secno">3.2.7 </span>hadParticipant</a></li><li class="tocline"><a class="tocxref" href="#wascomplementof"><span class="secno">3.2.8 </span>wasComplementOf</a></li><li class="tocline"><a class="tocxref" href="#wascontrolledby"><span class="secno">3.2.9 </span>wasControlledBy</a></li><li class="tocline"><a class="tocxref" href="#hadrecipe"><span class="secno">3.2.10 </span>hadRecipe</a></li><li class="tocline"><a class="tocxref" href="#wasinformedby"><span class="secno">3.2.11 </span>wasInformedBy</a></li><li class="tocline"><a class="tocxref" href="#wascheduledafter"><span class="secno">3.2.12 </span>wasScheduledAfter</a></li><li class="tocline"><a class="tocxref" href="#hadtemporalvalue"><span class="secno">3.2.13 </span>hadTemporalValue</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#startedat"><span class="secno">3.2.13.1 </span>startedAt</a></li><li class="tocline"><a class="tocxref" href="#endedat"><span class="secno">3.2.13.2 </span>endedAt</a></li><li class="tocline"><a class="tocxref" href="#wasGeneratedat"><span class="secno">3.2.13.3 </span>wasGeneratedAt</a></li></ul></li><li class="tocline"><a class="tocxref" href="#attribution"><span class="secno">3.2.14 </span>wasAttributedTo</a></li><li class="tocline"><a class="tocxref" href="#quotation"><span class="secno">3.2.15 </span>wasQuoteOf</a></li><li class="tocline"><a class="tocxref" href="#summary"><span class="secno">3.2.16 </span>wasSummaryOf</a></li><li class="tocline"><a class="tocxref" href="#originalsource"><span class="secno">3.2.17 </span>hadOriginalSource</a></li><li class="tocline"><a class="tocxref" href="#hadqualifiedusage"><span class="secno">3.2.18 </span>hadQualifiedUsage</a></li><li class="tocline"><a class="tocxref" href="#hadqualifiedparticipation"><span class="secno">3.2.19 </span>hadQualifiedParticipation</a></li><li class="tocline"><a class="tocxref" href="#hadqualifiedcontrol"><span class="secno">3.2.20 </span>hadQualifiedControl</a></li><li class="tocline"><a class="tocxref" href="#hadqualifiedgeneration"><span class="secno">3.2.21 </span>hadQualifiedGeneration</a></li><li class="tocline"><a class="tocxref" href="#hadqualifiedentity"><span class="secno">3.2.22 </span>hadQualifiedEntity</a></li></ul></li><li class="tocline"><a class="tocxref" href="#characteristics-of-object-properties"><span class="secno">3.3 </span>Characteristics of Object Properties </a></li><li class="tocline"><a class="tocxref" href="#annotation-properties"><span class="secno">3.4 </span>Annotation Properties</a></li><li class="tocline"><a class="tocxref" href="#overview-of-the-ontology"><span class="secno">3.5 </span>Overview of the ontology</a></li><li class="tocline"><a class="tocxref" href="#overview-of-qualified-involvement"><span class="secno">3.6 </span>Overview of Qualified Involvement</a></li></ul></li><li class="tocline"><a class="tocxref" href="#specializing-provenance-ontology-for-domain-specific-provenance-applications"><span class="secno">4. </span>Specializing the PROV Ontology for Domain-specific Provenance Applications</a></li><li class="tocline"><a class="tocxref" href="#formal-semantics-of-the-prov-ontology"><span class="secno">5. </span>Formal Semantics of the PROV Ontology</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#rdf-semantics-for-prov-ontology"><span class="secno">5.1 </span>RDF Semantics for PROV Ontology</a></li><li class="tocline"><a class="tocxref" href="#owl2-semantics-for-prov-ontology"><span class="secno">5.2 </span>OWL2 Semantics for PROV Ontology</a></li><li class="tocline"><a class="tocxref" href="#entailments-supported-by-the-provenance-model"><span class="secno">5.3 </span>Provenance-specific Entailments Supported by PROV Ontology</a></li></ul></li><li class="tocline"><a class="tocxref" href="#acknowledgements"><span class="secno">A. </span>Acknowledgements</a></li><li class="tocline"><a class="tocxref" href="#references"><span class="secno">B. </span>References</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#normative-references"><span class="secno">B.1 </span>Normative references</a></li><li class="tocline"><a class="tocxref" href="#informative-references"><span class="secno">B.2 </span>Informative references</a></li></ul></li></ul></div>
+
+
+
+
+ <div class="section" id="introduction">
+ <!--OddPage--><h2><span class="secno">1. </span>Introduction</h2>
+ <p>
+ PROV Ontology (also PROV-O) defines the normative modeling of the PROV Data Model [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>] using the <acronym title="World Wide Web Consortium">W3C</acronym> OWL2 Web Ontology Language. This document specification describes the set of classes, properties, and restrictions that constitute the PROV ontology, which have been introduced in the PROV Data Model [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>]. This ontology specification provides the foundation for implementation of provenance applications in different domains using the PROV ontology for representing, exchanging, and integrating provenance information. Together with the PROV Access and Query [<cite><a href="#bib-PROV-PAQ" rel="biblioentry" class="bibref">PROV-PAQ</a></cite>] and PROV Data Model [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>], this document forms a framework for provenance information interchange and management in domain-specific Web-based applications.
+ </p>
+ <p>
+ The PROV ontology classes and properties are defined such that they can not only be used directly to represent provenance information, but also can be specialized for modeling application-specific provenance details in a variety of domains. Thus, the PROV ontology is expected to be both directly usable in applications as well as serve as a <i>reference model</i> for creation of domain-specific provenance ontology and thereby facilitate interoperable provenance modeling. This document uses an example <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> introduced in the PROV Data Model [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>] to demonstrate the use PROV-O classes and properties to model provenance information.
+ </p>
+ <p>
+ Finally, this document describes the formal semantics of the PROV ontology using the OWL2 semantics, [<cite><a href="#bib-OWL2-DIRECT-SEMANTICS" rel="biblioentry" class="bibref">OWL2-DIRECT-SEMANTICS</a></cite>], [<cite><a href="#bib-OWL2-RDF-BASED-SEMANTICS" rel="biblioentry" class="bibref">OWL2-RDF-BASED-SEMANTICS</a></cite>], and a set of provenance-specific inference rules. This is expected to support provenance implementations to automatically check for consistency of provenance information represented using PROV ontology and explicitly assert implicit provenance knowledge.
+ </p>
+ <p>The key words "<em title="must" class="rfc2119">must</em>", "<em title="must not" class="rfc2119">must not</em>", "<em title="required" class="rfc2119">required</em>", "<em title="shall" class="rfc2119">shall</em>", "<em title="shall not" class="rfc2119">shall not</em>", "<em title="should" class="rfc2119">should</em>", "<em title="should not" class="rfc2119">should not</em>", "<em title="recommended" class="rfc2119">recommended</em>", "<em title="may" class="rfc2119">may</em>", and "<em title="optional" class="rfc2119">optional</em>" in this document are to be interpreted as described in [<cite><a href="#bib-RFC2119" rel="biblioentry" class="bibref">RFC2119</a></cite>].</p>
+
+ <div class="section" id="guide-to-this-document">
+ <h3><span class="secno">1.1 </span>Guide to this Document</h3>
+ <p> This document is intended for provide an understanding of the PROV ontology and how it can be used by different applications to represent their provenance information. The intended audience of this document include users who are new to provenance modeling as well as experienced users who would like their provenance model compatible with the PROV ontology to facilitate standardization. This document assumes a basic understanding of the <acronym title="World Wide Web Consortium">W3C</acronym> RDF(S) and OWL2 specification. Readers are referred to the OWL2 and RDF(S) documentations, starting with the [<cite><a href="#bib-OWL2-PRIMER" rel="biblioentry" class="bibref">OWL2-PRIMER</a></cite>] and [<cite><a href="#bib-RDF-PRIMER" rel="biblioentry" class="bibref">RDF-PRIMER</a></cite>], for further details about the OWL2 and RDF(S) specifications respectively.
+ </p>
+ <p><a href="#prov-ontology--owl-encoding-of-prov-data-model">Section 2</a> describes the mapping of the PROV Data Model [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>] to the PROV ontology. <a href="#specializing-provenance-ontology-for-domain-specific-provenance-applications">Section 3</a> introduces the classes and properties of the PROV ontology. <a href="#specializing-provenance-ontology-for-domain-specific-provenance-applications">Section 4</a> describes the approach used to specialize the PROV ontology create a domain specific ontology for an example <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario">provenance scenario</a> introduced in the PROV Data Model [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>]. The PROV ontology supports a set of provenance entailments and these are described in <a href="#entailments-supported-by-the-provenance-model">Section 5</a>.
+ </p>
+ </div>
+
+ </div> <!-- Introduction -->
+
+
+
+ <div class="section" id="prov-ontology">
+ <!--OddPage--><h2><span class="secno">2. </span>PROV Ontology</h2>
+ <p> The PROV Data Model [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>] introduces a minimal set of concepts to represent provenance information in a variety of application domains. This document maps the PROV Data Model to PROV Ontology using the OWL2 ontology language, which facilitates a fixed interpretation and use of the PROV Data Model concepts based on the formal semantics of OWL2 [<cite><a href="#bib-OWL2-DIRECT-SEMANTICS" rel="biblioentry" class="bibref">OWL2-DIRECT-SEMANTICS</a></cite>] [<cite><a href="#bib-OWL2-RDF-BASED-SEMANTICS" rel="biblioentry" class="bibref">OWL2-RDF-BASED-SEMANTICS</a></cite>].
+ </p>
+ <p>The PROV Ontology can be used directly in a domain application, though many domain applications may require specialization of PROV-O Classes and Properties for representing domain-specific provenance information. We briefly introduce some of the OWL2 modeling terms that will be used to describe the PROV ontology. An OWL2 <i>instance</i> is an individual object in a domain of discourse, for example a person named Alice or a car, and a set of individuals sharing a set of common characteristics is called a <i>class</i>. Person and Car are examples of classes representing the set of individual persons and cars respectively. The OWL2 object properties are used to link individuals, classes, or create a property hierarchy. For example, the object property "hasOwner" can be used to link car with person. The OWL2 datatype properties are used to link individuals or classes to data values, including XML Schema datatypes [<cite><a href="#bib-XMLSCHEMA-2" rel="biblioentry" class="bibref">XMLSCHEMA-2</a></cite>].
+ </p>
+ <p>The PROV Data Model document [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>] introduces an example <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> describing the creation of crime statistics file stored on a shared file system and edited by journalists Alice, Bob, Charles, David, and Edith. This scenario is used as a running example in this document to describe the PROV ontology classes and properties, the specialization mechanism, and the entailments supported by the PROV ontology.
+ </p>
+
+
+
+ <div class="section" id="mapping-the-prov-dm-terms-to-prov-ontology">
+ <h3><span class="secno">2.1 </span>Mapping the PROV-DM terms to PROV Ontology</h3>
+ <p>The PROV Data Model [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>] uses an Abstract Syntax Notation (ASN) to describe the set of provenance terms that are used to construct the PROV ontology. There are a number of differences between the PROV-DM ASN and the Semantic Web RDF, RDFS and OWL2 technologies; hence the approach used to model the provenance terms in PROV ontology differ, partially or significantly, from the PROV-DM approach.
+ </p>
+ <p>For example, the notion of "expressions" used in the PROV-DM map to RDF triple assertions in PROV-O. Similarly, the PROV-DM discusses the use of "Qualifier" to assert additional information about provenance terms. Following the general knowledge representation practices and OWL2 ontologies specifically, the PROV ontology specializes a given provenance term to create either a sub class or sub property to represent "additionally" qualified terms. Throughout this document, we explicitly state the difference, if any, between the PROV-DM term and PROV ontology term.
+ </p>
+ <div class="note"> In addition, RDF is strictly monotonic and "...it cannot express closed-world assumptions, local default preferences, and several other commonly used non-monotonic constructs."[<cite><a href="#bib-RDF-MT" rel="biblioentry" class="bibref">RDF-MT</a></cite>], but the PROV-DM seems to introduce the notion of non-monotonic assertions through "Account" construct [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>]. For example, Account description in PROV-DM states that it "It provides a scoping mechanism for expression identifiers and for some contraints (such as generation-unicity and derivation-use)."
+ </div>
+ </div>
+ <div class="section" id="owl2-syntax-used-in-this-document">
+ <h3><span class="secno">2.2 </span>OWL2 Syntax Used in this Document</h3>
+ <p>This document uses the RDF/XML syntax, which is the mandatory syntax supported by all OWL2 syntax [<cite><a href="#bib-OWL2-PRIMER" rel="biblioentry" class="bibref">OWL2-PRIMER</a></cite>] to represent the PROV ontology. Provenance assertions using PROV-O can use any of the RDF syntax defined in the RDF specification [<cite><a href="#bib-RDF-PRIMER" rel="biblioentry" class="bibref">RDF-PRIMER</a></cite>].
+ </p>
+ </div>
+ <div class="section" id="namespace-and-owl2-version">
+ <h3><span class="secno">2.3 </span>Namespace and OWL2 version</h3>
+ <p>
+ The corresponding OWL2 version of this PROV Ontology is available at [<cite><a href="#bib-PROV-Ontology-Namespace" rel="biblioentry" class="bibref">PROV-Ontology-Namespace</a></cite>] and as <a href="ProvenanceOntology.owl">ProvenanceOntology.owl</a>. The namespace for the PROV ontology and all terms defined in this document is <code>http://www.w3.org/ns/prov-o/</code> [<cite><a href="#bib-PROV-Ontology-Namespace" rel="biblioentry" class="bibref">PROV-Ontology-Namespace</a></cite>] and is in this document denoted by the prefix <code>prov</code>.
+ </p>
+ <div class="issue">
+ It has been suggested that [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>] and PROV-O should instead use the namespace <code>http://www.w3.org/ns/prov/</code> for terms that are common in both models. This is <a href="http://www.w3.org/2011/prov/track/issues/90">ISSUE-90</a>
+ </div>
+ </div>
+ </div> <!-- PROV Ontology -->
+
+
+ <div class="section" id="prov-ontology--owl-encoding-of-prov-data-model">
+ <!--OddPage--><h2><span class="secno">3. </span>PROV Ontology: Classes and Properties</h2>
+ <p> We now introduce the classes and properties that constitute the PROV ontology. We first give a textual description of each ontology term, followed by OWL2 syntax representing the ontology term and an example use of the class in the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario">provenance scenario</a>.
+ </p>
+ <div class="section" id="classes">
+ <h3><span class="secno">3.1 </span>Classes</h3>
+ <div class="buttonpanel">
+ <form action=""><p>
+ <input id="hide-examples1" onclick="set_display_by_class('div','anexample','none'); set_display_by_id('hide-examples1','none'); set_display_by_id('show-examples1','');" value="Hide Examples" type="button">
+ <input id="show-examples1" onclick="set_display_by_class('div','anexample',''); set_display_by_id('hide-examples1',''); set_display_by_id('show-examples1','none');" style="display: none" value="Show Examples" type="button">
+ </p>
+ </form>
+ </div>
+ <p>The PROV ontology consists of classes that can be organized into a hierarchical structure using the <code>rdfs:subClassOf</code> property.
+
+ <img src="diagrams/Ontology_hierarchy.png" style="width: 70%; min-width: 25em; max-width: 60em" alt="Class hierarchy of the PROV ontology">
+ <br>
+ </p>
+ <p><i>Note: CamelBack notation is used for class names</i></p>
+ <div class="section" id="entity">
+ <h4><span class="secno">3.1.1 </span>Entity</h4>
+ <div><b>Class Description</b></div>
+ <p>Entity is defined to be "An Entity represents an identifiable characterized thing." [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>]</p>
+ <div><b>OWL syntax</b></div>
+ <pre> prov:Entity rdfs:subClassOf owl:Thing.
+ </pre>
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of instances of class Entity from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> are files with identifiers <i>e1</i> and <i>e2</i>. The RDF/XML syntax for asserting that e1 is an instance of Entity is given below.
+ </p><div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#e1">
+ <rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Entity"/>
+</rdf:Description></pre>
+ </div>
+ </div>
+ <p>Additional assertions can be made about the Entity instances that describe additional attributes of the entities. Following common knowledge representation approach, the Entity class can be specialized to create multiple sub classes, using the <code>rdfs:subClassOf</code> property, representing distinct categories of entities using additional characterizing attributes (as defined in the [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>]). The additional attributes <em title="should" class="rfc2119">should</em> use an appropriate namespace, and the new sub classes <em title="may" class="rfc2119">may</em> be introduced by application-specific provenance ontologies.
+ </p>
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#e2">
+ <rdf:type rdf:resource="http://www.example.com/crime#CrimeFile">
+</rdf:Description>
+ <rdf:Description rdf:about="http://www.example.com/crime#CrimeFile">
+ <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov-o/Entity"/>
+ </rdf:Description></pre>
+ </div>
+ </div>
+
+ </div> <!-- Classes -->
+
+ <div class="section" id="activity">
+ <h4><span class="secno">3.1.2 </span>Activity</h4>
+ <div><b>Class Description</b></div>
+ <p>Activity is defined to be "an identifiable activity, which performs a piece of work." [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>]</p>
+ <div><b>OWL syntax</b></div>
+ <pre>prov:Activity rdfs:subClassOf owl:Thing.</pre>
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example instances of the class Activity (from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a>) are "file creation" (<i>pe0</i>) and "file editing" (<i>pe2</i>) . The RDF/XML syntax for asserting that act2 is an instance of Activity is given below.
+ </p><div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#act2">
+ <rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Activity"/>
+</rdf:Description></pre>
+ </div>
+ </div>
+ <div class="note"> act2 is an instance of class <code>:Emailing</code>, which is defined to be sub-class of class <code>prov:Activity</code> in the CrimeFile ontology. Hence, using standard RDFS entailment allows us to infer that act2 is also an instance of <code>prov:Activity</code>.
+ </div>
+ </div>
+
+
+
+ <div class="section" id="agent">
+ <h4><span class="secno">3.1.3 </span>Agent</h4>
+ <div><b>Class Description</b></div>
+ <p>Agent is defined to be a "characterized entity capable of activity" [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>]</p>
+ <div><b>OWL syntax</b></div>
+ <pre>prov:Agent rdfs:subClassOf prov:Entity.</pre>
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of instances of class Agent from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> are <i>Alice</i> and <i>Edith</i>. The RDF/XML syntax for asserting that Alice is an instance of Agent is given below.
+ </p><div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#Alice">
+ <rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Agent"/>
+</rdf:Description></pre>
+ </div>
+ </div>
+ <div class="note"> Similar to example for Entity, both Alice and Edith are instances of class Journalist, which is defined to be "sub-class" of class Agent in the CrimeFile ontology. Hence, using standard RDFS entailment allows us to infer that both Alice and Edith are also instances of Agent.
+ </div>
+ </div>
+
+
+ <div class="section" id="temporalentity">
+ <h4><span class="secno">3.1.4 </span>TemporalEntity</h4>
+ <div><b>Class Description</b></div>
+ <p>TemporalEntity represents temporal information about entities in the Provenance model. This class has been re-used from the OWL Time ontology [<cite><a href="#bib-OWL-TIME" rel="biblioentry" class="bibref">OWL-TIME</a></cite>]. The PROV ontology also models the two sub classes of TemporalEntity, namely Instant and Interval.</p>
+ <p>The Instant class represents "point-line" temporal information that have "no interior points" [<cite><a href="#bib-OWL-TIME" rel="biblioentry" class="bibref">OWL-TIME</a></cite>]. The Interval class represents temporal information that have a non-zero duration [<cite><a href="#bib-OWL-TIME" rel="biblioentry" class="bibref">OWL-TIME</a></cite>]</p>
+ <div><b>OWL syntax</b></div>
+ <pre>time:TemporalEntity rdfs:subClassOf owl:Thing.</pre>
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of instances of class TemporalEntity from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> are <i>t</i> and <i>t+1</i>. t+1 is associated with the instance of Activity act2. The instances of TemporalEntity are linked to instances of Entity or Activity classes by the <a href="#hadtemporalvalue">hadTemporalValue</a> property that is described later in this document. </p>
+ <p>The RDF/XML syntax for this asserting that t+1 is an instance of class TemporalEntity and t+1 is associated with act2 is given below.
+ </p>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#act2">
+ <prov:hadTemporalValue rdf:about="http://www.example.com/crimeFile#t+1">
+ <rdf:type rdf:resource="http://www.w3.org/2006/time#TemporalEntity"/>
+ </prov:hadTemporalValue>
+</rdf:Description></pre>
+ </div>
+ </div>
+ </div>
+
+ <div class="section" id="provenancecontainer">
+ <h4><span class="secno">3.1.5 </span>ProvenanceContainer</h4>
+ <div><b>Class Description</b></div>
+ <p>ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container should have an URI associated with it. The ProvenanceContainer class can also be used to model the PROV-DM concept of <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-Account">Account</a>.</p>
+ <div><b>OWL syntax</b></div>
+ <pre>prov:ProvenanceContainer rdfs:subClassOf owl:Thing.</pre>
+ <p>Examples of instance of class ProvenanceContainer includes a RDF graph containing set of assertions describing the provenance of a car, such as its manufacturer, date of manufacture, and place of manufacture.</p>
+
+ <div class="anexample">
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#ProvenanceContainer1">
+ <rdf:type rdf:resource="http://www.w3.org/ns/prov-o/ProvenanceContainer"/>
+ <cf:contains rdf:resource="http://www.example.com/crimeFile#Statement1"/>
+ <cf:contains rdf:resource="http://www.example.com/crimeFile#Statement2"/>
+ <cf:assertedBy rdf:resource="http://www.example.com/crimeFile#Alice"/>
+</rdf:Description> </pre>
+ </div>
+ </div>
+ <div class="note"> According to the definitions of ProvenanceContainer and Account, both contain a set of provenance assertions and have an identifier. Hence, ProvenanceContainer class can also be used to create instances of accounts.
+ </div>
+ <div class="issue">Scope and Identifiers.
+ This is <a href="http://www.w3.org/2011/prov/track/issues/81">ISSUE-81</a>.</div>
+ <div class="section" id="modeling-provenancecontainer-and-account-as-rdf-graph">
+ <h5><span class="secno">3.1.5.1 </span>Modeling ProvenanceContainer and Account as RDF Graph</h5>
+ <p>If a RDF graph contains a set of RDF assertions then, (a) if an explicit asserter is associated with the RDF graph it corresponds to the term "Account" in PROV-DM, and (b) if an asserted is not associated with the RDF graph it corresponds to the term "ProvenanceContainer" in PROV-DM.</p>
+ </div>
+ </div>
+
+ <div class="section" id="location">
+ <h4><span class="secno">3.1.6 </span>Location</h4>
+ <div><b>Class Description</b></div>
+ <p>Location is defined to be "is an identifiable geographic place (ISO 19112)." [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>]</p>
+ <div><b>OWL syntax</b></div>
+ <pre>prov:Location rdfs:subClassOf owl:Thing.</pre>
+ <p> Example of instances of class Location from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is the location of the crime file in the shared directory <i>/share</i> with file path <i>/shared/crime.txt</i>. The RDF/XML syntax for asserting that the location of the crime file is the shared directory.
+
+ </p><div class="anexample">
+ <div class="exampleOuter">
+ <pre class="example"><cf:hasLocation>
+ <rdf:Description rdf:about="http://www.example.com/crimeFile#sharedDirectoryLocation1">
+ <rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Location"/>
+ <cf:hasFilePath rdf:datatype="http://www.w3.org/2001/XMLSchema#string">/share/crime.txt</cf:hasFilePath>
+ </rdf:Description>
+</cf:hasLocation></pre>
+ </div>
+ </div>
+ <div class="note"> Need to clarify whether "geographic" includes "geospatial"?</div>
+ </div>
+
+
+
+ <div class="section" id="qualifiedinvolvement">
+ <h4><span class="secno">3.1.7 </span>QualifiedInvolvement</h4>
+ <div><b>Class Description</b></div>
+ <p>The QualifiedInvolvement class represents an n-ary property to capture qualifying information related to the the use, generation, control, and participation.</p>
+ <div><b>OWL syntax</b></div>
+ <pre>prov:QualifiedInvolvement rdfs:subClassOf owl:Thing.</pre>
+
+ <div class="section" id="usage">
+ <h5><span class="secno">3.1.7.1 </span>Usage</h5>
+ <div><b>Class Description</b></div>
+ <p>The Usage class represents an n-ary property to capture qualifying information related to the use of Entity by Activity.</p>
+ <div><b>OWL syntax</b></div>
+ <pre>prov:Usage rdfs:subClassOf prov:QualifiedInvolvement.</pre>
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of instances of class Usage from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> provenance scenario ??? is given below.
+ </p><div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#u1">
+ <rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Usage"/>
+ <prov:hadQualifiedEntity rdf:resource="http://www.example.com/crimeFile#Bob"/>
+</rdf:Description></pre>
+ </div>
+ </div>
+ </div>
+
+ <div class="section" id="participation">
+ <h5><span class="secno">3.1.7.2 </span>Participation</h5>
+ <div><b>Class Description</b></div>
+ <p>The Participation class represents an n-ary property to capture qualifying information related to the participation of Entity in Activity.</p>
+ <div><b>OWL syntax</b></div>
+ <pre>prov:Participation rdfs:subClassOf prov:QualifiedInvolvement.</pre>
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of instances of class Participation from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> provenance scenario ??? is given below.
+ </p><div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#p1">
+ <rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Participation"/>
+ <prov:hadQualifiedEntity rdf:resource="http://www.example.com/crimeFile#Bob"/>
+</rdf:Description></pre>
+ </div>
+ </div>
+ </div>
+
+ <div class="section" id="control">
+ <h5><span class="secno">3.1.7.3 </span>Control</h5>
+ <div><b>Class Description</b></div>
+ <p>The Control class represents an n-ary property to capture qualifying information related to the control of Activity by Agent.</p>
+ <div><b>OWL syntax</b></div>
+ <pre>prov:Control rdfs:subClassOf prov:QualifiedInvolvement.</pre>
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p>Example of instances of class Control from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> provenance scenario ??? is given below.
+ </p><div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#c1">
+ <rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Control"/>
+ <prov:hadQualifiedEntity rdf:resource="http://www.example.com/crimeFile#Bob"/>
+</rdf:Description></pre>
+ </div>
+ </div>
+ </div>
+
+ <div class="section" id="generation">
+ <h5><span class="secno">3.1.7.4 </span>Generation</h5>
+ <div><b>Class Description</b></div>
+ <p>The Generation class represents an n-ary property to capture qualifying information related to the generation of Entity by Activity.</p>
+ <div><b>OWL syntax</b></div>
+ <pre>prov:Generation rdfs:subClassOf prov:QualifiedInvolvement.</pre>
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of instances of class Generation from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario</a> ??? is given below.
+ </p><div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#g1">
+ <rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Generation"/>
+ <prov:hadQualifiedEntity rdf:resource="http://www.example.com/crimeFile#Bob"/>
+</rdf:Description></pre>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ <div class="section" id="recipe">
+ <h4><span class="secno">3.1.8 </span>Recipe</h4>
+ <div><b>Class Description</b></div>
+ <p>Recipe represents the specification of a <a href="#activity">Activity</a>. PROV ontology does not define the different types of recipes that can be created by provenance applications in different domains.</p>
+ <div><b>OWL syntax</b></div>
+ <pre>prov:Recipe rdfs:subClassOf owl:Thing.</pre>
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p>An example of recipe from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario">provenance scenario </a>may be the editing protocol followed by the journalists to edit a news report.
+ </p><div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#news_editing">
+ <rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Activity"/>
+ <prov:hadRecipe rdf:resource="http://www.example.com/crimeFile#NewsReportEditingProtocol"/>
+</rdf:Description></pre>
+ </div>
+ </div>
+ </div>
+
+ <div class="section" id="role">
+ <h4><span class="secno">3.1.9 </span>Role</h4>
+ <div><b>Class Description</b></div>
+ <p>Role class models additional information about Entity or Activity class with respect to the QualifiedInvolvement class [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>]</p>
+ <div><b>OWL syntax</b></div>
+ <pre>prov:Role rdfs:subClassOf owl:Thing.</pre>
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of instances of class Role from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> are <i>author (for Alice)</i> and <i>save (for act1)</i>. The RDF/XML syntax for asserting that Alice played a role of author in the usage u1 (instance of class Usage) of file e1 in the activity of adding content.
+ </p><div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#u1">
+ <rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Usage"/>
+ <prov:hadRole rdf:resource="www.example.com/crimeFile#author"/>
+</rdf:Description></pre>
+ </div>
+ </div>
+ <div class="note"> It is not clear how two roles can be modeled using the QualifiedInvolvement class-based approach, where an Entity plays a role of "author", while the Activity plays the role of "save" (from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a>).
+ </div>
+ </div>
+
+ <div class="section" id="classes-under-discussion">
+ <h4><span class="secno">3.1.10 </span>Classes under Discussion</h4>
+ <p>Temporary section for terms not part of "core" ontology.</p>
+
+ <div class="section" id="time">
+ <h5><span class="secno">3.1.10.1 </span>Time</h5>
+ <div><b>Class Description</b></div>
+ <p><code>Time</code> is subclass of <code>time:Instant</code>
+ from [<cite><a href="#bib-OWL-TIME" rel="biblioentry" class="bibref">OWL-TIME</a></cite>] which requires that the time is defined
+ using the <code>time:inXSDDateTime</code> property. This
+ class used with <code>startedAt</code> and other subproperties
+ of <code>hasTemporalValue</code> ensures compatibility with <code>xsd:dateTime</code> literals
+ expressions in [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>] ASN and other serialisations.
+ c</p>
+ </div>
+
+ </div>
+ </div>
+
+
+ <div class="section" id="object-properties">
+ <h3><span class="secno">3.2 </span>Object Properties</h3>
+ <div class="buttonpanel">
+ <form action=""><p>
+ <input id="hide-examples2" onclick="set_display_by_class('div','anexample','none'); set_display_by_id('hide-examples2','none'); set_display_by_id('show-examples2','');" value="Hide Examples" type="button">
+ <input id="show-examples2" onclick="set_display_by_class('div','anexample',''); set_display_by_id('hide-examples2',''); set_display_by_id('show-examples2','none');" style="display: none" value="Show Examples" type="button">
+ </p>
+ </form>
+ </div>
+ <p>The PROV ontology has the following object properties. </p>
+ <p><i>Note: Names of properties starts with a verb in lower case followed by verb(s) starting with upper case </i></p>
+
+
+
+ <div class="section" id="wasgeneratedby">
+ <h4><span class="secno">3.2.1 </span>wasGeneratedBy</h4>
+ <p>The wasGeneratedBy property links the Entity class with the Activity class.</p>
+ <p><i>Note: No arity constraints are assumed between Entity and Activity</i></p>
+ <img src="diagrams/wasGeneratedBy.png" style="height: 3em" alt="wasGeneratedBy links Entity to Activity">
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p>Example of wasGeneratedBy property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>e1 wasGeneratedBy act0</i>. The RDF/XML syntax for asserting this information is given below.
+ </p>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#e1">
+ <rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Entity"/>
+ <prov:wasGeneratedBy>
+ <rdf:Description rdf:about="http://www.example.com/crimeFile#act0">
+ <rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Activity"/>
+ </rdf:Description>
+ <prov:wasGeneratedBy>
+</rdf:Description> </pre>
+ </div>
+ </div>
+ </div>
+
+ <div class="section" id="revision">
+ <h4><span class="secno">3.2.2 </span>wasRevisionOf</h4>
+ <p>The wasRevisionOf property links two instances of Entity class, where one instance is a revision of another instance, and there is explicit role of an Agent in asserting this information.</p>
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p>Example of wasRevisionOf property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>e3 wasRevisionOf e2</i>. The RDF/XML syntax for asserting this information is given below.
+ </p>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#e3">
+ <rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Entity"/>
+ <prov:wasRevisionOf>
+ <rdf:Description rdf:about="http://www.example.com/crimeFile#e2">
+ <rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Entity"/>
+ </rdf:Description>
+ <prov:wasRevisionOf>
+</rdf:Description> </pre>
+ </div>
+ </div>
+ <div class="note"> Can instance of Agents be reasoning agents that infer the information that one Entity instance is a revision of another Entity instance and then asserts the information? In other words, is assertion after inference supported by this property?
+ </div>
+ </div>
+
+ <div class="section" id="wasderivedfrom">
+ <h4><span class="secno">3.2.3 </span>wasDerivedFrom</h4>
+ <p>The wasDerivedFrom property links two instances of Entity class, where "some characterized entity is transformed from, created from, or affected by another characterized entity." [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>]</p>
+ <img src="diagrams/wasDerivedFrom.png" style="height: 3em" alt="wasDerivedFrom links Entity to Entity">
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of wasDerivedFrom property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>e3 wasDerivedFrom e2</i>. The RDF/XML syntax for asserting this is given below.
+ </p>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#e3">
+ <prov:wasDerivedFrom rdf:resource="http://www.example.com/crimeFile#e2"/>
+</rdf:Description> </pre>
+ </div>
+ </div>
+ <div class="issue">Should derivation have a time? Which time? This is <a href="http://www.w3.org/2011/prov/track/issues/43">ISSUE-43</a>.</div>
+ <div class="issue">Should we specifically mention derivation of agents? This is <a href="http://www.w3.org/2011/prov/track/issues/42">ISSUE-42</a>.</div>
+ </div>
+
+ <div class="section" id="waseventuallyderivedfrom">
+ <h4><span class="secno">3.2.4 </span>wasEventuallyDerivedFrom</h4>
+ <p>This object property is used to link two instances of Entity class that "...are not directly used and generated respectively" by a single instance of Activity class [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>].
+ </p>
+ <img src="diagrams/wasEventuallyDerivedFrom.png" style="height: 3em" alt="wasEventuallyDerivedFrom links Entity to Entity">
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of wasEventuallyDerivedFrom property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>e5 wasEventuallyDerivedFrom e2</i>. The RDF/XML syntax for asserting this is given below.
+ </p><div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#e5">
+ <prov:wasEventuallyDerivedFrom rdf:resource="http://www.example.com/crimeFile#e2"/>
+</rdf:Description> </pre>
+ </div>
+ </div>
+ <div class="issue">Is the current definition of wasEventuallyDerivedFrom inconsistent with definition of wasDerivedFrom? This is <a href="http://www.w3.org/2011/prov/track/issues/122">ISSUE-122 </a> and <a href="http://www.w3.org/2011/prov/track/issues/126">ISSUE-126</a></div>
+ </div>
+
+ <div class="section" id="dependedon">
+ <h4><span class="secno">3.2.5 </span>dependedOn</h4>
+ <p>The dependedOn property links two instances of Entity class to model the derivation of one instance from another instance. This is a <i>transitive</i> property, in other words if an Entity instance a1 dependedOn a2 and a2 dependedOn a3, then a1 dependedOn a3 is also true.</p>
+ <img src="diagrams/dependedOn.png" style="height: 3em" alt="dependedOn links Entity to Entity">
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p>Example of dependedOn property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>e5 dependedOn e2</i>. The RDF/XML syntax for asserting this is given below.</p>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#e5">
+ <prov:dependedOn rdf:resource="http://www.example.com/crimeFile#e2"/>
+</rdf:Description> </pre>
+ </div>
+ </div>
+ <div class="issue">Is dependedOn a parent property of
+ wasDerivedFrom? This is <a href="http://www.w3.org/2011/prov/track/issues/125">ISSUE-125</a>
+ </div>
+ </div>
+
+
+
+ <div class="section" id="used">
+ <h4><span class="secno">3.2.6 </span>used</h4>
+ <p>The used property links the Activity class to the Entity class, where the Entity instance is "consumed" by a Activity instance.</p>
+ <p><i>Note: No arity constraints are assumed between Entity and Activity</i></p>
+ <img src="diagrams/used.png" style="height: 3em" alt="used links Activity to Entity">
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of used property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>pe2 used e2</i>. The RDF/XML syntax for asserting this is given below.</p>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#act2">
+ <prov:used rdf:resource="http://www.example.com/crimeFile#e2"/>
+ </rdf:Description> </pre>
+ </div>
+ </div>
+ </div>
+
+
+ <div class="section" id="hadparticipant">
+ <h4><span class="secno">3.2.7 </span>hadParticipant</h4>
+ <p>The hadPariticipant property links Entity class to Activity class, where Entity used or wasGeneratedBy Activity.</p>
+ <p><i>Note: No arity constraints are assumed between Entity and Activity</i></p>
+ <img src="diagrams/hadParticipant.png" style="height: 3em" alt="hadParticipant links Activity to Entity">
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of hadParticipant property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>pe2 hadParticipant e2</i>. The RDF/XML syntax for asserting this is given below.</p>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#act2">
+ <prov:hadParticipant rdf:resource="http://www.example.com/crimeFile#e2"/>
+</rdf:Description> </pre>
+ </div>
+ </div>
+ <div class="pending">Suggested definition for participation. This is <a href="http://www.w3.org/2011/prov/track/issues/49">ISSUE-49</a>.</div>
+ <div class="note"> The current definition of hasParticipant does not account for involvement of an Entity in Activity where it was neither "used" or "generated". For example, a witness in a criminal activity.
+ </div>
+ </div>
+
+
+
+ <div class="section" id="wascomplementof">
+ <h4><span class="secno">3.2.8 </span>wasComplementOf</h4>
+ <p>The wasComplementOf property links two instances of set of assertions about Entity instances, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval." [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>]</p>
+ <img src="diagrams/wasComplementOf.png" style="height: 3em" alt="wasComplementOf links Entity to Entity">
+ <div class="note"> Should the wasComplementOf property link two instances of ProvenanceContainer (or Account) classes since they are two classes modeling a set of (one or more) provenance assertions?
+ </div>
+ </div>
+
+
+
+ <div class="section" id="wascontrolledby">
+ <h4><span class="secno">3.2.9 </span>wasControlledBy</h4>
+ <p>The wasControlledBy property links Activity class to Agent class, where control represents the involvement of the Agent in modifying the characteristics of the instance of the Activity class"[<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>].</p>
+ <img src="diagrams/wasControlledBy.png" style="height: 3em" alt="wasControlledBy links Activity to Agent">
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of wasControlledBy property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>FileAppending</i> (Activity) <i>wasControlledBy Bob</i>. The RDF/XML syntax for asserting this is given below.
+ </p><div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#act1">
+ <prov:wasControlledBy>
+ <rdf:Description rdf:about="http://www.example.com/crimeFile#Bob">
+ <rdf:type rdf:resource="http://www.example.com/crime#Journalist"/>
+ </rdf:Description>
+ </prov:wasControlledBy>
+</rdf:Description> </pre>
+ </div>
+ </div>
+ </div>
+
+
+
+ <div class="section" id="hadrecipe">
+ <h4><span class="secno">3.2.10 </span>hadRecipe</h4>
+ <p>This property links the Activity class to the Recipe class, which describes the execution characteristics of the instance of the Activity class. The recipe might or might not have been followed exactly by the Activity.
+ </p>
+ <img src="diagrams/hadRecipe.png" style="height: 3em" alt="hadRecipe links Activity to Agent">
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of hadRecipe property in the (extended)<a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is that act1 (instance of Activity class) followed some file appending instructions (instructions1). The RDF/XML syntax for asserting this is given below.</p>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#act1">
+ <prov:hadRecipe rdf:resource="http://www.example.com/crimeFile#instructions1"/>
+</rdf:Description> </pre>
+ </div>
+ </div>
+ </div>
+
+
+
+ <div class="section" id="wasinformedby">
+ <h4><span class="secno">3.2.11 </span>wasInformedBy</h4>
+ <p> This object property links two instances of the Activity classes. It is used to express the information that a given process execution used an entity that was generated by another process execution.
+ </p>
+ <img src="diagrams/wasInformedBy.png" style="height: 3em" alt="wasInformedBy links Activity to Activity">
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of wasInformedBy property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>pe4 wasInformedBy act3</i>. The RDF/XML syntax for asserting this is given below.</p>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#act4">
+ <prov:wasInformedBy rdf:resource="http://www.example.com/crimeFile#act3"/>
+</rdf:Description> </pre>
+ </div>
+ </div>
+ </div>
+
+
+
+ <div class="section" id="wascheduledafter">
+ <h4><span class="secno">3.2.12 </span>wasScheduledAfter</h4>
+ <p>
+ This property links two instances of Activity class to specify the order of their executions. Specifically, it is used to specify that a given process execution starts after the end of another process execution.
+ </p>
+ <img src="diagrams/wasScheduledAfter.png" style="height: 3em" alt="wasScheduledAfter links Activity to Activity">
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of wasScheduledAfter property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>pe4 wasScheduledAfter act3</i>. The RDF/XML syntax for asserting this is given below.</p>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#act4">
+ <prov:wasScheduledAfter rdf:resource="http://www.example.com/crimeFile#act3"/>
+</rdf:Description> </pre>
+ </div>
+ </div>
+ <div class="issue"> There is proposal to either rename wasScheduledAfter or clarify its definition in PROV-DM. These are issues <a href="http://www.w3.org/2011/prov/track/issues/148">Issue-148</a>
+ </div>
+ </div>
+
+
+ <div class="section" id="hadtemporalvalue">
+ <h4><span class="secno">3.2.13 </span>hadTemporalValue</h4>
+ <p> This object property links an instance of <code>Activity</code> or <code>Entity</code> with an <code>time:TemporalEntity</code> from [<cite><a href="#bib-OWL-TIME" rel="biblioentry" class="bibref">OWL-TIME</a></cite>], thereby allowing association of time value with instances of the two classes and their subclasses.
+ </p>
+ <img src="diagrams/hadTemporalValue.png" style="height: 3em" alt="hadTemporalValue links Activity or Entity to time:TemporalValue">
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of hadTemporalValue property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario">provenance scenario</a> is <i>t+3</i> time value is associated with the act3 Activity instanc. The RDF/XML syntax for asserting this is given below.</p>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#act3">
+ <prov:hasTemporalValue rdf:resource="http://www.example.com/crimeFile#t+3"/>
+</rdf:Description> </pre>
+ </div>
+ </div>
+
+
+ <div class="section" id="startedat">
+ <h5><span class="secno">3.2.13.1 </span>startedAt</h5>
+ <p> This object property defines the time when <code>Activity</code> started. The time is specified as an <code>time:Instant</code> [<cite><a href="#bib-OWL-TIME" rel="biblioentry" class="bibref">OWL-TIME</a></cite>].
+ </p>
+ <img src="diagrams/startedAt.png" style="height: 3em" alt="startedAt links Activity to Instant">
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of startedAt property is that a act1 (instance of Activity class) is "2011-10-20T17:14:12Z". The RDF/XML syntax for asserting this is given below.</p>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#act1">
+ <prov:startedAt rdf:about="http://www.example.com/crimeFile#t1>
+ <rdf:type rdf:resource=""http://www.w3.org/2006/time#Instant"/>
+ <time:inXSDDateTime>2011-10-20T17:14:12Z</time:inXSDDateTime>
+ </prov:startedAt>
+</rdf:Description> </pre>
+ </div>
+ </div>
+ </div>
+
+ <div class="section" id="endedat">
+ <h5><span class="secno">3.2.13.2 </span>endedAt</h5>
+ <p> This object property defines the time when a <code>Activity</code> ended. The time is specified as an <code>time:Instant</code> [<cite><a href="#bib-OWL-TIME" rel="biblioentry" class="bibref">OWL-TIME</a></cite>].
+ </p>
+ <img src="diagrams/endedAt.png" style="height: 3em" alt="endedAt links Activity to Instant">
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of endedAt property is that a act1 (instance of Activity class) is "2011-10-20T20:14:12Z". The RDF/XML syntax for asserting this is given below.</p>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#act1">
+ <prov:endedAt rdf:about="http://www.example.com/crimeFile#t2>
+ <rdf:type rdf:resource=""http://www.w3.org/2006/time#Instant"/>
+ <time:inXSDDateTime>2011-10-20T20:14:12Z</time:inXSDDateTime>
+ </prov:endedAt>
+</rdf:Description></pre>
+ </div>
+ </div>
+ </div>
+ <div class="section" id="wasGeneratedat">
+ <h5><span class="secno">3.2.13.3 </span>wasGeneratedAt</h5>
+ <p> This object property defines the time when a <code>Entity</code> was generated by Activity.
+ </p>
+ <img src="diagrams/wasGeneratedAt.png" style="height: 3em" alt="wasGeneratedAt links Entity to Instant">
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of wasGeneratedAt property is that a e1 (instance of Entity class) wasGeneratedAt "2011-10-20T20:12:12Z". The RDF/XML syntax for asserting this is given below.</p>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#e1">
+ <prov:wasGeneratedAt rdf:about="http://www.example.com/crimeFile#t3>
+ <rdf:type rdf:resource=""http://www.w3.org/2006/time#Instant"/>
+ <time:inXSDDateTime>2011-10-20T20:12:12Z</time:inXSDDateTime>
+ </prov:startedAt>
+</rdf:Description></pre>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ <div class="section" id="attribution">
+ <h4><span class="secno">3.2.14 </span>wasAttributedTo</h4>
+ <p>The wasAttributedTo property links an instance of the Entity class to an instance of Agent class.</p>
+ <img src="diagrams/wasAttributedTo.png" style="height: 3em" alt="wasAttributedTo links Entity to Agent">
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of wasAttributedTo property as an addition to the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is the attribution of e3 to David for writting editing the file (<i>e3 wasAttributedTo David</i>). The RDF/XML syntax for asserting this is given below.</p>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#e3">
+ <prov:wasAttributedTo rdf:resource="http://www.example.com/crimeFile#David"/>
+</rdf:Description> </pre>
+ </div>
+ </div>
+ </div>
+
+ <div class="section" id="quotation">
+ <h4><span class="secno">3.2.15 </span>wasQuoteOf</h4>
+ <p>The wasQuoteOf property links an instance of the Entity class to an instance of the Agent class.</p>
+ <img src="diagrams/wasQuoteOf.png" style="height: 3em" alt="wasQuoteOf links Entity to Agent">
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of wasQuoteOf property as an addition to the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is e2 quoting Alice, recorded by Bob (<i> e2 wasQuoteOf Alice</i>). The RDF/XML syntax for asserting this is given below.</p>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#e2">
+ <prov:wasQuoteOf rdf:resource="http://www.example.com/crimeFile#Alice"/>
+</rdf:Description> </pre>
+ </div>
+ </div>
+ </div>
+
+ <div class="section" id="summary">
+ <h4><span class="secno">3.2.16 </span>wasSummaryOf</h4>
+ <p>The wasSummaryOf property links two instances of the Entity class.</p>
+ <img src="diagrams/wasSummaryOf.png" style="height: 3em" alt="wasSummaryOf links Entity to Entity">
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of wasSummaryOf property as an addition to the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is e3 summarizing some additional statistics(<i> e3 wasSummaryOf statistics</i>). The RDF/XML syntax for asserting this is given below.</p>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#e3">
+ <prov:wasSummaryOf rdf:resource="http://www.example.com/crimeFile#statistics"/>
+</rdf:Description> </pre>
+ </div>
+ </div>
+ </div>
+
+ <div class="section" id="originalsource">
+ <h4><span class="secno">3.2.17 </span>hadOriginalSource</h4>
+ <p>The hadOriginalSource property links two instances of the Entity class. This property is defined to be a specialization of the wasEventuallyDerivedFrom propery.</p>
+ <img src="diagrams/hadOriginalSource.png" style="height: 3em" alt="hadOriginalSource links Entity to Entity">
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of hadOriginalSource property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> <i> e6 hadOriginalSource e1</i>. The RDF/XML syntax for asserting this is given below.</p>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#e6">
+ <prov:hadOriginalSource rdf:resource="http://www.example.com/crimeFile#e1"/>
+</rdf:Description> </pre>
+ </div>
+ <div>
+ </div></div></div>
+
+ <div class="section" id="hadqualifiedusage">
+ <h4><span class="secno">3.2.18 </span>hadQualifiedUsage</h4>
+ <p>The hadQualifiedUsage property links the Activity class with the Usage class.</p>
+ <img src="diagrams/hadQualifiedUsage.png" style="height: 3em" alt="hadQualifiedUsage links Activity to Usage">
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of hadQualifiedUsage property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> <i> act1 hadQualifiedUsage u1</i>, where the hadRole describes the usage of e1 as a "load". The RDF/XML syntax for asserting this is given below.</p>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#act1">
+ <prov:hadQualifiedUsage rdf:resource="http://www.example.com/Usage#u1"/>
+</rdf:Description> </pre>
+ </div>
+ </div>
+ </div>
+
+ <div class="section" id="hadqualifiedparticipation">
+ <h4><span class="secno">3.2.19 </span>hadQualifiedParticipation</h4>
+ <p>The hadQualifiedParticipation property links the Activity class with the Participation class.</p>
+ <img src="diagrams/hadQualifiedParticipation.png" style="height: 3em" alt="hadQualifiedParticipation links Activity to Participation">
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of hadQualifiedParticipation property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> <i> act1 hadQualifiedParticipation p1</i>, where the hadRole describes the participation of Alice as an "author" in act1. The RDF/XML syntax for asserting this is given below.</p>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#act1">
+ <prov:hadQualifiedParticipation rdf:resource="http://www.example.com/crimeFile#p1"/>
+</rdf:Description> </pre>
+ </div>
+ </div>
+ </div>
+
+ <div class="section" id="hadqualifiedcontrol">
+ <h4><span class="secno">3.2.20 </span>hadQualifiedControl</h4>
+ <p>The hadQualifiedControl property links the Activity class with the Control class.</p>
+ <img src="diagrams/hadQualifiedControl.png" style="height: 3em" alt="hadQualifiedControl links Activity to Control">
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of hadQualifiedControl property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> <i> act0 hadQualifiedControl c1</i>, where the hadRole describes the control of act0 by Alice as "creator". The RDF/XML syntax for asserting this is given below.</p>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#act0">
+ <prov:hadQualifiedControl rdf:resource="http://www.example.com/crimeFile#c1"/>
+</rdf:Description> </pre>
+ </div>
+ </div>
+ </div>
+
+ <div class="section" id="hadqualifiedgeneration">
+ <h4><span class="secno">3.2.21 </span>hadQualifiedGeneration</h4>
+ <p>The hadQualifiedGeneration property links the Activity class with the Generation class.</p>
+ <img src="diagrams/hadQualifiedGeneration.png" style="height: 3em" alt="hadQualifiedGeneration links Activity to Generation">
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of hadQualifiedGeneration property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> <i> e1 hadQualifiedGeneration g1</i>, where the hadRole describes the generation of e1 by "save". The RDF/XML syntax for asserting this is given below.</p>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#e1">
+ <prov:hadQualifiedGeneration rdf:resource="http://www.example.com/crimeFile#u1"/>
+</rdf:Description> </pre>
+ </div>
+ </div>
+ </div>
+
+ <div class="section" id="hadqualifiedentity">
+ <h4><span class="secno">3.2.22 </span>hadQualifiedEntity</h4>
+ <p>The hadQualifiedEntity property links the QualifiedInvolvement class with the Entity class.</p>
+ <img src="diagrams/hadQualifiedEntity.png" style="height: 3em" alt="hadQualifiedInvolvement links QualifiedInvolvement to Entity">
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of hadQualifiedEntity property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> <i> u2 hadQualifiedEntity e2</i>, where the hadRole describes the usage of e2 as an "attachment". The RDF/XML syntax for asserting this is given below.</p>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#u2">
+ <prov:hadQualifiedEntity rdf:resource="http://www.example.com/crimeFile#e2"/>
+</rdf:Description> </pre>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ <div class="section" id="characteristics-of-object-properties">
+ <h3><span class="secno">3.3 </span>Characteristics of Object Properties </h3>
+ <p>The table below summarizes the characteristics of the object properties that are defined in the OWL schema.
+ </p>
+ <table style="border-collapse: separate; border-spacing: 0; border-width: 1px; border-style: solid; border-color: #000; padding: 0">
+ <tbody><tr>
+ <th style="border-style: solid; border-width: 0 1px 1px 0">
+ </th><th style="border-style: solid; border-width: 0 1px 1px 0"> Functional
+ </th><th style="border-style: solid; border-width: 0 1px 1px 0"> Reverse functional
+ </th><th style="border-style: solid; border-width: 0 1px 1px 0"> Transitive
+ </th><th style="border-style: solid; border-width: 0 1px 1px 0"> Symmetric
+ </th><th style="border-style: solid; border-width: 0 1px 1px 0">Asymmetric
+ </th><th style="border-style: solid; border-width: 0 1px 1px 0"> Reflexive
+
+ </th><th style="border-style: solid; border-width: 0 1px 1px 0"> Irreflexive
+ </th></tr>
+ <tr>
+ <td style="border-style: solid; border-width: 0 1px 1px 0"> wasControlledBy
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">?
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0"> No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+ </td></tr>
+ <tr>
+ <td style="border-style: solid; border-width: 0 1px 1px 0"> wasDerivedFrom
+
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+ </td></tr>
+ <tr>
+ <td style="border-style: solid; border-width: 0 1px 1px 0"> hadParticipant
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">?
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+ </td></tr>
+ <tr>
+ <td style="border-style: solid; border-width: 0 1px 1px 0"> wasGeneratedBy
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">?
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+ </td></tr>
+ <tr>
+ <td style="border-style: solid; border-width: 0 1px 1px 0"> used
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">?
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+ </td></tr>
+ <tr>
+ <td style="border-style: solid; border-width: 0 1px 1px 0"> wasInformedBy
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td></tr>
+ <tr>
+ <td style="border-style: solid; border-width: 0 1px 1px 0"> wasScheduledAfter
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+ </td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+ </td></tr></tbody></table>
+ <div class="note">Some of the properties may be subject to discussion. In particular, regarding the object properties <i>wasControlledBy</i>, <i>wasGeneratedBy</i> and <i>used</i>, we did not specify whether they are transitive or not. One may argue that given that an agent can be a process execution, a process execution, e.g., <i>pe1</i>, can be controlled by an agent <i>pe2</i>, which happens to be a process execution that is controlled by an agent <i>ag</i>, and that, therefore, <i>ag</i> (indirectly) controls <i>pe1</i>. The same argument can be applied to <i>wasGeneratedBy</i> and <i>used</i>. That said, we are not convinced that these properties should be declared as transitive. In fact, we are more inclined towards specifying that they are not.</div>
+ </div>
+
+ <div class="section" id="annotation-properties">
+ <h3><span class="secno">3.4 </span>Annotation Properties</h3>
+ <p>The PROV ontology uses the OWL2 annotation properties to describe additional information about the PROV ontology classes, properties, individuals, and axioms. OWL2 defines nine annotation properties that are part of the OWL2 structural specification (see OWL2 Syntax document for additional details [<cite><a href="#bib-OWL2-SYNTAX" rel="biblioentry" class="bibref">OWL2-SYNTAX</a></cite>]):</p>
+ <ul>
+ <li><a href="http://www.w3.org/TR/2009/REC-owl2-syntax-20091027/#Annotation_Properties"><b>rdfs:label</b></a>- This property is used to associated a "human-readable label" with a term. For example, the class "<a href="#location">Location</a>" can be annotated with "Geo-spatial Location" label using rdfs:label</li>
+ <li><a href="http://www.w3.org/TR/2009/REC-owl2-syntax-20091027/#Annotation_Properties"><b>rdfs:comment</b></a>- This property is used to annotate ontology terms with a readable comment. For example, the class "<a href="#location">Location</a>" can be annotated with "This class represents an identifiable geographic place (ISO 19112)" comment using the rdfs:comment property</li>
+ <li><a href="http://www.w3.org/TR/2009/REC-owl2-syntax-20091027/#Annotation_Properties"><b>rdfs:seeAlso</b></a>- Provenance ontologies can use this property for referring to location of additional information, using an Internationalized Resource Identifier (IRI), associated with a provenance ontology resource. For example, a PROV ontology term can refer users to the PROV Data Model for a descriptive specification</li>
+ <li><a href="http://www.w3.org/TR/2009/REC-owl2-syntax-20091027/#Annotation_Properties"><b>rdfs:isDefinedBy</b></a>- Information related to the definition of a term can be provided by a PROV ontology term using this property</li>
+ <li><a href="http://www.w3.org/TR/2009/REC-owl2-syntax-20091027/#Annotation_Properties"><b>owl:deprecated</b></a>- In many cases, domain-specific provenance ontologies will replace or remove certain ontology terms. These terms can be labeled using this property (with value set to be "true^^xsd:boolean")</li>
+ <li><a href="http://www.w3.org/TR/2009/REC-owl2-syntax-20091027/#Annotation_Properties"><b>olw:versionInfo</b></a>- This property is used to associate a version information with ontology terms. For example, the current version of the PROV ontology is version "1.0"</li>
+ <li><a href="http://www.w3.org/TR/2009/REC-owl2-syntax-20091027/#Annotation_Properties"><b>owl:priorVersion</b></a>- This property allows provenance applications to locate previous version of ontology terms. For example, the PROV ontology can identify a previous version "0.1" using this property</li>
+ <li><a href="http://www.w3.org/TR/2009/REC-owl2-syntax-20091027/#Annotation_Properties"><b>owl:backwardCompatibleWith</b></a>- Provenance ontologies can specify previous version of the ontology that are compatible with the current version of the ontology using this property</li>
+ <li><a href="http://www.w3.org/TR/2009/REC-owl2-syntax-20091027/#Annotation_Properties"><b>owl:incompatibleWith</b></a>- Similar to the previous property, this property allows provenance applications to identify incompatible version of provenance ontologies.</li>
+ </ul>
+ <p>Additional annotation properties can be defined by provenance ontologies, but unlike the OWL2 annotation properties, these custom annotation properties may not be interpreted in a standard manner across different provenance applications.
+ </p>
+ <div class="note"> Is there a need to define standard provenance-specific annotation properties?
+ </div>
+ </div>
+
+ <div class="section" id="overview-of-the-ontology">
+ <h3><span class="secno">3.5 </span>Overview of the ontology</h3>
+ <p>The following diagram illustrates the complete PROV ontology except for <code>QualifiedInvolvement</code> which is detailed in the <a href="#overview-of-qualified-involvement">subsection on Qualified Involvement</a> below. </p>
+ <img src="diagrams/ProvenanceOntology.png" style="min-width: 45em; width: 55em; max-width: 95%" alt="Classes and properties of the PROV ontology">
+<!--
+ <p>The following diagram illustrates the complete PROV ontology schema along with the cardinality restrictions imposed on the properties. </p>
+ <img src="http://www.w3.org/2011/prov/wiki/images/9/9a/Object_Properties_overall_diagram.png" alt="Object properties among all classes in the PROV ontology"/>
+ <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>
+-->
+ </div>
+
+ <div class="section" id="overview-of-qualified-involvement">
+ <h3><span class="secno">3.6 </span>Overview of Qualified Involvement</h3>
+ <p>The <a href="#qualifiedinvolvement">QualifiedInvolvement</a> class describes qualifying information on the PROV-O properties, namely <a href="#used">used</a>, <a href="#wasgeneratedby">wasGeneratedBy</a>, <a href="#wascontrolledby">wasControlledBy</a>, and <a href="#hadparticipant">hadParticipant</a>. The following figure illustrates the representation of qualifying information using these PROV-O classes and properties.</p>
+ <img src="diagrams/QualifiedInvolvementDiagram.png" style="min-width: 45em; width: 55em; max-width: 95%" alt="Classes and properties of qualified involvement in the PROV ontology">
+ </div>
+
+ </div>
+
+ <div class="informative section" id="specializing-provenance-ontology-for-domain-specific-provenance-applications">
+ <!--OddPage--><h2><span class="secno">4. </span>Specializing the PROV Ontology for Domain-specific Provenance Applications</h2><p><em>This section is non-normative.</em></p>
+ <p>The PROV Ontology does not include all the provenance terms that are required by different application to model provenance information. For example, the classes and properties to model provenance information in the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario">provenance scenario</a>, such as "Journalist" or "FileEditing", are not part of the PROV ontology. This is a deliberate design choice for PROV ontology, since modeling provenance terms for a variety of domain applications in a single ontology is impractical. Hence, the PROV Ontology is conceived as an ontology that can be extended by various domain-specific applications to model the required set of provenance terms. The PROV Ontology classes and properties can be specialized using the following two RDFS properties:</p>
+ <ul>
+ <li><i>rdfs:subClassOf</i>: The property rdfs:subClassOf is an instance of rdf:Property that is used to state that all the instances of one class are instances of another [<cite><a href="#bib-RDF-SCHEMA" rel="biblioentry" class="bibref">RDF-SCHEMA</a></cite>]</li>
+ <li><i>rdfs:subPropertyOf</i>: "A rdfs:subPropertyOf axiom defines that the property is a subproperty of some other property" [<cite><a href="#bib-RDF-SCHEMA" rel="biblioentry" class="bibref">RDF-SCHEMA</a></cite>]</li>
+ </ul>
+ <p>A new provenance ontology can be created to model the classes and properties required by an application to represent its domain-specific provenance terms. The new provenance ontology, for the given application, is also expected to include all the PROV Ontology classes and properties, which will facilitate provenance exchange through a common set of terms.</p>
+ <p>The following are a few example classes from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario">provenance scenario</a> that are created by specializing PROV Ontology classes:
+ </p><ul>
+ <li>The <a href="#agent">Agent</a> class can be specialized to define a class called Journalist, which has individuals such as alice, bob, and edith </li>
+ <li>Similarly, the <a href="#activity">Activity</a> class can be specialized to define classes called FileCreation, FileAppending, and FileEditing </li>
+ </ul>
+ The [<cite><a href="#bib-PROV-BestPractices" rel="biblioentry" class="bibref">PROV-BestPractices</a></cite>] document describes in detail the approach used to model provenance information in two domain-specific examples by specializing the PROV Ontology.<p></p>
+ </div>
+ <div class="section" id="formal-semantics-of-the-prov-ontology">
+ <!--OddPage--><h2><span class="secno">5. </span>Formal Semantics of the PROV Ontology</h2>
+ <p>The PROV ontology uses OWL2 as the ontology language, hence it supports a set of entailments based on the standard RDF semantics [<cite><a href="#bib-RDF-MT" rel="biblioentry" class="bibref">RDF-MT</a></cite>] and OWL2 semantics ([<cite><a href="#bib-OWL2-DIRECT-SEMANTICS" rel="biblioentry" class="bibref">OWL2-DIRECT-SEMANTICS</a></cite>], [<cite><a href="#bib-OWL2-RDF-BASED-SEMANTICS" rel="biblioentry" class="bibref">OWL2-RDF-BASED-SEMANTICS</a></cite>]). In this section, we describe these set of semantics as applied to the PROV ontology along with a set of constraints introduced in the PROV-DM [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>] that are provenance-specific. It is intended that provenance applications can leverage this normative description of the formal semantics of PROV ontology to support:</p>
+ <ul>
+ <li><b>Automated consistency checking </b>of provenance assertions (in RDF): Any RDF graph generated to represent provenance information using the PROV ontology as schema can be automatically checked for consistency using reasoning tool, such as FaCT++, Pellet, and Racer among others.</li>
+ <li><b>Inferencing</b>: Make implicit knowledge explicit from RDF-encoded provenance datasets using valid entailment rules</li>
+ </ul>
+
+
+
+ <div class="section" id="rdf-semantics-for-prov-ontology">
+ <h3><span class="secno">5.1 </span>RDF Semantics for PROV Ontology</h3>
+ <p> We briefly summarize the essential features of the RDF Semantics and refer to the RDF semantics [<cite><a href="#bib-RDF-MT" rel="biblioentry" class="bibref">RDF-MT</a></cite>] for the normative specification. The RDF Semantics uses model theory, with a notion of interpretation I defined over RDF (rdf-interpretation) or RDFS (rdfs-interpretation) vocabulary, for specifying the formal semantics of a RDF or RDFS graph [<cite><a href="#bib-RDF-MT" rel="biblioentry" class="bibref">RDF-MT</a></cite>]. The rdf-interpretation is an interpretation that satisfies a set of constraints called "<i>RDF semantic conditions</i>" and a set of "<i>RDF axiomatic triples</i>" (see Section 3.1 of RDF Semantics [<cite><a href="#bib-RDF-MT" rel="biblioentry" class="bibref">RDF-MT</a></cite>]). The rdfs-interpretation is defined over the additional terms in the RDFS vocabulary, including <i>rdfs:domain</i>, <i>rdfs:range</i>, <i>rdfs:Class</i>, <i>rdfs:subClassOf</i>, and <i>rdfs:subPropertyOf</i>. An rdfs-interpretation satisfies a set of constraints called "<i>RDFS semantic conditions</i>" and "<i>RDFS axiomatic triples</i>" (see Section 4.1 of RDFS Semantics [<cite><a href="#bib-RDF-MT" rel="biblioentry" class="bibref">RDF-MT</a></cite>]).
+ </p>
+ <p>The rdfs-interpretation supports the following set of the entailment rules that are applicable to the PROV ontology (we do not discuss the simple RDF entailments):
+ </p>
+ <h4 id="rule-1">Rule 1</h4>
+ <p>If a PROV ontology class X is defined to be <i>domain</i> of a PROV property, then an individual asserted as "subject" of that property in a RDF triple is an instance of the class X. (from rdf2 Rule defined in RDF Semantics)
+ </p>
+ <h4 id="rule-2">Rule 2</h4>
+ <p>Similar to Rule 1, if a PROV ontology class Y is defined to be <i>range</i> of a PROV object property, then an individual asserted as "object" of that property in a RDF triple is an instance of the class Y. (from rdf3 Rule defined in RDF Semantics)
+ </p>
+ <h4 id="rule-3">Rule 3</h4>
+ <p>Both the <code>rdfs:subClassOf</code> and <code>rdfs:subPropertyOf</code> are transitive properties, hence provenance assertions, in form of RDF triples, using a specialized sub class or sub property can be inferred to be true for their parent class or parent property. For example, in the provenance scenario, though alice and bob are asserted to be individuals of the class Journalist, we can infer that they are also individuals of the PROV ontology class Agent and Entity.
+ </p><div class="anexample">Given,
+ <p></p>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#Alice">
+ <rdf:type rdf:resource="http://www.example.com/crime#Journalist"/>
+</rdf:Description></pre>
+ </div>
+
+ <p>and</p>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crime#Journalist">
+ <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov-o/Agent"/>
+</rdf:Description>
+<rdf:Description rdf:about="http://www.w3.org/ns/prov-o/Agent">
+ <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov-o/Entity"/>
+</rdf:Description></pre>
+ </div>
+ <p>we can infer the following</p>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#Alice">
+ <rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Agent"/>
+</rdf:Description></pre>
+ </div>
+ <p>and</p>
+ <div class="exampleOuter">
+ <pre class="example"><rdf:Description rdf:about="http://www.example.com/crimeFile#Alice">
+ <rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Entity"/>
+</rdf:Description></pre>
+ </div>
+ </div>
+ </div>
+
+
+
+ <div class="section" id="owl2-semantics-for-prov-ontology">
+ <h3><span class="secno">5.2 </span>OWL2 Semantics for PROV Ontology</h3>
+ <p>In addition to RDF Semantics, the OWL2 semantics as described in [<cite><a href="#bib-OWL2-DIRECT-SEMANTICS" rel="biblioentry" class="bibref">OWL2-DIRECT-SEMANTICS</a></cite>], [<cite><a href="#bib-OWL2-RDF-BASED-SEMANTICS" rel="biblioentry" class="bibref">OWL2-RDF-BASED-SEMANTICS</a></cite>] are also applicable to PROV ontology. We consider the OWL2 RDF-Based Semantics (since it is a semantics superset of OWL2 Direct Semantics) and specifically the extension of the D-interpretation, which satisfies the constraints for rdf-interpretation, rdfs-interpretation (as defined in previous section), graphs with blank nodes, and interpretation defined for RDF datatypes (see Section 5.1 in RDF Semantics [<cite><a href="#bib-RDF-MT" rel="biblioentry" class="bibref">RDF-MT</a></cite>]). The OWL2 RDF-based semantics introduces the notion of "facets" to constrain datatypes, both the rdf:XMLLiteral defined in the RDF Semantics [<cite><a href="#bib-RDF-MT" rel="biblioentry" class="bibref">RDF-MT</a></cite>] and datatypes defined in the OWL2 Structural Specifications [<cite><a href="#bib-OWL2-SYNTAX" rel="biblioentry" class="bibref">OWL2-SYNTAX</a></cite>]. The OWL2 RDF-based interpretation, also called <b>D-interpretation with facets</b> is a D-interpretation that also satisfies the OWL2 RDF-based semantics called "semantic constraints" (see Section 5 in OWL2 RDF-Based Semantics [<cite><a href="#bib-OWL2-RDF-BASED-SEMANTICS" rel="biblioentry" class="bibref">OWL2-RDF-BASED-SEMANTICS</a></cite>]).
+ </p>
+ </div>
+ <div class="section" id="entailments-supported-by-the-provenance-model">
+ <h3><span class="secno">5.3 </span>Provenance-specific Entailments Supported by PROV Ontology</h3>
+ <p>The PROV-DM [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>] introduces a set of provenance-specific constraints. These provenance constraints will be modeled in PROV ontology as OWL axioms or as rules using the Rule Interchange Framework (RIF) [<cite><a href="#bib-RIF-OVERVIEW" rel="biblioentry" class="bibref">RIF-OVERVIEW</a></cite>]. These constraints are expected to be used by provenance applications in addition to the PROV ontology file.</p>
+ <div class="note"> The provenance-specific constraints are currently under review and discussion. Individual constraints will be added to the PROV ontology or as RIF rules after the relevant issues are resolved. The provenance constraints will be progressively added to this section as the related issues are resolved.
+ </div>
+
+ </div>
+ </div>
+
+<!-- <section class="appendix">
+ <h2>Provenance-specific Constraints</h2>
+ <p>This section lists the provenance-specific constraints introduced by the PROV-DM [[PROV-DM]], but are still under discussion.
+ <section id="provenance-constraint-on-activity">
+ <h4>Provenance constraint on Activity</h4>
+ <p>The PROV-DM describes a constraint on ordering of time (or event) associated with a <a href="#activity">Activity.</a> </p>
+ <div class='issue'>"From a process execution expression, one can infer that the start event precedes the end event of the represented activity." This is <a href="http://www.w3.org/2011/prov/track/issues/121">ISSUE-121</a></div>
+ </section>
+ <section id="provenance-constraint-on-wasgeneratedby-generation-affects-attributes">
+ <h4>Provenance constraint on wasGeneratedBy (generation-affects-attributes)</h4>
+ <p>The PROV-DM describes a constraint on wasGeneratedBy that associates the values of attributes of an Entity with the Activity that generated the Entity.</p>
+ <div class='issue'>"Given a process execution act, entity e, role r, and optional time t, if the assertion wasGeneratedBy(e,pe,r) or wasGeneratedBy(e,pe,r,t) holds, the values of some of e's attributes are determined by the activity denoted by act and the entities used by act. Only some (possibly none) of the attributes values may be determined since, in an open world, not all used entities may have been asserted." This is <a href="http://www.w3.org/2011/prov/track/issues/122">ISSUE-122 </a> and <a href="http://www.w3.org/2011/prov/track/issues/105">ISSUE-105</a></div>
+ </section>
+ <section id="provenance-constraint-on-wasgeneratedby-generation-pe-ordering">
+ <h4>Provenance constraint on wasGeneratedBy (generation-pe-ordering)</h4>
+ <p>The second constraint on wasGeneratedBy associates an ordering of events associated with the generation of an Entity instance and the start, end time or event of theActivityinstance.</p>
+ <div class='note'> Without an explicit association of <a href="#time">TemporalEntity</a> with the <a href="#entity">Entity</a> instance and <a href="#activity">PE</a> instance, it is not possible to state or enforce this constraint in the PROV ontology schema and the corresponding RDF dataset.
+ </div>
+ </section>
+ <section id="provenance-constraint-on-wasgeneratedby-generation-unicity">
+ <h4>Provenance constraint on wasGeneratedBy (generation-unicity)</h4>
+ <p>The PROV-DM describes a constraint on wasGeneratedBy that asserts that given an account, only oneActivityinstance can be associated to an Entity instance by the property wasGeneratedBy.</p>
+ <div class='issue'>"Given an entity expression denoted by e, two process execution expressions denoted by act1 and act2, and two qualifiers q1 and q2, if the expressions wasGeneratedBy(e,pe1,q1) and wasGeneratedBy(e,pe2,q2) exist in the scope of a given account, then act1=act2 and q1=q2." This is <a href="http://www.w3.org/2011/prov/track/issues/105">ISSUE-105</a></div>
+ </section>
+ <section id ="provenance-constraint-on-used-use-attributes">
+ <h4>Provenance constraint on Used (use-attributes)</h4>
+ <p>A constraint is defined for the Used relation in PROV-DM, that makes it necessary for an attribute-value to be true for an Entity instance linked to a Activity instance by relation Used.
+ </p>
+ <div class='issue'>"Given a process execution expression identified by act, an entity expression identified by e, a qualifier q, and optional time t, if assertion used(pe,e,q) or used(pe,e,q,t) holds, then the existence of an attribute-value pair in the entity expression identified by e is a pre-condition for the termination of the activity represented by the process execution expression identified by act." This is <a href="http://www.w3.org/2011/prov/track/issues/124">ISSUE-124</a></div>
+ </section>
+ <section id ="provenance-constraint-on-used-pe-ordering">
+ <h4>Provenance constraint on Used (use-pe-ordering)</h4>
+ <p>The PROV-DM describes a constraint for Used relation, which makes it necessary for an Entity instance e (linked to a Activity instance act by Used relation) to be "used" before act terminates and also the "generation" of e precedes "use" of e.
+ </p>
+ <div class='issue'>"Given a process execution expression identified by act, an entity expression identified by e, a qualifier q, and optional time t, if assertion used(pe,e,q) or used(pe,e,q,t) holds, then the use of the thing represented by entity expression identified by e precedes the end time contained in the process execution expression identified by act and follows its beginning. Furthermore, the generation of the thing denoted by entity expression identified by e always precedes its use." This is <a href="http://www.w3.org/2011/prov/track/issues/124">ISSUE-124</a></div>
+ </section>
+ <section id ="provenance-constraint-on-derivation-attributes">
+ <h4>Provenance constraint on wasDerivedFrom (derivation-attributes)</h4>
+ <p>The PROV-DM describes a constraint for asserting wasDerivedFrom property between two Entity instances if some attributes of an Entity instance are partially or fully determined by attributes values of the other Entity instance.
+ </p>
+ <div class='issue'>"Given a process execution expression denoted by act, entity expressions denoted by e1 and e2, qualifiers q1 and q2, the assertion wasDerivedFrom(e2,e1,pe,q2,q1) or wasDerivedFrom(e2,e1) holds if and only if the values of some attributes of the entity expression identified by e2 are partly or fully determined by the values of some attributes of the entity expression identified by e1." This is <a href="http://www.w3.org/2011/prov/track/issues/125">ISSUE-125</a></div>
+ </section>
+ <section id ="provenance-constraint-on-derivation-use-generation-ordering">
+ <h4>Provenance constraint on wasDerivedFrom (derivation-use-generation-ordering)</h4>
+ <p>The PROV-DM describes a constraint that if wasDerivedFrom property is asserted between two Entity instances e1 and e2, that is wasDerivedFrom (e2, e1), then the for time instant t1 associated with aActivityinstance that "used" is less than the time instant t2 associated with "generation" of e2.
+ </p>
+ <div class='note'> Without an explicit association of <a href="#time">TemporalEntity</a> with the <a href="#entity">Entity</a> instance and <a href="#activity">PE</a> instance, it is not possible to state or enforce this constraint in the PROV ontology schema and the corresponding RDF dataset.
+ </div>
+ </section>
+ <section id ="provenance-constraint-on-derivation-events">
+ <h4>Provenance constraint on wasDerivedFrom (derivation-events)</h4>
+ <p>The PROV-DM describes a constraint that if wasDerivedFrom property is asserted between two Entity instances e1 and e2, that is wasDerivedFrom (e2, e1, act), then wasGeneratedBy(e2, act) and used(pe, e1) can also be asserted.
+ </p>
+ <div class='note'> Since the above constraint defined in PROV-DM does not define how act is linked to the derivation of e2 from e1, this constraint can be supported in the "opposite" direction in PROV-O. In other words, given e2 was generated at time instant t2 by act and act used e1 at time instant t1 and t1 is less than t2, then we can assert that wasDerivedFrom(e2, e1).
+ </div>
+ </section>
+ <section id ="provenance-constraint-on-derivation-process-execution">
+ <h4>Provenance constraint on wasDerivedFrom (derivation-events)</h4>
+ <p>The PROV-DM describes a constraint that if wasDerivedFrom property is asserted between two Entity instances e1 and e2, then there exists someActivityinstance such that wasGeneratedBy(e2, act) and used(pe, e1) can also be asserted.
+ </p>
+ <div class='note'> This constraint is a re-statement of the generic Semantic Web "open-world assumption". Hence, it is not mapped to PROV ontology.
+ </div>
+ </section>
+ <section id ="provenance-constraint-on-derivation-use">
+ <h4>Provenance constraint on wasDerivedFrom (derivation-use)</h4>
+ <p>The PROV-DM describes a constraint that if wasDerivedFrom property is asserted between two Entity instances e1 and e2, and wasGeneratedBy(e2, act) is also asserted then Used(pe, e1) can also be asserted.
+ </p>
+ <div class='note'> This will be asserted as a rule.
+ </div>
+ </section>
+ <section id ="provenance-constraint-on-derivation-generation-generation-ordering">
+ <h4>Provenance constraint on wasEventuallyDerivedFrom (derivation-generation-generation-ordering)</h4>
+ <p>The PROV-DM describes a constraint that if wasEventuallyDerivedFrom property is asserted between two Entity instances e1 and e2, then generation of e1 occurred before generation of e2.
+ </p>
+ <div class='note'> Without an explicit association of <a href="#time">TemporalEntity</a> (or event) with the <a href="#entity">Entity</a> instance and <a href="#activity">PE</a> instance, it is not possible to state or enforce this constraint in the PROV ontology schema and the corresponding RDF dataset.
+ </div>
+ </section>
+ <section id ="provenance-constraint-on-derivation-linked-independent">
+ <h4>Provenance constraint on wasEventuallyDerivedFrom (derivation-linked-independent)</h4>
+ <p>The PROV-DM describes a constraint that if wasDerivedFrom property is asserted between two Entity instances e1 and e2, then wasEventuallyDerivedFrom property can also be asserted between the two Entity instances.
+ </p>
+ <div class='note'> Is this an equivalence constraint or can we assert a subPropertyOf property between wasDerivedFrom and wasEventuallyFrom?
+ </div>
+ </section>
+ <section id ="provenance-constraint-on-complementof-necessary-cond">
+ <h4>Provenance constraint on wasComplementOf (wasComplementOf-necessary-cond)</h4>
+ <p>The PROV-DM describes a constraint that wasComplementOf property holds between two entities over a temporal intersection of the two entities.
+ </p>
+ <div class='note'> Without an explicit association of time value, this constraint cannot be stated or enforced in PROV ontology.
+ </div>
+ </section>
+ <section id ="provenance-constraint-on-hasParticipant-participant">
+ <h4>Provenance constraint on hadParticipant (participant)</h4>
+ <p>The PROV-DM describes a constraint that hadParticipant property holds between an instance of Entity and instance of Activity if the two instances are linked by "used" of "wasControlledBy" or "wasComplementOf".
+ </p>
+ <div class='issue'> "Given two identifiers act and e, respectively identifying a process execution expression and an entity expression, the expression hadParticipant(pe,e) holds if and only if:
+ *used(pe,e) holds, or
+ *wasControlledBy(pe,e) holds, or
+ *wasComplementOf(e1,e) holds for some entity expression identified by e1, and hadParticipant(pe,e1) holds some process execution expression identified by act." This is <a href="http://www.w3.org/2011/prov/track/issues/127">ISSUE-127</a>
+ </div>
+ </section>
+ </section>
+-->
+ <div id="acknowledgements" class="appendix section">
+ <!--OddPage--><h2><span class="secno">A. </span>Acknowledgements</h2>
+ <p>
+ The Provenance Working Group Members.
+ </p>
+ </div>
+
+
+
+<div class="appendix section" id="references"><!--OddPage--><h2><span class="secno">B. </span>References</h2><div class="section" id="normative-references"><h3><span class="secno">B.1 </span>Normative references</h3><dl class="bibliography"><dt id="bib-OWL-TIME">[OWL-TIME]</dt><dd>Feng Pan; Jerry R. Hobbs. <a href="http://www.w3.org/TR/2006/WD-owl-time-20060927"><cite>Time Ontology in OWL.</cite></a> 27 September 2006. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/2006/WD-owl-time-20060927">http://www.w3.org/TR/2006/WD-owl-time-20060927</a>
+</dd><dt id="bib-OWL2-DIRECT-SEMANTICS">[OWL2-DIRECT-SEMANTICS]</dt><dd>Boris Motik; Peter F. Patel-Schneider; Bernardo Cuenca Grau. <a href="http://www.w3.org/TR/2009/REC-owl2-direct-semantics-20091027/"><cite>OWL 2 Web Ontology Language:Direct Semantics.</cite></a> 27 October 2009. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2009/REC-owl2-direct-semantics-20091027/">http://www.w3.org/TR/2009/REC-owl2-direct-semantics-20091027/</a>
+</dd><dt id="bib-OWL2-PRIMER">[OWL2-PRIMER]</dt><dd>Pascal Hitzler; Markus Krötzsch; Bijan Parsia; Peter F. Patel-Schneider; Sebastian Rudolph. <a href="http://www.w3.org/TR/2009/REC-owl2-primer-20091027/"><cite>OWL 2 Web Ontology Language:Primer.</cite></a> 27 October 2009. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2009/REC-owl2-primer-20091027/">http://www.w3.org/TR/2009/REC-owl2-primer-20091027/</a>
+</dd><dt id="bib-OWL2-RDF-BASED-SEMANTICS">[OWL2-RDF-BASED-SEMANTICS]</dt><dd>Michael Schneider. <a href="http://www.w3.org/TR/2009/REC-owl2-rdf-based-semantics-20091027/"><cite>OWL 2 Web Ontology Language:RDF-Based Semantics.</cite></a> 27 October 2009. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2009/REC-owl2-rdf-based-semantics-20091027/">http://www.w3.org/TR/2009/REC-owl2-rdf-based-semantics-20091027/</a>
+</dd><dt id="bib-OWL2-SYNTAX">[OWL2-SYNTAX]</dt><dd>Boris Motik; Peter F. Patel-Schneider; Bijan Parsia. <a href="http://www.w3.org/TR/2009/REC-owl2-syntax-20091027/"><cite>OWL 2 Web Ontology Language:Structural Specification and Functional-Style Syntax.</cite></a> 27 October 2009. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2009/REC-owl2-syntax-20091027/">http://www.w3.org/TR/2009/REC-owl2-syntax-20091027/</a>
+</dd><dt id="bib-RDF-MT">[RDF-MT]</dt><dd>Patrick Hayes. <a href="http://www.w3.org/TR/2004/REC-rdf-mt-20040210"><cite>RDF Semantics.</cite></a> 10 February 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2004/REC-rdf-mt-20040210">http://www.w3.org/TR/2004/REC-rdf-mt-20040210</a>
+</dd><dt id="bib-RDF-PRIMER">[RDF-PRIMER]</dt><dd>Frank Manola; Eric Miller. <a href="http://www.w3.org/TR/2004/REC-rdf-primer-20040210/"><cite>RDF Primer.</cite></a> 10 February 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2004/REC-rdf-primer-20040210/">http://www.w3.org/TR/2004/REC-rdf-primer-20040210/</a>
+</dd><dt id="bib-RDF-SCHEMA">[RDF-SCHEMA]</dt><dd>Dan Brickley; Ramanathan V. Guha. <a href="http://www.w3.org/TR/2004/REC-rdf-schema-20040210"><cite>RDF Vocabulary Description Language 1.0: RDF Schema.</cite></a> 10 February 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2004/REC-rdf-schema-20040210">http://www.w3.org/TR/2004/REC-rdf-schema-20040210</a>
+</dd><dt id="bib-RFC2119">[RFC2119]</dt><dd>S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>Key words for use in RFCs to Indicate Requirement Levels.</cite></a> March 1997. Internet RFC 2119. URL: <a href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a>
+</dd><dt id="bib-RIF-OVERVIEW">[RIF-OVERVIEW]</dt><dd>Michael Kifer; Harold Boley. <a href="http://www.w3.org/TR/2010/NOTE-rif-overview-20100622/"><cite>RIF Overview.</cite></a> 22 June 2010. W3C Working Group Note. URL: <a href="http://www.w3.org/TR/2010/NOTE-rif-overview-20100622/">http://www.w3.org/TR/2010/NOTE-rif-overview-20100622/</a>
+</dd><dt id="bib-XMLSCHEMA-2">[XMLSCHEMA-2]</dt><dd>Paul V. Biron; Ashok Malhotra. <a href="http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/"><cite>XML Schema Part 2: Datatypes Second Edition.</cite></a> 28 October 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/">http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/</a>
+</dd></dl></div><div class="section" id="informative-references"><h3><span class="secno">B.2 </span>Informative references</h3><dl class="bibliography"><dt id="bib-PROV-BestPractices">[PROV-BestPractices]</dt><dd>Stian Soiland-Reyes <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/bestpractices/BestPractices.html"><cite>PROV Best Practices</cite></a>. 2011, Work in progress. URL: <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/bestpractices/BestPractices.html">http://dvcs.w3.org/hg/prov/tip/bestpracties/BestPractices.html</a>
+</dd><dt id="bib-PROV-DM">[PROV-DM]</dt><dd>Luc Moreau, Paolo Missier<a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/"><cite>The PROV Data Model and Abstract Syntax Notation</cite></a>. 18 October 2011. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/">http://www.w3.org/TR/2011/WD-prov-dm-20111018/</a>
+</dd><dt id="bib-PROV-Ontology-Namespace">[PROV-Ontology-Namespace]</dt><dd>TBD<a href="http://www.w3.org/ns/prov-o/"><cite>PROV Ontology Namespace</cite></a>. 2011, Work in progress. URL: <a href="http://www.w3.org/ns/prov-o/">http://www.w3.org/ns/prov-o/</a>
+</dd><dt id="bib-PROV-PAQ">[PROV-PAQ]</dt><dd>Graham Klyne and Paul Groth <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html"><cite>Provenance Access and Query</cite></a>. 2011, Work in progress. URL: <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html">http://dvcs.w3.org/hg/prov/tip/paq/prov-aq.html</a>
+</dd></dl></div></div></body></html>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/fpwd/ProvenanceOntology.owl Thu Dec 08 15:27:58 2011 +0000
@@ -0,0 +1,549 @@
+<?xml version="1.0"?>
+
+
+<!DOCTYPE rdf:RDF [
+ <!ENTITY time "http://www.w3.org/2006/time#" >
+ <!ENTITY prov-o "http://www.w3.org/ns/prov-o/" >
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
+ <!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" >
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
+]>
+
+
+<rdf:RDF xmlns="http://www.w3.org/ns/prov-o/"
+ xml:base="http://www.w3.org/ns/prov-o/"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:time="http://www.w3.org/2006/time#"
+ xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
+ xmlns:prov-o="http://www.w3.org/ns/prov-o/"
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <owl:Ontology rdf:about="">
+ <rdfs:comment rdf:datatype="&xsd;string">0.1</rdfs:comment>
+ <rdfs:comment xml:lang="en"
+ >This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page).
+
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome.</rdfs:comment>
+ </owl:Ontology>
+
+
+
+ <!--
+ ///////////////////////////////////////////////////////////////////////////////////////
+ //
+ // Object Properties
+ //
+ ///////////////////////////////////////////////////////////////////////////////////////
+ -->
+
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/dependedOn -->
+
+ <owl:ObjectProperty rdf:about="dependedOn">
+ <rdf:type rdf:resource="&owl;TransitiveProperty"/>
+ <rdfs:label xml:lang="en">depended on</rdfs:label>
+ <rdfs:range rdf:resource="Entity"/>
+ <rdfs:domain rdf:resource="Entity"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/endedAt -->
+
+ <owl:ObjectProperty rdf:about="endedAt">
+ <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+ <rdfs:range rdf:resource="&time;Instant"/>
+ <rdfs:domain rdf:resource="Activity"/>
+ <rdfs:subPropertyOf rdf:resource="hadTemporalValue"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/hadLocation -->
+
+ <owl:ObjectProperty rdf:about="hadLocation">
+ <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
+ <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
+ <rdfs:label xml:lang="en">had location</rdfs:label>
+ <rdfs:range rdf:resource="Location"/>
+ <rdfs:domain>
+ <owl:Class>
+ <owl:unionOf rdf:parseType="Collection">
+ <rdf:Description rdf:about="Entity"/>
+ <rdf:Description rdf:about="QualifiedInvolvement"/>
+ </owl:unionOf>
+ </owl:Class>
+ </rdfs:domain>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/hadOriginalSource -->
+
+ <owl:ObjectProperty rdf:about="hadOriginalSource">
+ <rdfs:comment rdf:datatype="&xsd;string"
+ >how is this different from wasDerivedFrom?</rdfs:comment>
+ <rdfs:range rdf:resource="Entity"/>
+ <rdfs:domain rdf:resource="Entity"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/hadParticipant -->
+
+ <owl:ObjectProperty rdf:about="hadParticipant">
+ <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
+ <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
+ <rdfs:label xml:lang="en">had participant</rdfs:label>
+ <rdfs:domain rdf:resource="Activity"/>
+ <rdfs:range rdf:resource="Entity"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/hadQualifiedControl -->
+
+ <owl:ObjectProperty rdf:about="hadQualifiedControl">
+ <rdfs:domain rdf:resource="Activity"/>
+ <rdfs:range rdf:resource="Control"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/hadQualifiedEntity -->
+
+ <owl:ObjectProperty rdf:about="hadQualifiedEntity">
+ <rdfs:range rdf:resource="Entity"/>
+ <rdfs:domain rdf:resource="QualifiedInvolvement"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/hadQualifiedGeneration -->
+
+ <owl:ObjectProperty rdf:about="hadQualifiedGeneration">
+ <rdfs:domain rdf:resource="Activity"/>
+ <rdfs:range rdf:resource="Generation"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/hadQualifiedParticipation -->
+
+ <owl:ObjectProperty rdf:about="hadQualifiedParticipation">
+ <rdfs:domain rdf:resource="Activity"/>
+ <rdfs:range rdf:resource="Participation"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/hadQualifiedUsage -->
+
+ <owl:ObjectProperty rdf:about="hadQualifiedUsage">
+ <rdfs:domain rdf:resource="Activity"/>
+ <rdfs:range rdf:resource="Usage"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/hadRecipe -->
+
+ <owl:ObjectProperty rdf:about="hadRecipe">
+ <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
+ <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
+ <rdfs:label xml:lang="en">had recipe</rdfs:label>
+ <rdfs:comment xml:lang="en"
+ >The ProcessExecution activity performed was described by
+ the given recipe resource. Process specifications, as
+ referred to by recipe links, are out of scope of this
+ specification</rdfs:comment>
+ <rdfs:domain rdf:resource="Activity"/>
+ <rdfs:range rdf:resource="Recipe"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/hadRole -->
+
+ <owl:ObjectProperty rdf:about="hadRole">
+ <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
+ <rdfs:domain rdf:resource="QualifiedInvolvement"/>
+ <rdfs:range rdf:resource="Role"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/hadTemporalValue -->
+
+ <owl:ObjectProperty rdf:about="hadTemporalValue">
+ <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
+ <rdfs:label xml:lang="en"
+ >has temporal value</rdfs:label>
+ <rdfs:range rdf:resource="&time;TemporalEntity"/>
+ <rdfs:domain>
+ <owl:Class>
+ <owl:unionOf rdf:parseType="Collection">
+ <rdf:Description rdf:about="Activity"/>
+ <rdf:Description rdf:about="Entity"/>
+ <rdf:Description rdf:about="QualifiedInvolvement"/>
+ </owl:unionOf>
+ </owl:Class>
+ </rdfs:domain>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/startedAt -->
+
+ <owl:ObjectProperty rdf:about="startedAt">
+ <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+ <rdfs:range rdf:resource="&time;Instant"/>
+ <rdfs:domain rdf:resource="Activity"/>
+ <rdfs:subPropertyOf rdf:resource="hadTemporalValue"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/used -->
+
+ <owl:ObjectProperty rdf:about="used">
+ <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
+ <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
+ <rdfs:label xml:lang="en">used</rdfs:label>
+ <rdfs:domain rdf:resource="Activity"/>
+ <rdfs:range rdf:resource="Entity"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/wasAttributedTo -->
+
+ <owl:ObjectProperty rdf:about="wasAttributedTo">
+ <rdfs:range rdf:resource="Agent"/>
+ <rdfs:domain rdf:resource="Entity"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/wasComplementOf -->
+
+ <owl:ObjectProperty rdf:about="wasComplementOf">
+ <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
+ <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
+ <rdfs:label xml:lang="en"
+ >was complement of</rdfs:label>
+ <rdfs:comment xml:lang="en"
+ >wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."</rdfs:comment>
+ <rdfs:domain rdf:resource="Entity"/>
+ <rdfs:range rdf:resource="Entity"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/wasControlledBy -->
+
+ <owl:ObjectProperty rdf:about="wasControlledBy">
+ <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
+ <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
+ <rdfs:label xml:lang="en"
+ >was controlled by</rdfs:label>
+ <rdfs:domain rdf:resource="Activity"/>
+ <rdfs:range rdf:resource="Agent"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/wasDerivedFrom -->
+
+ <owl:ObjectProperty rdf:about="wasDerivedFrom">
+ <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
+ <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
+ <rdfs:label xml:lang="en"
+ >was derived from</rdfs:label>
+ <rdfs:comment xml:lang="en"
+ >wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."</rdfs:comment>
+ <rdfs:range rdf:resource="Entity"/>
+ <rdfs:domain rdf:resource="Entity"/>
+ <rdfs:subPropertyOf rdf:resource="dependedOn"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/wasEventuallyDerivedFrom -->
+
+ <owl:ObjectProperty rdf:about="wasEventuallyDerivedFrom">
+ <rdfs:comment rdf:datatype="&xsd;string"
+ >The current definition of "wasDerivedFrom" states that there was an activity of "transformed from, created from, or affected by" that links the two Entity instances, which is *summarized* by the wasDerivedFrom property. Hence, "Process Execution Independent Derivation Expression" is not consistent with current definition of derivation.
+
+This is Issue 126 (http://www.w3.org/2011/prov/track/issues/126)</rdfs:comment>
+ <rdfs:range rdf:resource="Entity"/>
+ <rdfs:domain rdf:resource="Entity"/>
+ <rdfs:subPropertyOf rdf:resource="wasDerivedFrom"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/wasGeneratedAt -->
+
+ <owl:ObjectProperty rdf:about="wasGeneratedAt">
+ <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+ <rdfs:range rdf:resource="&time;Instant"/>
+ <rdfs:domain rdf:resource="Entity"/>
+ <rdfs:subPropertyOf rdf:resource="hadTemporalValue"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/wasGeneratedBy -->
+
+ <owl:ObjectProperty rdf:about="wasGeneratedBy">
+ <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
+ <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+ <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
+ <rdfs:label xml:lang="en"
+ >was generated by</rdfs:label>
+ <rdfs:comment xml:lang="en"
+ >wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution</rdfs:comment>
+ <rdfs:range rdf:resource="Activity"/>
+ <rdfs:domain rdf:resource="Entity"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/wasInformedBy -->
+
+ <owl:ObjectProperty rdf:about="wasInformedBy">
+ <rdfs:label xml:lang="en">was informed by</rdfs:label>
+ <rdfs:comment rdf:datatype="&xsd;string"
+ >Proposal to change the name to "Dependencies amongst Process Executions" to avoid ambiguities</rdfs:comment>
+ <rdfs:domain rdf:resource="Activity"/>
+ <rdfs:range rdf:resource="Activity"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/wasQuoteOf -->
+
+ <owl:ObjectProperty rdf:about="wasQuoteOf">
+ <rdfs:comment rdf:datatype="&xsd;string"
+ >Different from wasAttributedTo?</rdfs:comment>
+ <rdfs:range rdf:resource="Agent"/>
+ <rdfs:domain rdf:resource="Entity"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/wasRevisionOf -->
+
+ <owl:ObjectProperty rdf:about="wasRevisionOf">
+ <rdfs:comment rdf:datatype="&xsd;string"
+ >How is this property distinct from wasDerivedFrom?</rdfs:comment>
+ <rdfs:domain rdf:resource="Entity"/>
+ <rdfs:range rdf:resource="Entity"/>
+ <rdfs:subPropertyOf rdf:resource="wasEventuallyDerivedFrom"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/wasScheduledAfter -->
+
+ <owl:ObjectProperty rdf:about="wasScheduledAfter">
+ <rdfs:label xml:lang="en"
+ >was scheduled after</rdfs:label>
+ <rdfs:range rdf:resource="Activity"/>
+ <rdfs:domain rdf:resource="Activity"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/wasSummaryOf -->
+
+ <owl:ObjectProperty rdf:about="wasSummaryOf">
+ <rdfs:domain rdf:resource="Entity"/>
+ <rdfs:range rdf:resource="Entity"/>
+ </owl:ObjectProperty>
+
+
+
+ <!--
+ ///////////////////////////////////////////////////////////////////////////////////////
+ //
+ // Data properties
+ //
+ ///////////////////////////////////////////////////////////////////////////////////////
+ -->
+
+
+
+
+ <!-- http://www.w3.org/2006/time#inXSDDateTime -->
+
+ <owl:DatatypeProperty rdf:about="&time;inXSDDateTime">
+ <rdfs:range rdf:resource="&xsd;dateTime"/>
+ <rdfs:domain rdf:resource="&time;Instant"/>
+ </owl:DatatypeProperty>
+
+
+
+ <!--
+ ///////////////////////////////////////////////////////////////////////////////////////
+ //
+ // Classes
+ //
+ ///////////////////////////////////////////////////////////////////////////////////////
+ -->
+
+
+
+
+ <!-- http://www.w3.org/2006/time#Instant -->
+
+ <owl:Class rdf:about="&time;Instant">
+ <rdfs:subClassOf rdf:resource="&time;TemporalEntity"/>
+ <rdfs:comment rdf:datatype="&xsd;string"
+ >"Instants are, intuitively, point-like in that they have no interior points"
+from the W3C OWL-Time Working Draft (http://www.w3.org/TR/owl-time/).</rdfs:comment>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/2006/time#Interval -->
+
+ <owl:Class rdf:about="&time;Interval">
+ <rdfs:subClassOf rdf:resource="&time;TemporalEntity"/>
+ <rdfs:comment rdf:datatype="&xsd;string"
+ >"Intervals are, intuitively, things with extent" from W3C OWL-Time Working Draft (http://www.w3.org/TR/owl-time/).</rdfs:comment>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/2006/time#TemporalEntity -->
+
+ <owl:Class rdf:about="&time;TemporalEntity">
+ <owl:equivalentClass>
+ <owl:Class>
+ <owl:unionOf rdf:parseType="Collection">
+ <rdf:Description rdf:about="&time;Instant"/>
+ <rdf:Description rdf:about="&time;Interval"/>
+ </owl:unionOf>
+ </owl:Class>
+ </owl:equivalentClass>
+ <rdfs:comment rdf:datatype="&xsd;string"
+ >TemporalEntity represents time information, both time instant (having 0 time duration) and interval (having a non-zero duration).</rdfs:comment>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/Activity -->
+
+ <owl:Class rdf:about="Activity">
+ <rdfs:label xml:lang="en"
+ >Process Execution</rdfs:label>
+ <rdfs:comment xml:lang="en"
+ >ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."</rdfs:comment>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/Agent -->
+
+ <owl:Class rdf:about="Agent">
+ <rdfs:label xml:lang="en">Agent</rdfs:label>
+ <rdfs:subClassOf rdf:resource="Entity"/>
+ <rdfs:comment xml:lang="en"
+ >An agent represents a characterized entity capable of activity.</rdfs:comment>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/Control -->
+
+ <owl:Class rdf:about="Control">
+ <rdfs:subClassOf rdf:resource="QualifiedInvolvement"/>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/Entity -->
+
+ <owl:Class rdf:about="Entity">
+ <rdfs:label xml:lang="en">Entity</rdfs:label>
+ <rdfs:comment xml:lang="en"
+ >An identifiable characterized entity.</rdfs:comment>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/Generation -->
+
+ <owl:Class rdf:about="Generation">
+ <rdfs:subClassOf rdf:resource="QualifiedInvolvement"/>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/Location -->
+
+ <owl:Class rdf:about="Location">
+ <rdfs:label xml:lang="en">Location</rdfs:label>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/Participation -->
+
+ <owl:Class rdf:about="Participation">
+ <rdfs:subClassOf rdf:resource="QualifiedInvolvement"/>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/ProvenanceContainer -->
+
+ <owl:Class rdf:about="ProvenanceContainer">
+ <rdfs:label xml:lang="en"
+ >Provenance Container</rdfs:label>
+ <rdfs:comment rdf:datatype="&xsd;string"
+ >ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.
+
+The ProvenanceContainer (and Account) can be instantiated as a RDF graph.</rdfs:comment>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/QualifiedInvolvement -->
+
+ <owl:Class rdf:about="QualifiedInvolvement"/>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/Recipe -->
+
+ <owl:Class rdf:about="Recipe">
+ <rdfs:label xml:lang="en">Recipe</rdfs:label>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/Role -->
+
+ <owl:Class rdf:about="Role"/>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/Usage -->
+
+ <owl:Class rdf:about="Usage">
+ <rdfs:subClassOf rdf:resource="QualifiedInvolvement"/>
+ </owl:Class>
+</rdf:RDF>
+
+
+
+<!-- Generated by the OWL API (version 2.2.1.1138) http://owlapi.sourceforge.net -->
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/fpwd/diagrams/Ontology_hierarchy.graffle Thu Dec 08 15:27:58 2011 +0000
@@ -0,0 +1,6879 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>ApplicationVersion</key>
+ <array>
+ <string>com.omnigroup.OmniGraffle</string>
+ <string>138.30.0.155892</string>
+ </array>
+ <key>CreationDate</key>
+ <string>2011-11-15 17:35:20 +0000</string>
+ <key>Creator</key>
+ <string>Khalid Belhajjame</string>
+ <key>GraphDocumentVersion</key>
+ <integer>6</integer>
+ <key>GuidesLocked</key>
+ <string>NO</string>
+ <key>GuidesVisible</key>
+ <string>YES</string>
+ <key>ImageCounter</key>
+ <integer>1</integer>
+ <key>LinksVisible</key>
+ <string>NO</string>
+ <key>MagnetsVisible</key>
+ <string>NO</string>
+ <key>MasterSheets</key>
+ <array/>
+ <key>ModificationDate</key>
+ <string>2011-11-23 19:38:46 +0000</string>
+ <key>Modifier</key>
+ <string>Khalid Belhajjame</string>
+ <key>NotesVisible</key>
+ <string>NO</string>
+ <key>OriginVisible</key>
+ <string>NO</string>
+ <key>PageBreaks</key>
+ <string>YES</string>
+ <key>PrintInfo</key>
+ <dict>
+ <key>NSBottomMargin</key>
+ <array>
+ <string>float</string>
+ <string>41</string>
+ </array>
+ <key>NSLeftMargin</key>
+ <array>
+ <string>float</string>
+ <string>18</string>
+ </array>
+ <key>NSPaperSize</key>
+ <array>
+ <string>coded</string>
+ <string>BAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAx7X05TU2l6ZT1mZn2WgVMCgUoDhg==</string>
+ </array>
+ <key>NSRightMargin</key>
+ <array>
+ <string>float</string>
+ <string>18</string>
+ </array>
+ <key>NSTopMargin</key>
+ <array>
+ <string>float</string>
+ <string>18</string>
+ </array>
+ </dict>
+ <key>QuickLookPreview</key>
+ <data>
+ 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
+ EHlJwl3/ifdz3bbsgY3ouLw8uu2Z0sg38itrdHB8uXTEPCN8zXsPbjJgEH7BraJ9l26b
+ cWgwNt7syGkjJ5D0SKdJMz5vcnQoPGLZj9vQG+9XnG+YPnOvp4SjR955z7PIwxVa5FV+
+ pazme3juaQVxTjsPlGrUvAeSVpvKS4fNcslZY+X5kkTNUToyAQ43vFCc2/OaM2/J9xf/
+ A3vgZUcKZW5kc3RyZWFtCmVuZG9iago2IDAgb2JqCjQ0MTUKZW5kb2JqCjMgMCBvYmoK
+ PDwgL1R5cGUgL1BhZ2UgL1BhcmVudCA0IDAgUiAvUmVzb3VyY2VzIDcgMCBSIC9Db250
+ ZW50cyA1IDAgUiAvTWVkaWFCb3ggWzAgMCAxMTE4IDc4M10KPj4KZW5kb2JqCjcgMCBv
+ YmoKPDwgL1Byb2NTZXQgWyAvUERGIC9UZXh0IF0gL0NvbG9yU3BhY2UgPDwgL0NzMSA4
+ IDAgUiA+PiAvRm9udCA8PCAvRjEuMCA5IDAgUgo+PiA+PgplbmRvYmoKMTAgMCBvYmoK
+ PDwgL0xlbmd0aCAxMSAwIFIgL04gMyAvQWx0ZXJuYXRlIC9EZXZpY2VSR0IgL0ZpbHRl
+ ciAvRmxhdGVEZWNvZGUgPj4Kc3RyZWFtCngBhVTPaxNBFP42bqnQIghaaw6yeJAiSVmr
+ aEXUNv0RYmsM2x+2RZBkM0nWbjbr7ia1pYjk4tEq3kXtoQf/gB568GQvSoVaRSjeqyhi
+ oRct8c1uTLal6sDOfvPeN+99b3bfAA1y0jT1gATkDcdSohFpbHxCavyIAI6iCUE0JVXb
+ 7E4kBkGDc/l759h6D4FbVsN7+3eyd62a0raaB4T9QOBHmtkqsO8XcQpZEgKIPN+hKcd0
+ CN/j2PLsjzlOeXjBtQ8rPcRZInxANS3Of024U80l00CDSDiU9XFSPpzXi5TXHQdpbmbG
+ yBC9T5Cmu8zuq2KhnE72DpC9nfR+TrPePsIhwgsZrT9GuI2e9YzVP+Jh4aTmxIY9HBg1
+ 9PhgFbcaqfg1whRfEE0nolRx2S4N8Ziu/VbySoJwkDjKZGGAc1pIT9dMbvi6hwV9JtcT
+ r+J3VlHheY8TZ97U3e9F2gKvMA4dDBoMmg1IUBBFBGGYsFBAhjwaMTSycj8jqwYbk3sy
+ dSRqu3RiRLFBezbcPbdRpN08/igicZRDtQiS/EH+Kq/JT+V5+ctcsNhW95Stm5q68uA7
+ xeWZuRoe19PI43NNXnyV1HaTV0eWrHl6vJrsGj/sV5cx5oI1j8RzsPvxLV+VzJcpjBTF
+ 41Xz6kuEdVoxN9+fbH87PeIuzy611nOtiYs3VpuXZ/1qSPvuqryT5lX5T1718fxnzcRj
+ 4ikxJnaK5yGJl8Uu8ZLYS6sL4mBtxwidlYYp0m2R+iTVYGCavPUvXT9beL1Gfwz1UZQZ
+ zNJUifd/wipkNJ25Dm/6j9vH/Bfk94rnnygCL2zgyJm6bVNx7xChZaVuc64CF7/RffC2
+ bmujfjj8BFg8qxatUjWfILwBHHaHeh7oKZjTlpbNOVKHLJ+TuunKYlLMUNtDUlLXJddl
+ SxazmVVi6XbYmdMdbhyhOUL3xKdKZZP6r/ERsP2wUvn5rFLZfk4a1oGX+m/AvP1FCmVu
+ ZHN0cmVhbQplbmRvYmoKMTEgMCBvYmoKNzM3CmVuZG9iago4IDAgb2JqClsgL0lDQ0Jh
+ c2VkIDEwIDAgUiBdCmVuZG9iagoxMyAwIG9iago8PCAvTGVuZ3RoIDE0IDAgUiAvRmls
+ dGVyIC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeAGNlU1rHDEMhu/+FTpuDutYlvzVWxpa
+ aG4hCz2UHsI0oS3dQLKl0H9fecayHZJAGZYRmpFGev1I+wjX8AhOrhAKpEzwdAef4QHO
+ L08IywlwvU4L7J0NUH/Ti/fiSEgJ5Z4Loi/G2cgFC4OEYMg2Y8nAHG3yqcARMEVLhRiY
+ io0lh8njsyWH4mlxhj1an7wUAshicvTAyGL4CPI5mwJJdvWUYDE7TzDFpWSji4ElV8uu
+ nlHBiNM65Xs9eyD5TOJegeHuedHfAvei15X8fm4KXt6INEQcUxKDU8lUxPAcSszm5lLE
+ F/Hk2tdb1X8RjTQvUdz6n3QjpqaSKkmBVyXNiIu46T3pRjG3PrSz7un9U4szC3SVNPvk
+ 0QpGnNY56Ua+rOdk+smp55X+FrgREJ0cX/YU6FXrtJhJLPRJDpCrXO8PcjZNRIa99xZj
+ LgKqwHo4wvlHb52ofLiHL7C7WH6f1QMwux9nlWkPuz/d2h7B7u8ZfIXDFXw4rFXFIuxW
+ +LOPOdbz22CvjFOO1nHJZmKcXbQxOByEDY9SqHEzqxSDZS7JdKKJpPbghGhlnBAtBydz
+ MGbDF6mISxFfY1w9pk/ZiBuMj+xKtFYAnXGtc/RXGRemE2ZcmWZKqZ4YJ5EH4Q2mNQ8o
+ 0+YIXZXO9PA0pru+oGzKLuhVKsGmd6Ie6P1OcaoKdKaHpzFtRtxgemRvTE8VdE/jYPT3
+ f0zPC4C4jugbWEs5KAL7irV5gbWS21E+3ine71beYfep3R/0wUkn4VY9/ZE8mQZgna03
+ zhWTlzEjrrvd52CjqfavbZ7XQBkSX8jGta/2kthJXloDxEaxvz97SxCDK+NkjU4z3xfk
+ lm/6qBQQez4Kfsq3vmXqepG/NFmvJ8ksJU1p/bpKiq4Sv1a9Ry+rhK1D6RC4LxKji6Sp
+ B7uu3pMeQpf+mwp78UzQ63/zNn3wCmVuZHN0cmVhbQplbmRvYmoKMTQgMCBvYmoKNzA4
+ CmVuZG9iagoxMiAwIG9iago8PCAvVHlwZSAvUGFnZSAvUGFyZW50IDQgMCBSIC9SZXNv
+ dXJjZXMgMTUgMCBSIC9Db250ZW50cyAxMyAwIFIgL01lZGlhQm94ClswIDAgNTU5IDc4
+ M10gPj4KZW5kb2JqCjE1IDAgb2JqCjw8IC9Qcm9jU2V0IFsgL1BERiAvVGV4dCBdIC9D
+ b2xvclNwYWNlIDw8IC9DczMgMTcgMCBSIC9DczEgOCAwIFIgPj4gL0ZvbnQKPDwgL0Yy
+ LjAgMTYgMCBSID4+ID4+CmVuZG9iagoxOCAwIG9iago8PCAvTGVuZ3RoIDE5IDAgUiAv
+ TiAxIC9BbHRlcm5hdGUgL0RldmljZUdyYXkgL0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4K
+ c3RyZWFtCngBhVJPSBRRHP7NNhKEiEGFeIh3CgmVKaysoNp2dVmVbVuV0qIYZ9+6o7Mz
+ 05vZNcWTBF2iPHUPomN07NChm5eiwKxL1yCpIAg8dej7zezqKIRveTvf+/39ft97RG2d
+ pu87KUFUc0OVK6Wnbk5Ni4MfKUUd1E5YphX46WJxjLHruZK/u9fWZ9LYst7HtXb79j21
+ lWVgIeottrcQ+iGRZgAfmZ8oZYCzwB2Wr9g+ATxYDqwa8COiAw+auTDT0Zx0pbItkVPm
+ oigqr2I7Sa77+bnGvou1iYP+XI9m1o69s+qq0UzUtPdEobwPrkQZz19U9mw1FKcN45xI
+ Qxop8q7V3ytMxxGRKxBKBlI1ZLmfak6ddeB1GLtdupPj+PYQpT7JYKiJtemymR2FfQB2
+ KsvsEPAF6PGyYg/ngXth/1tRw5PAJ2E/ZId51q0f9heuU+B7hD014M4UrsXx2oofXi0B
+ Q/dUI2iMc03E09c5c6SI7zHUGZj3RjmmCzF3lqoTN4A7YR9ZqmYKsV37ruol7nsCd9Pj
+ O9GbOQtcoBxJcrEV2RTQPAlYFH2LsEkOPD7OHlXgd6iYwBy5idzNKPce1REbZ6NSgVZ6
+ jVfGT+O58cX4ZWwYz4B+rHbXe3z/6eMVdde2Pjz5jXrcOa69nRtVYVZxZQvd/8cyhI/Z
+ JzmmwdOhWVhr2HbkD5rMTLAMKMR/BT6X+pITVdzV7u24RRLMUD4sbCW6S1RuKdTqPYNK
+ rBwr2AB2cJLELFocuFNrujl4d9giem35TVey64b++vZ6+9ryHm3KqCkoE82zRGaUsVuj
+ 5N142/1mkRGfODq+572KWsn+SUUQP4U5WiryFFX0VlDWxG9nDn4btn5cP6Xn9UH9PAk9
+ rZ/Rr+ijEb4MdEnPwnNRH6NJ8LBpIeISoIqDM9ROVGONA+Ip8fK0W2SR/Q9AGf1mCmVu
+ ZHN0cmVhbQplbmRvYmoKMTkgMCBvYmoKNzA0CmVuZG9iagoxNyAwIG9iagpbIC9JQ0NC
+ YXNlZCAxOCAwIFIgXQplbmRvYmoKMjEgMCBvYmoKPDwgL0xlbmd0aCAyMiAwIFIgL0Zp
+ bHRlciAvRmxhdGVEZWNvZGUgPj4Kc3RyZWFtCngBrVbLjhMxELz7K/qYPcTY7vaLG6yW
+ Aze0AQ6Iw2pgBWizPAJI/D3lmfEjZIM4oFGUmc50u7rcVc5XekFfyeDyPlNMTN/e02u6
+ p0eXB0vTgex8HSbaGu2pfIYXbxGIlqPFd8rWuqyMDpJtFkKKs1anFDyJBB1dzLQnJ1Yj
+ wZFw1iEnP0Rc0mwsImueEme1iw5AyCanxdhMYkU7cYEsi/Y52SFivLaWsV7Pi14Hl2JC
+ rbV6jXQEtuVVnFivVfeso4/SECipkYqz9zfRLfh6js+nhcHLa1DDLCFG3EjMiTNunPgc
+ krq+BPkgD9e2fBX+J3BUeWMOS/8Dbyy8slSZZC8zk6rnBbvwPfDGIa191M56pPbPa56a
+ qLFUqw+RiqDx1nAOvLHL8z6ptnM18kB/E11jEI22KTn2/ODdYVIDWdYnzKKwFMKe7sjK
+ SqPQVpJ2HDFuHq/s9vToGWsDnne39IY2V/cXZZid2ny/KFtBm49LgFrgF62/vKy/IPCW
+ ds/pajcLpu1Zg6FOYDAkkbNxD6N4Mp2s/nPF0YH9GleFsjI0VESYXEihzNEiuqI174Lm
+ jOCgNShVO2OtalqrEShkVUPP65qRzFCWG7QmguE1EZWq+vCkg2Gor+dxFI0JR16t3iNV
+ 7TVPNZwTIC/VqSmrI6ha6zi7Rov9wEuSjbAdEWx5mRyJoMfSGW21Om1m98XRZp6oakv1
+ yKqtzm/VCDypoWxKap3UiKr90pDXWGna6pGqrZ63egA02auv2hoQ1Mhpf2e1BdKq3jBA
+ g7bgVmeUBX9g8fF0pBWEdTLQ+/dVPo9XPe3GgT63ohq17EQbE+HyD2q5LbD/Upf6XG++
+ 3VyoonPa3NXQq39ZHiNkDGS7g5l1U4FpphigPuBQx56yubn7ASC7T4s7FDc358bPFfPF
+ nJWjkKODzHJW5fFuccA5F7vBCUctfpv3ob+Kx4hXayYeLR4/tNehdEFlCAOHkMEhNHDc
+ jpdW+xgGUIWhtmLvjmqvqItR488BDqoDVjgeHDY4pJ0rB75ZfXkhUxUy3dzcFt9byejO
+ JPwL+MOfNx9u3mFIKpcD/LF2NduhooNlhYzu/6yIwfxPUzIiOOpuHpWOBU6cDTOa+/ug
+ vPgNh+HpTQplbmRzdHJlYW0KZW5kb2JqCjIyIDAgb2JqCjg0NgplbmRvYmoKMjAgMCBv
+ YmoKPDwgL1R5cGUgL1BhZ2UgL1BhcmVudCA0IDAgUiAvUmVzb3VyY2VzIDIzIDAgUiAv
+ Q29udGVudHMgMjEgMCBSIC9NZWRpYUJveApbMCAwIDU1OSA3ODNdID4+CmVuZG9iagoy
+ MyAwIG9iago8PCAvUHJvY1NldCBbIC9QREYgL1RleHQgXSAvQ29sb3JTcGFjZSA8PCAv
+ Q3MzIDE3IDAgUiAvQ3MxIDggMCBSID4+IC9Gb250Cjw8IC9GMy4wIDI0IDAgUiA+PiA+
+ PgplbmRvYmoKMjYgMCBvYmoKPDwgL0xlbmd0aCAyNyAwIFIgL0ZpbHRlciAvRmxhdGVE
+ ZWNvZGUgPj4Kc3RyZWFtCngBjZVNaxwxDIbv/hU6bg5xrA9/9ZaGFppbyEIPpYcyTWhL
+ N5BuKfTfV54d2Q5JoAzLGNnSSK8faR/hBh4h6BNjhVwYft3BR3iAi6sjwnIEXJ/jAufB
+ R2i/6eC9GjJyRn2XikjVBZ+kYhVQF4zFR0oVRJLPlCscAHPyegBBuPpUS5wsVDwHVMvm
+ 54TQUyZNBFD024kKCIonoQSI6IUzDUtlL5mRYfLL0cdQKmusLbpZRgbDz/LU7/XokX2O
+ WXoGTrrlWX0L3Kte1/r7cVLw6lalYZaUsy4k18JVFySxpuJur1R8FU+f8/Zq+i+qkcVl
+ Tqf6J91YeFPJlOQoq5Ju+CU86T3pxqlsdVhl3dLr583PLdBVsuiTxTIYfpbnpBtTXe/J
+ 9Zszywv1LXCrIAaPpRBHfnF1XNwkFioBwtLkervXu9lEFDgn8phKVVAV1v0BLt6LD6ry
+ /h4+we5y+X3WLsDtvp81pgl2f/rqtAW7v2fwGfbX8G6/ZpWqstvgL5SK4mywN8a5JB+k
+ FjcxLiH5FMPE+LAYheY3s8opepGaXWecmXyIQYk26rndXgxK/egNqpqRVO0zi24W17ts
+ +A3GR3Qj2jKAzrjlOeprjCvTGQuuTGsP5nZjklUehFeYtjhgTLsDdFU608OyMd31BWNT
+ Z0HP0gh2vRKzQK938jNVoDM9LBvTbvgNpkf0jekpg27ZOBj1/R/T8wBgaS36CtaaDqrA
+ 1LB2z7A2cjvKhzvD+83KO+w+bO8H2zhaJ3wxS9/SnakB1t565V4xk7YZS5vtVKJPrq1/
+ nvp5ddQmIZ0Up3bdDmmNWQ+tDrpGXX97ckoRg2sXdIxOPd8H5Cne9FFNIPV4HGmKt55y
+ bbzoX5qO16NG1pSmsNT+VSTYKKE163OkdZToNNJw0geJs0HS9e2ifTUZ+1a3XD4R9OYf
+ EnJ9NgplbmRzdHJlYW0KZW5kb2JqCjI3IDAgb2JqCjcwMgplbmRvYmoKMjUgMCBvYmoK
+ PDwgL1R5cGUgL1BhZ2UgL1BhcmVudCA0IDAgUiAvUmVzb3VyY2VzIDI4IDAgUiAvQ29u
+ dGVudHMgMjYgMCBSIC9NZWRpYUJveApbMCAwIDU1OSA3ODNdID4+CmVuZG9iagoyOCAw
+ IG9iago8PCAvUHJvY1NldCBbIC9QREYgL1RleHQgXSAvQ29sb3JTcGFjZSA8PCAvQ3Mz
+ IDE3IDAgUiAvQ3MxIDggMCBSID4+IC9Gb250Cjw8IC9GNC4wIDI5IDAgUiA+PiA+Pgpl
+ bmRvYmoKMzEgMCBvYmoKPDwgL0xlbmd0aCAzMiAwIFIgL0ZpbHRlciAvRmxhdGVEZWNv
+ ZGUgPj4Kc3RyZWFtCngBjZVNaxwxDIbv/hU67h7iWB/+6q0NaWluIQs9lB7KNqEt3UCy
+ gdJ/X3nW1jikgTIMYzSWRnr1WPMA1/AAQa8YK+TC8HgLn+Aezi+OCPsj4HId93AWfIR2
+ Txvv1JCRM+qzVESqLvgkFauAumDMHhNVEEk+U65wAMzoE5KAcPWpljhZqHgOqJbu54TQ
+ UyZNBFCofSqCoHgSSoBYPZU0W4L40rKZ/GrwXHIijdWjD8uUgfmNPPV7Fj2yzzGLZeDE
+ LC/q28Od6nWl98+Tghc3Kg2zpJx1IbkWrrogiTUVd3Oh4qt4ep21R9N/rxqNuMzpVP+k
+ Gwt3lYaSHGVR0q1+CU96T7pxKr2OUdlqGfVz93N7MJVG9MliGZjfyHPSjUnbo31y1rlh
+ +Ud9e7hREIPHUogj/3N13LtJLGRtM0uT691Oe9NFFBUy+xhSEYgK6+4A5++jD6ry7g4+
+ w+byfttQJrd52rZGwObHyQBm+LOFL7C7gsvdklOqSm5Dv1AqqXXvhHojnEvyQWpxE+ES
+ kk8xtPQ64atlMDj8ZlI5RS9SszPCmcmHGHhlnhG9xECzH2mrilQ9ZSP6sDjLYPVbCV+j
+ D55HBmCEjzzX+hrhSnTGggvRwjm3fklWeRBeIXrEgUG0O4CpYkSvlk606QuDTJ0EluXg
+ 11klwwJW7+Q3VAEjerV0ot3qtxK9Ru9ETxmYpXOw1vd/RM/Hn6Ud0Feg1nRQBaYGtXsB
+ 9QuUD7cD6jed8o/92fGHzfHk5DZfx1Z7pW+mA7CcrFf6ijpUIrC0yU4l+uTa+tfpNC+O
+ ekiosk9LXX2TrrNuWhx0jbr+/myXIgZXLugQnU68jcdTvOmjmkCyeBxpirfscm246A9N
+ h+tRI2tKU1iiov+nMAYJLVmfIcGZtLFKrK9tjLgxRn4P0Uy944eusElveprl0XY/bfVP
+ qcPHXn0bAd8+U//6L5KmhTQKZW5kc3RyZWFtCmVuZG9iagozMiAwIG9iago3MTgKZW5k
+ b2JqCjMwIDAgb2JqCjw8IC9UeXBlIC9QYWdlIC9QYXJlbnQgNCAwIFIgL1Jlc291cmNl
+ cyAzMyAwIFIgL0NvbnRlbnRzIDMxIDAgUiAvTWVkaWFCb3gKWzAgMCA1NTkgNzgzXSA+
+ PgplbmRvYmoKMzMgMCBvYmoKPDwgL1Byb2NTZXQgWyAvUERGIC9UZXh0IF0gL0NvbG9y
+ U3BhY2UgPDwgL0NzMyAxNyAwIFIgL0NzMSA4IDAgUiA+PiAvRm9udAo8PCAvRjUuMCAz
+ NCAwIFIgPj4gPj4KZW5kb2JqCjM2IDAgb2JqCjw8IC9MZW5ndGggMzcgMCBSIC9GaWx0
+ ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4AaVVTU8cMQy951f4uHvYkMTO17FF7YFT
+ ESv1UPWABhCghRaWVuqf7W/py8wkE3apVKkajdbyxo797Pfmic7piQwe7zPFxPR8TZ/p
+ kU5O95aGPdnx2Q+0MdpTebuDN3BEy9HiN2VrXVZGB8k2CyHE+qhtcJlEgo4uZnogG60O
+ 1gkJZx1y8p3HJc3GwjPHKXFWu+hQCFlx5SpPYkU7cYGszdql0HuM6FSq6eKy0ZxicMg1
+ Z6+eroIWV+vEfS27Zx19lFaBkuY56m+gG+B1hvd+QvD0AtAwS4gRhsScOMNw4nNI6uIU
+ 4AM8PJvyU/AfgFHNyxym/jvcWHhGqSLJXkYk1RIX7IR3hxuHNPdRO1s8tX+e49RADaWa
+ vfO0ClpcrbPDjR3GgzmpNrnqeaO/gS6wiEbblBx7ftPaD6oDyzLGzFLger/FbGYQhTbO
+ YelSxqJiWbcPdPIxaAOUtzf0hVbvhpd1GYBa3a3LTjta/WzW9Betfq3pK23P6MMWVYEJ
+ mMoeF2CluwqcYInFoAKFCow2xjjaAgE31+JoE7D3JuVEclDJ6vby6vzH5e7u95q299NF
+ x7nV3F2X0TodImNPDjOit+va0VU1Pl1W6/llDW6i29bs0Kzv9VA7XYFoR77VI48TNKpC
+ M4rEoQoAjUUFCvF8Bvk7FRAPMgSQqqoASFU9ladL3KICYoqQpLCoAOgOimD+VRcUS9Zi
+ IBqdCrCL2jNEo6nA4qk6tMTNKgAWLNkr55cKmueov6IC3TBHXpdRto46Xre+G68Xz8zr
+ Lm7hZ6ujsbjVungqEpXX0NHWd+W1WjyV1w2JVmeHRGPxUkFl+nF//8brHixOWBSWuvkd
+ rxlr5Iy3b/P61aYXgrdNV6v/2vSJm0WizV/1GtLqCajh+8aQnzDau0nTRjGAcjCDFKNk
+ zYeUcKTdHCCQsx3dvjqFrys+JQafksNlKqo35RsvxQinS0PLx951+abSisSe/wFksZkO
+ CmVuZHN0cmVhbQplbmRvYmoKMzcgMCBvYmoKNzM5CmVuZG9iagozNSAwIG9iago8PCAv
+ VHlwZSAvUGFnZSAvUGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgMzggMCBSIC9Db250ZW50
+ cyAzNiAwIFIgL01lZGlhQm94ClswIDAgNTU5IDc4M10gPj4KZW5kb2JqCjM4IDAgb2Jq
+ Cjw8IC9Qcm9jU2V0IFsgL1BERiAvVGV4dCBdIC9Db2xvclNwYWNlIDw8IC9DczMgMTcg
+ MCBSIC9DczEgOCAwIFIgPj4gL0ZvbnQKPDwgL0Y2LjAgMzkgMCBSID4+ID4+CmVuZG9i
+ ago0MSAwIG9iago8PCAvTGVuZ3RoIDQyIDAgUiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+
+ PgpzdHJlYW0KeAGVVctuGzEMvOsreLQPViSReh3boD3kFsRFD0UPwSZuEsQFUrcF+rP9
+ lo68q0cePhSLhQlapIZDDveJLumJDB7vM8XE9OOWPtN3Ojs/WJoOZI/PYaKN0Z7KOxzc
+ wREtR4vflK11WRkdJNsshBDro7bBZRIJOrqYaU82Wh2sExLOOuTkB49Lmo2FZ4lT4qx2
+ 0QEIWXHlKk9iRTtxgazN2qUweozoVNAMcdloTjE45FqyV8+AoMVVnLivZfeso4/SEChp
+ nlf1TbQDXxd4H2YGz69ADbOEGGFIzIkzDCc+h6SuzkE+yMOzKT+F/wkc1bzMYa5/4I2F
+ F5Yqk+zlyKTqccHOfA+8cUhLHbWy7qn18xKnJmos1eyDpyFocRXnwBs7tAd9Uq1z1fNG
+ fRNdYRCNtik59vymdZjUQJZltJml0PV+i94sJAptnMPQpYxBxbBu93T2MWoDlrc7+kKr
+ d9PPdWmAWt2vy0w7Wv1u1vwXrf6s6SttL+jDFqigBHTlgAsw0gMCJxhiMUCggMBoY4yj
+ LRhwCxZHG2+1YW8DyQskq7vrm8tf14/3f9e0fZgvep1bLdX1jPwqE2q6rZXcVONTNQ7X
+ s6VW36oLp58Vd5T5Sx2jnq5jMayTSNex2kNiqNjb2FXUPVVpPa7rGGLUgZNrOlZl6PCm
+ 5iEWr633z3TMSJoF+mg67p5lk6ge13Xcs1fVdgTV03EucZj/3djqpsx2clBmq7sps3uq
+ MntcV2bD0XTYsHZPZaL8VTYokLW6mzK7pyqzMdFwIq7yXHWoOoJFq9RxdkX/rzI5CoR3
+ QpsQHGhKb2tzmVq1qlNLJ6a2LExDp7YnFp3HDOFroxjLIBztx3nDHAOhY2YM+BHkHoSW
+ Q8KRHpttYd+NpxS+dVjsBot90GkbjDnf8dIlB3Z+y8fe9XwY0/IhLLRe/gNEO4HuCmVu
+ ZHN0cmVhbQplbmRvYmoKNDIgMCBvYmoKNzAyCmVuZG9iago0MCAwIG9iago8PCAvVHlw
+ ZSAvUGFnZSAvUGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgNDMgMCBSIC9Db250ZW50cyA0
+ MSAwIFIgL01lZGlhQm94ClswIDAgNTU5IDc4M10gPj4KZW5kb2JqCjQzIDAgb2JqCjw8
+ IC9Qcm9jU2V0IFsgL1BERiAvVGV4dCBdIC9Db2xvclNwYWNlIDw8IC9DczMgMTcgMCBS
+ IC9DczEgOCAwIFIgPj4gL0ZvbnQKPDwgL0Y3LjAgNDQgMCBSID4+ID4+CmVuZG9iago0
+ NiAwIG9iago8PCAvTGVuZ3RoIDQ3IDAgUiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+Pgpz
+ dHJlYW0KeAGNVctuGzEMvOsreLQPViSReh1boz3kFthAD0UPgRMjCZwEidsC/dl+S2cf
+ ethJgGKxWIErUsMhh3qhK3ohg8f7TDExvd7SN3qii/XR0u5IdnyOO1oZ7Wl4u417GKLl
+ aPFN2VqXldFBss1CcLE+ahtcJpGgo4uZHslGq4N1QsJZh5x8Z3FJs7GwzH5KnNUuOgAh
+ K244ypNY0U5cIGuzdin0FiM6DWg6v2w0pxgcYs3Ri6VDUP0KTpxXo3vW0UepCJRUy5v8
+ drQHX5d4HyYG1xtQwywhRiwk5sQZCyc+h6Q2a5AP8vCshs/A/w4clbjMYcq/442FZ5YK
+ k+xlZFI1v2AnvjveOKQ5j5JZs5T8efZTO6osleidpSKofgVnxxs7lAd1UrVyxfJOfjva
+ oBGNtik59vzu6rhTHVmWUWaWga7PW9RmJlFo5RyaLmU0Kpp1+0gXX5M2YHm7p++0+LT7
+ uRwKoBb3y6GnHS1+19X0ixZ/lvSDtpf0ZQtUUAKqcsQBaOkOgRM0sRggUEBgtDHG0RYM
+ uBmLoxU6xTA7kjMgi7vrm6tf14f7v0vaPkznvA2t5uRaQItTbAZB5wGR2W3J56Ys1mXx
+ vFRTqk/FUjJ9fS6Ww1nOo/rP5Y00J3krcCGGdRI5kbc4EOFtbOJqliLA5jfLG+0GjerA
+ CUwVeQ+9iDd1FvHaen8ib0bQLJBNkbdqljJguPo1ebfoRcwNwWxRDWfz2/cdUAVbd3aC
+ rXkXwWICzdxUSTW/JtiKo8qzYi0WVTMafo2DFQwWJmr0ZimCbX6zYAfmC89Vng3BLOFW
+ 6Zrfh4LFBVBEfCoXjgI9fihZH7zwiWRVkWzXxrNi/7eNh8FqaLPuB0ctGoYEADH69xHk
+ OR3G9WGaRKMjEmBGx4+o501KONJhdhAMoQPdnezCnYgLwOAC6ARdD53ijYeiU6dDQ43H
+ 3nXxJmjDYLz6B9N3idYKZW5kc3RyZWFtCmVuZG9iago0NyAwIG9iago3MjIKZW5kb2Jq
+ CjQ1IDAgb2JqCjw8IC9UeXBlIC9QYWdlIC9QYXJlbnQgNCAwIFIgL1Jlc291cmNlcyA0
+ OCAwIFIgL0NvbnRlbnRzIDQ2IDAgUiAvTWVkaWFCb3gKWzAgMCA1NTkgNzgzXSA+Pgpl
+ bmRvYmoKNDggMCBvYmoKPDwgL1Byb2NTZXQgWyAvUERGIC9UZXh0IF0gL0NvbG9yU3Bh
+ Y2UgPDwgL0NzMyAxNyAwIFIgL0NzMSA4IDAgUiA+PiAvRm9udAo8PCAvRjguMCA0OSAw
+ IFIgPj4gPj4KZW5kb2JqCjUyIDAgb2JqCjw8IC9MZW5ndGggNTMgMCBSIC9GaWx0ZXIg
+ L0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4AZVVTU8cMQy951f4uHvYkNiefBxb1Fbihhip
+ h6oHNIAALVSwbaX+2f6WOjPjJMAeqEajiTyx8/zs5zzBOTyBk2cYMsRE8HwNX+ERTk4P
+ HqYD+Pk5TLBzdoDydhtvxBA9RS/flL3HbJwNnH1mEBc/ROsDZmAONmLM8AA+ehs8MjBl
+ G3IaOgsmS86LZfUzjN5iRAECnrEcNQB7tsgYwPtsMYXe4timgqbzy85SigEl1hpdLR2C
+ 6qc45bwafSAbh8gVgeFqeZPfBDfC15m89wuDpxdCDRGHGGXBMSfKskAeckjm4lTIF/Lk
+ 2ZVP4X8SjjQuUVjy73gjppUlZZIGnpk0zS/4he+ONwppzUMzaxbNn1Y/M0FlSaN3loqg
+ +inOjjdCKY/UydTKqeVIfhNcSCM661NCGujo6jCZjixPUmbiQtfHUWqzksiwQ5SmS1ka
+ VZp1fICTz9k6YXm8gW+w+TD93JYCmM3dtvQ0wuZ3XS2/YPNnC99hPINPo6ASJUhVDnKA
+ tHSHAFmamJ0gMILAWeccwigM4IoFYRekVjFmAn6FZHN7eXX+63J/93cL4/1y0NvYZs2u
+ i5gtMcb4NqLkdq0ZXeniy5xr+WOWXB/1T937fKkmzb7S8UP/iNcLPrwpfLySvhia9Fmq
+ ELDUSCX1IEuyHofYhKeWJs7m16TPTiqKrhN66dwUpcR1GBCLumPI/cggjLKLhSqVfrPo
+ 8FG/hnMCjd6E3hCo9BtOza9Iv6tgFbPuNJ2YNW+oYm6WVcwCemVQRSlDUHGYKl3FOoOe
+ x1TNqPOreVcxq8VUBM2viblFX8VcEUAVs+Js+b1PzD1ZlIpWq5xlZDQ5kww3afl0XM6t
+ wVcxv25ws/nvBi/j2MGR2VzkKKNFoBKXu4xKieb1fplfs6NMCSLRwpyPbmKKsF8dmLzZ
+ w+2LXXKTyrXh5No41kNLvJeHBo1naEBZa7xlVxmn5/8A/GGUEAplbmRzdHJlYW0KZW5k
+ b2JqCjUzIDAgb2JqCjcyOAplbmRvYmoKNTAgMCBvYmoKPDwgL1R5cGUgL1BhZ2UgL1Bh
+ cmVudCA1MSAwIFIgL1Jlc291cmNlcyA1NCAwIFIgL0NvbnRlbnRzIDUyIDAgUiAvTWVk
+ aWFCb3gKWzAgMCA1NTkgNzgzXSA+PgplbmRvYmoKNTQgMCBvYmoKPDwgL1Byb2NTZXQg
+ WyAvUERGIC9UZXh0IF0gL0NvbG9yU3BhY2UgPDwgL0NzMyAxNyAwIFIgL0NzMSA4IDAg
+ UiA+PiAvRm9udAo8PCAvRjkuMCA1NSAwIFIgPj4gPj4KZW5kb2JqCjU3IDAgb2JqCjw8
+ IC9MZW5ndGggNTggMCBSIC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4AZWV
+ z04cMQzG73kKH3cPhCTO3yuISuWGGKmHqge0gADtUtFtkfqyfZZ+mZk4s7BUqkarjazY
+ sX+xv7zQFb2QwRdCoZSZftzRF3qm0/O9pc2e7PjtN3RidKD6W2y8hyFZThb/uVjrijI6
+ +mKLJ7jYlLUvbMn7qJNLhXbkLOvMIZHnomPJYWFxWbOxQfyUd1a75JAIWc/aBgM/67Xz
+ LlIOOiM6d0tAeiYWnLfwC9pGzwjVgk+Gfn73alluFrED6xSSX5w/W9T76jZ0D1qX+D1N
+ /M6vAYbZx5Sw8KlkLlg4H0rMdH0O9ECH76T+gb7a7KR6Yo5T9QtqDAwjI+HIwU8cJR+O
+ dqStFtQ45qkOoSYWqb/5VdozpBZciaGd371algtq7Mp0R3Jr3TL3hJLqNnSNJjTa5uw4
+ 8NEVmmmByqIFAi7QE3CdDQqtaYxxNNSCZ56eTmLQKDJ6Ctg97Oj0k8VGEB/uaXX162b7
+ +GdNwxNdDOMQyE1I+HobZ8NBTBc0QpqjMb/S6m5d58TR6rYtPq/rhavVczO8fm+rbVu8
+ ittOVrL/55q+0XA5ZYmpRI/sUeMhEZcyhsxMPHCg4HAzDkcnPqNPMIXkOww1wXi4uf0H
+ j8PgtocEX06Y+zGiWuI9iuJiWdNI6bERQJGj4fdUrBqvpEnQW43B1q4x3kJafEZVbXp3
+ 6AwMm4UqNY1R3dJkoPt1rfCGtcm4XNEYzkZDzaJYFMekXbBQne6HrtUhuwLbLDLd0lSu
+ +815Yjp79KYyPQOxvKuvqsxiGEQ3pCKZrAUJ0Q0h0UYbpc0E2/wjM8lDVEJy7ZZGovlB
+ N6TuFl11S1MOISF5LkiITvQMZi1RPc+uOP+rHFxc1Y0jg21TfTvyR4P9Ye+q1ZvenQa1
+ iro5pvB1RJ2pisS+vod4HHQc11s1VjM6YrpHgqPItU2eE21nB49XdUsPB7vwGuPxMXh8
+ XjDXy2elHjrFOzw0SjwObhFv2lXTufoL5UWkQgplbmRzdHJlYW0KZW5kb2JqCjU4IDAg
+ b2JqCjc0NgplbmRvYmoKNTYgMCBvYmoKPDwgL1R5cGUgL1BhZ2UgL1BhcmVudCA1MSAw
+ IFIgL1Jlc291cmNlcyA1OSAwIFIgL0NvbnRlbnRzIDU3IDAgUiAvTWVkaWFCb3gKWzAg
+ MCA1NTkgNzgzXSA+PgplbmRvYmoKNTkgMCBvYmoKPDwgL1Byb2NTZXQgWyAvUERGIC9U
+ ZXh0IF0gL0NvbG9yU3BhY2UgPDwgL0NzMyAxNyAwIFIgL0NzMSA4IDAgUiA+PiAvRm9u
+ dAo8PCAvRjEwLjAgNjAgMCBSID4+ID4+CmVuZG9iago0IDAgb2JqCjw8IC9UeXBlIC9Q
+ YWdlcyAvUGFyZW50IDYxIDAgUiAvQ291bnQgOCAvS2lkcyBbIDMgMCBSIDEyIDAgUiAy
+ MCAwIFIgMjUgMCBSCjMwIDAgUiAzNSAwIFIgNDAgMCBSIDQ1IDAgUiBdID4+CmVuZG9i
+ ago1MSAwIG9iago8PCAvVHlwZSAvUGFnZXMgL1BhcmVudCA2MSAwIFIgL0NvdW50IDIg
+ L0tpZHMgWyA1MCAwIFIgNTYgMCBSIF0gPj4KZW5kb2JqCjYxIDAgb2JqCjw8IC9UeXBl
+ IC9QYWdlcyAvTWVkaWFCb3ggWzAgMCA2MTIgNzkyXSAvQ291bnQgMTAgL0tpZHMgWyA0
+ IDAgUiA1MSAwIFIgXSA+PgplbmRvYmoKNjIgMCBvYmoKPDwgL1R5cGUgL0NhdGFsb2cg
+ L091dGxpbmVzIDIgMCBSIC9QYWdlcyA2MSAwIFIgPj4KZW5kb2JqCjIgMCBvYmoKPDwg
+ L0xhc3QgNjMgMCBSIC9GaXJzdCA2NCAwIFIgPj4KZW5kb2JqCjY0IDAgb2JqCjw8IC9Q
+ YXJlbnQgNjUgMCBSIC9UaXRsZSAoQ2FudmFzIDgpIC9Db3VudCAwIC9EZXN0IFsgMyAw
+ IFIgL1hZWiAwIDc4MyAwIF0KL05leHQgNjYgMCBSID4+CmVuZG9iago2NiAwIG9iago8
+ PCAvUGFyZW50IDY3IDAgUiAvUHJldiA2OCAwIFIgL0NvdW50IDAgL1RpdGxlIChDYW52
+ YXMgMikgL0Rlc3QgWyAxMiAwIFIgL1hZWgowIDc4MyAwIF0gL05leHQgNjkgMCBSID4+
+ CmVuZG9iago2OSAwIG9iago8PCAvUGFyZW50IDcwIDAgUiAvUHJldiA3MSAwIFIgL0Nv
+ dW50IDAgL1RpdGxlIChDYW52YXMgNSkgL0Rlc3QgWyAyMCAwIFIgL1hZWgowIDc4MyAw
+ IF0gL05leHQgNzIgMCBSID4+CmVuZG9iago3MiAwIG9iago8PCAvUGFyZW50IDczIDAg
+ UiAvUHJldiA3NCAwIFIgL0NvdW50IDAgL1RpdGxlIChDYW52YXMgMykgL0Rlc3QgWyAy
+ NSAwIFIgL1hZWgowIDc4MyAwIF0gL05leHQgNzUgMCBSID4+CmVuZG9iago3NSAwIG9i
+ ago8PCAvUGFyZW50IDc2IDAgUiAvUHJldiA3NyAwIFIgL0NvdW50IDAgL1RpdGxlIChD
+ YW52YXMgNCkgL0Rlc3QgWyAzMCAwIFIgL1hZWgowIDc4MyAwIF0gL05leHQgNzggMCBS
+ ID4+CmVuZG9iago3OCAwIG9iago8PCAvUGFyZW50IDc5IDAgUiAvUHJldiA4MCAwIFIg
+ L0NvdW50IDAgL1RpdGxlIChDYW52YXMgNikgL0Rlc3QgWyAzNSAwIFIgL1hZWgowIDc4
+ MyAwIF0gL05leHQgODEgMCBSID4+CmVuZG9iago4MSAwIG9iago8PCAvUGFyZW50IDgy
+ IDAgUiAvUHJldiA4MyAwIFIgL0NvdW50IDAgL1RpdGxlIChDYW52YXMgNykgL0Rlc3Qg
+ WyA0MCAwIFIgL1hZWgowIDc4MyAwIF0gL05leHQgODQgMCBSID4+CmVuZG9iago4NCAw
+ IG9iago8PCAvUGFyZW50IDg1IDAgUiAvUHJldiA4NiAwIFIgL0NvdW50IDAgL1RpdGxl
+ IChDYW52YXMgOSkgL0Rlc3QgWyA0NSAwIFIgL1hZWgowIDc4MyAwIF0gL05leHQgODcg
+ MCBSID4+CmVuZG9iago4NyAwIG9iago8PCAvUGFyZW50IDg4IDAgUiAvUHJldiA4OSAw
+ IFIgL0NvdW50IDAgL1RpdGxlIChDYW52YXMgMTApIC9EZXN0IFsgNTAgMCBSCi9YWVog
+ MCA3ODMgMCBdIC9OZXh0IDkwIDAgUiA+PgplbmRvYmoKOTAgMCBvYmoKPDwgL1BhcmVu
+ dCA5MSAwIFIgL1ByZXYgOTIgMCBSIC9Db3VudCAwIC9EZXN0IFsgNTYgMCBSIC9YWVog
+ MCA3ODMgMCBdIC9UaXRsZQooQ2FudmFzIDExKSA+PgplbmRvYmoKOTIgMCBvYmoKPDwg
+ L1BhcmVudCA4OCAwIFIgPj4KZW5kb2JqCjkxIDAgb2JqCjw8ID4+CmVuZG9iago4OSAw
+ IG9iago8PCAvUGFyZW50IDg1IDAgUiA+PgplbmRvYmoKODggMCBvYmoKPDwgPj4KZW5k
+ b2JqCjg2IDAgb2JqCjw8IC9QYXJlbnQgODIgMCBSID4+CmVuZG9iago4NSAwIG9iago8
+ PCA+PgplbmRvYmoKODMgMCBvYmoKPDwgL1BhcmVudCA3OSAwIFIgPj4KZW5kb2JqCjgy
+ IDAgb2JqCjw8ID4+CmVuZG9iago4MCAwIG9iago8PCAvUGFyZW50IDc2IDAgUiA+Pgpl
+ bmRvYmoKNzkgMCBvYmoKPDwgPj4KZW5kb2JqCjc3IDAgb2JqCjw8IC9QYXJlbnQgNzMg
+ MCBSID4+CmVuZG9iago3NiAwIG9iago8PCA+PgplbmRvYmoKNzQgMCBvYmoKPDwgL1Bh
+ cmVudCA3MCAwIFIgPj4KZW5kb2JqCjczIDAgb2JqCjw8ID4+CmVuZG9iago3MSAwIG9i
+ ago8PCAvUGFyZW50IDY3IDAgUiA+PgplbmRvYmoKNzAgMCBvYmoKPDwgPj4KZW5kb2Jq
+ CjY4IDAgb2JqCjw8IC9QYXJlbnQgNjUgMCBSID4+CmVuZG9iago2NyAwIG9iago8PCA+
+ PgplbmRvYmoKNjUgMCBvYmoKPDwgPj4KZW5kb2JqCjYzIDAgb2JqCjw8IC9QYXJlbnQg
+ OTEgMCBSIC9QcmV2IDkyIDAgUiAvQ291bnQgMCAvRGVzdCBbIDU2IDAgUiAvWFlaIDAg
+ NzgzIDAgXSAvVGl0bGUKKENhbnZhcyAxMSkgPj4KZW5kb2JqCjkzIDAgb2JqCjw8IC9M
+ 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
+ VjGijl2QLA7dG2NHxvcrnmm4Pk0ZPHrggEdflJyus8/yrl+ybRu/ZPTd7bFQWaqSMFvl
+ srtXMK9sl2yTEjfSX3IFgDYukF9FXiEMrIBOppNdIdzPbeL3wiAjw68sTIiby9/HbebP
+ cK/xsjlZt2XR3bH8iHMF1Xn8rBeNrx7GRcHBRcm9x1i2W8sQBr913htIF4RuLc4qXuBY
+ QniGFVjAO3eFjHb8EHOCUMu74Qg5JJgS++iPPx7bSeM+ugJ30toxyyXW5eeo6y/UiYkg
+ p3b+2oCb8WlZlgMfbuBxTZpQOe5dDvHwXb1+f8zvT+zRx2vmRXUO/nCbjctP862pcoLb
+ bPIRSSc5r4yuOjV6O1fw7QDb+c1biBAD+tE57BdoIoxo0X4VuLlfv8m418iKgkEo09Zo
+ m7QrxDvYO8QtugHYxQ/od6XtMgzCYJq6Bmr1sw1n9VyQf5Vn7uf3wB6ylx808JlZvFFv
+ SMN1Rp+kTLHJVCbRZEqz0AMGym3QGw8lPZRmMlveSaCM8NRdMGInvutHwhjizCs2FRgr
+ KyoQLD/B0Qho9XpIS+vWGgxGnhA6AEY8fKjXnZYCGYakGWfkrYSeLqYILCMy0iSYRhfe
+ ktIZpBSRYFnnGc+9bVVP9j3p8aUXZKuLC9T8DNVoz+vETriCFaPbRv/889Hlw4Ls+WTB
+ aZQ9msnVI1z3ULslPfEO/O72zx78do17ukz8dhiEaukr3jzpG+J1sAgWQxiWSoUIfl1M
+ nKUF/L8FNCyovjY0K6emY1VvR0/XslbMk+DSzDXoFqJrR0f/y4FaBY+iex4dflbHr2QA
+ 76C7gO4SFuTQ6dBlopsaH3uQB+Nxgmf5ifTMSTQuFhPyU4muLL9sEt0+iZawuaK9rkl8
+ 6T8xV/BvnsRfM4m+bRLdM4nunUSvpfT/AQejK+AKZW5kc3RyZWFtCmVuZG9iago5NCAw
+ IG9iago1ODM2CmVuZG9iago5NSAwIG9iago8PCAvVHlwZSAvRm9udERlc2NyaXB0b3Ig
+ L0FzY2VudCA3NzAgL0NhcEhlaWdodCA2ODQgL0Rlc2NlbnQgLTIzMCAvRmxhZ3MgMzIK
+ L0ZvbnRCQm94IFstOTUxIC00ODEgMTQ0NSAxMTIyXSAvRm9udE5hbWUgL1BSRk9FQytI
+ ZWx2ZXRpY2EgL0l0YWxpY0FuZ2xlIDAKL1N0ZW1WIDAgL01heFdpZHRoIDE1MDAgL1hI
+ ZWlnaHQgNTEzIC9Gb250RmlsZTIgOTMgMCBSID4+CmVuZG9iago5NiAwIG9iagpbIDI3
+ OCAwIDAgMCAwIDAgMCA2NjcgMCAwIDAgMCAwIDAgMCAyNzggMCAwIDAgMCAwIDAgMCAw
+ IDAgMCAwIDAgMCAwIDAgMCAwCjAgMCAwIDAgMCAwIDU1NiAwIDUwMCA1NTYgNTU2IDAg
+ MCAwIDIyMiAwIDAgMCA4MzMgNTU2IDAgMCAwIDMzMyA1MDAgMjc4IDAKNTAwIDAgMCA1
+ MDAgXQplbmRvYmoKMTYgMCBvYmoKPDwgL1R5cGUgL0ZvbnQgL1N1YnR5cGUgL1RydWVU
+ eXBlIC9CYXNlRm9udCAvUFJGT0VDK0hlbHZldGljYSAvRm9udERlc2NyaXB0b3IKOTUg
+ MCBSIC9XaWR0aHMgOTYgMCBSIC9GaXJzdENoYXIgNTggL0xhc3RDaGFyIDEyMSAvRW5j
+ b2RpbmcgL01hY1JvbWFuRW5jb2RpbmcKPj4KZW5kb2JqCjk3IDAgb2JqCjw8IC9MZW5n
+ dGggOTggMCBSIC9MZW5ndGgxIDg5NzIgL0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4Kc3Ry
+ ZWFtCngBvVp7eFNVtl/rPPPoI0mT5tGkySFN0vTdAqWxhYaSlkJpLVShQaptodAi1Yq1
+ ijNwq4BCRRQRqI9PRedCgWEIpQMB1Mt4UWTGUZxRfIx3Rkd0/PymH965OndGbXPXOSmV
+ 8s14+cNvzsnae6+999l77d9ea+199kn36jvaIBF6gYX6xS1dy0G5pA8AsGBpZ0tXnDd8
+ QXH/0p5uV5znMwHYVcu7VnTGedWjABrHilVrxp5PGQBIPNfe1rIsXg7fUlzcThlxHqdQ
+ nNHe2X1XnDcMUVy26talY+Upm4h3dbbcNdY/kDzguqWlsy1eX4pSnNF16+3dY7zcTrBr
+ ddtYfWwk+d4ApNxkuBXUcDOIwICO7iYA8TONAzgqlcvpWpaj3X5TctlXoFcp/E21Dynx
+ K9Lz5//W9q1Pu031d8pQX6ovx4J/1A+QgFQ+rN02XqI8R0FyFBqyozCHqJxoKlF29kwL
+ 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
+ XPfKfku5Ym30jesfXcmU6aAdRw6EoEr5YjZP+V63EBZBGJZQKdJXvPh7q0D/a4CFs+ZU
+ 1V+fXd22qqetu2Npi1LjUsshStQTNRN1EfUSPUz0DFGE6BTROaIPib6QmybSEbliYxdl
+ wHga6Z15Ij/zCp4c84T6sjSXP7/0Cn7ZFbyCyWX9dVxRrvzv5LLyW64ov/0KXvmfyGX1
+ e64oXyPz/wddagUZCmVuZHN0cmVhbQplbmRvYmoKOTggMCBvYmoKNTcyMAplbmRvYmoK
+ OTkgMCBvYmoKPDwgL1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9DYXBI
+ ZWlnaHQgNjg0IC9EZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTk1MSAt
+ NDgxIDE0NDUgMTEyMl0gL0ZvbnROYW1lIC9WQ0lGUFUrSGVsdmV0aWNhIC9JdGFsaWNB
+ bmdsZSAwCi9TdGVtViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDUxMyAvRm9udEZp
+ bGUyIDk3IDAgUiA+PgplbmRvYmoKMTAwIDAgb2JqClsgMjc4IDAgMCAwIDAgMCAwIDY2
+ NyAwIDAgMCAwIDAgMCAwIDI3OCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDAKMCAwIDAgMCAwIDAgNTU2IDAgNTAwIDU1NiA1NTYgMCAwIDAgMjIyIDAgMCAwIDgz
+ MyA1NTYgMCAwIDAgMCA1MDAgMjc4IDAgNTAwCjAgMCA1MDAgXQplbmRvYmoKMjkgMCBv
+ YmoKPDwgL1R5cGUgL0ZvbnQgL1N1YnR5cGUgL1RydWVUeXBlIC9CYXNlRm9udCAvVkNJ
+ RlBVK0hlbHZldGljYSAvRm9udERlc2NyaXB0b3IKOTkgMCBSIC9XaWR0aHMgMTAwIDAg
+ UiAvRmlyc3RDaGFyIDU4IC9MYXN0Q2hhciAxMjEgL0VuY29kaW5nIC9NYWNSb21hbkVu
+ Y29kaW5nCj4+CmVuZG9iagoxMDEgMCBvYmoKPDwgL0xlbmd0aCAxMDIgMCBSIC9MZW5n
+ dGgxIDk0MjggL0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4Kc3RyZWFtCngBvVp7eFTVtV/7
+ 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
+ bmRzdHJlYW0KZW5kb2JqCjEwMiAwIG9iago2MDc4CmVuZG9iagoxMDMgMCBvYmoKPDwg
+ L1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9DYXBIZWlnaHQgNjg0IC9E
+ ZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTk1MSAtNDgxIDE0NDUgMTEy
+ Ml0gL0ZvbnROYW1lIC9KTktXT0IrSGVsdmV0aWNhIC9JdGFsaWNBbmdsZSAwCi9TdGVt
+ ViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDUxMyAvRm9udEZpbGUyIDEwMSAwIFIg
+ Pj4KZW5kb2JqCjEwNCAwIG9iagpbIDI3OCAwIDAgMCAwIDAgMCA2NjcgMCAwIDAgNjY3
+ IDAgNzc4IDAgMjc4IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwCjAgMCAwIDAg
+ MCAwIDAgMCA1NTYgMCAwIDU1NiA1NTYgMCAwIDAgMjIyIDAgMCAwIDgzMyA1NTYgMCAw
+ IDAgMzMzIDUwMCAyNzgKMCAwIDcyMiAwIDUwMCBdCmVuZG9iagozNCAwIG9iago8PCAv
+ VHlwZSAvRm9udCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jhc2VGb250IC9KTktXT0IrSGVs
+ dmV0aWNhIC9Gb250RGVzY3JpcHRvcgoxMDMgMCBSIC9XaWR0aHMgMTA0IDAgUiAvRmly
+ c3RDaGFyIDU4IC9MYXN0Q2hhciAxMjEgL0VuY29kaW5nIC9NYWNSb21hbkVuY29kaW5n
+ Cj4+CmVuZG9iagoxMDUgMCBvYmoKPDwgL0xlbmd0aCAxMDYgMCBSIC9MZW5ndGgxIDEw
+ MjI4IC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4Ad1ae3hU1bVf+7znkcmZ
+ ybwfmRkmM5PJ+0EeQyIZQhLCIxgS1ASJJpBAQKiIIYot3CggEJGqyEP0alHLU80QUhig
+ WmpBsLUtWovWa1ut2Nre5tr2ah9CZu7aZ0IkfK2ff/j1j3vOrL332nuffdb67bXXfpzp
+ WbmqC1KgD1honNexYhEoV6AdgDy6cHnHiiSfxiE/d2FvjyfJ85kA7LJFKxYvT/LSowBq
+ 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
+ 6JJgzJfQkYx3SXGJv6TYJOIQ+Y6vakifYXHaNE2ewaHB7duZtCG8+OqJ8xnmWYbc8MLW
+ y53sE1v3u1977eylC8p4xgD/tdCF39b/2WXEzAwoxq/VNVCnfKmn3+Kvx38KNOHX/xvg
+ JmiBVpgPp5SHCZ5aJc/JBDzHgtnTaqdXN2TXdy3r7epZsrAD6yRLaeUWpE4k+p8tHB3w
+ KNKzSPj3GfwaDvAm0kWkT/AhDsmIlIE0EakGaS5SJ1IP0vrE6IX1YSxN8NxuPN94DT/n
+ Gp5KePXzC6/h8X3jyhXMrnpf9zXlS67h6Xfuq9v/2jX87dfwK67hV17Do+7j2lt1Dd97
+ Db96PH9J6Y3/A4SgM/kKZW5kc3RyZWFtCmVuZG9iagoxMDYgMCBvYmoKNjUwNwplbmRv
+ YmoKMTA3IDAgb2JqCjw8IC9UeXBlIC9Gb250RGVzY3JpcHRvciAvQXNjZW50IDc3MCAv
+ Q2FwSGVpZ2h0IDcxNyAvRGVzY2VudCAtMjMwIC9GbGFncyAzMgovRm9udEJCb3ggWy05
+ NTEgLTQ4MSAxNDQ1IDExMjJdIC9Gb250TmFtZSAvTkdFSUJNK0hlbHZldGljYSAvSXRh
+ bGljQW5nbGUgMAovU3RlbVYgMCAvTWF4V2lkdGggMTUwMCAvWEhlaWdodCA2MzcgL0Zv
+ bnRGaWxlMiAxMDUgMCBSID4+CmVuZG9iagoxMDggMCBvYmoKWyA2NjcgMCAwIDAgMCAw
+ IDAgMCAwIDAgMCAwIDAgMCAwIDY2NyA3NzggMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+ MCAwIDAgNTU2CjAgNTAwIDU1NiA1NTYgMCAwIDU1NiAyMjIgMCAwIDIyMiAwIDU1NiA1
+ NTYgNTU2IDAgMzMzIDAgMjc4IDU1NiA1MDAgMCAwIDUwMAowIDAgMCAwIDAgMCAwIDAg
+ MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDAgMCAwCjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+ MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAKMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDUwMCBdCmVuZG9iagozOSAwIG9i
+ ago8PCAvVHlwZSAvRm9udCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jhc2VGb250IC9OR0VJ
+ Qk0rSGVsdmV0aWNhIC9Gb250RGVzY3JpcHRvcgoxMDcgMCBSIC9XaWR0aHMgMTA4IDAg
+ UiAvRmlyc3RDaGFyIDY1IC9MYXN0Q2hhciAyMjIgL0VuY29kaW5nIC9NYWNSb21hbkVu
+ Y29kaW5nCj4+CmVuZG9iagoxMDkgMCBvYmoKPDwgL0xlbmd0aCAxMTAgMCBSIC9MZW5n
+ dGgxIDEwMzYwIC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4Ab16CXRUVbb2
+ PneuIZWqSs2pSlVRqapUEjKTgURyDUkIQ2IggAkSTIBAQNCAIYot/FFBICItIoPDQ1Gb
+ se0UIU8KaHy0P4r287UzDr/9Wh/Rtnt1lm/Afv2Aqnr73AqRZHW7/Ndy9b217zn7nHPP
+ 2fs7++wz3Opeu64DkqAXWGhc0N61DJQr8AQAGVqyur0rwaeYMHxrSU+3J8HzGQDsqmVd
+ y1cneAnLq13LV60fed+E5Y1SZ0f70kQ+XMOwuBMTEjwpwjC9c3X3vQneOIhh26q7lozk
+ p3yOfMHq9ntH2ofPkPfc2b66A0O8AjQ9veuuu7sVFgJODOd2re0YKU+aUb63gWCqDe4C
+ FdwBIjCgx7sVQPxa7QIOc2k+XkuzNbtuT674FgySwt9e/1MlfN37y4t/6bgW1OyU/gcT
+ VNfL01AIxUIAWoL5w5qdoznKe/iwRaApKwLTkSqRJiFlZd1sg15yEB5Deg6JhRXkEViP
+ tA3pSSRuNHYEuVPkkQFOkk+T9eAgM2QN555rsrttao37vQgRBve7P7FdOkPs2HtfEPtA
+ EqhuVpPnyLOwFNzkZ+An90EdZJCnToRWudsw6wh0IfUiscqTkCMDaQXuV0g2+DmC7wQg
+ jSMvu3+fP9H9ZX6EIQPuV4MRDoNfpSEnJ7vPufa7/8m13P0K0rFE1tEQlnjZfcS1yr0r
+ LUKeGnA/7ooQfGdnIljnwldfdq8O7XEvzVfyZ+2JMMcG3GWYP1/WuItLve5JriF3bjAi
+ EeQnuma5M/P/xZ2OL2IxD1bqlw1up2uXezJmpblqgpORzpCj5GnIJE8P+Ge4T2MU1T0x
+ PVS6J0J+cqIuI98fIffJxXUZe0J1QX9oltsfqg0GMT7/DXGTeJt4s1ggZokZYkD0iqmi
+ STJKekknaSW1JElihPx8oNItnCHHoBJhOXZCEiQ+Qn6BidwZ8pKS+NJJiZMYCSRTJP45
+ Gi8BU4QcG9TTGEZeFpSYECEvnUgkvSS7ORrjlAw9Q+P4wCcwRGJgBoTJoxEBNlt6Km2V
+ ximGstrqv/VoU3KuP7P+9mUjrvCemU3N4aOulnABjcRdLdeL265H/mbYvQ6zOqqysmbO
+ WX+ip2vlspoOX02br6YDqS38SE+nLdy72OM5vrKLZnjCbKBt8ZJOGrZ3hLt8HdXhlb5q
+ z/Ee5b1x2ctodo+v+jgsq5nbfHyZ3FE90CP31Pjaq1tOLK5a2zqmrW2jba2t+ittVdHK
+ 1tK2FivvjWurlWYvpm210rZaaVuL5cVKW1T5mhVNVXd3o3V6albM9IQzmsLTZy9oDnva
+ W6oj5CAmVq8D/hzo+bOQwfeCg8sFN0D8E6RPaRibF/+KvwD62Or4f7Dl2KmnKDGxygo4
+ B4/C09APAhzGeAYsgn3wJlmJY3shDMJFkgY56Hs5iMAseIvE4+/CMngRy3fDq7AbjoMW
+ 31kNZszdQfzx+5CXMb4YNsWfh3QohYfhLJRhrTtgOH4kfgJz58A8OArH8P1/Jj7mOJcS
+ /0V8CCSYjXVuwpx347Pi/WCEbKiCRkzdBK8QP/tpvBM9ZTlK9ww8CwfgV/An8iAZjHfG
+ e+LvxL9AU7WBE5rw3kAGyRdsP/dw/Jn4H+MxRCIDMrHVNtgFL2D9/XifQ9daQ+4g3WQX
+ 2c3IzIPMILeZt8aiiEMIpuFdh155KyJwCs7Df8L/kG8YG6tnu9nX4pPi/wUamIlaUk06
+ oAfvLXjvQJ3OEIHkkamkkWwgT5Dd5H0mk5nHNDP3MPcyX7EN7EJ2Pfs+dzc3wG/n9wma
+ 2LfxM/EL8Q/BCi64DdbCRtTuVXgHLsMVwmJdTuIn5aSKLMK7lzzNnCIHyCmmkZwj7zBH
+ ye/IJfINucrwjJYxM1lMN7OLOca8yvyGXcHuZp9kf8d+y03hGf4A/6XgF/9fbHFsW+w3
+ 8fL4F/G/oIuVwIs9UwUNcDu0o7ZdUAT/B7V4Ce9+7LXz8Bq8qdyXiBOG4S+IAhAjcZAC
+ Uo93A7mFLCMryH5yGu9XFFn+zGBHMCrGwFgZJ9PELGZWM73Mh0wvm8pmsjPYBWw/3m+w
+ F9mr7FWO51I4MzeNmw7budXcU3gf5A5zA9zbfBk/hW/g5/O9/DZ+O7uEf5e/KGwUdggD
+ wjfCv6NbnCXeJW7H3nkTbfZXaMvfXRxJR+kL4E5YQqrJYtiDvXGAtEMfWtdSshXx6oKM
+ eCu7kZ3G5KE1vAI/QWt9CjbANnYhHIh/zB6Fj9BSVmGVvXCIqwIXvxd750HIQysaueVQ
+ ZigjGPCn+yZ4PejynakOu81qMZtSjAZ9klajVkmiwHMsQyC7xlfb5gkH2sJcwFdXN5Hy
+ vnZMaL8hoQ2HsidcO7ZM2EPfa8esMSVlLLlsXEk5UVIeLUn0ngqomJjtqfF5wv9S7fNE
+ yILZzRh/tNrX4gkPK/F6Jf6YEk/CuNeLL3hqbJ3VnjBp89SEa3s6+2raqidmk1MywqGe
+ mE0dhwwaWnEYprZvQAcLU2mJmrDDV10Ttvswjnmsv6Z9abhxdnNNdarX24JpmDSnGduY
+ mL0ijHLCI9qlvqWPRGRY3EZj7Qubw2x7S5hpo3UZssJWX3XYet+Xtu/Y67Ga7Tdkhhl/
+ bXtHX21YbnsEwaVsG+XatyM3s8mD1TKbW5rDZPOIEFTGlSgpFTcxJ/jbVnrCKl+Vr7Nv
+ ZRuCC3OaBxyyQ3G+YWhsHrDLdoWZmH3KtrHci9qfmnjzxJtpWO61bUyEv38okf7eORra
+ Np7/HMOZc0YBIBQB33SUM+xZojTiQ2FL6aOjFPqWlCJOeLUQVHMFyjM1zKDNsP4w75/e
+ Hu5tui5GZ3VCuLaV1QMqu0OZhKpasHxbn34y9hSW1/s8fd/ibN3mG/7T2JT2kRTBr/8W
+ aCbt6FFbCZP26/EeOln6UetOm6+T9m+P0qfI+2w1NyQgT6GhModNOIE3NnvDnhZMwNVk
+ 9swIqBqbjxOyoyVC4psjUO06hWtU9vZFmJ1NTW1FNbaPzMRsTMj0Yiwn21OLLddSW/H0
+ efqmL+3z1Ho60Zg4vxJiRkdfSy4i2NSMOMFcbFFuSR2NdrS0TMZ6cmk9+AoW72vBGlaO
+ 1IChkpQbxUJ52TiZsoHG5tnN4d7q1LBc3YK9gOZ7rrE5fA4tt6UFS+WPSooSb1hhG5G5
+ AGXOz8T8wkQtuHbpxSpa+vponU3NPm/4XF9fah8dbwk+QmB8gjySEAFahEIeIb2N+C4G
+ Pm+q0gdenxfFaqGYFqFJX7coXLN/P8LFo3LjmyUobbGCcOmPhHDZD0F48g9CuHxU0jEI
+ V6DM5RThm/5+CE8Zg3Dl9yMsj8qNQt6M0soKwlU/EsJTfwjC1T8I4ZpRSccgXIsy11CE
+ p/39EK4bg/D070d4xqjcKORMlHaGgvCsHwnh+h+CcMMPQviWUUnHINyIMt9CEZ7990N4
+ zhiEm74f4bmjcqOQ81DauQrC838khG/9IQg3/yCEW0YlHYPwApS5hSJ82yjCcmoYbvTD
+ vePcLvzojnnhDZDjSok3QhVThhvnMrjEz4c0pH7uEnhxD3YU40Xc3TAHN9vlGJYi1SFt
+ IhcU2iYchU2UR6L5PcxR2Ib1WDHei+9okMzYxPWzIS3uWF5B3gML6Fb9//tixrzBjnDY
+ yPdcPLYp/tV8ejylAjXuj+ilxZMfeukgGc+1DLinA0hBMqEGFpqB+x56FeHdhvu5PNzl
+ HGQ43L80sr/kHuYu8hwf4J/nY0KP8LWYI24UP5buVFHZGNy3APcO7ndZlKQycZYl5eKC
+ A0nSRwDeQaI8xtnPIsAhAcbFz+C0Ivv8rNNYCw/zs/LyCw1eQxCpitsRufZv/NkrUyNc
+ /VU8F8ESlxDqQc6rtFMgO/hMkc0EQVSrrFYHT5ZyYJdUS7333o+HFQ2X6yuiFQ01HdVf
+ QWVl/bB+OD8vpdDsMyBdehcvzvtpdBduyPHoD9LQSm5C+RkFrU/lxjrSTDoJu5Xdy+1T
+ H1FHVBG1kKEmIAoCYSSVCh9qEHmynbCcx6RW+42YZuJ5vxELaDQ8q1JzAk80DGGBSROl
+ CGmRVbgFEVRqlkfusGxMSqJC7yf71XZt0gHv9kUotL3hsq0+GrUrYtdW26DSWlFZUR9F
+ TQxllcRgLCvDn6Esd0tO1gb9TFwpcedSw9z5li05tpEEFhPY8y1ZI2W36CsqRKT8PNLa
+ Cq1EQ1IKiY/1sj7C7vjd8OYvGPOnu6Nnnn2LeYxZwGyL3sMuuTKVRGJ1Chr92K/DGNOg
+ 9TTI6WIax2nYNDyKUklpao2kZbRaBoQVTLnKoWMlP9iTdBGiOeHdvS3RA9gB+j/XXx5C
+ YXKxF1CNyophjEexL7xmr2GESD+Xe20Xm3XtQ/b+q68ybv7sYKzqaEzXj03jRXBvDNyb
+ yIhQJDuIkAYiw0m00+Eqw/p57qpglyiADfrL9ZexlcvX+51ih6pjUz6DdxL3Zszw65iB
+ P9t/5T95HSpHbepo/BM+F+umo6BC9ln5IF+qZ9XA8JP1KgtrsZhUfq3DRvwmu9X2nHd3
+ V0K1YaoZ1QX1Gq6saMVWDCarpbCgpHiSodCgFxmvhw3YiZd0V7S8H70t/9fTH45tj23f
+ PJ2Zyp+91v3cyudeWvQsu/3ahdh/PB77M1E/TpLZMtS1CG2xGOUR4Kdy9WPkOcLIZC5h
+ LITcy39FmOVcJ7+VY+0ZjN/IshxQi+MJz7ACWhrPSRKiwjHsfh7IfsEu7kBU7AgLmlVZ
+ Gf4SpoWGVYGmZSwjW+pzsqjx4JmdrCW4RWbxcJcwAr9F2qA/rzyo6UDrmjVrVQyaDiF6
+ cpAc+F306/ejf+DPXnVxl66gQhRLFubEP1NOEJLxbKgCfiuXZuYRtV6TqnUGC+v0K1Qr
+ 9WKZZNSq2NQCMV3l0mtd5VlMTqj8ZDlTXpDpN+pFXnIGJ1idEdKHXeFyi0FXjoZxTdJU
+ iBUVTpMYyjyc7piSGnLOSA6W2m+a8kuyF43jFNkDI71yWemXoej56z0zXDmMvWQwWsta
+ 0QpzhnOG6TAyWMvy86aulzOKS8wTgNj9pDjZC7a0VC9YPCYv8U6AEsYLDpfVi8aDDzyP
+ zyL6Cnr+98ADD+BAak1X+vomoiPJRBAFMynGni8K+CaIguibQgoL8AjCYMJC2ISO+CYE
+ A0EaBCYVFZekEN3ahttb9ng7C1Yvzm8ig1PM2ofue7Tcqz7M//cLZ3vWWf3aNENmdqA1
+ 06Iq+c39u8+e3tv39oLs6Qd3mp2CLsmZu5yskrJtExc2zcpsev3purp90b3OCSy7WStU
+ +eS6lf+4dfeLKWSI2jeeMLHvcA3ggFQ4JOcespN9tsPSURs7QzI8bWJZk+ByiEkukyZV
+ TE216oNGwgYZg8OlDlrtTjx2F0941274zuYr6ofLykbtnkaoZ0Uoi9D5+rVmdQB0KfoA
+ MRqS9aIdOR5YLyEMx2osSQFINuJDZRMChCOCl1A8EVYKbOKZpWALFqsvB8FCWBMIFlLo
+ mEl6KBSZi5es/fq1G38+I2/r410P2fvT/v3Me1eI8QMn1xD+aMlDh1c/d+Czbfd8+Bop
+ /AqPxybziEFp/FN2mH8V/ZgL7pELSnTTdLfqDnFHUnm/ZGKSXXqQXC4xRc24rBo+JyVH
+ HzIYHW5N0GFPc2/xrq26Uf3o0BDgiMefAT2xorrD5lSpgRCbBnVz4gPsTADUqVIAFcSf
+ YjFGagqKgQhmsFqs6CR8k6haMKnIWPjnxw9sOHDwvq1HSF9T3k0vPV/587tOxK5886/k
+ 9q8/evOf/+87v2ZKitJmMq4rU3YvaSYTr/yR3IrjrS7+KefAEzsnnu76iVZev1d60nHI
+ zfI6Jpk3mXXGZLNJ1somKeQgMzUvsxfI6+yF1I+lT1QX3R/7vrZ+7dNcMFwwMgsl3pue
+ /JTFlV4miKLF63KKapdF4xf3Og85Tzo/cnJ+S7LfydvVWtGgCya7grwjmJ4jBu32QPAD
+ 78HWBEDRIcUpfhBVZillssptVfwjtRP0y/phHHsKZLXg43gWj0MJzwnugEFv1KfoTXpO
+ 0PonpKYHcAXlCpA0l8oqBkBj1gVIks7n8GISjw/JhnaVpMcHHZaJcamMzcyszAfImlZY
+ g3OdBTG2mL1pOBJLikvQgHBcCoi2AY2IBII4UAWRMIMXS4uN+mvf8I/tfXRunum4eEv+
+ nPU3z3kj9kdi+zfi1mTMeOn+wzzxcdPumDd71YznX3ittXha+c6cRqcefSEuBkhVLLCu
+ 9sETfYR+dET/vQkdIbU1CzTJ2YimZBWtUpALpqwT10lSShKTgitGg0sQzVp1UkiNM4s5
+ BBacW/Ar3Qnv4oSt0XlLwZI6amppZYQCB60phQb0Mwnn4jMUKWqYDb5Ng3LhrQ/+oWni
+ qbT8LV0vD/KvRj+b7S17oWV/dDbzQk9J81MXo29Q+RgqHylHh03XasWyU/ySQ6EFVllD
+ oT4hkaWrqKPfSXI+WnF+dD7FlRRdR+F0iuuoTSfx4jKvXuTPvqXovg3rpusoFkIyasmq
+ eZyNsE5g7Rx/Q5XfLcwSlW0bHKQLvev4CX5uGgRgs1wuSqJOSLZKVp01OSgF0fTq7PM1
+ yzVan1/tcPnsaoaz+r0uqytJEEFIdfrZFHUGtmkI4Qc2MuAI0e+KMo7NHH8oAPZgRoQk
+ 3QjykP7y8OXoiHa41sLF1jDaqLWMThLXETePIG697tUReGo+iPsNPTAgF7Ws6W3ITq94
+ vuPjhswzd9SvfPKkI9S17NAgl7vvlvSbKtNr5zc9M3dHtIT5+o7GHQejO5kzqwtm7n+b
+ 9ozSL+wwjmU7eupFcv5J4YLAcIJJCJp6hG6RN2kZk03v4lFNm0btEB0O0IZUDifJsYXs
+ YE/FKXOM+SSGYmIWRL2GvzMhgkZkvkEVakM4NnQE9SGbjs062jnUmH3SlbdRDs0onZg6
+ SA6h/IvmPHvr89SWFlcsTbJUTVqzIvo2Cos9XR7/hPPi/KLFbz52eEwu3Cft0T9p+Rl3
+ WDqoP2KJSG9IH3Ff6v5g0k6WBJdN1LqMGrtot5uZYLIjVRU02x2pEaLCWWbEi4xdWSUm
+ l2zccgU0KSoc8QYmQEQrxvgkjKlN2gAQPT4kC04qrA4fik+gDzqZpBsnjYwSnEmMOPoZ
+ L3pcZSL5fHPerNM/27PnBfywdi3237+NXSPG3wvdJPngnkVPXBs4NsR+GvtT7HIsGvsF
+ ybqGE71M55Ke2DzOj6rrYAJ0y9lHpENWJkPyOA06wWUWkwWdy6mZoGOCNke6Okef4w1N
+ SLb70rd4zybUw5E9lOgbxTHSjhlxiU5LKvCOABeAVFSMt+CD2HUBYK2KTopadOmRjrNI
+ os/MdMFJChP2iR87qH/DZYbBx7x+yF97+kyNH5+xnP5i+bafvBw72f3U+jl55YPr33+v
+ d+HxM0ufuv/Wg+zxHdMzKmJ/QB2f33P7pLTp0d9SH4bjmHkcx6ABbpEDQTaQVMJO4zid
+ pGd0KoNKG5SoGRrUkiOF0LkS7MaUCKnBgbVRmQiojg16Zd9VeT56HoeSMp4S/ksxPYvV
+ TOd3OoS2HTO/eAdvc+lT9Vsfx6Fyqvhphn2FZfrXRvdRWazxbxgVvwCta84/JuWoz+lI
+ hFTKfs5SZmUFndrgwOGOX+dCYNaZk1k3y7DXLHa745p3+ciqJdpadl6ZfBLDPJcO8mjF
+ sD46pDgfuidUFu4j67TAJJyXCw+/fOxYwJyflGZyTw1uXLBzJ78g9uGuaE1pioYwO1TS
+ A8uZ13Yp/rQ3fon9V7QHK0q4SJ4cMb1hYlQpksmeYjdlCPewH+EUALxODUKSmkfbt4k2
+ Gy6FctQhrcbhICEq7HvXvW09NX4KH2KW2FlUVuDiVXH9pHXMDsNXosxnQZTXT0odeQ/9
+ sto/eJTxFS3f9WXTRLqlipbNKWo7vOAfGN3Vd/fflDn3yTnbmI8dFFM8EWD/yOUC+ns5
+ p4q8RhhYDp1MJ7tc2MJt5Q/BYUbCr65MDTeDf5jbxl/g3uCl6Rl3Z9CdLA7V5bSfccsQ
+ iXcN4gTu4SLkoZMsu9rIEAb/+/CQnCYIq/GAgfACx5KR3Ql+g1PT3Qnbz5wmdBbadIL0
+ C/bEnvfzz0d2vd9tTRQPLOL+RN8wVC8mgqyZs9fLfiakbH1CN2x9rleO68x+3PqM1vvX
+ Nj28qM/CH+5rcKnQuiZFRei+5jOSRrJei606F1uHu9F9bOfVdxEhBsyx6ezX2L/Uu/1a
+ vrPPvNV2yMaKglUoNdYZm43LxXvYe8Ttpn2wl99n3mvZaz0Mhy36OphpnmZ908xV86/z
+ zBb+IBwkh/jDVj49g7eZrRacc81aTbJL0lFnaElFYKjcVrOtX/tTC/rEDxIoIzz1Q7Yx
+ m7eEaeCGrsCea6usqMB9XBmhGzijGTexltVGq9XGE0I7wIYHBfoN55VAwpC0rsnPW0P3
+ c6RQYBmRQY8RCE6ii6TikimkBJFgWe+FwEOLq57pfSYQSsvN1Bfk6vkpulj3W8RNuNzl
+ sZ2xP/0itmxQkF5MErw26Yl0rgHhepDOYcoV78Dv8H/tsmEiiyvwdPwPQAn+G6EMqqFW
+ +bpPv9/fovy/YA7+Z2Ae3ArN0AILlUoInlQRJSbguRXMm1HVMLM+q65jVU9H94ol7ZiT
+ yKVFOpHof7zQuuAJpBeR8O82+PUc4AOkIaTL+AKHZEJKRypCqkaai7QUqRtpE9ITSC8i
+ DSKdR/ogPnJhHTAaJ+AZx08ex988jq8Zx2O7Y+qbN46fP46nGt/Y/pJxPOowJl/pixvk
+ pRjd+P6KcTz91n5jvvKfvRvev3Nc/l3j+K5x/NpxPOI7pv514/iecfx6yv8vtW2BMApl
+ bmRzdHJlYW0KZW5kb2JqCjExMCAwIG9iago2NTg3CmVuZG9iagoxMTEgMCBvYmoKPDwg
+ L1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9DYXBIZWlnaHQgNzE3IC9E
+ ZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTk1MSAtNDgxIDE0NDUgMTEy
+ Ml0gL0ZvbnROYW1lIC9VSkJOS00rSGVsdmV0aWNhIC9JdGFsaWNBbmdsZSAwCi9TdGVt
+ ViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDYzNyAvRm9udEZpbGUyIDEwOSAwIFIg
+ Pj4KZW5kb2JqCjExMiAwIG9iagpbIDI3OCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDI3OCAwIDAgMCAwIDAgMCA2NjcKMCAwIDAg
+ NjY3IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA2MTEgNzIyIDY2NyAwIDAgMCAw
+ IDAgMCAwIDAgMCAwIDU1NgowIDUwMCA1NTYgNTU2IDAgMCA1NTYgMjIyIDAgMCAyMjIg
+ ODMzIDU1NiA1NTYgNTU2IDAgMzMzIDAgMjc4IDU1NiA1MDAgMCAwCjUwMCBdCmVuZG9i
+ agoyNCAwIG9iago8PCAvVHlwZSAvRm9udCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jhc2VG
+ b250IC9VSkJOS00rSGVsdmV0aWNhIC9Gb250RGVzY3JpcHRvcgoxMTEgMCBSIC9XaWR0
+ aHMgMTEyIDAgUiAvRmlyc3RDaGFyIDMyIC9MYXN0Q2hhciAxMjEgL0VuY29kaW5nIC9N
+ YWNSb21hbkVuY29kaW5nCj4+CmVuZG9iagoxMTMgMCBvYmoKPDwgL0xlbmd0aCAxMTQg
+ MCBSIC9MZW5ndGgxIDEwMTMyIC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4
+ Ad1aeXhURbY/dfde0rnd6X1Jd6fT3ensC9lIJE1IQliCIUFNkGASCAQkGhGiOAMvCghE
+ ZERkcXkoLhBApAkZaEAZxgHBGUfRUVSGmcERl/GZceY9nZkHpPudezsEyDfjxx9+88e7
+ t09Vnaq6Vad+derU1osWLm6DOOgGGmqnt3TOAfnx6QFI96yOls4Yn4AemTara5ErxrMp
+ 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
+ vc633jp56Yw8ntHBfxu04Z34P3sSMDIZb1BHQQVUyTfs0h36zXjDL92j3wYN0Agz4Bjm
+ Inj7Hzvf4qTTp6mV9eUTxqdVty3oals0b1aLnAMd+ZH+h9WM1InUjfQY0nNIIaRjSKeR
+ ziP9RSoWSURyIWUjBZFqkZqROqNDD+AzHCZ41nY9P34EP3UEL0l37fezRvCzR/AyVtfU
+ 1z4ifd4IXrqXvrb8u0bwd4/gF47g5f+jXVPf4hHpXSP4JdfzlyQQ4f8ALp0UCgplbmRz
+ dHJlYW0KZW5kb2JqCjExNCAwIG9iago2NDIyCmVuZG9iagoxMTUgMCBvYmoKPDwgL1R5
+ cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9DYXBIZWlnaHQgNzE3IC9EZXNj
+ ZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTk1MSAtNDgxIDE0NDUgMTEyMl0g
+ L0ZvbnROYW1lIC9RRVNCSUcrSGVsdmV0aWNhIC9JdGFsaWNBbmdsZSAwCi9TdGVtViAw
+ IC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDYzNyAvRm9udEZpbGUyIDExMyAwIFIgPj4K
+ ZW5kb2JqCjExNiAwIG9iagpbIDY2NyAwIDAgMCAwIDAgNzc4IDAgMCAwIDAgMCAwIDAg
+ MCAwIDc3OCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA1NTYKMCA1MDAgNTU2
+ IDU1NiAwIDAgNTU2IDIyMiAwIDAgMjIyIDAgNTU2IDU1NiAwIDAgMzMzIDAgMjc4IDU1
+ NiA1MDAgMCAwIDUwMAowIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwCjAgMCAwIDAgMCAwIDAg
+ MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDAgMCAwIDAKMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+ MCAwIDAgMCAwIDUwMCBdCmVuZG9iago1NSAwIG9iago8PCAvVHlwZSAvRm9udCAvU3Vi
+ dHlwZSAvVHJ1ZVR5cGUgL0Jhc2VGb250IC9RRVNCSUcrSGVsdmV0aWNhIC9Gb250RGVz
+ Y3JpcHRvcgoxMTUgMCBSIC9XaWR0aHMgMTE2IDAgUiAvRmlyc3RDaGFyIDY1IC9MYXN0
+ Q2hhciAyMjIgL0VuY29kaW5nIC9NYWNSb21hbkVuY29kaW5nCj4+CmVuZG9iagoxMTcg
+ MCBvYmoKPDwgL0xlbmd0aCAxMTggMCBSIC9MZW5ndGgxIDk1MTYgL0ZpbHRlciAvRmxh
+ dGVEZWNvZGUgPj4Kc3RyZWFtCngB3Vp5fNTVtT/3t8+Sycxk9iUzw2RmMtkXsgwZyRAS
+ CIHEkCAkSDQJCSRIFBCi2MKLClUiUhFZVJ4talmLDCGVAdRSCgKtrUsVl0dbraG1PvN8
+ fQ+7SDLzzu83SST5VD/84ad/vN9vzr333PXc7z33nnvvb1avWtMOCdADNNQubFmxBKTH
+ fRqALF/c1bIizmuHkJ+zuHu1M86zqQD08iUrlnbFeeEJALl96fK1I+V1WE410NHe0hZP
+ BywPhR0YEefJZPRTOrpW3xvntf3oVy6/a/FIuq4SeW9Xy70j7cNl5J13tnS1x/O7d6Of
+ suKuu1eP8PPQr1yxqn0kP2lA+V4HgrFauAtkcAfwQIEa3yYA/hO5HRhMFdPxactQbLs9
+ MfgFaASJv736+5L/quulS39vH/Iptgr/wAjZaH7R5/xRP4CSYPqgYutYilQOHW0E6tMj
+ MAupFKkAKT19mgl6yF54DOmHSDR0kkdgLdImpCeRmLHQAeROkEf6GCF0kqwFC6kKKRjH
+ PJ3ZYZIrHG9FCNf/jON908eniBlH7yNi7ksA2TQ5+SH5AbSBg/wIPOQ+qIRU8tQx/3JH
+ MyYdgBVIPUi05BJyoC85z/EKyQAPQ7CMF5IZ8qLjT7mZjiu5EYr0Oc74Igx6P0tGLpTo
+ OG1/xvFT+1LHK0iH4kkH/ZjjRccB+3LHtuQIearP8bg9QrDM1ri3xo5FX3R0+Xc42nKl
+ 9Dk7ItShPkcA0+eHFI7CYpejwD7gyPZFBIJ8pn2OIy33V44ULIjZnFipJ6Rx2OzbHFMw
+ Kdle4ZuCdIocJE9DGnm6z1PlOIlB7O6xWf7iHRHynWOVqbmeCLkvVFiZusNf6fP45zg8
+ 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
+ YuZapEVI4re17yJtRtqN9GOkl5BEa38Z6TOkISyoRLIhZSAFkeYgLYqNPJgHxsIE70XG
+ 82hExqXPncCLkl1fvm0CL+FyXf0dE9I7J/DLJ/DS/46uK3/nhPS7JvDS/4Suy79mQnr3
+ BH7teP6ahPL/AbYvh+UKZW5kc3RyZWFtCmVuZG9iagoxMTggMCBvYmoKNTk2MgplbmRv
+ YmoKMTE5IDAgb2JqCjw8IC9UeXBlIC9Gb250RGVzY3JpcHRvciAvQXNjZW50IDc3MCAv
+ Q2FwSGVpZ2h0IDcxNyAvRGVzY2VudCAtMjMwIC9GbGFncyAzMgovRm9udEJCb3ggWy05
+ NTEgLTQ4MSAxNDQ1IDExMjJdIC9Gb250TmFtZSAvTk1ORFdKK0hlbHZldGljYSAvSXRh
+ bGljQW5nbGUgMAovU3RlbVYgMCAvTWF4V2lkdGggMTUwMCAvWEhlaWdodCA2MzcgL0Zv
+ bnRGaWxlMiAxMTcgMCBSID4+CmVuZG9iagoxMjAgMCBvYmoKWyA2NjcgMCAwIDAgMjc4
+ IDAgMCAwIDAgMCAwIDAgNzc4IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDU1
+ NiAwIDAgNTU2CjU1NiAwIDAgNTU2IDIyMiAwIDAgMjIyIDgzMyA1NTYgNTU2IDAgMCAw
+ IDAgMjc4IDU1NiA1MDAgMCAwIDUwMCAwIDAgMCAwIDAKMCAwIDAgMCAwIDAgMCAwIDAg
+ MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDAgMAowIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+ MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwCjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDAgMCAwIDAgMCAwIDAgMCAwIDUwMCBdCmVuZG9iago2MCAwIG9iago8PCAvVHlwZSAv
+ Rm9udCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jhc2VGb250IC9OTU5EV0orSGVsdmV0aWNh
+ IC9Gb250RGVzY3JpcHRvcgoxMTkgMCBSIC9XaWR0aHMgMTIwIDAgUiAvRmlyc3RDaGFy
+ IDY5IC9MYXN0Q2hhciAyMjIgL0VuY29kaW5nIC9NYWNSb21hbkVuY29kaW5nCj4+CmVu
+ ZG9iagoxMjEgMCBvYmoKPDwgL0xlbmd0aCAxMjIgMCBSIC9MZW5ndGgxIDEzNDcyIC9G
+ aWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4Ad17e3hU1dX33uc+18z9fjuZzEwm
+ 9wsJCQlkDElIuMSQKCRoMIEEEoQaMESwwhsFBCJFBbko1ooXCKBmCKkMUCylIGBtBWtR
+ qW1tQUv7NrXti62VZOZb+0yIkMf28Y8+/eObk7XvZ5+1f3vttdde56Rz2fJWpELdiEY1
+ c5o7FiDplyMgRO2cv6S5I57XFyCE583v6vTE82wyQvTiBR0Ll8TzwlMIyZ0LF68cud/w
+ MUKO59tam1vi9WgI4vw2KIjn8TiIk9qWdK6I53UDEK9dfN/8kXrDs5AvW9K8YuT56CPI
+ e77VvKQ13j77CsRJHffd3zmS74a4pWNZ60h7XA/8vYMwlIroPiRD9yIeUUgDVyNC/FW5
+ EzFQS+rh15Km2HpPQvHnSAvDht89Mx6X4jfFH1z8onUooHhS+CcUyG60JzEXjAYRUmKo
+ H1Q8OVoj3QeBGEF1qRFUBVQClAeUmnqbBXXjPegJoOeBaNSOH0MrgTYCPQ3EjKb2Qe4I
+ fqyfEUJH8Upkw1NDCsZ9h8HqtsgV7ncjmBt4zv2h5fIxbIXZ+y229quQ7DY5fh5/D7Ug
+ N34Z+fCDqBIl42cOBRe7m6BqH+oA6gaipRDjff2uHPcbOA35GAz3+JGLwa+7f5+d7v4k
+ O0LhfvfJQISB6EcuyIUS3Cecz7l/6FzofgPoQLxqfxBavO7e51zs3uqK4Gf63VucEQz3
+ PBmPljvh1tfdS4Lb3S3ZUv307RHqQL+7EOpnhRTu/ALRnee84s4MRAQM+XTndHdK9k/d
+ SXAjNPNAp76Q1u1wbnVPgCqXszwwAegY3o93oRS8q9831X0UkjDcQ1XBgu0R/O1DlcnZ
+ vgh+MJRfmbw9WBnwBae7fcGKQADSs87ya/m7+Nv4HD6VT+b9vMjbeYOgEzSCWlAKckEQ
+ +Ah+pb/EzR3DB1AJwHLgkMAJbAS/BoXMMfyqVPjqYYERKAEJhkjsYxBejAwRfGBAQ1KQ
+ eJ2TUlwEv3ooXvRqyM2QFCNVaCiShgBCRGGBQlNRGH8nwqF1pq4SS4lukrawouxfBU1S
+ zY0w9V//LNgZ3j6trj6839kQziGJmLPhRnPLjcS/jDuXQ1VraWrqtNqVh7o6Fi0ob/WW
+ N3nLW4Gawo91tVnC3fM8noOLOkiFJ0z7m+bNbyNxc2u4w9taFl7kLfMc7JLuG1O9gFR3
+ ecsOogXld9QfXBBqLevvCnWVe5vLGg7NK13WeMuzNo4+a1np1zyrlHS2jDxrnnTfmGc1
+ kup55FmN5FmN5FnzQvOkZ5HBl7fXld7fCdLpKW+f5gkn14WrZs6pD3uaG8oieA8Uli1H
+ 7AmkYY+jZLYb2ZhM5EYo9iHQJRJH74x9yp5BmuiS2F/pIpjUI4SoaEkxOoG+g3ahPsSh
+ Xkgno7loJzqHF8HavhsNoIvYhTJA9zIogqajt3EsdgEtQC9B+050Em1DB5ES7lmCjFC7
+ GftiD0I+BOl5aG3sBZSECtCj6DgqhF43o8HYvtghqK1Fd6L96ADc/xPspQ4y+thrsStI
+ QDOhz7VQcyE2PdaHdCgNlaIaKF2L3sA++lKsDVlQEXD3LPoe2o1+hP6EH8EDsbZYV+x8
+ 7LcgqhbkQHVwrcID+Ld0H/No7NnYH2NRQCIZpcBTm9BW9CL03wfXCVCt5fhe3Im34m1U
+ iHqEGmDWseboMOAQRFPgqgStvAEQOIJOob+hf+LPKAutoTvp07G82P8hBZoGoyQjaUVd
+ cK2HazOM6RjmcBaejGvwKvwU3oZ/TqVQd1L11APUCupTupq+m15J/5y5n+lnN7E7OUX0
+ 89ix2JnYL5AZOdFdaBlaDaM7ic6ja+hLTENfDuzDRbgUz4WrG++ijuDd+AhVg0/g89R+
+ /Bt8GX+Gr1MspaSMVCrVSW2lDlAnqZ/R7fQ2+mn6N/TnzCSWYnezn3A+/pfRedGN0Z/F
+ imK/jX0BKlaAnacQMK5G96BmGG0HGof+B0bxKlx9MGun0Gl0TrouYwcaRF8ACgjrsA3n
+ 4BlwVePb8QLcjp/DR+F6Q+Ll7xRMBCWjtJSZclB11DxqCdVN/YLqpu10Cj2VnkP3wXWW
+ vkhfp68zLKNnjMwUpgptYpYwz8C1h+ll+pl32EJ2ElvNzmK72Y3sJno+e4G9yK3mNnP9
+ 3GfcX0AtTufv4zfB7JwDmf0RyPJXPwYnAfc56FtoPi7D89B2mI3duBn1gHS14A2AVwdK
+ jjXSq+kpVBZIwxvo2yCtz6BVaCN9N9od+4Dej94HSVkMXXajvUwpcrI7YHYeQVkgRSNX
+ KJgSTA74fUneRNEDKt9ht1ktZpPRoNdpNSqlQi4TeI5laAqjtHJvRZMn7G8KM35vZWU6
+ yXuboaD5poImWMqecMWtbcIecl8zVN3SMgQtF4xpGYq3DI22xBpPMSpOT/OUez3hn5Z5
+ PRE8Z2Y9pL9T5m3whAel9Awp/YSUVkFaFOEGT7mlrcwTxk2e8nBFV1tPeVNZeho+EgI4
+ 5OlpRHGEkIJ0HEaTm1eBgkWTSYvysM1bVh62eiENdbSvvLklXDOzvrzMLooNUAZFtfXw
+ jPS09jDwiR5TtnhbHouE0Lwmkmq+uz5MNzeEqSbSlzY1bPaWhc0PfmL5KnsjVb7ppsow
+ 5atobu2pCIeaHgNwSbaJ5Jo3QW5anQe6pdY11IfxuhEmCI+LgFPCbnxP8DUt8oRl3lJv
+ W8+iJgAX1db320I2SfmGUU19vzVklTLpaUcsq4tEGP2R9NvSbyNxkWhZHY9/vyZe/u4J
+ EltWn/oY4mm1owBggoC3CvgMe+ZLD/ECswUkaC1APfMLACf4NWAYZjvwMzlMgczQvjDr
+ q2oOd9fdYKOtLM5c06KyfpnVJm1CpQ3QvqlHMwFmCtprvJ6ez2G3bvIO/unWkuaREs6n
+ +RyRSjLRo7ISxs030l1ks/TBqNss3jYyv13SnELeaym/qQDyBBrCc9gAG3hNvRj2NEAB
+ WJNp0yJIVlN/EOPNDREcWxdBZc4jYKPS98yF6jQiau1l8HzIpKdBQYoIqYw0TwU8uYLI
+ iqfH01PV0uOp8LSBMDE+KYaK1p6GTECwrh5wQnfAE0MN9tFka0PDBOgnk/QDt0Dzngbo
+ YdFIDxBLRZnD0CgrDTZT2l9TP7M+3F1mD4fKGmAWQHxP1NSHT4DkNjRAq+xRToHjVe2W
+ EZ5zgOfsFKjPjfcCtks3dNHQ00P6rKv3iuETPT32HrLe4vkIRmMLQiMFEUSaEMgjuLsG
+ 7oXIK9qlORC9IrDVQDAdByJ9Q6LAZv/3COeP8g13jgdu8yWEC/5DCBd+E4QnfCOEi0Y5
+ vQXhYuC5iCA88b+H8KRbEC759wiHRvkGJm8DbkMSwqX/IYQnfxOEy74RwuWjnN6CcAXw
+ XE4QnvLfQ7jyFoSr/j3CU0f5BianAbdTJYSn/4cQnvFNEK7+RgjfPsrpLQjXAM+3E4Rn
+ /vcQrr0F4bp/j/Ado3wDk3cCt3dICM/6DyE8+5sgXP+NEG4Y5fQWhOcAzw0E4btGEQ7Z
+ w+hmPdw9Ru2i/7hivvsmyMFSYnWolCpEl9lZyAXnrjkQ93GFaD6UnWPuR8+O5GugboC5
+ jESI90N5LRzAiyAuAKoEmgi0Fp+RaCO3H60leSDSpovajzZCe/IcM+S7Ia2AfnQQG4Ec
+ wMYN/5EScfgOyE9AL5Pj/E0/CtI0ENyAWCAOCNxPUojghCBDckgr4FT39T8VFKtRAnit
+ ENLCmU0vNTPAedAEZxoL5KzIhuzAjRO5IAen0v9Pfp6RcYxDTXASfQifoNrgpNNLRekI
+ U8p0MBH2EY7hOvgJ/O+EHKFJeESIyubI3pWXyXsUixRHlQblflW96s/qGjgwlcIEnIez
+ Ow3Il8T9ckImGE9AgiaC0Hkgkoc0/VEEMUAI0vxH6Kg0V7NSj0IvLJqVmpWdqxW1AaBS
+ ZnNk6Hfs8S8nR5gZ18HHAy0ug0gMMKL0nJyQjU3h6RTE8XKZ2WxjcQuDrIKsRVzxEDhe
+ qq/NKB4uri5vLfsUlZTMGNQMZmfpc41eLdDlC/BjxEvDW8G5QOQHZpadCPxTIC0KdClU
+ U4nrcRumN9A7mJ3yffKILCLnkuUY8RyHKUEmg0COeBZvwjTjMcjlPh2UGVjWp4MGCgVL
+ y+QMx2IFhWlEuXghghtCMjhOcTI5zUKuN6RTqQjTz+Hn5Falare4aS4wba2+ZpkxPGyV
+ 2K4os6ASc3FJ8YxhGIm2sARrdYWF8KctzFyfkbpKMw2sPuaEPcycalifYRkpoKGAPtWQ
+ OtJ2vaa4mAfKzsKNjagRK7A+F3tpkfZievNvBtf9ljJe2jZ87HtvU09Qc6iNww/Q87+c
+ jCPRSgmNObFL7FL2E0n2D4aK7OwOvJ2l3djNPILXsxv1bJ1AP+rUao3cBCetnGCUuSiX
+ y0pnU0WabK3NI8u2Wt2e3eKiBfEJGazW/H3G4LVBXWEmzMlgCUmQeZm8MjQBOcw+vV/t
+ s/sVJlkOUhk0OVinTdDwDsixiM7BmGJouUWZgxJ0EAg2LgczGALiX8KaYk1xamo8JAUP
+ N+JGAZu9GdibiLQaXW7O+PzxuRzPiZ6AX6sZny96GRcepz0pnu7/MPr5Xz/76P6JrpO2
+ LX3R92PotU9eOYqnJLOfRC8d27wn+k70dDQa/eG+hievfvf4rp/iV3D5+d9J8tgHcj8I
+ SBH9Uh1K4l0Mo6Bd4HaUCS65QlBSSiWFuHaqSGZT04IPWVXqCFYcErdtjAMCAgqIXLsC
+ k0UQgWkuKSagDIOsikZRO0K4j8kc2kqnDv2Cfuj6ScrNHh+Ilu6Pqvvg0RIf82MfEh8J
+ SkRedCE0yc49itdRtBO72UfxRsfrHjYkJDBGE61ZYlptohJMWhXzaKJG69LrdEZ+QiJt
+ FFQTbDIv5fXSLl0ETwtpaCabLtL49DafPNtlTQJn78JD4qKOW+ZxWDM4wvggzCawDfxL
+ RYWNI6IqTW2aXURKh8/jxz6lXQ4zJ0LAISYHUzTLKJyqHCRz8zmYpSAAH/6NyZSmkcwj
+ Mpv0oxMp5iTpxTxR6w3AZHpvTGaA/nTHL7NPJ/3ulbejf/gUM2cwS0fHUeu6s1qr17wV
+ vf6Dn559A2eI7OWa+6Mf794a/Vn0QvTL6OHfY+rloT8fvy916r738DK89NJ5sp9g8Mog
+ vAXApZGZvFU4Km06GangQyRqjMrMytbnar3nzp0j6gkq4V0KMw3asyg7pEcUTbkYVqBt
+ PKZ8LLJy4O+uOyR2kRVefY0s52oNKCWSKCFKiUzzs2eoq0Mzobu/9YEWInL1BfQnRwbU
+ HMprV7brViof1DGVhnpDm+FBA8MLLq1GI8fqBCJtcoHidEpGZjBkMzZTggwEzWj6GkEb
+ 1urMhXE508SnCzdmZzXqxRzw/HBeABUF/BCJOfl5fdS2U3+5+Otozhm6e0Xp/dFOvOnR
+ vezxX519JTa8lTkywR2llz1BdHJN7DH2KsieEQXQldC97fQi40p6nX67/Yydm+posM9x
+ tBiXG1c4DlvP2oQCwWKn7FYrNtrsNpsNYStGVpcOUlab1Wa3GCkuCWGty4goVkUKGDEg
+ TlDRgQmYlblApwSTsmXW5OAHY3QKKskFdUKGR/ReYVz8zIUC6ElhleY0Xq9JLU4thvBU
+ KqhCCyicZLef0yj8CT7el6hMykEetSsH+zlIeeViDnZrIPAJgRwkSSSRRVAqD4MwNvr4
+ gBqPSJ5O9JhNWgPP8Uz++MB4c74uT4MkjQM20Uctl2t/uDS6/+SBp94AR+26Y1u8eauj
+ sxcn7245cddt0b/+75+jfwSFTDErX03P//gSrsQp72HNlz+Ont+85uxqm9a6+tvb2jDV
+ BY7UYpDX09F/RN+Mr3d4HcKuAPmQAeZPhXS8qgpXsg24nm1nWwwrWMF0DJy4VmTHjlCp
+ V/T4m3RLdcsNtM7lNjiMtOgyGRi/LsnnQjKZnXcpKL/DLnh8RrfPRGcntNttQcHvC8gB
+ 54vitrjujkst6KrB9+AC4S0uGY6LUKHWPIJ3YWEjoJ9KthoMEjROkiVazCF+RY53YTc2
+ mU1mIyzlTOyXKr30lE0vLpu4IGo7Q/X2LnlnybxZs1meVugyrsmVjJJvKXwwWnSGdnRs
+ +W6hKyqndmfPHV7bm+td1n36jmCFQdQXz/r8iWz7cA+sQRHWDKxHsCfGhWyYcyGeYgRi
+ GKDrFO1jmeucVSCbbLXm2oxroKmu3bANyNCAZ1C3Xq2Yx5yLat+KatnjfV/+jVXDQiQy
+ vh/0ayb0TazC4pDXzAbYAg0tByGdoJGZaJPJIPMpbRbsM1jNlufFbbfoSYBJ2u2KYa1h
+ rcFsIntRnjZXq+Ep0UP7rVjEncUNPx++K/utqkejm6Kb1lVRk9njQ53PL3r+1bnfozcN
+ nYn+dUv071i+BSfQhaCVamMfSV7nBHifUIx+FSpIycJyjcKudARyKzXtskUavlDQKWW0
+ PYdPkjk1SmdRKpURLDpcRBXlpPh0Gp4VHIFEsyOCe2A4TjcfcGYoKGeeopgvLnYY+GBK
+ b5Jtkj3omJoQKLBOnPQDvAMAPoK3o5Ed4Jq0l18ZPnVjdLD8YAsgK5AIQcZgxiBZhCAb
+ 0h6QnD/emAir3YfzE0RkccGWYPIYRCwmovGUiGxOswgTAMGI/o+vtofBYGlMkvCaiNU4
+ AYPKN+J8QG+c35sIi847CecS8dIaoBE8AtZlYsBPlmeiP29c/ng9Vi+rvqdhu9iWs2Re
+ dh0emGRUrnnwO0WivJf9x4vHu5abfUqXNiXN35hiko3/2UPbjh/d0fPOnLSqPU8aHZxa
+ 5chciBcLaZb0u+ump9S9uauycufwDkciTa9TcqXeUOWi72/Y9pIeXyEyAm8l6PNMtXRa
+ 2BvK3GvFOy29wn4LPVXQ7jLQtIFz2niV06Cw83a7WRPQYTpAaW1OecBsdcCrWv6QuGzV
+ V/tr8YzBwkKyqY61lMaBketTGuV+pNZr/HEbyQo5sJFEyUZSmFR+sJEgkFk4P7GRxK+x
+ kSRskSluIQGscQRzCXQU6LBcnrp42dynWbb6lalZG7Z0rLH2uf5y7N0vse49B1Mdfn/+
+ mt4lz+/+aOMDvziNcz+FVyoTWMCgIHaJHmRPgj3kRA+Ecsarp6hnq/cy++ysTzBQCU4N
+ EpxOXi+nnGYFm6HP0AS1OptbEbBZXe714rLSm4c/fOUKAhsR/rRg8UpSZLM4ZHKEsUUB
+ Y3NAgKyUH8ntgh8GCH8PPwyj0hFRkASEM4LlYIaF5s0jw0J543S5f9+ye9XuPQ9u2Id7
+ 6rImvvpCySv3HYp++dmv8T1X3z/3kx+ff4saP841jXJ+OWnb/Hqc/uUf8WxYb5WxS4wN
+ 3vI44I2gDytDK3cIT9v2umlWTSWwBqNal2A0hJQhgxC04WmK1+kz+E36jP0D4UPZRfcH
+ 3qvmq17FGe0ZHXW3wIpJCc+YnEmFHM+bRKeDlztNCh+/w7HXcdjxvoPxmRJ8DtYqV/Ja
+ dSDBGWBtgaQMPmC1+gPviXsa4wANX5EM6feGpdOAdCjIbByVkxtWmARZBfIyLA2v0DDL
+ cG6wfHUavcagYTilL9Ge5Ece5PRjl1Nm5v1IYVT7sUrttYlQxEIgWECuVBoIyLIkdhkx
+ sSGVkpryMF7aiJbCmYLodJNRdMFKJCa2GsO65OJbYK6k5hM5sIMGLhbk6zRDn7FP7PjO
+ HVmGg/zt2bUrb6s9Czug5XfYrUie+upDvSz2MlPuvXPm4qkvvHi6MX9K0ZMZNQ4N9sJ7
+ RAqXRv3LKx451IPJhyowJxOjRfRVmBM3Soc3vIdDM/INVUKVrF5okG1Q7rP3OvcF9qQe
+ sStCAm1KDKpPyRNBzTFc0GmV65zyhAw+I4N10BmmjPQga8tSqgOqSf6Aw5qZdZMgXhss
+ JEgPX/kcdNnISgSJjBu5cePWm2xzKbRJPo3f6/L7UbINAq1CLaIEtVLlcyb6ccAehPWo
+ 1MEGFQdRgnBEWomE5uUSC0JM9AdyAUoCo6TBkrSwDJGk6KTVCWoPUw/Nzc3bU9wRPffq
+ n9SHVYGJa94J+en8natei17H/FFc9tL/vFHh2/rQydvToheY0kneyeuHct7uurTr5cpA
+ 8ZZZv6qt+Qd2YhXOiO4+0X/PM98/3jd/LZUOeGJ4S42ktWtCdaE0kE7BzJuFABPQL+eX
+ C4JeRemN4CJxcrxRKVcF5bDbGYPIBPsdfClzSJwXX7s3zARiIUgrtxDrYO2iRrByQW/H
+ lbVXS0yDRM6o9a4dCOXOfuQPdelHXNnrO14fYE8OfzRTLHyx4bnhmdSLXePrn7k4fJbM
+ N0X4w0WwBxMfQ37IwX/CANMcLZ39QT6CPE1O//u/4uTUcPGp0T0ePACSqS2d/9cehh+T
+ cv0ie/xtaewboW9y/qdRMASjpOUs2A3QJ6KtDHtTl185FOKdbRwYkE4AI/hxPmYK8qN1
+ oSJe4NVcglkwq80JASEAS7nSOkuxUKH0+uQ2p9cqpxizT3SanSqOR5zd4aP18mR4pjYI
+ H7ngfluQfNsTAl2X4QPhsQaSI1h1M8hXNNcGrw2PjA58BHCYGJTMX7Lp3kDcOIK4+cYu
+ CcCP4H7TDPSHxjUs7a5OSyp+ofWD6pRj985Y9PRhW7Bjwd4BJnPn7UkTS5IqZtU9e8fm
+ 4fHU1XtrNu8ZfpI6tiRn2nPvkJmR5oUehHVI/GRzQ9mHuTMcxXAGLmDo4jp51qCkDBaN
+ k4VhWhRyGw+mvjIoszlwhiVoRVY7mCC3iE9ctcVXG4xrUAvWfHxAGITIeNNQiAyBrlFj
+ kCO89sD0/W1XatIOO7NWh4JTC9LtA3gv8D+39nuzXyCyNK+4RWUqzVvaPvwOMAszXRT7
+ kBFhv1aCl8+Kngjl7hS2a542vcz0Cns0+0wR4azwPvOJ+g8G5QSBc1p4pVOnsPJWq5EK
+ JNjssoARjicRLINde0Qrx70bo3oirh7AtelX6GWgQbWUH/NmSLEqSMkNSj/CGggEE2zS
+ tBoCSceSIBW2sSSdZEDDKoGdWQcuDEqEHUzamD9elzX96Mvbt78IH7cMRf/xq+gQ1v2e
+ 68QJe7bPfWqo/8AV+lL0T9Fr0eHoazh1CAynENmbu6J3Mj4Yuhq8BJ2htH3CXjOVLHgc
+ WjXnNPIJnNrpUCSqqYDFliTP0GSIwcQEqzdpvXg8PjxY2VficyNtNGRiyLTAScphsiPW
+ 5mf8yA4DY00QYKvaj2izNCZpWGRjToofCWDOjMQIxrlx+YQPDsh+AWab1ku9uddXcfRY
+ uQ/CaEZffuiub78ePdz5zMrarKKBlT9/t/vug8dannlo9h764Oaq5OLoH2CML2y/J89V
+ NfwrsgZhHVNbYA1q0e0hf4D2q8bTUxhGLWgotUwrUwYEIoZauWDTY2J7IKtOH8HlsLBW
+ SxsrGaN0NC+ZUXJq+BQsJelkE9dfkujB8SUDTAmiujYeML50L2txauyaDVtgqRzJ30XR
+ b9BU37LhnWRdlMbep19npsHelIkzQo8XyHay23VPG3Yad6ZwyUm+QL5YIU5JmhKYlTQ7
+ sCBpoX+lcqVqpbrL25nU6ev073H1pulp2JLZdCZDj2xGu9lhMaYbMpITFO1wOsv3Ub5E
+ lZxJ1VvedDj1POPMeCZVkcnL1BqKR5lips1tMVkC5knJfj6QbMtWuwOaSSiQYc3K7h+1
+ I0CFxPe3Qg2kyHALMyGEJUfmmFj0xJ5fKs3ydJxO+Y0+m19Uu0Ukg8/6MJ0GZwLwwYrY
+ qYMyu8EiYk9CoojERLVKCMhF7PfJ5DgdHLZcEAKX1iFiqwkCyZyQnHVSIInIDcEHk18v
+ bYOSuEgnRTDlyc7Be8mpkawIs0k6SxKnBeya+DPBV9bbsnNi4P7HN97W+csjf7t3MrWf
+ 9U96ekF7eXL1AydL2z/89WdneHwY18zJmj37rvIksMASU6oe3vmDzXPaJuZMqQ5VpFj1
+ zsy08qceP//h89Q/QZbMsc8oGTsHtEPt91UZ8hNqHMElIR9jKjTTnFqutYG6hi+cgsio
+ NibQbpqih0xWq21IXDhixQ83Fp6SXGJxNZ1JlPRw8aBm+Iq0eRBftHQYHDm3+PPATs3t
+ ff3AAb8xW+UyuCcHVs958kl2TvQXW4fLC/TgKNgsEx5eSJ3eKu2H3bHL9K9hPZO3FHND
+ EyKGswZKphcMVr3VkMw9QL8PWzhi1XLEqeQs6C4Lb7HA0SBDHlQqbDYcJMy+e2O3nEGU
+ FxF/mP64nVNSTASCiD6c5m8+tXrHS/ZdAPj14QJb1poflPkG9lPecQu3flKXTlyVw4W1
+ 45p653yXUl+/8NzElDuert1IfWAj61MBivePTCaC/TqUUYpPYwotRG1UG72QW89sYPei
+ XkqAL9eocmYq+yizkT3DnGWFquT7k4kHHVTtQrJO4VPJSKxjAAxaDxPBaw7T9BIdhSn4
+ fnRNyMVxS3TwJJZjaAweRZqjEXzHJBfIZPVRRzGxItYewn2cNe5r//jjEW87+NqLwduu
+ k1a8rpCfkZGqqb4yg49HqdNmrgz5qKCOphkUBCc/2NO3dA6+6T4WfdVvYeFwYWHcjz/a
+ M8trUuEPvABgOjcu1cswuOLxR9iFU09HF5+ILgcv70667foFQAjDuyjE7oaUEntCq6cw
+ +2Uw/biCr1Ksp3uEdfK3qFP0m/w54U35OYViAb9IaJW3K7r4lUKXfKViHd+jkJO21BT6
+ AbSCpWcnm5LhhMQU4SLmcfw4w8kYTCvA/8opWcQJcgXNy9WAEc9yuwSaOSWnZKcUCO9S
+ WlUEcys4TeDFhDSoeDg6NDA+ADU49ROElCxgw8MXiDqlUsGCuw3+YLoGZPA9mTyCHwvp
+ dXBE5TmGJQ05XibI5DCzj4XUOoahFUoYtnQrXg/wr9esOmVhyZsN4sKTEutXaU6NlhA/
+ 09KlS+EQYqdy7QRLBcD5/s8uvPXuLwei545d+vmx6E8A0gF6+tAResr1C/TEoR8DoKCb
+ jdEq6exAdv63Qt/qMW6w7LXQPGfmCnSVunrdQv4B+gF+k2En2sHuNO4w7TD3ol6TphJN
+ M04xnzMyZeybLLWe3YP24L1sr5lNSmYtRrMJ7FGjUpHgFNTEUDDZAVAiE2ajpU/5uAns
+ hffiEgyiN+OK5RYg48sOIM6xZlrAuwaCWIgBupDOCE4n0xKd2WxhMSbCbQGnJoGGRALE
+ gEJ21lLimcS5HE3xlKQU88iBLH/8JDwekKFp8Yx/zbzSZ7uf9QddmSmanEwNO0kd7Xwb
+ nHJM5sLok9E/vRZdMMAJL6k40SI8lcRUgyg+QuwkeA9Lr2DfBT1jh7NWcyjf/okV8U5O
+ 7qRxgqHQaVJxbq1chLHaXUGLW63SBs06Xpegdqsp9ZDB6hHfFReOnOxHVeJFOKSOWK/w
+ yoPoxRJwK5YM4uwsHTkmjO6zREvClZeb58vLNfJwlv++t2RAm2R2WBW1nv6B/m3bKP0A
+ /NjScXdT1EsUvvO1zUMt9LObe91vv33m+kVJV0IAXxG3wreuX/eDgxn4K5LAciff2aah
+ TDh2jUN5aDx8/VuGKqRvaadK38veLn3PWwvf6N6JZqHZqB41oDnobnQCeiArFkvdc+Rt
+ cm1V6aw5M1IrWxd3tXa2z2+WWkjVEGwCAiMBvlhG5J0CIkecD4CuAn0BXQlAFqBkoAKg
+ SqB6oDagFUAbgHYC9QJFgM4CfQB0FegLEHAByAKUDFQAVAlUD9QGtAJoQ2zkB89Do2kM
+ 79dvzd82Jj95TL58TH7KmDwY2rf0P31MvmZMfuaYfO2YPPkG4GZ+7xyTJyjfXD9/TL5l
+ TF6Sh5vGv3BMPeB1S3/tY/KLx+Sl/9W5qb9vjam/b0y+Y0x+2Zj8/WPynWPyy8fku8bk
+ HxiTX3lr/rokr/8PAE2J+AplbmRzdHJlYW0KZW5kb2JqCjEyMiAwIG9iago4ODYxCmVu
+ ZG9iagoxMjMgMCBvYmoKPDwgL1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcw
+ IC9DYXBIZWlnaHQgNzE3IC9EZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBb
+ LTk1MSAtNDgxIDE0NDUgMTEyMl0gL0ZvbnROYW1lIC9SSUJWWk0rSGVsdmV0aWNhIC9J
+ dGFsaWNBbmdsZSAwCi9TdGVtViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDYzNyAv
+ Rm9udEZpbGUyIDEyMSAwIFIgPj4KZW5kb2JqCjEyNCAwIG9iagpbIDI3OCAwIDAgMCAw
+ IDAgMCA2NjcgMCA3MjIgMCA2NjcgMCA3NzggMCAyNzggMCAwIDU1NiAwIDAgMCA2Njcg
+ Nzc4IDcyMiAwCjYxMSA3MjIgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDU1NiAwIDUwMCA1
+ NTYgNTU2IDAgNTU2IDU1NiAyMjIgMCAwIDIyMiA4MzMKNTU2IDU1NiA1NTYgMCAzMzMg
+ NTAwIDI3OCA1NTYgNTAwIDcyMiAwIDUwMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDAgMAowIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+ MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwCjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAK
+ MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDUwMCBdCmVuZG9iago5IDAgb2JqCjw8IC9UeXBl
+ IC9Gb250IC9TdWJ0eXBlIC9UcnVlVHlwZSAvQmFzZUZvbnQgL1JJQlZaTStIZWx2ZXRp
+ Y2EgL0ZvbnREZXNjcmlwdG9yCjEyMyAwIFIgL1dpZHRocyAxMjQgMCBSIC9GaXJzdENo
+ YXIgNTggL0xhc3RDaGFyIDIyMiAvRW5jb2RpbmcgL01hY1JvbWFuRW5jb2RpbmcKPj4K
+ ZW5kb2JqCjEyNSAwIG9iago8PCAvTGVuZ3RoIDEyNiAwIFIgL0xlbmd0aDEgMTAwODQg
+ L0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4Kc3RyZWFtCngB3Vp7fNTFtT/ze+8jm93Nvh/Z
+ XTa7m837QR5LIllCEsIjGAhiggQTIBAQFBCi2MKNAgIRqYg8FIuilqfIElJZoNqUgmBr
+ K1pF5dJWK1jrba7tvdqHkN175rchQj7WD3/46R/399szM2dmfjNnvnPmzGuXLlnWBknQ
+ CSzUT2tdNAfkx3cJgHTOWti6KMGnoEemzOpY6k7wfDoAu2DOorkLE7z0BIDSOXfB8oHv
+ Dd8H0F5tb2udnUiHq+gXt2NEgifD0U9rX7j0/gSv70F/woJ7Zg2kG6Ygn76w9f6B+uEi
+ 8u67Wxe2JfL7etFPW3TPvUsHeFpO7aIlbQP5SSPK9yYQjE2Be0ABd4EIDGjxbQYQP1U6
+ gcNUmo7P7CzV5juTy78EnSTzd9b9QPZf8/zk/D/argZUm6R/YoTiWn7qC8FYEEBNML1P
+ tWkwRf4OnZQoNGRGYSxSBVIRUmbmKAt0kt3wGNKzSCzMI4/AcqT1SE8icYOhfcgdI490
+ c1L4OFkONjIurOJcUwxWl0Wpcr0dJULPTtcHlo9PECv23kfE2p0EilFK8ix5BmaDi/wI
+ fOQBqIV08tSR4AJXCybtg0VInUis7BKyrzu1wPUqyQIfR/AbP6Ry5GXXH/OzXZfzowzp
+ dp0MRDn0fpaKXDjZ1evc6fqpc67rVaQDiaT9Qczxsmufc4Frc2qUPNXtetwZJfjNpoS3
+ zImfvuxaGNzqmp0vp0/YGmUOdLtCmD41rHIVl3pcRc5LrtxAVCLIZzsnuDLyf+VKww8x
+ mxsL9YV1Lodzs2sEJqU6qwMjkE6Q/WQHZJAd3b5xruMYxOYeGRss3Rol3ztSm57vi5IH
+ wsW16VuDtQFfcILLF6wJBDA89ay4WrxDHCUWiJliuugXPaJdNEh6SStpJLWklCRJjJIX
+ uytcwglyACoQlgNHJEHio+QljOROkINy5MGjEicxEkiGaPxDVF4Chig50KOlIQy8LMgh
+ IUoOHklEHQy7OBri5AQtQ8PooAsMkRgYBxHyaFSANaaOCkuFfqQuVFP1r5wWOeWam/mv
+ HwtxRraOb2iM7Hc2RQpoIO5supbdci3wL/2lyzCprTIzc/zk5Uc6Fs2fU93mrW7xVrch
+ tUQe6Wi3RDpnut2H5y+iCe4I62+ZOaud+q1tkUXetqrIfG+V+3CH/N2Q5Dk0ucNbdRjm
+ VE9pPDwn3FbV3RHuqPa2VjUdmVm5pPmGutYP1rWk8hvqqqSFLaF1zZS/G1JXM02eSetq
+ pnU107pmhmfKddHGV89rqLx3KWqnu3reeHckvSEydtK0xoi7takqSnZjZNUy4HtBy78C
+ 6Xwn2LhccAHEP0C6QP3YbfFP+DOgjS2M/5Utw049RomJVZRDLzwKO+AQCLAXw+kwA7bD
+ 62Q+ju3p0APnSSrkoO3lIAoT4A0Sj78Fc+AFzL8UTsIWOAxq/GYhGDF1I/HFH0A+jOGZ
+ sDr+HKRBKTwMr0AIS90IffF98SOYOhlug/1wAL//JfEyh7mU+EvxSyDBJCxzNaa8FZ8Q
+ PwR6yIJKqMfY1fAq8bEX4u1ggTKU7ml4BnbBz+DP5CHSE2+Pd8TPxT9CVbWAAxrwXUF6
+ yEfsIe7h+NPxz+IxRCIdMrDWFtgMz2P5h/DtRdNaTe4iS8lmsoUJMw8xPdwa3hzrRxyC
+ MAbfWrTK6xCBY3AK/gf+ST5nLKyWXcqejhfF/xdUMB5bSVvSBh34rsV3I7bpBBFIHhlN
+ 6skK8gTZQn7DZDC3MY3Mfcz9zCfsRHY6u5z9DXcv181v4LcLqtiX8RPxM/F3wQxOuAOW
+ wEps3Uk4B1/AV4TFshzER8pIJZmBbyfZwRwju8gxpp70knPMfvJ78jH5nFxheEbNGJlM
+ ZimzmTnAnGR+zc5jt7BPsr9nv+RG8gy/i78s+MT/jM2MrY/9Ol4W/yj+DzSxEniwZyph
+ ItwJrdjaRTAc/gNbcRDfQ9hrp+A0vC6/HxMH9ME/EAUgemIjBaQO34nkVjKHzCM7yXF8
+ X5Vl+RuDHcEoGB1jZhxMAzOTWch0Mu8ynaydzWDHsdPYQ/ieZc+zV9grHM+lcEZuDDcW
+ NnALuafw3c3t5bq5N/kQP5KfyE/lO/n1/AZ2Fv8Wf15YKWwUuoXPhb+gWZwg3iNuwN55
+ HXX2Z6jLXz8cSUPpC+BumEWqyEzYir2xi7RCF2rXbLIO8VoE6fFmdiU7hslDbXgVvofa
+ +hSsgPXsdNgVf5/dD++hpizAIjthD1cJTn4b9s5DkIdaNPCGgxnB9IDfl+Yd5nGjyXfY
+ bVaL2WQ0pOh12iS1SqmQRIHnWIZAVrW3psUd8bdEOL+3tjab8t5WjGi9LqIFh7I7UnNj
+ noibfteKSTfkDGPOOUNyhhM5w4M5idZdDuXZWe5qrzvyqyqvO0qmTWrE8KNV3iZ3pE8O
+ 18nhx+RwEoY9HvzAXW1pr3JHSIu7OlLT0d5V3VKVnUWOhREOZXYWNRxhUNGCIzC6dQUa
+ WBhNc1RHbN6q6ojVi2FMY33VrbMj9ZMaq6vsHk8TxmHU5EasIztrXgTlhEfUs72zH4mG
+ YWYLDbVOb4ywrU0RpoWWpcuMmL1VEfMDly1fs9dC1RuuS4wwvprWtq6aSLjlEQSXsi2U
+ a92A3PgGNxbLrGlqjJA1A0JQGeejpFTcxJzga5nvjii8ld72rvktCC5Mbuy2hW2y8Y1A
+ fWO3NWyVmeysY5aVZR5s/bHsUdmjqF/msaxM+H9clYh/u5f6lpWnPkR//ORBAAhFwDsW
+ 5Yy4Z8mVeFHYUuq0lULXrFLECZ8mgs2ch/KMjjCoM6wvwvvGtkY6G66J0V6VEK5lflW3
+ wmqTJ6HKJszf0qUdgT2F+bVed9eXOFu3ePv+fGNM60CM4NN+CTSRdvSgrkRI67VwB50s
+ fdjqdou3nfZvh9ynyHst1ddFIE+hoTJHDDiB1zd6Iu4mjMDVZNb4KCjqGw8TsrEpSuJr
+ olDlPIZrVPbOGZicRVVtXhXWj0x2FkZkeDCUk+WuwZprqK64u9xdY2d3uWvc7ahMnE/2
+ MaGtqykXEWxoRJxgCtYYbrIPBtuamkZgObm0HPwEs3c1YQnzB0pAX47K7cdMeVk4mbL+
+ +sZJjZHOKnskXNWEvYDq21vfGOlFzW1qwlz5g5KixCvmWQZkLkCZ8zMwvTBRCq5dOrGI
+ pq4uWmZDo9cT6e3qsnfR8ZbgowSGRoQHIqJAs1DIo6SzHr9Fz+uxy33g8XpQrCaK6XBU
+ 6WsahWv2b0e4eFBu/LIEpS2WES79jhAO3QzCI24K4bJBSW9AuBxlLqMI3/LvQ3jkDQhX
+ fDvC4UG5UchRKG1YRrjyO0J49M0gXHVTCFcPSnoDwjUoczVFeMy/D+HaGxAe++0IjxuU
+ G4Ucj9KOkxGe8B0hXHczCE+8KYRvHZT0BoTrUeZbKcKT/n0IT74B4YZvR3jKoNwo5G0o
+ 7RQZ4anfEcK33wzCjTeFcNOgpDcgPA1lbqII3zGIcNgegevtcOcQswvfuWGefh3kuFLi
+ 9VDJT4VU3HNNE0JQz90Lk3FzXYZ+KVIt0mpyRqb1NIxUxuyH9UwIzBjuxLwqJCOSA4u7
+ dg6kBoHUID8KdtJtubw9R+8bH/YbY7+OxKKBx92OKEdJOC/TR4mkwj0cfZKQNJCMJ1L0
+ 0cnu/wdHLzdiOO4B6xkl8w47lT3JbeAu8ko+i18ngFAjbMU9xsOSQ1qJCFcCcOdwX80i
+ UhWJMzMpFxc2SJI2CnAOifIYZi9GgUMCDIsX4biM7dTM41gKD1Mz8/ILdR5dAKmS2xi9
+ +gf+la9GR7m6K3j+gqWnYnfcgvUw2AcquBCuryWNpJ2w69ht3HblPmVUEVUK6UoCoiAQ
+ RlIo0FGCyJMNhOXcBqXSp8c4A8/79JhBpeJZhZITeKJiCAtMqihFSVNYgVsSQaFkeeT2
+ hvVJSWazjd9Jdiqt6qRdng0z8MTFOvELS11/v3VidVvVJzVVFqgwl1eU1/WX95frQhVE
+ pw+F8KcL5a7NyVyhHY8rJ67XHuFONa3NsQxEsBjBnmrKHMi7VlteLiLl55HmZmgmKpJS
+ SLysh/USduPv+9Z8xBgvbOk/8cwbzGPMNGZ9/33srK9Gk2isVkZjWvwCv5i/jDuwVDgc
+ LrPz28hWnnURF/cQWcuvT+EbJPZhp05nFEY4WfUIoyKVSU21svlMmTZfZ3Mr8q1Wl3uX
+ Z/4cbNvEL+r6Jmr/Vtf3RZ8+lAsVFX0VNKDty88bvTw8AhxmX4pf47P7VSZFASQZtAVE
+ r0vWig7keGALCGE4VmlRF0CyHh3JJhQQjqBDz2iItlxbnpmZcGnEg82kWSJmbw7xDgOd
+ Vl9YUFJcUiiIgscd8Ou0JcUeL5dKhutOek53fxD78q+fX7z3ltSTtscPxd6Lw0uXXzxO
+ xqTzl2MXTmzcHXszdjoWi/10X9OmT3/4yo5fkRdJ9bk/oN4wUB9/hP8U8TFCAC6F75rH
+ zjcuZ9ekbLWfsQvjHE32aY7ZxmXG+x1HrWdtUqlksTN2q5UYbXabzQbESsCaqseQ1Wa1
+ 2S1GRkgDoks1AsMn0QjOE/CMSGIDIwivSEU8g2n5Cmt68P0heEJFIUKp05tDtM9DCS0x
+ hyTUEWmF9jRZq80szyxH91QmqoEFwU53+QWtyp/sE33D1GkF4NakFhC/gCGv0lNAXFp0
+ fFKgAPBUOlPGFwF9kKD++MSAhngTEOo9brNJZxAFkSsuCZSYi/VFWpDRBg9/cfbHk3+6
+ OLb/5IEnXsWDnjUnHvcWrYzdviB91+zeO0bF/vpf/x37DJWR4ZYfzC7+8AKpJRnvEO1X
+ P4+d27jq7Eqbzrrye1vaCdOBBzHlsbewA/4ee42aDhYmxy/KpxbJeB5VDr8Nl2bkEaVW
+ ZVc7AoW12nmK+VoxJOnVCtZeIKYpnFq1syyTyQmWHS1jygoyfHqtyEuOwDCzI0q6wl6z
+ 0yUGnDkqxlmkKhfLyx0GMZixN8020h50jEsOlFpvGfkTsg0Pa46RrTCgxV/Ienyp/9Sg
+ Hlf0oSrTHmjGLsjpy+mjnaAzh2TVTi8uMQ7D3vaR4mQPWFLtHjC5DR7iGQYljAdsTrOH
+ GD3oyGhTNaZoP4iDtTnNRPX2FqIhyQR110iKS4qLhvu9wxB070hSWIDHHjoDZsIqsF+G
+ Bfy0e4b5i4YXl6QQzZKJdzZt9bQXLJyZ30B6RhrVqx54tMyj3Mv//flXOpaZfepUXUaW
+ vznDpCj59fe3vHJ8W9eb07LG7t5kdAiaJEfuXLJAyrJkT2+YkNHw2o7a2u392xzDWHaN
+ Wqj0hmvn/3jdlhdSyCU6DvBUiz3HTQQb2GFPOHePlWy37JX2W9hxkm6HgWUNgtMmJjkN
+ Krtot5u1AT1hA4zO5lQGzFYHHvWLRzxLVnxtI8rr+kKhb7ISw8Eq+dRGpR80KVp/wj5Y
+ kUP74JHtg8qU5Ef7gI7CIvipffB8g32QsQVTwjogrAkECyl0DOpwocic/9h8SLtk5Yvj
+ 8tY9vmiV9VDqX068/RXRv+PgJkbem7Vq78Jnd11cf9+7p0nhJ3gkN4JHDErjF9g+/iTO
+ H064L1xQohmjuV2zh9tn532SgUl2akFyOsUUJeM0q/iclBxtUKe3uVQBmzXVtdazpPL6
+ 5vdfugRoH/GnQ2sva5HN4lAogRCLCtvmQAesjB+UdsmPDcSfrDF6qgqygghGMJvMukKd
+ t4g2C4qG6wv/9viuFbt2P7BuH+lqyLvl4HMVL95zJPbV578jd3763uu//Pm5XzAlw1PH
+ M86vRm6Z1Uiyv/qM3I7jrTZ+gbPhKaEDT5R9RB1evk160rbHxfIaJpk3GDX6ZKMhrA4b
+ pKCNjFe9zJ4hr7Fn7O9LHyjOu973fmr+1Ks6ozujZ6ZLvCct+SmTMy0kiKLJ43SISqdJ
+ 5RO3OfY4jjrec3A+U7LPwVuValGnCSQ7A7wtkJYjBqxWf+Adz+7mBED9l+RJ5J1+eSaU
+ J8Tc5sHZBCdKLZrCBGQ14OV4Fo9gCc8JLrT6em2K1qDlBLVvmD3ND25w+kmqU2EW/aAy
+ avwkSeO1eTCKR0eyoF4ladGhw5JOMHR6wVBGZsaDZHEzLMb51IQYm4yeVByJdHrREByX
+ QsIEFhJ/AAeqIBKm53xpsV579XP+sW2PTskzHBZvzZ+8fNTks2gBLX8gLlX6uIPf38sT
+ LzfmrtsmLRj33POnm4vHlG3KqXdoiRfPoRlSGfMvq3noSBehF524+lyNhpDqmgkawlmI
+ pmQWzVKAC6QsE5dJUkoSk2LERaNTEI1qZVJQabMQYxBMVrMFbwaPeGYmdI2uK2QsoaJc
+ 1rQQocBBc0qhDu1Mwrh4dcPlZhh13tU94cLbH/pTQ/ax1Py1i17u4U/2X5zkCT3ftLN/
+ EvN8R0njU+f7z1L5GCofKcMVBF23FYcd4mUOhRZYpQKXPNieoMjiQFbs/1qSU/3lp+RF
+ D/ZkeUUdrglQCK+u0OhdfRQfLuPKef6VN+S2r8ey6VqNhWAYW8kqeSwUywTWyvHXFYmN
+ o6soLDBR2PqeHrrouyYf24c6bUWLNSOcf1Q4IzCcYBAChg5hqcgb1IzBonXyIggWldIm
+ 4hStDipsDpJjCVrBasep4wYYEyqZmA3KcdTqcBZOQEkQTOM1Qz2AJeqIhiCeZPWBCfvb
+ L9VnHXXmrQwHx5Vm23vIHi53+4zJz9z+HMV0ZvnsJFNl0eJ5/W+isNjisvgHnAftrBrv
+ W6zwWLhwu7RV+6TpR9xeabd2nykqnZXe4y5r/mRQj5AEp0VUO/Uqq2i1GplAss2uCBhx
+ WRElCrS2A6MpsSIbnMdkS5OF2yC/KkWBmq9j/EQ0Y4hPwpDSoPYD0aIjmdC4shp05LFB
+ nUw0qmn6ogFtQYuqx2UXg3NcwqB+uCZvwvEfbd36PF5qXY39/bexq0T/R2EpSd69dcYT
+ V7sPXGIvxP4c+yLWH3uJZF7FCS/Mo8pgXzOPc2Nw/3Nr2B9g/Ukl7BiO00haRqPQKdQB
+ iXaRTinZUgi1p2DVp0RJNWr4StlYoIZj11AVqKs41X+KLo/oxJzQcblbTGZjDppHAbtj
+ /QHjC3fxFqfWrl33eA+Xe6x4B8O+yjKHlvRvp2POHP+cUfDTEPnJP07KUfZqSJRUhH2c
+ KWRmBY1SZ0M1xFujIBg1xmTWxTLsVZPVarvqmTsws/U3h07lUgOV0Mtc1HQcgX3a/kuy
+ gqKu6wzmr+dyfxHa7sK9Lx844DfmJ6UaXKMDK6dt2sRPi727ub+6NAUXTxsV0oNzmdOb
+ ZZ3ujH/M/g7VxIwSzgiPiBrOGhhFimSwplgN6cJ97HtoJoDXKEFIUvKoFxbRYsHpMkcZ
+ VKtsNhKkwr59bUTKS3UKH8KVWKtXlNPlJYWONJOEoLgWoRNMiWzzAiivj5Ta8lb9pMrX
+ s5/xDp+7+XJDNjnE5faHJg9v2Tvth4zmyls7b8mY8uTk9cz7NoqpCpX6My4Xd9ZMOKeS
+ nCYMzIV2pp2dK6zl1vF7YC8j4W0gU82N4x/m1vNnuLO8NDb93nS6o0I1nkv7Ga+fo/FF
+ PWjk3VyUrDrKsgv1DGHwTn5VOFUQFuKWk/ACxxLCM6zAAt4NKSXaWYeY44RaqtVHyCHB
+ mth7ffjhwO4L917luPvSyxqjD4l1OZnaiZfqxISXOX7S8rCPCepZloMgbvpwjrmhcNyr
+ HEINHiw3FOoPhRL7usGSeVGbiT/cmuF00rw4RUFwa0YuklSSeTq2oDe2jMu9up1tv/IW
+ IsSAMTaW/RT7l478X4Tv7jKus+yxsKJgFkr1tfpG/VzxPvY+cYNhO2zjtxu3mbaZ98Je
+ k7YWxhvHmF83clX8azyzlt8Nu8kefq+ZT0vnLUazCe2yUa1KdkoaaihMdgSGym02Wg6p
+ f2BCe/FOAmWEp+6SBRvxdTsSqlHXHyqw5loqyssRrBDB3gjrjUYwmRbqzWYLTwjtAAtu
+ RrQrTsmehD5pXpyft5juKEihwDIig7OmP1BEJ9LikpGkBJFgWc8Z/6qZlU93Pu0PpuZm
+ aAtytfxITWzpG8RFuNy5sU2xP78Um9MjSC8kCR6L9EQaNxHheojaSTy3Ye/n38axYMcb
+ 6NZwsf2yFUSnoHSyJNkQcpqSBJdO6cG22lODFpcmSRc060V9ssalYTRXDVa3523P3IEV
+ 2eCwPY9jd2BKwU05HbsVfe/gzovk5+npdDloS+hIxreosMhXVGgUcYj82FvRo0szO6yq
+ ye7unu4tW5iUHnz4yuHTGeYFhtz20sars9mnN+51vfHGmSvn5fGMDv57oA3vuL/pScHI
+ NPDjrXEV1Mg35vRO/Fa8saf34rdDIzTBdOjFXARv8+l5Ff4piZ4mTapuqBw7JrO2bUFH
+ 29J5s1rlHHIyOvR/VS1Ii5A6kR5DehYpgtSLdA7pQ6S/0GKRtEhupDykMFI9UgvSovjA
+ A/gMhgmend3I09n4+vRJQ3gq3fXps4bws4fwMlbX1dc+JH3eEJ7eM19f/t1D+HuG8EuG
+ 8PL/y66rb9mQ9I4h/PIb+SsURPg/yTUJSAplbmRzdHJlYW0KZW5kb2JqCjEyNiAwIG9i
+ ago2MzY5CmVuZG9iagoxMjcgMCBvYmoKPDwgL1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9B
+ c2NlbnQgNzcwIC9DYXBIZWlnaHQgNzE3IC9EZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9G
+ b250QkJveCBbLTk1MSAtNDgxIDE0NDUgMTEyMl0gL0ZvbnROYW1lIC9RRVNCSUcrSGVs
+ dmV0aWNhIC9JdGFsaWNBbmdsZSAwCi9TdGVtViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVp
+ Z2h0IDYzNyAvRm9udEZpbGUyIDEyNSAwIFIgPj4KZW5kb2JqCjEyOCAwIG9iagpbIDY2
+ NyAwIDcyMiAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDc3OCAwIDAgMCAwIDAgMCAw
+ IDAgMCAwIDAgMCAwIDAgMCA1NTYKMCA1MDAgNTU2IDU1NiAwIDAgNTU2IDIyMiAwIDAg
+ MjIyIDAgNTU2IDU1NiAwIDAgMzMzIDAgMjc4IDU1NiA1MDAgMCAwIDUwMAowIDAgMCAw
+ IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+ MCAwIDAgMCAwIDAgMCAwCjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAKMCAwIDAgMCAwIDAg
+ MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDUwMCBdCmVuZG9i
+ ago0OSAwIG9iago8PCAvVHlwZSAvRm9udCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jhc2VG
+ b250IC9RRVNCSUcrSGVsdmV0aWNhIC9Gb250RGVzY3JpcHRvcgoxMjcgMCBSIC9XaWR0
+ aHMgMTI4IDAgUiAvRmlyc3RDaGFyIDY1IC9MYXN0Q2hhciAyMjIgL0VuY29kaW5nIC9N
+ YWNSb21hbkVuY29kaW5nCj4+CmVuZG9iagoxMjkgMCBvYmoKPDwgL0xlbmd0aCAxMzAg
+ MCBSIC9MZW5ndGgxIDEwMTM2IC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4
+ Ad1ae3hU1bVf+7xnJpnMTOb9yMzJZGYyeT/IY8hAhpCE8EgMBCGDRBMgEBAqYohChQYB
+ gYgoIg/Ri1ItBBAZQ5RB1FIKoq2taBUfpa1WtF6vubb3qm2BzNx1zoQIfNWPP/z6xz1n
+ 1t577efav7322o8znUuWtkMydAMNjTPaFs8F+fHmAJCFsxe1LU7wukvIT53d1elK8Gwm
+ AL1w7uJ5ixK88DCA0jFv4bKh8vq7ALR1He1tcxLpgOWhtAMjEjwZgX5Gx6JOzCc9un50
+ 6hbeNnsoXd+IvHdR211D7cM55F0/alvUjj4+XgGdjMW33dEps+A5jn7d4iXtQ/lJM8r3
+ BhCM1cFtoIBbgQcKNPi2APCfKR3AYKqUjs+cHNWWW1KCX4NWqhbglvoHZP8V8cWz/2i/
+ 5FNtFv6JEYrL+SWf88f8AEkE0wdUm4dT5HLo6KLQlB2F8UiVSCVI2dljzNBN9sCDSE8g
+ 0TCf3AfLkDYgPYLEDIf2IXeU3NfHCKEXyDKwkgkhFeOcqrc4zUqV860o4fp3Od83f3yM
+ WHD0PiKWvmRQjFGSJ8jjMAec5GfgIcuhDjLJzsP+hc5WTNoHi5G6kWjZJWRfX1qR82WS
+ Ax6GYBkvpDHkeedfCnOdnxRGKdLnPOGLMuj9Ig25UIrzuGOX8+eOec6XkQ4kkvb7Mcfz
+ zn2Ohc4taVGys8/5kCNKsMzmhLfUgUWfdy7yb3POKZTTJ22LUgf6nAFMnxZSOUvLRWeJ
+ 47wz3xcVCPK5jknOrMLfODOwIGZzYaWekNZpd2xxjsSkNEeNbyTSMbKfPApZ5NE+zwTn
+ CxjE7h4e7y/fFiU/PlyXWeiJkuWh0rrMbf46n8c/yenx1/p8GJ72Kr+Gv4kfwxfx2Xwm
+ 7+VF3sbrBZ2gEdRCkqAUBIGPkqf7Kp3cMXIAKhGWA4cFTmCj5BmMZI6Rg3LkwSMCI1AC
+ CPpo/ENUXgL6KDnQr5FCGHiek0NclBw8nIg6GHIyUoiREzSUFEYHXaCIQMEEiJD7oxys
+ NXZVmit1o7WB2urvclrllMtu9nc/ZuKIbJvY1BzZ7whHiqRA3BG+nN18OfCdfudSTGqv
+ ys6eOGXZ4a7FC+bWtLtrWt017Uitkfu6OsyR7lku17MLFksJrgjtbZ01u0Py29oji93t
+ 1ZEF7mrXs11yuWuS50rJXe7qZ2FuzdTmZ+eG2qv7ukJdNe626vDhWVVLWq5qa8NwW0uq
+ /kVbVVJlS6S2ZsnlrmmrRUqeJbXVIrXVIrU1KzRLbkvqfM38pqo7OlE7XTXzJ7oimU2R
+ 8ZNnNEdcbeHqKNmDkdVLgT0OGvYlyGS7wcrkgxMg/j7SB5IfuzH+KXsaNLFF8b/RFTio
+ RyWiYpVBOA73w6NwCDjoxXAm3Aw74DWyAOf2TOiHsyQN8tD2MhCFSfA6icffhLnwFObv
+ hBOwFZ6FJCyzCAyYuol44suRD2F4FqyJ/xQyoBzuhZcggLVugoH4vvhhTJ0CN8J+OIDl
+ f03c1LNMavyZ+HkQYDLWuQZT3oxPih9Cq5gDVdCIsWvgZeKhP4h3gBkqULrH4HHYDb+A
+ L8g9pD/eEe+Kn4l/hKpqBjs04buC9JOP6EPMvfHH4p/HY4hEJmRhq62wBZ7E+g/hexxN
+ aw25lXSSLWQrFaLuofqZtawpNog4+GEcvnVoldcjAkfhJPwP/JN8SZlpDd1Jn4qXxP8X
+ VDAReyn1pB268F2H7ybs0zHCkQIyljSSFeRhspX8jsqibqSaqTupu6hP6QZ6Jr2M/h1z
+ B9PHbmR3cKrY1/Fj8dPxd8AEDrgJlsBK7N0JOANfwQVCY1124iEVpIrcjG83eZQ6SnaT
+ o1QjOU7OUPvJn8jH5EtykWKpJMpAZVOd1BbqAHWC+i09n95KP0L/if6aGc1S7G72E87D
+ /z42K7Yh9tt4Rfyj+D/QxAog4shUQQPcAm3Y28UwAn6CvTiI7yEctZNwCl6T34+JHQbg
+ H4gCEB2xkiJSj28DuYHMJfPJLvICvi/LsnxD4UBQCkpLmSg71UTNohZR3dQ7VDdto7Po
+ CfQM+hC+r9Jn6Yv0RYZlUhkDM44ZDxuZRcxOfPcwvUwf8wYbYEezDew0tpvdwG6kZ7Nv
+ sme5ldwmro/7kvsrmsVJ/G38Rhyd11Bnf4G6/O3DkAyUvgh+BLNJNZkF23A0dpM26EHt
+ mkPWI16LITPeQq+kx1EFqA0vw49RW3fCCthAz4Td8ffo/fAuaspCrLIb9jJV4GC34+jc
+ AwWoRUNvyJ/lz/R5PRnudNGFJt9us1rMJqNBn6rTapKTVEqFwHMsQ1MEcmrcta2uiLc1
+ wnjddXW5Eu9uw4i2KyJacSq7IrVX54m4pHJtmHRVzhDmnHtNzlAiZ2g4J9G4ghDMzXHV
+ uF2R31S7XVEyY3Izhu+vdoddkQE5XC+HH5TDyRgWRSzgqjF3VLsipNVVE6nt6uipaa3O
+ zSFHQwiHMjdHMhwhUEkVR2Bs2wo0sDBWylETsbqrayIWN4YxjfbUtM2JNE5urqm2iWIY
+ 4zBqSjO2kZszP4Jywn1Jc9xz7ouGYFarFGqb2Ryh28IRqlWqS5sdMbmrI6bln5i/ZS+H
+ ajZekRihPLVt7T21kVDrfQiuxLZKXNtG5CY2ubBaam24OULWDgkhybgAJZXETawJntYF
+ rojCXeXu6FnQiuDClOY+a8gqG98INDb3WUIWmcnNOWpeWSFi74/mjskdI/kVonllwv/L
+ 6kT8W8cl37zy5IfoT5wyDACREHCPRzkjrtlyI24Utlxy2suhZ3Y54oRPmGA356M8YyMU
+ 6gztibCe8W2R7qbLYnRUJ4RrXVDdp7BY5UWoKoz5W3s0I3GkML/G7er5GlfrVvfAF1fH
+ tA3FcB7N1yAlSgM9rCsR0nY53CUtlh7sdYfZ3SGNb5c8psi7zTVXRCAvQSPJHNHjAt7Y
+ LEZcYYzA3WTOxCgoGpufJWRTOEria6NQ7TiKe1T6lpsxOUdStfnV2D4yuTkYkSViKC/H
+ VYst10q64upx9Yyf0+OqdXWgMjEe2ceE9p5wPiLY1Iw4wVRsMRS2DQfbw+GRWE++VA8W
+ wew9YaxhwVAN6MtR+YOYqSAHF1Pa29g8uTnSXW2LhKrDOAqovscbmyPHUXPDYcxVOCwp
+ SrxivnlI5iKUuTAL04sTteDepRurCPf0SHU2NbvFyPGeHluPNN8SfJTAtRGhoYgoSFkk
+ yKOkuxHLoucWbfIYiG4RxQpLmI5Alb6sUbhn/36ES4flxpJlKG2pjHD5D4Rw4HoQHnld
+ CFcMS3oVwkGUuUJCeNS/D+HRVyFc+f0Ih4blRiHHoLQhGeGqHwjhsdeDcPV1IVwzLOlV
+ CNeizDUSwuP+fQjXXYXw+O9HeMKw3CjkRJR2gozwpB8I4frrQbjhuhC+YVjSqxBuRJlv
+ kBCe/O9DeMpVCDd9P8JTh+VGIW9EaafKCE/7gRCefj0IN18XwuFhSa9CeAbKHJYQvmkY
+ 4ZAtAlfa4e5rzC784IZ55hWQ406J1UEVOw3SuAA04rlrP3MHTMHDdQX65Uh1SKOQ1pDT
+ Mm3AtCoqACaM68awCsmAZMeqLt8BJQFHapEfA7ukI/n3PtRQKv0dubBqYPGkw6Mv4Iqs
+ lPOprsqdhLc2akiR4/BG4P/Jo5X7MQLPf8vJCWojraaXM9XMF2yQXcBu5BZyL/JG/mmh
+ SngK81F4NgLmDJ6paUSqMnFfJuTjpgZJ0EQBziBJPIbpc1FgkADD/Dl4QcZ2WvYLWAsL
+ 07ILCou1otaHVMVsil76M/vShbFRpv4i3r1g7Wk4HKOwHQpHQgUfhBrrSDPpIPR6ejuz
+ Q7lPGVVElVymkgDPcYQSFAp0lMCzZCOhGZdeqfToME7Psh4dZlCpWFqhZDiWqChCA5XG
+ C1ESDinwOMIplDSLXG9Il5xsMlnZXWSX0pKUvFvceDPetlgavjLXDw5aGmraqz+trTZD
+ pSlYGawfDA4GtYFKotUFAvjTBvLX5WWv0EzEXRNz3BZhTobX5ZmHImiMoE+Gs4fyrtME
+ gzxSYQFpaYEWoiKpxcRNi7Sb0Jv+NLD2I8rwwdbBY4+/Tj1IzaA2DN5Jz74wlkRjdTIa
+ jfH72M/YT/B2wQfnQ7fOpxcYltFrU7fZTtu4CfawbYZ9jmGp4S77EcurVqFcMNsom8VC
+ DFab1WoFYiFgSdNhyGK1WG1mA8VlANGmGYBik6UIRvSJI5Np30jCKtIKtVZ/RqHCkul/
+ T1wwF7Fo+Kp+oEHzTf0AVBYPVA5odaaA1KdAAgVTQEAMhBWaU2SdJjuYHUT3ZDZ20zx2
+ WSjT6eU0Km+Kh/ekJ2UUgUudVkS8HIbcSrGIODXoeARfEeCNazaR7neys1etIoiPh/ep
+ idvl82o1ZTrRZTJq9TzHM6VlvjJTqa5EA+500GpAZM/N+XjKz2+P7T9x4OGX8RJj7bGH
+ 3CUrY9MXZu6ec/ymMbG//dd/xz5HsClm2cHc0g8/IHUk622iufDL2JlNq19dadVaVv54
+ awehuvCSIRh7M3Yq9vfYK9LUoGB//H02H9E3gBGCIbeJ9bHlGlqJoI3UKIy00ahXeJKs
+ ZuLRW0zmJ8Sti6/EShfIh8rKgcpgCw64Vm8yFheVlZZoi7UanhJdtNdCRNIZDP9u8KbC
+ X42/N7YxtnHteGos+9KlzicWPHHw5sfpjZdOx/72UOwbonyIpNABnBtT4ufkG4IUvPsJ
+ wh9C5VkFRKlR2ZLsvuI6zXzFAg0fEHRJCtpWxGcoHJokR0U2leevOFJBVRRleXQanhXs
+ vnSTPUp6sDsOJ+9z5KkoR4kqyAeDdj3vz+rNsI62+e0TUnzlllGjXyTb8WLkKNkGQz37
+ StaD84MnL/cO1WFAh9pgCrSgSuQN5A1ISqE1BQoLpNEvLTOko/Z5SGmKCOY0mwhGl14k
+ YjqUUSJYHSaRGER05NHXBBOjvwonR0uGjNcooiYphOM5AylF9EZ43emoBO7RpLgIrxi0
+ esyETaCepPu8krqke0tGlJalEvWShlvC28SOokWzCptI/2hD0url91eIyl7270++1LXU
+ 5ElK02bleFuyjIqy39699aUXtve8MSNn/J7NBjunTrbnzyMLhRxz7symSVlNrzxaV7dj
+ cLs9nabXJnFV7lDdgufWb30qlZyXdARvkOgzTANYwQZ7Q/l7LWSHuVfYb6YnCNpH9TSt
+ 5xxWPtmhV9l4m82k8ekI7aO0VofSZ7LY8VqdPywuWfGt3gTrBwIBRDShO1JAMyBDOQIs
+ gifJoPSCOlXjJTptioa3IMcCLRJUblplTPZCig4dhZnzEoZwojyfiCYoAZtws2VswWhy
+ 5yFYCGsCwWIJOgrnVDFPnf3YdEizZOXTEwrWP7R4teVQ2l+PvXWB6N62Mw2Rd2ev7l30
+ xO5zG+585xQp/hSvv0ayiEF5/AN6gD2B9toBd4aKytTj1NPVe5l9NtYj6KkUhwYEh4NP
+ VVIOk4rNS83T+LU6q1Pls1rSnOvEJVVXdn/w/HnAWYM/LVpXuetWs12hBELMKuybHR2w
+ UF5Q2gQvdhB/q1Zhr3SSKsgKwhnAZDThRHOXSN2CkhG64m8e2r1i957l6/eRnqaCUQd/
+ Wvn0bYdjF778I7nls3df+/Uvz/yKKhuRNpFyXBi9dXYzyb3wOZmO860u/gFjxRs5O97e
+ ekhSaNl24RHrXifNqqkUVm9Q61IM+lBSSC/4rWSi6nn6NHmFPm17T3hfcdb5nvsz02du
+ 1WntaR01U2DFjJSdRkdGgON5o+iw80qHUeXht9v32o/Y37UzHmOKx85alEm8Vu1LcfhY
+ qy8jj/dZLF7f2+KelgRAg+dlI/z2oLzyyAtQfotsYyQ9wYVJg6Y5AVktuBmWxutOwjKc
+ E02oTpOq0WsYLsmTbsvwggscXpLmUJh4L6gMai9JVrutIkax6Ahm1KtkDTrStMxGBZLU
+ B0NZ2VmryO0tcDuuX0bE2GgQ03AmlpWWoQLhvOQSJrmYeH04UTmeUP1ny0t1mktfsg9u
+ v39qgf5Z/obCKcvGTHkVLbL5z8Spypxw8O5elriZcbfeOHnhhJ8+eaqldFzF5rxGu4a4
+ 8c6XIlUx79Laew73EOmjIo7JqFgF/RmOiRNy8Tb+SKi+VD9eGK9oFsKK9Un7bL2Ofb49
+ 2UdtqpBAG9P96pPKdDRzDOd3WJQ6hzIlj8/LY+10njEv189aC5LUvuTRXp/dkl9whSJ+
+ NRCQkB48/zXiOTQTUSNleBP45rgzrWkqbYZH43Wneb2QaUVHq1KLkKJOSvY40r3EZ/Pj
+ fEzSiYmlbWj+DWmrpKElxdKKJqZ7fcUIpQSjbMEycFErBtnQybMTzR6h7r65uGRPcHHs
+ tYNfqI8k+0atfiPkpUt3rHgmdpHwL5Dqp37ycq1ny90nbsiJvclUjXaPXXep6PWuDx79
+ WZ0v+NC0P0xp/DtxkGSSF9t9vO+Wnc+9dGj2GioX8ST4RQHkuWuEplAOaqdg4k2Cj/Gl
+ LuWXCkJqMpVqwK/DDo43JCmT/Upc7Qx+MOJ6h181D4uzEnNX2hcNbRCC8swNEEkRoSW1
+ WIt2O2Gs3doRsloYtO41/aHi6ff8Z1Pu0bTCdYuf72dPDJ6bLAaeDO8anEw92VXWvPPs
+ 4KvSeFOSfKQC12Bp31kasvOfMCg0RysVuGVD/fDzNBpGxf5vJTk5GDwpb9pwZgQr69F6
+ ohBubbHBveYIPkzWxbPsS6/Lfd+AdUt7TRr8IewlrWSxUqwTaAvDXlEldk7aBWKFico2
+ 9PdLm1ZZvqr4u/TzzETUxXySF3qgXLGD3aZ7RL/DsCOLy8zw+ErFWnFcxjjftIzpvrkZ
+ 87zLkpYlL1N3uTszOj2d3j1pvTmpNE5BNpfJSwWrwWaymw25+rzMFNV8wesp9VCe9GQl
+ k51qfsXuSOUZR97ObFU+r1BrKB7yxXyr02w0+0yjM728L9NaqHb6NKPBl2cpKOwbthsD
+ Xw0m9DmgwRCqdCCQLy3SgYBkPKQVXFq/b5dt7SSSS3kNHqtXVDtFUOAnV0Ln4B6AzcKQ
+ Q4dxNr1ZJK6UdBHEdHWy4FOKxOtRKEkuI+J3dnTStHaRWIzoyOZDVnzZGdreoSFBe41L
+ fKqs9mi0fd58yWTg0i1pCu9OmA8D7pmcRLIyejQsXh/5UvBU987ZMcp3xwMbxnT+/uj/
+ 3DqW2s96Rz8yd35NZsOdJ6rmv//HL0/z5AhpnFEwffpNNRlocdOzxq/a8eKmGR2jisY1
+ hGqzLKmO/Jyahx848/4T1D9RlUzxLykFOwO/mE15LjlPeVxNoqQy5GGMARPNqZVaK6oE
+ fn3yg0FtSKGdNEVfMlos1kvivKFVe7AlcFI2vgkdyUetw9kwoBk8LysL6l1i8ze0T/GW
+ 4LpU3Pv8gQNeQ2Fymt451rdyxubN7IzYO1sGa8pTcaO6SSGsmked2iLrV3f8Y/qPaO9M
+ KOHNoZFR/at6SpEq6C2pFn0mdyf9Lk5ZYNVK4JKVrEOnMvNmM24F8pT+JJXVSvySsG9d
+ nh3yNh7FOz9s1yqDkkJIU5W0XLVLdZfJ9hxHResh5daC1S9We/r3U+4R87Z80pRLDjH5
+ g4EpI1p7Z/wHpb745q5RWVMfmbKBes8q2RQ8PdOfM/l4SqdCeVXkFKFgHnRQHfQ8bh2z
+ nt0LvZSAXxWpGmYCey+zgT3NvMoK4zPvyJROZ4rD4ryVuODhZ+xofHE/LmAuJkpWH6Hp
+ RTqKUPhtf3UojeMW6bAllmNoQliK5mjAb0xKQRqsQ9QLRLIaaw6TQ5wlcY778MOhkxye
+ 44J4ktPJZxddgK/Py9Y0nK/nE172xMnLQh7Kr6NpBvx4gMT186rKcZ91iIVv6w0EBgOB
+ xBlxuGaW12TjD3f9uFS23J6qIHjMI+dIGsk+FVt4PLaUyb+0g+64+CYiRIEhNl5ez8xg
+ gV+FftRjWG/ea6Z5zsSV6+p0zbp5/J30nfxG/Q7Yzu4wbDduN/VCr1FTBxMN40yvGZhq
+ 9hWWWsfugT1kL9trYjMyWbPBZEQbaUhSpTgEtYW3WIw2BEaS22QwH0p6wIhHvrcTKCM8
+ 9efN2Ilv+5FY8uoHA0WWfHNlMIhgBQiORkhnwIOQcZHOZDKzhEgDYMaDn2bFSdkT0Cct
+ aEVul05vpJijKZ6SJ26JtEkoLRtNyhAJmhZPe1fPqnqs+zGvPy0/S1OUr2FHq2OdrxMn
+ YfLnxTbHvngmNrefE55K5kSz8HAG04Bw3SOt/XgHRN/FvoVzwYbrf1uo1PaJBXgHp3TQ
+ JEUfcBiTOadWKWJfbWl+s1OdrPWbdLwuRe1UU+pLeotLfEucN7TbHJ62Z3HjNGTe8YAv
+ zd3KgbfRKJLCAp20dBlNBmmvzBmkmYxvSXGJp6TYwOOi8py7sl+bYbJbVFNcff19W7dS
+ qf34sFUjZlLUUxS58ZlNl+bQj23qdb7++umLZ+X5jA7+C6Edv5X/qwcxxb3mCPyvQDXU
+ yl/eJ8hf12+AaTAdmiEMM+G4XJDgvwKIHOLwf1LQUN9QPX1Cdl37wq72zvmz2zAlkSpl
+ aUSaiSR9x70baSPSY0hPI72IJK2G55C+QLqEBZOQ7Eg5SEGkSUgz40MP5oHhMME7uKv5
+ ydfwN17DS5JdWX72Nfyca3gZpyvam3dNesc1/Pxr+IXX8Hdcw8v/Sbui/qXXpHddwy+7
+ mr8oo/x/DbIMVgplbmRzdHJlYW0KZW5kb2JqCjEzMCAwIG9iago2NDg4CmVuZG9iagox
+ MzEgMCBvYmoKPDwgL1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9DYXBI
+ ZWlnaHQgNjg0IC9EZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTk1MSAt
+ NDgxIDE0NDUgMTEyMl0gL0ZvbnROYW1lIC9OTU5EV0orSGVsdmV0aWNhIC9JdGFsaWNB
+ bmdsZSAwCi9TdGVtViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDUxMyAvRm9udEZp
+ bGUyIDEyOSAwIFIgPj4KZW5kb2JqCjEzMiAwIG9iagpbIDY2NyAwIDAgMCAwIDAgMCAw
+ IDAgMCAwIDAgMCAwIDAgMCA3NzggMCAwIDAgNzIyIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+ MCA1NTYKMCA1MDAgNTU2IDU1NiAwIDU1NiA1NTYgMjIyIDAgMCAyMjIgMCAwIDAgMCAw
+ IDAgNTAwIDI3OCA1NTYgNTAwIDAgMCA1MDAgMAowIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+ MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ CjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+ MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAKMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+ IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA1MDAgXQplbmRvYmoKNDQgMCBvYmoKPDwgL1R5
+ cGUgL0ZvbnQgL1N1YnR5cGUgL1RydWVUeXBlIC9CYXNlRm9udCAvTk1ORFdKK0hlbHZl
+ dGljYSAvRm9udERlc2NyaXB0b3IKMTMxIDAgUiAvV2lkdGhzIDEzMiAwIFIgL0ZpcnN0
+ Q2hhciA2NSAvTGFzdENoYXIgMjIyIC9FbmNvZGluZyAvTWFjUm9tYW5FbmNvZGluZwo+
+ PgplbmRvYmoKMTMzIDAgb2JqCihNYWMgT1MgWCAxMC42LjUgUXVhcnR6IFBERkNvbnRl
+ eHQpCmVuZG9iagoxMzQgMCBvYmoKKEQ6MjAxMTExMjMxOTM5MDdaMDAnMDAnKQplbmRv
+ YmoKMSAwIG9iago8PCAvUHJvZHVjZXIgMTMzIDAgUiAvQ3JlYXRpb25EYXRlIDEzNCAw
+ IFIgL01vZERhdGUgMTM0IDAgUiA+PgplbmRvYmoKeHJlZgowIDEzNQowMDAwMDAwMDAw
+ IDY1NTM1IGYgCjAwMDAwOTEzNDQgMDAwMDAgbiAKMDAwMDAxNjMwOSAwMDAwMCBuIAow
+ MDAwMDA0NTMxIDAwMDAwIG4gCjAwMDAwMTU5NDQgMDAwMDAgbiAKMDAwMDAwMDAyMiAw
+ MDAwMCBuIAowMDAwMDA0NTExIDAwMDAwIG4gCjAwMDAwMDQ2MzYgMDAwMDAgbiAKMDAw
+ MDAwNTU5NCAwMDAwMCBuIAowMDAwMDc2NDMzIDAwMDAwIG4gCjAwMDAwMDQ3MzQgMDAw
+ MDAgbiAKMDAwMDAwNTU3NCAwMDAwMCBuIAowMDAwMDA2NDM0IDAwMDAwIG4gCjAwMDAw
+ MDU2MzAgMDAwMDAgbiAKMDAwMDAwNjQxNCAwMDAwMCBuIAowMDAwMDA2NTQxIDAwMDAw
+ IG4gCjAwMDAwMjQ1NDMgMDAwMDAgbiAKMDAwMDAwNzQ4MSAwMDAwMCBuIAowMDAwMDA2
+ NjUzIDAwMDAwIG4gCjAwMDAwMDc0NjEgMDAwMDAgbiAKMDAwMDAwODQ2MCAwMDAwMCBu
+ IAowMDAwMDA3NTE4IDAwMDAwIG4gCjAwMDAwMDg0NDAgMDAwMDAgbiAKMDAwMDAwODU2
+ NyAwMDAwMCBuIAowMDAwMDUyNDgxIDAwMDAwIG4gCjAwMDAwMDk0NzcgMDAwMDAgbiAK
+ MDAwMDAwODY3OSAwMDAwMCBuIAowMDAwMDA5NDU3IDAwMDAwIG4gCjAwMDAwMDk1ODQg
+ MDAwMDAgbiAKMDAwMDAzMDk1MSAwMDAwMCBuIAowMDAwMDEwNTEwIDAwMDAwIG4gCjAw
+ MDAwMDk2OTYgMDAwMDAgbiAKMDAwMDAxMDQ5MCAwMDAwMCBuIAowMDAwMDEwNjE3IDAw
+ MDAwIG4gCjAwMDAwMzc3MjcgMDAwMDAgbiAKMDAwMDAxMTU2NCAwMDAwMCBuIAowMDAw
+ MDEwNzI5IDAwMDAwIG4gCjAwMDAwMTE1NDQgMDAwMDAgbiAKMDAwMDAxMTY3MSAwMDAw
+ MCBuIAowMDAwMDQ1MTI4IDAwMDAwIG4gCjAwMDAwMTI1ODEgMDAwMDAgbiAKMDAwMDAx
+ MTc4MyAwMDAwMCBuIAowMDAwMDEyNTYxIDAwMDAwIG4gCjAwMDAwMTI2ODggMDAwMDAg
+ biAKMDAwMDA5MTA3MSAwMDAwMCBuIAowMDAwMDEzNjE4IDAwMDAwIG4gCjAwMDAwMTI4
+ MDAgMDAwMDAgbiAKMDAwMDAxMzU5OCAwMDAwMCBuIAowMDAwMDEzNzI1IDAwMDAwIG4g
+ CjAwMDAwODM2OTMgMDAwMDAgbiAKMDAwMDAxNDY2MSAwMDAwMCBuIAowMDAwMDE2MDY3
+ IDAwMDAwIG4gCjAwMDAwMTM4MzcgMDAwMDAgbiAKMDAwMDAxNDY0MSAwMDAwMCBuIAow
+ MDAwMDE0NzY5IDAwMDAwIG4gCjAwMDAwNTk3OTUgMDAwMDAgbiAKMDAwMDAxNTcyMyAw
+ MDAwMCBuIAowMDAwMDE0ODgxIDAwMDAwIG4gCjAwMDAwMTU3MDMgMDAwMDAgbiAKMDAw
+ MDAxNTgzMSAwMDAwMCBuIAowMDAwMDY2NjM4IDAwMDAwIG4gCjAwMDAwMTYxNTAgMDAw
+ MDAgbiAKMDAwMDAxNjI0MiAwMDAwMCBuIAowMDAwMDE4MDg1IDAwMDAwIG4gCjAwMDAw
+ MTYzNTcgMDAwMDAgbiAKMDAwMDAxODA2MyAwMDAwMCBuIAowMDAwMDE2NDYzIDAwMDAw
+ IG4gCjAwMDAwMTgwNDEgMDAwMDAgbiAKMDAwMDAxODAwNCAwMDAwMCBuIAowMDAwMDE2
+ NTgzIDAwMDAwIG4gCjAwMDAwMTc5ODIgMDAwMDAgbiAKMDAwMDAxNzk0NSAwMDAwMCBu
+ IAowMDAwMDE2NzAzIDAwMDAwIG4gCjAwMDAwMTc5MjMgMDAwMDAgbiAKMDAwMDAxNzg4
+ NiAwMDAwMCBuIAowMDAwMDE2ODIzIDAwMDAwIG4gCjAwMDAwMTc4NjQgMDAwMDAgbiAK
+ MDAwMDAxNzgyNyAwMDAwMCBuIAowMDAwMDE2OTQzIDAwMDAwIG4gCjAwMDAwMTc4MDUg
+ MDAwMDAgbiAKMDAwMDAxNzc2OCAwMDAwMCBuIAowMDAwMDE3MDYzIDAwMDAwIG4gCjAw
+ MDAwMTc3NDYgMDAwMDAgbiAKMDAwMDAxNzcwOSAwMDAwMCBuIAowMDAwMDE3MTgzIDAw
+ MDAwIG4gCjAwMDAwMTc2ODcgMDAwMDAgbiAKMDAwMDAxNzY1MCAwMDAwMCBuIAowMDAw
+ MDE3MzAzIDAwMDAwIG4gCjAwMDAwMTc2MjggMDAwMDAgbiAKMDAwMDAxNzU5MSAwMDAw
+ MCBuIAowMDAwMDE3NDI0IDAwMDAwIG4gCjAwMDAwMTc1NjkgMDAwMDAgbiAKMDAwMDAx
+ NzUzMiAwMDAwMCBuIAowMDAwMDE4MTkzIDAwMDAwIG4gCjAwMDAwMjQxMTkgMDAwMDAg
+ biAKMDAwMDAyNDE0MCAwMDAwMCBuIAowMDAwMDI0MzY1IDAwMDAwIG4gCjAwMDAwMjQ3
+ MTggMDAwMDAgbiAKMDAwMDAzMDUyOCAwMDAwMCBuIAowMDAwMDMwNTQ5IDAwMDAwIG4g
+ CjAwMDAwMzA3NzQgMDAwMDAgbiAKMDAwMDAzMTEyNyAwMDAwMCBuIAowMDAwMDM3Mjk3
+ IDAwMDAwIG4gCjAwMDAwMzczMTkgMDAwMDAgbiAKMDAwMDAzNzU0NiAwMDAwMCBuIAow
+ MDAwMDM3OTA0IDAwMDAwIG4gCjAwMDAwNDQ1MDQgMDAwMDAgbiAKMDAwMDA0NDUyNiAw
+ MDAwMCBuIAowMDAwMDQ0NzUzIDAwMDAwIG4gCjAwMDAwNDUzMDUgMDAwMDAgbiAKMDAw
+ MDA1MTk4NSAwMDAwMCBuIAowMDAwMDUyMDA3IDAwMDAwIG4gCjAwMDAwNTIyMzQgMDAw
+ MDAgbiAKMDAwMDA1MjY1OCAwMDAwMCBuIAowMDAwMDU5MTczIDAwMDAwIG4gCjAwMDAw
+ NTkxOTUgMDAwMDAgbiAKMDAwMDA1OTQyMiAwMDAwMCBuIAowMDAwMDU5OTcyIDAwMDAw
+ IG4gCjAwMDAwNjYwMjYgMDAwMDAgbiAKMDAwMDA2NjA0OCAwMDAwMCBuIAowMDAwMDY2
+ Mjc1IDAwMDAwIG4gCjAwMDAwNjY4MTUgMDAwMDAgbiAKMDAwMDA3NTc2OSAwMDAwMCBu
+ IAowMDAwMDc1NzkxIDAwMDAwIG4gCjAwMDAwNzYwMTggMDAwMDAgbiAKMDAwMDA3NjYw
+ OSAwMDAwMCBuIAowMDAwMDgzMDcxIDAwMDAwIG4gCjAwMDAwODMwOTMgMDAwMDAgbiAK
+ MDAwMDA4MzMyMCAwMDAwMCBuIAowMDAwMDgzODcwIDAwMDAwIG4gCjAwMDAwOTA0NTEg
+ MDAwMDAgbiAKMDAwMDA5MDQ3MyAwMDAwMCBuIAowMDAwMDkwNzAwIDAwMDAwIG4gCjAw
+ MDAwOTEyNDggMDAwMDAgbiAKMDAwMDA5MTMwMSAwMDAwMCBuIAp0cmFpbGVyCjw8IC9T
+ aXplIDEzNSAvUm9vdCA2MiAwIFIgL0luZm8gMSAwIFIgL0lEIFsgPDQwMWJmMDJmODRi
+ NWFhZWY1NWYzOWMzYWMwMDEzODkyPgo8NDAxYmYwMmY4NGI1YWFlZjU1ZjM5YzNhYzAw
+ MTM4OTI+IF0gPj4Kc3RhcnR4cmVmCjkxNDIyCiUlRU9GCjMgMCBvYmoKPDwvVHlwZSAv
+ UGFnZSAvQ29udGVudHMgNSAwIFIgL01lZGlhQm94IFswIDAgMTExOCA3ODNdIC9QYXJl
+ bnQgNCAwIFIgL1Jlc291cmNlcyA3IDAgUiA+PgplbmRvYmoKMTIgMCBvYmoKPDwvVHlw
+ ZSAvUGFnZSAvQ29udGVudHMgMTMgMCBSIC9NZWRpYUJveCBbMCAwIDU1OSA3ODNdIC9Q
+ YXJlbnQgNCAwIFIgL1Jlc291cmNlcyAxNSAwIFIgPj4KZW5kb2JqCjIwIDAgb2JqCjw8
+ L1R5cGUgL1BhZ2UgL0NvbnRlbnRzIDIxIDAgUiAvTWVkaWFCb3ggWzAgMCA1NTkgNzgz
+ XSAvUGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgMjMgMCBSID4+CmVuZG9iagoyNSAwIG9i
+ ago8PC9UeXBlIC9QYWdlIC9Db250ZW50cyAyNiAwIFIgL01lZGlhQm94IFswIDAgNTU5
+ IDc4M10gL1BhcmVudCA0IDAgUiAvUmVzb3VyY2VzIDI4IDAgUiA+PgplbmRvYmoKMzAg
+ MCBvYmoKPDwvVHlwZSAvUGFnZSAvQ29udGVudHMgMzEgMCBSIC9NZWRpYUJveCBbMCAw
+ IDU1OSA3ODNdIC9QYXJlbnQgNCAwIFIgL1Jlc291cmNlcyAzMyAwIFIgPj4KZW5kb2Jq
+ CjM1IDAgb2JqCjw8L1R5cGUgL1BhZ2UgL0NvbnRlbnRzIDM2IDAgUiAvTWVkaWFCb3gg
+ WzAgMCA1NTkgNzgzXSAvUGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgMzggMCBSID4+CmVu
+ ZG9iago0MCAwIG9iago8PC9UeXBlIC9QYWdlIC9Db250ZW50cyA0MSAwIFIgL01lZGlh
+ Qm94IFswIDAgNTU5IDc4M10gL1BhcmVudCA0IDAgUiAvUmVzb3VyY2VzIDQzIDAgUiA+
+ PgplbmRvYmoKNDUgMCBvYmoKPDwvVHlwZSAvUGFnZSAvQ29udGVudHMgNDYgMCBSIC9N
+ ZWRpYUJveCBbMCAwIDU1OSA3ODNdIC9QYXJlbnQgNCAwIFIgL1Jlc291cmNlcyA0OCAw
+ IFIgPj4KZW5kb2JqCjUwIDAgb2JqCjw8L1R5cGUgL1BhZ2UgL0NvbnRlbnRzIDUyIDAg
+ UiAvTWVkaWFCb3ggWzAgMCA1NTkgNzgzXSAvUGFyZW50IDUxIDAgUiAvUmVzb3VyY2Vz
+ IDU0IDAgUiA+PgplbmRvYmoKNTYgMCBvYmoKPDwvVHlwZSAvUGFnZSAvQ29udGVudHMg
+ NTcgMCBSIC9NZWRpYUJveCBbMCAwIDU1OSA3ODNdIC9QYXJlbnQgNTEgMCBSIC9SZXNv
+ dXJjZXMgNTkgMCBSID4+CmVuZG9iagoxIDAgb2JqCjw8L0F1dGhvciAoS2hhbGlkIEJl
+ bGhhamphbWUpL0NyZWF0aW9uRGF0ZSAoRDoyMDExMTExNTE3MzUwMFopL0NyZWF0b3Ig
+ KE9tbmlHcmFmZmxlIDUuMy40KS9Nb2REYXRlIChEOjIwMTExMTIzMTkzODAwWikvUHJv
+ ZHVjZXIgMTMzIDAgUiAvVGl0bGUgKE9udG9sb2d5X2hpZXJhcmNoeS5ncmFmZmxlKT4+
+ CmVuZG9iagp4cmVmCjEgMQowMDAwMDk1MzQyIDAwMDAwIG4gCjMgMQowMDAwMDk0Mjgy
+ IDAwMDAwIG4gCjEyIDEKMDAwMDA5NDM4NiAwMDAwMCBuIAoyMCAxCjAwMDAwOTQ0OTIg
+ MDAwMDAgbiAKMjUgMQowMDAwMDk0NTk4IDAwMDAwIG4gCjMwIDEKMDAwMDA5NDcwNCAw
+ MDAwMCBuIAozNSAxCjAwMDAwOTQ4MTAgMDAwMDAgbiAKNDAgMQowMDAwMDk0OTE2IDAw
+ MDAwIG4gCjQ1IDEKMDAwMDA5NTAyMiAwMDAwMCBuIAo1MCAxCjAwMDAwOTUxMjggMDAw
+ MDAgbiAKNTYgMQowMDAwMDk1MjM1IDAwMDAwIG4gCnRyYWlsZXIKPDwvSUQgWzw0MDFi
+ ZjAyZjg0YjVhYWVmNTVmMzljM2FjMDAxMzg5Mj4gPDQwMWJmMDJmODRiNWFhZWY1NWYz
+ OWMzYWMwMDEzODkyPl0gL0luZm8gMSAwIFIgL1ByZXYgOTE0MjIgL1Jvb3QgNjIgMCBS
+ IC9TaXplIDEzNT4+CnN0YXJ0eHJlZgo5NTUzMQolJUVPRgo=
+ </data>
+ <key>QuickLookThumbnail</key>
+ <data>
+ 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
+ </data>
+ <key>ReadOnly</key>
+ <string>NO</string>
+ <key>Sheets</key>
+ <array>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {1118, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>7.2000002861022949</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>154</integer>
+ </dict>
+ <key>ID</key>
+ <integer>157</integer>
+ <key>Points</key>
+ <array>
+ <string>{869.61, 198.351}</string>
+ <string>{833.549, 159.04}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>151</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>154</integer>
+ </dict>
+ <key>ID</key>
+ <integer>156</integer>
+ <key>Points</key>
+ <array>
+ <string>{777.47, 198.069}</string>
+ <string>{804.379, 159.222}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>150</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>113</integer>
+ </dict>
+ <key>ID</key>
+ <integer>155</integer>
+ <key>Points</key>
+ <array>
+ <string>{759.442, 127.546}</string>
+ <string>{535.864, 75.2877}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>154</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{732, 123}, {170, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>154</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.891129</string>
+ <key>g</key>
+ <string>0.826869</string>
+ <key>r</key>
+ <string>0.692795</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.478261</string>
+ <key>g</key>
+ <string>0.443773</string>
+ <key>r</key>
+ <string>0.371817</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 time:TemporalEntity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{829.3, 198}, {113, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>151</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.891129</string>
+ <key>g</key>
+ <string>0.826869</string>
+ <key>r</key>
+ <string>0.692795</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.478261</string>
+ <key>g</key>
+ <string>0.443773</string>
+ <key>r</key>
+ <string>0.371817</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 time:Interval}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{712.3, 198}, {105.5, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>150</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.891129</string>
+ <key>g</key>
+ <string>0.826869</string>
+ <key>r</key>
+ <string>0.692795</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.478261</string>
+ <key>g</key>
+ <string>0.443773</string>
+ <key>r</key>
+ <string>0.371817</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 time:Instant}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>133</integer>
+ </dict>
+ <key>ID</key>
+ <integer>147</integer>
+ <key>Points</key>
+ <array>
+ <string>{645.639, 202.687}</string>
+ <string>{571.763, 158.374}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>141</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>133</integer>
+ </dict>
+ <key>ID</key>
+ <integer>146</integer>
+ <key>Points</key>
+ <array>
+ <string>{563.583, 198.646}</string>
+ <string>{549.443, 159.426}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>140</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>133</integer>
+ </dict>
+ <key>ID</key>
+ <integer>145</integer>
+ <key>Points</key>
+ <array>
+ <string>{475.415, 199.899}</string>
+ <string>{522.325, 158.897}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>139</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>133</integer>
+ </dict>
+ <key>ID</key>
+ <integer>144</integer>
+ <key>Points</key>
+ <array>
+ <string>{387.726, 204.603}</string>
+ <string>{502.716, 157.44}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>138</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{632, 199}, {75, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>141</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Control}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{513.7, 199}, {113, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>140</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Participation}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{403.1, 199}, {105.5, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>139</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Generation}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{317, 199}, {81, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>138</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Usage}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>113</integer>
+ </dict>
+ <key>ID</key>
+ <integer>137</integer>
+ <key>Points</key>
+ <array>
+ <string>{530.556, 122.737}</string>
+ <string>{503.893, 82.9644}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>133</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{450.8, 123}, {184, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>133</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 QualifiedInvolvement}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>113</integer>
+ </dict>
+ <key>ID</key>
+ <integer>132</integer>
+ <key>Points</key>
+ <array>
+ <string>{654.851, 129.813}</string>
+ <string>{526.669, 78.845}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>129</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{645, 124}, {81, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>129</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Recipe}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>113</integer>
+ </dict>
+ <key>ID</key>
+ <integer>127</integer>
+ <key>Points</key>
+ <array>
+ <string>{923.924, 130.861}</string>
+ <string>{540.52, 72.4188}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>119</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>112</integer>
+ </dict>
+ <key>ID</key>
+ <integer>126</integer>
+ <key>Points</key>
+ <array>
+ <string>{227.7, 198.5}</string>
+ <string>{227.7, 159.5}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>115</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>113</integer>
+ </dict>
+ <key>ID</key>
+ <integer>125</integer>
+ <key>Points</key>
+ <array>
+ <string>{422.364, 125.628}</string>
+ <string>{472.256, 82.0966}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>118</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>113</integer>
+ </dict>
+ <key>ID</key>
+ <integer>124</integer>
+ <key>Points</key>
+ <array>
+ <string>{342.641, 128.369}</string>
+ <string>{458.348, 79.2285}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>117</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>113</integer>
+ </dict>
+ <key>ID</key>
+ <integer>123</integer>
+ <key>Points</key>
+ <array>
+ <string>{260.353, 131.605}</string>
+ <string>{451.039, 76.7419}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>112</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>113</integer>
+ </dict>
+ <key>ID</key>
+ <integer>122</integer>
+ <key>Points</key>
+ <array>
+ <string>{177.238, 132.004}</string>
+ <string>{446.602, 74.6367}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>111</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{905, 124}, {184, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>119</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 ProvenanceContainer}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{363.1, 124}, {81, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>118</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Role}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{272.4, 123}, {81, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>117</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Location}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{190.2, 199}, {75, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>115</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Agent}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{87, 123}, {96, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>111</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{439.1, 47}, {105.5, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>113</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.891129</string>
+ <key>g</key>
+ <string>0.826869</string>
+ <key>r</key>
+ <string>0.692795</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.478261</string>
+ <key>g</key>
+ <string>0.443773</string>
+ <key>r</key>
+ <string>0.371817</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 owl:Thing}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{190.2, 123}, {75, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>112</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>2</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 8</string>
+ <key>UniqueID</key>
+ <integer>2</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>7.2000002861022949</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{202.5, 337}, {49, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>152</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 startedAt}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>150</integer>
+ </dict>
+ <key>ID</key>
+ <integer>151</integer>
+ <key>Points</key>
+ <array>
+ <string>{172.5, 349}</string>
+ <string>{295.5, 349}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>111</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{296, 331}, {105.5, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>150</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.891129</string>
+ <key>g</key>
+ <string>0.826869</string>
+ <key>r</key>
+ <string>0.692795</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.478261</string>
+ <key>g</key>
+ <string>0.443773</string>
+ <key>r</key>
+ <string>0.371817</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 time:Instant}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{82, 331}, {90, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>111</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 2</string>
+ <key>UniqueID</key>
+ <integer>3</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>7.2000002861022949</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{249.845, 336}, {105.155, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>152</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 hadTemporalValue}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>150</integer>
+ </dict>
+ <key>ID</key>
+ <integer>151</integer>
+ <key>Points</key>
+ <array>
+ <string>{234.5, 349}</string>
+ <string>{382.5, 349}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>111</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{383, 331}, {168, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>150</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.891129</string>
+ <key>g</key>
+ <string>0.826869</string>
+ <key>r</key>
+ <string>0.692795</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.478261</string>
+ <key>g</key>
+ <string>0.443773</string>
+ <key>r</key>
+ <string>0.371817</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 time:TemporalValue}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{83, 331}, {151, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>111</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Entity U Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 5</string>
+ <key>UniqueID</key>
+ <integer>6</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>7.2000002861022949</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{205.5, 336}, {45, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>152</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 endedAt}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>150</integer>
+ </dict>
+ <key>ID</key>
+ <integer>151</integer>
+ <key>Points</key>
+ <array>
+ <string>{172.5, 349}</string>
+ <string>{295.5, 349}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>111</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{296, 331}, {105.5, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>150</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.891129</string>
+ <key>g</key>
+ <string>0.826869</string>
+ <key>r</key>
+ <string>0.692795</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.478261</string>
+ <key>g</key>
+ <string>0.443773</string>
+ <key>r</key>
+ <string>0.371817</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 time:Instant}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{80, 331}, {92, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>111</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 3</string>
+ <key>UniqueID</key>
+ <integer>4</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>7.2000002861022949</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{183, 336}, {90, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>152</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 wasGeneratedAt}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>150</integer>
+ </dict>
+ <key>ID</key>
+ <integer>151</integer>
+ <key>Points</key>
+ <array>
+ <string>{168.5, 349}</string>
+ <string>{295.5, 349}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>111</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{296, 331}, {105.5, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>150</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.891129</string>
+ <key>g</key>
+ <string>0.826869</string>
+ <key>r</key>
+ <string>0.692795</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.478261</string>
+ <key>g</key>
+ <string>0.443773</string>
+ <key>r</key>
+ <string>0.371817</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 time:Instant}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{94, 331}, {74, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>111</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 4</string>
+ <key>UniqueID</key>
+ <integer>5</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>7.2000002861022949</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>153</integer>
+ </dict>
+ <key>ID</key>
+ <integer>151</integer>
+ <key>Points</key>
+ <array>
+ <string>{168.5, 349}</string>
+ <string>{332.5, 349}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{333, 331}, {112, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>153</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Participation}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{177, 336}, {134, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>152</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 hadQualifiedParticipation}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{94, 331}, {74, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>111</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 6</string>
+ <key>UniqueID</key>
+ <integer>7</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>7.2000002861022949</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>153</integer>
+ </dict>
+ <key>ID</key>
+ <integer>151</integer>
+ <key>Points</key>
+ <array>
+ <string>{168.5, 349}</string>
+ <string>{332.5, 349}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{333, 331}, {83, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>153</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Usage}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{192.5, 336}, {103, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>152</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 hadQualifiedUsage}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{94, 331}, {74, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>111</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 7</string>
+ <key>UniqueID</key>
+ <integer>8</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>7.2000002861022949</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>153</integer>
+ </dict>
+ <key>ID</key>
+ <integer>151</integer>
+ <key>Points</key>
+ <array>
+ <string>{168.5, 349}</string>
+ <string>{332.5, 349}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{333, 331}, {83, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>153</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Control}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{190.5, 336}, {107, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>152</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 hadQualifiedControl}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{94, 331}, {74, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>111</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 9</string>
+ <key>UniqueID</key>
+ <integer>9</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>7.2000002861022949</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>153</integer>
+ </dict>
+ <key>ID</key>
+ <integer>151</integer>
+ <key>Points</key>
+ <array>
+ <string>{168.5, 349}</string>
+ <string>{332.5, 349}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{333, 331}, {105, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>153</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Generation}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{180.5, 336}, {127, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>152</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 hadQualifiedGeneration}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{94, 331}, {74, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>111</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 10</string>
+ <key>UniqueID</key>
+ <integer>10</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {559, 783}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>7.2000002861022949</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>153</integer>
+ </dict>
+ <key>ID</key>
+ <integer>151</integer>
+ <key>Points</key>
+ <array>
+ <string>{205.5, 349}</string>
+ <string>{356.5, 349}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{357, 331}, {70, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>153</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{229, 336}, {98, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>152</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 hadQualifiedEntity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{24, 331}, {181, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0.189516</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>111</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 QualifiedInvolvement}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 11</string>
+ <key>UniqueID</key>
+ <integer>11</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ </array>
+ <key>SmartAlignmentGuidesActive</key>
+ <string>YES</string>
+ <key>SmartDistanceGuidesActive</key>
+ <string>YES</string>
+ <key>UseEntirePage</key>
+ <false/>
+ <key>WindowInfo</key>
+ <dict>
+ <key>CurrentSheet</key>
+ <integer>9</integer>
+ <key>ExpandedCanvases</key>
+ <array/>
+ <key>Frame</key>
+ <string>{{94, 40}, {1252, 838}}</string>
+ <key>ListView</key>
+ <true/>
+ <key>OutlineWidth</key>
+ <integer>142</integer>
+ <key>RightSidebar</key>
+ <false/>
+ <key>ShowRuler</key>
+ <true/>
+ <key>Sidebar</key>
+ <true/>
+ <key>SidebarWidth</key>
+ <integer>120</integer>
+ <key>VisibleRegion</key>
+ <string>{{-272, 0}, {1103, 684}}</string>
+ <key>Zoom</key>
+ <real>1</real>
+ <key>ZoomValues</key>
+ <array>
+ <array>
+ <string>Canvas 8</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 2</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 3</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 4</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 5</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 6</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 7</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 9</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 10</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 11</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ </array>
+ </dict>
+ <key>saveQuickLookFiles</key>
+ <string>YES</string>
+</dict>
+</plist>
Binary file ontology/fpwd/diagrams/Ontology_hierarchy.png has changed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/fpwd/diagrams/ProvenanceOntology.graffle Thu Dec 08 15:27:58 2011 +0000
@@ -0,0 +1,33563 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>ApplicationVersion</key>
+ <array>
+ <string>com.omnigroup.OmniGraffle</string>
+ <string>138.31.0.156985</string>
+ </array>
+ <key>CreationDate</key>
+ <string>2008-06-25 18:23:07 -0400</string>
+ <key>Creator</key>
+ <string>lebot</string>
+ <key>FileType</key>
+ <string>flat</string>
+ <key>GraphDocumentVersion</key>
+ <integer>8</integer>
+ <key>GuidesLocked</key>
+ <string>NO</string>
+ <key>GuidesVisible</key>
+ <string>YES</string>
+ <key>ImageCounter</key>
+ <integer>1</integer>
+ <key>LinksVisible</key>
+ <string>NO</string>
+ <key>MagnetsVisible</key>
+ <string>NO</string>
+ <key>MasterSheets</key>
+ <array/>
+ <key>ModificationDate</key>
+ <string>2011-12-07 11:15:43 -0500</string>
+ <key>Modifier</key>
+ <string>Satya Sahoo</string>
+ <key>NotesVisible</key>
+ <string>NO</string>
+ <key>OriginVisible</key>
+ <string>NO</string>
+ <key>PageBreaks</key>
+ <string>NO</string>
+ <key>PrintInfo</key>
+ <dict>
+ <key>NSBottomMargin</key>
+ <array>
+ <string>float</string>
+ <string>41</string>
+ </array>
+ <key>NSLeftMargin</key>
+ <array>
+ <string>float</string>
+ <string>18</string>
+ </array>
+ <key>NSOrientation</key>
+ <array>
+ <string>int</string>
+ <string>1</string>
+ </array>
+ <key>NSPaperSize</key>
+ <array>
+ <string>coded</string>
+ <string>BAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAx7X05TU2l6ZT1mZn2WgRgDgWQChg==</string>
+ </array>
+ <key>NSRightMargin</key>
+ <array>
+ <string>float</string>
+ <string>18</string>
+ </array>
+ <key>NSTopMargin</key>
+ <array>
+ <string>float</string>
+ <string>18</string>
+ </array>
+ </dict>
+ <key>ReadOnly</key>
+ <string>NO</string>
+ <key>Sheets</key>
+ <array>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {1245, 701.061}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>CanvasSize</key>
+ <string>{1245, 701.061}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>ExportShapes</key>
+ <array>
+ <dict>
+ <key>InspectorGroup</key>
+ <real>255</real>
+ <key>ShapeImageRect</key>
+ <string>{{2, 2}, {22, 22}}</string>
+ <key>ShapeName</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>ShouldExport</key>
+ <string>YES</string>
+ <key>StrokePath</key>
+ <dict>
+ <key>elements</key>
+ <array>
+ <dict>
+ <key>element</key>
+ <string>MOVETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.300141, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.363279, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.5, 0}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.363279, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.300141, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.0898362, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{-0.5, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{-0.5, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>CLOSE</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>MOVETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ </array>
+ </dict>
+ <key>TextBounds</key>
+ <string>{{0, 0}, {1, 1}}</string>
+ </dict>
+ </array>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{746.101, 464.124}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1164</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1161</integer>
+ <key>Position</key>
+ <real>0.86727666854858398</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{728.338, 596.797}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1163</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1162</integer>
+ <key>Position</key>
+ <real>0.89702427387237549</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1162</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{854.864, 272.198}</string>
+ <string>{717, 360.463}</string>
+ <string>{710, 581.081}</string>
+ <string>{816.526, 606.263}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1009</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1161</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{855.138, 272.276}</string>
+ <string>{736, 349.378}</string>
+ <string>{725.855, 460.659}</string>
+ <string>{835.135, 473.378}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{772.333, 313.618}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1165</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1160</integer>
+ <key>Offset</key>
+ <real>-9.0140838623046875</real>
+ <key>Position</key>
+ <real>0.43085107207298279</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1015</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1160</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{858.66, 273.214}</string>
+ <string>{823.135, 299.659}</string>
+ <string>{775, 339.081}</string>
+ <string>{823.652, 340.365}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1011</integer>
+ <key>Info</key>
+ <integer>2</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1158</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{96.7926, 271.195}</string>
+ <string>{27.257, 250.816}</string>
+ <string>{12.888, 201.204}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{1050.99, 314.114}, {69, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1038</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1037</integer>
+ <key>Position</key>
+ <real>0.41471379995346069</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{632.739, 200.998}, {59, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1044</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1043</integer>
+ <key>Position</key>
+ <real>0.29596635699272156</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{384.83, 203.794}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1046</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1045</integer>
+ <key>Position</key>
+ <real>0.79882550239562988</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{94.5328, 214.341}, {86, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1054</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1053</integer>
+ <key>Position</key>
+ <real>0.51397663354873657</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain and rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{621.296, 162.888}, {59, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1060</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1059</integer>
+ <key>Position</key>
+ <real>0.31803795695304871</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{378.419, 170.928}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1062</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1061</integer>
+ <key>Position</key>
+ <real>0.71538519859313965</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{1105.26, 342.462}, {69, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1072</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1071</integer>
+ <key>Position</key>
+ <real>0.4356020987033844</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{618.449, 99.0545}, {59, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1078</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1077</integer>
+ <key>Position</key>
+ <real>0.43251731991767883</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{368.134, 120.704}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1080</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1079</integer>
+ <key>Position</key>
+ <real>0.77880358695983887</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{987.476, 294.958}, {69, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1090</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1089</integer>
+ <key>Position</key>
+ <real>0.56004476547241211</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{575.728, 366.849}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1100</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1099</integer>
+ <key>Position</key>
+ <real>0.82782649993896484</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{213.235, 314.5}, {59, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1102</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1101</integer>
+ <key>Position</key>
+ <real>0.79159682989120483</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{395.229, 248.759}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1112</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1111</integer>
+ <key>Position</key>
+ <real>0.77439582347869873</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{764.427, 179.18}, {89, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1114</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1113</integer>
+ <key>Position</key>
+ <real>0.43251731991767883</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{935.18, 179.717}, {89, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1132</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1131</integer>
+ <key>Position</key>
+ <real>0.43251731991767883</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{153.281, 28.7138}, {46, 18}}</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>b</key>
+ <string>0.4</string>
+ <key>g</key>
+ <string>0.4</string>
+ <key>r</key>
+ <string>0.4</string>
+ </dict>
+ <key>Font</key>
+ <string>LucidaGrande</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>11</real>
+ </dict>
+ <key>ID</key>
+ <integer>1146</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1145</integer>
+ <key>Position</key>
+ <real>0.61500859260559082</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 \expnd0\expndtw0\kerning0
+rdf:type}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{154.21, 44.0674}, {86, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1149</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1147</integer>
+ <key>Position</key>
+ <real>0.43251731991767883</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 owl:versionInfo}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{590.794, 37.6981}, {79, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1153</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1151</integer>
+ <key>Position</key>
+ <real>0.43251731991767883</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:comment}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{20, 664.061}, {224, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1001</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>TODO</string>
+ </dict>
+ <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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 owl: http://www.w3.org/2002/07/owl#\
+: http://www.w3.org/ns/prov-o/}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>prefix mappings for</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1001</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1001</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>--PREFIX MAPPINGS USED--</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1001</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{40.2482, 24.3674}, {75, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1002</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2002/07/owl#Ontology</string>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 owl:Ontology}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/2002/07/owl#Ontology</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1002</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1002</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/2002/07/owl#Ontology</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1002</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{835.135, 464.378}, {139.486, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1009</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :dependedOn -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:TransitiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1009</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1009</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1009</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{472.661, 189.029}, {118.618, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1010</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadParticipant}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1010</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1010</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1010</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{10.1422, 182.724}, {118.618, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1011</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :preceded -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1011</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{500.668, 135.029}, {62.604, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1012</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :used}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1012</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1012</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1012</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{817.013, 597.378}, {175.73, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1013</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasComplementOf -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1013</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1013</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1013</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{466.071, 81.0293}, {131.798, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1014</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasControlledBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1014</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1014</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1014</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{824.152, 331.378}, {161.452, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1015</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasDerivedFrom -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1015</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1015</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1015</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{430.466, 389.029}, {130.699, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>1016</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>2</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
+
+\f0\fs22 \cf0 :wasGeneratedBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1016</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{484.193, 243.029}, {95.5534, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1017</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 The ProcessExecution activity performed was described by\
+ the given recipe resource. Process specifications, as\
+ referred to by recipe links, are out of scope of this\
+ specification}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadRecipe}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1017</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1017</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1017</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{698.869, 126.378}, {100, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An agent represents a characterized entity capable of activity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Agent}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1018</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1018</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1018</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{564.974, 545.561}, {121, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1019</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ </dict>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Location}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1019</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1019</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1019</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{40.2482, 269.081}, {221.5, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{294.983, 542.061}, {227, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1021</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProvenanceContainer}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1021</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1021</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1021</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{90.4982, 545.081}, {121, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1022</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Revision is defined as a modified version of a Entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Revision}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1022</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1022</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1022</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{964.592, 126.029}, {161.452, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Role is defined to be "a function assumed by a entity or an agent."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:EntityInRole}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1023</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1023</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1023</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{104.498, 407.081}, {93, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1024</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Time}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1024</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{825.749, 220.583}, {132, 56}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1025</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{273.779, 36.8522}, {174, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1026</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). \
+\
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome.}</string>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 http://www.w3.org/ns/prov-o/}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Ontology, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1026</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1026</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1026</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1034</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1033</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{904.878, 482.378}</string>
+ <string>{904.878, 518.378}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1009</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1009</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1037</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{945.942, 265.005}</string>
+ <string>{1078.26, 305.103}</string>
+ <string>{1069.88, 455.507}</string>
+ <string>{975.113, 473.286}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1043</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{591.764, 198.15}</string>
+ <string>{829.882, 238.182}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1010</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1010</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1045</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{207.563, 271.421}</string>
+ <string>{472.661, 198.029}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1011</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1053</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{146.69, 268.607}</string>
+ <string>{128.874, 192.211}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1059</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{563.272, 144.029}</string>
+ <string>{838.473, 231.625}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1012</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1012</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1061</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{192.361, 270.159}</string>
+ <string>{500.668, 144.029}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1068</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1067</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{904.878, 615.878}</string>
+ <string>{904.878, 651.061}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1071</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{951.69, 260.861}</string>
+ <string>{1128.26, 297.029}</string>
+ <string>{1109.87, 551.636}</string>
+ <string>{992.743, 606.378}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1077</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{598.34, 90.1987}</string>
+ <string>{713.04, 131.482}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1014</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1014</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1079</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{179.282, 269.392}</string>
+ <string>{466.071, 90.0293}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1086</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1085</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{904.878, 349.878}</string>
+ <string>{904.878, 385.378}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1015</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1015</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1089</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{940.856, 267.69}</string>
+ <string>{1016.26, 297.029}</string>
+ <string>{1020.26, 334.266}</string>
+ <string>{985.604, 340.378}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1096</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1095</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{495.815, 407.029}</string>
+ <string>{495.816, 443.029}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1016</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{345.529, 443.029}, {300.574, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1096</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution"</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1098</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1098</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy_http://www.w3.org/2000/01/rdf-schema#comment_wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1098</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1016</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1099</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{846.129, 269.206}</string>
+ <string>{561.165, 398.029}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1101</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{430.001, 397.845}</string>
+ <string>{193.434, 303.928}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1016</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1108</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1107</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{531.97, 261.529}</string>
+ <string>{531.97, 297.029}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{366.183, 297.029}, {331.574, 56}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1108</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 The ProcessExecution activity performed was described by\
+ the given recipe resource. Process specifications, as\
+ referred to by recipe links, are out of scope of this\
+ specification}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"The ProcessExecution activity performed was described by
+ the given recipe resource. Process specifications, as
+ referred to by recipe links, are out of scope of this
+ specification"</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1110</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1110</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe_http://www.w3.org/2000/01/rdf-schema#comment_The ProcessExecution activity performed was described by
+ the given recipe resource. Process specifications, as
+ referred to by recipe links, are out of scope of this
+ specification_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1110</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1111</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{244.488, 277.246}</string>
+ <string>{483.696, 252.081}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1113</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{771.41, 160.818}</string>
+ <string>{858.151, 224.079}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1116</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1115</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{748.869, 125.878}</string>
+ <string>{748.869, 92.6739}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{645.257, 62.6739}, {207.224, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1116</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 An agent represents a characterized entity capable of activity.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"An agent represents a characterized entity capable of activity."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1118</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1118</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Agent_http://www.w3.org/2000/01/rdf-schema#comment_An agent represents a characterized entity capable of activity._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1118</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1120</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1119</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{150.998, 305.581}</string>
+ <string>{150.998, 341.081}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{11.4982, 341.081}, {279, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1120</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"ProcessExecution is defined to be "an identifiable activity, which performs a piece of work.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1122</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1122</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution_http://www.w3.org/2000/01/rdf-schema#comment_ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1122</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1124</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1123</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{408.483, 585.561}</string>
+ <string>{408.483, 621.061}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1021</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{261.909, 621.061}, {293.149, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1124</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1126</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1126</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer_http://www.w3.org/2000/01/rdf-schema#comment_ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1126</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1128</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1127</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{150.998, 581.581}</string>
+ <string>{150.998, 617.081}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1022</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{70.2721, 617.081}, {161.452, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1128</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 Revision is defined as a modified version of a Entity.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"Revision is defined as a modified version of a Entity."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1130</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1130</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Revision_http://www.w3.org/2000/01/rdf-schema#comment_Revision is defined as a modified version of a Entity._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1130</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1131</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{1019.77, 161.42}</string>
+ <string>{927.075, 224.532}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1134</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1133</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{1074.85, 161.074}</string>
+ <string>{1110.61, 181.718}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{1038.22, 181.718}, {196.767, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1134</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 Role is defined to be "a function assumed by a entity or an agent."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"Role is defined to be "a function assumed by a entity or an agent.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1136</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1136</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Role_http://www.w3.org/2000/01/rdf-schema#comment_Role is defined to be "a function assumed by a entity or an agent."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1136</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1138</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1137</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{150.998, 443.581}</string>
+ <string>{150.998, 479.081}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1024</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{37.4982, 479.081}, {227, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1138</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 Time represents temporal information about entities in the Provenance model.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"Time represents temporal information about entities in the Provenance model."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1140</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1140</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Time_http://www.w3.org/2000/01/rdf-schema#comment_Time represents temporal information about entities in the Provenance model._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1140</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1142</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1141</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{891.75, 220.083}</string>
+ <string>{891.753, 150.284}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{829.065, 120.284}, {125.377, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1142</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 An identifiable characterized entity.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"An identifiable characterized entity."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1144</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1144</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Entity_http://www.w3.org/2000/01/rdf-schema#comment_An identifiable characterized entity._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1144</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.4</string>
+ <key>g</key>
+ <string>0.4</string>
+ <key>r</key>
+ <string>0.4</string>
+ </dict>
+ <key>Font</key>
+ <string>LucidaGrande</string>
+ <key>Size</key>
+ <real>11</real>
+ </dict>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1002</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1145</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdf:type}</string>
+ <key>Points</key>
+ <array>
+ <string>{273.779, 42.0145}</string>
+ <string>{115.248, 35.0216}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1026</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1148</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1147</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2002/07/owl#versionInfo</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 owl:versionInfo}</string>
+ <key>Points</key>
+ <array>
+ <string>{273.779, 49.6899}</string>
+ <string>{96.7482, 57.4989}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1026</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{58.7482, 49.337}, {38, 18}}</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>b</key>
+ <string>.65</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1148</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>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue166;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 0.02}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"0.02"</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1150</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1150</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/_http://www.w3.org/2002/07/owl#versionInfo_0.02_http://www.w3.org/2001/XMLSchema#string_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1150</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1152</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1151</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{447.779, 46.1253}</string>
+ <string>{869.762, 47.4497}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1026</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{869.762, 7}, {350.682, 82}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1152</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). \
+\
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>"This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page).
+
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1154</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1154</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/_http://www.w3.org/2000/01/rdf-schema#comment_This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page).
+
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1154</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{724.878, 518.378}, {360, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1034</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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1036</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1036</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn_http://www.w3.org/2000/01/rdf-schema#comment_dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1036</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{724.878, 651.061}, {360, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1068</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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1070</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1070</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf_http://www.w3.org/2000/01/rdf-schema#comment_wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1070</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{724.878, 385.378}, {360, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1086</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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1088</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1088</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom_http://www.w3.org/2000/01/rdf-schema#comment_wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1088</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>2</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>HierarchicalOrientation</key>
+ <integer>0</integer>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>2</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 1</string>
+ <key>UniqueID</key>
+ <integer>1</integer>
+ <key>UserInfo</key>
+ <dict>
+ <key>kMDItemAuthors</key>
+ <array>
+ <string>2graffle5.xsl</string>
+ </array>
+ </dict>
+ <key>VPages</key>
+ <integer>2</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {1084.8, 824}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>CanvasSize</key>
+ <string>{1084.8, 824}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>ExportShapes</key>
+ <array>
+ <dict>
+ <key>InspectorGroup</key>
+ <real>255</real>
+ <key>ShapeImageRect</key>
+ <string>{{2, 2}, {22, 22}}</string>
+ <key>ShapeName</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>ShouldExport</key>
+ <string>YES</string>
+ <key>StrokePath</key>
+ <dict>
+ <key>elements</key>
+ <array>
+ <dict>
+ <key>element</key>
+ <string>MOVETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.300141, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.363279, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.5, 0}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.363279, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.300141, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.0898362, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{-0.5, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{-0.5, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>CLOSE</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>MOVETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ </array>
+ </dict>
+ <key>TextBounds</key>
+ <string>{{0, 0}, {1, 1}}</string>
+ </dict>
+ </array>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{961.847, 487.533}, {69, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1038</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1037</integer>
+ <key>Position</key>
+ <real>0.44939973950386047</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1009</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1037</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{854.817, 386.776}</string>
+ <string>{975.641, 436}</string>
+ <string>{999.878, 623}</string>
+ <string>{889.621, 645}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{1003.6, 524.211}, {69, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1072</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1071</integer>
+ <key>Position</key>
+ <real>0.46831679344177246</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1071</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{858.118, 385.187}</string>
+ <string>{1018, 441.193}</string>
+ <string>{1028.27, 715}</string>
+ <string>{907.743, 746.386}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1142</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1169</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{806.749, 338.693}</string>
+ <string>{806.749, 157.316}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{224.974, 143.569}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1046</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1045</integer>
+ <key>Offset</key>
+ <real>-5.6338024139404297</real>
+ <key>Position</key>
+ <real>0.79320007562637329</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{222.32, 88.0218}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1062</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1061</integer>
+ <key>Position</key>
+ <real>0.76201659440994263</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1010</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1045</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{162.723, 338.824}</string>
+ <string>{221.819, 166.441}</string>
+ <string>{316.25, 145.522}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1012</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1061</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{159.794, 338.757}</string>
+ <string>{211.494, 122.441}</string>
+ <string>{344.257, 91.5219}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{229.575, 192.3}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1080</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1079</integer>
+ <key>Position</key>
+ <real>0.78425306081771851</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1014</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1079</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{168.125, 339.005}</string>
+ <string>{234.433, 215.441}</string>
+ <string>{309.66, 199.522}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{6, 300.621}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1167</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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{571.069, 63.5187}, {132, 56}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1025</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{666.45, 639.028}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1164</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1161</integer>
+ <key>Position</key>
+ <real>0.89508914947509766</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{647.791, 739.592}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1163</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1162</integer>
+ <key>Position</key>
+ <real>0.90974193811416626</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1162</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{759.051, 386.94}</string>
+ <string>{628, 441.193}</string>
+ <string>{625, 721.089}</string>
+ <string>{731.526, 746.271}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1009</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1161</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{763.638, 388.782}</string>
+ <string>{645, 448.193}</string>
+ <string>{638.855, 632.281}</string>
+ <string>{750.135, 645}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{651.415, 523.732}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1165</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1160</integer>
+ <key>Offset</key>
+ <real>14.647889137268066</real>
+ <key>Position</key>
+ <real>0.83510637283325195</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1015</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1160</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{765.567, 389.463}</string>
+ <string>{671, 440.602}</string>
+ <string>{661.069, 539}</string>
+ <string>{739.152, 542.959}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1011</integer>
+ <key>Info</key>
+ <integer>2</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1158</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{82.244, 345.403}</string>
+ <string>{22.257, 326.928}</string>
+ <string>{12.2148, 283.913}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{455.502, 136.466}, {59, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1044</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1043</integer>
+ <key>Position</key>
+ <real>0.29596635699272156</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{105.317, 287.478}, {62.604, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1054</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1053</integer>
+ <key>Offset</key>
+ <real>-15.774648666381836</real>
+ <key>Position</key>
+ <real>0.47975891828536987</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{429.767, 82.5212}, {59, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1060</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1059</integer>
+ <key>Position</key>
+ <real>0.31803795695304871</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{475.005, 190.522}, {59, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1078</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1077</integer>
+ <key>Position</key>
+ <real>0.43251731991767883</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{906.641, 453.187}, {69, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1090</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1089</integer>
+ <key>Position</key>
+ <real>0.53468149900436401</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{591.722, 358.193}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1100</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1099</integer>
+ <key>Position</key>
+ <real>0.67314428091049194</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{300.963, 358.193}, {59, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1102</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1101</integer>
+ <key>Position</key>
+ <real>0.62357872724533081</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{237.602, 245.564}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1112</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1111</integer>
+ <key>Position</key>
+ <real>0.68797850608825684</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{592.569, 149.637}, {89, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1114</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1113</integer>
+ <key>Position</key>
+ <real>0.3669467568397522</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{762.249, 413.862}, {89, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1132</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1131</integer>
+ <key>Position</key>
+ <real>0.32711130380630493</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{123.033, 32.2219}, {46, 18}}</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>b</key>
+ <string>0.4</string>
+ <key>g</key>
+ <string>0.4</string>
+ <key>r</key>
+ <string>0.4</string>
+ </dict>
+ <key>Font</key>
+ <string>LucidaGrande</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>11</real>
+ </dict>
+ <key>ID</key>
+ <integer>1146</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1145</integer>
+ <key>Position</key>
+ <real>0.61500859260559082</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 \expnd0\expndtw0\kerning0
+rdf:type}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{123.962, 47.3554}, {86, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1149</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1147</integer>
+ <key>Position</key>
+ <real>0.43251731991767883</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 owl:versionInfo}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{72.2721, 776.171}, {224, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1001</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>TODO</string>
+ </dict>
+ <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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 owl: http://www.w3.org/2002/07/owl#\
+: http://www.w3.org/ns/prov-o/}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>prefix mappings for</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1001</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1001</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>--PREFIX MAPPINGS USED--</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1001</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{10, 28.9117}, {75, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1002</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2002/07/owl#Ontology</string>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 owl:Ontology}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/2002/07/owl#Ontology</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1002</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1002</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/2002/07/owl#Ontology</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1002</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{750.135, 636}, {139.486, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1009</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :dependedOn -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:TransitiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1009</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1009</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1009</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{316.25, 136.522}, {118.618, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1010</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadParticipant}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1010</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1010</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1010</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{10, 265.426}, {118.618, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1011</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :preceded -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1011</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{344.257, 82.5219}, {62.604, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1012</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :used}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1012</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1012</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1012</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{732.013, 737.386}, {175.73, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1013</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasComplementOf -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1013</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1013</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1013</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{309.66, 190.522}, {131.798, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1014</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasControlledBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1014</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1014</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1014</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{739.152, 533.959}, {161.452, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1015</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasDerivedFrom -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1015</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1015</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1015</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{440.155, 358.193}, {130.699, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>1016</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>2</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
+
+\f0\fs22 \cf0 :wasGeneratedBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1016</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{327.783, 243.194}, {95.5534, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1017</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 The ProcessExecution activity performed was described by\
+ the given recipe resource. Process specifications, as\
+ referred to by recipe links, are out of scope of this\
+ specification}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadRecipe}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1017</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1017</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1017</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{587.069, 181.522}, {100, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An agent represents a characterized entity capable of activity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Agent}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1018</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1018</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1018</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{349.983, 477.193}, {121, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1019</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ </dict>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Location}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1019</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1019</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1019</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{42.2481, 339.193}, {221.5, 56}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{296.983, 590.939}, {227, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1021</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProvenanceContainer}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1021</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1021</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1021</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{92.4981, 593.959}, {121, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1022</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Revision is defined as a modified version of a Entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Revision}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1022</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1022</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1022</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{732.899, 433.597}, {147.701, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Role is defined to be "a function assumed by a entity or an agent."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:EntityInRole}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1023</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1023</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1023</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{92.4981, 477.193}, {121, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1024</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Time}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1024</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{740.749, 339.193}, {132, 56}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1025</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{243.531, 38.42}, {174, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1026</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). \
+\
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome.}</string>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 http://www.w3.org/ns/prov-o/}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Ontology, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1026</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1026</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1026</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1034</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1033</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{819.878, 654.5}</string>
+ <string>{819.878, 674.193}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1009</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1043</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{435.368, 145.522}</string>
+ <string>{523.983, 142.112}</string>
+ <string>{591.199, 112.041}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1010</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1011</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1053</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{152.131, 338.694}</string>
+ <string>{150.409, 282.112}</string>
+ <string>{129.09, 274.592}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1059</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{407.361, 91.5219}</string>
+ <string>{570.569, 91.5196}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1012</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1068</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1067</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{819.878, 755.386}</string>
+ <string>{819.878, 771.752}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1077</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{441.958, 199.522}</string>
+ <string>{586.569, 199.522}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1014</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1086</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1085</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{819.878, 552.459}</string>
+ <string>{819.878, 571}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1015</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1015</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1089</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{848.228, 389.361}</string>
+ <string>{931, 433.597}</string>
+ <string>{940, 523.728}</string>
+ <string>{900.604, 542.959}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1096</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1095</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{505.491, 376.693}</string>
+ <string>{505, 394.796}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1016</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{334.401, 394.796}, {300.574, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1096</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0.0675784, -0.5}</string>
+ </array>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution"</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1098</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1098</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy_http://www.w3.org/2000/01/rdf-schema#comment_wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1098</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1016</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1099</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{740.249, 367.193}</string>
+ <string>{570.854, 367.193}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1101</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{440.155, 367.193}</string>
+ <string>{264.248, 367.193}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1016</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1108</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1107</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{375.56, 261.194}</string>
+ <string>{375.762, 281.621}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{237.602, 281.621}, {331.228, 56}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1108</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{-0.0828851, -0.5}</string>
+ </array>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 The ProcessExecution activity performed was described by\
+ the given recipe resource. Process specifications, as\
+referred to by recipe links, are out of scope of this\
+specification}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"The ProcessExecution activity performed was described by
+ the given recipe resource. Process specifications, as
+ referred to by recipe links, are out of scope of this
+ specification"</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1110</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1110</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe_http://www.w3.org/2000/01/rdf-schema#comment_The ProcessExecution activity performed was described by
+ the given recipe resource. Process specifications, as
+ referred to by recipe links, are out of scope of this
+ specification_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1110</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1111</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{179.773, 339.639}</string>
+ <string>{256, 261.194}</string>
+ <string>{327.783, 252.194}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1113</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{637.069, 181.022}</string>
+ <string>{637.069, 120.019}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1116</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1115</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{637.069, 218.022}</string>
+ <string>{637.069, 237.194}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{533.457, 237.194}, {207.224, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1116</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 An agent represents a characterized entity capable of activity.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"An agent represents a characterized entity capable of activity."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1118</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1118</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Agent_http://www.w3.org/2000/01/rdf-schema#comment_An agent represents a characterized entity capable of activity._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1118</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1120</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1119</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{152.998, 395.693}</string>
+ <string>{152.998, 411.193}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{13.4981, 411.193}, {279, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1120</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"ProcessExecution is defined to be "an identifiable activity, which performs a piece of work.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1122</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1122</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution_http://www.w3.org/2000/01/rdf-schema#comment_ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1122</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1124</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1123</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{410.483, 634.439}</string>
+ <string>{410.483, 652.959}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1021</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{263.909, 652.959}, {293.149, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1124</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1126</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1126</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer_http://www.w3.org/2000/01/rdf-schema#comment_ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1126</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1128</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1127</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{152.998, 630.459}</string>
+ <string>{152.998, 648.979}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1022</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{72.2721, 648.979}, {161.452, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1128</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 Revision is defined as a modified version of a Entity.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"Revision is defined as a modified version of a Entity."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1130</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1130</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Revision_http://www.w3.org/2000/01/rdf-schema#comment_Revision is defined as a modified version of a Entity._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1130</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1131</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{806.749, 433.097}</string>
+ <string>{806.749, 395.693}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1134</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1133</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{807.712, 470.095}</string>
+ <string>{808.579, 486.778}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{710.976, 486.778}, {196.767, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1134</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 Role is defined to be "a function assumed by a entity or an agent."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"Role is defined to be "a function assumed by a entity or an agent.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1136</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1136</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Role_http://www.w3.org/2000/01/rdf-schema#comment_Role is defined to be "a function assumed by a entity or an agent."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1136</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1138</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1137</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{152.998, 513.693}</string>
+ <string>{152.998, 528.959}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1024</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{39.4981, 528.959}, {227, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1138</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 Time represents temporal information about entities in the Provenance model.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"Time represents temporal information about entities in the Provenance model."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1140</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1140</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Time_http://www.w3.org/2000/01/rdf-schema#comment_Time represents temporal information about entities in the Provenance model._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1140</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1142</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1141</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{689.362, 109.023}</string>
+ <string>{779.862, 139.316}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{703.137, 139.316}, {207.224, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1142</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 An identifiable characterized entity.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"An identifiable characterized entity."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1144</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1144</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Entity_http://www.w3.org/2000/01/rdf-schema#comment_An identifiable characterized entity._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1144</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.4</string>
+ <key>g</key>
+ <string>0.4</string>
+ <key>r</key>
+ <string>0.4</string>
+ </dict>
+ <key>Font</key>
+ <string>LucidaGrande</string>
+ <key>Size</key>
+ <real>11</real>
+ </dict>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1002</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1145</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdf:type}</string>
+ <key>Points</key>
+ <array>
+ <string>{243.531, 44.4973}</string>
+ <string>{85, 39.1715}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1026</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1148</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1147</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2002/07/owl#versionInfo</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 owl:versionInfo}</string>
+ <key>Points</key>
+ <array>
+ <string>{243.531, 52.1726}</string>
+ <string>{66.5, 61.8434}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1026</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{28.5, 53.8813}, {38, 18}}</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>b</key>
+ <string>.65</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1148</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>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue166;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 0.02}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"0.02"</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1150</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1150</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/_http://www.w3.org/2002/07/owl#versionInfo_0.02_http://www.w3.org/2001/XMLSchema#string_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1150</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1152</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1151</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{417.531, 47.872}</string>
+ <string>{728.114, 49.4855}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1026</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{728.114, 9.39648}, {350.682, 82}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1152</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). \
+\
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>"This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page).
+
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1154</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1154</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/_http://www.w3.org/2000/01/rdf-schema#comment_This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page).
+
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1154</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{639.878, 674.193}, {360, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1034</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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1036</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1036</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn_http://www.w3.org/2000/01/rdf-schema#comment_dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1036</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{639.878, 771.752}, {360, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1068</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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1070</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1070</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf_http://www.w3.org/2000/01/rdf-schema#comment_wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1070</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{639.878, 571}, {360, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1086</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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1088</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1088</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom_http://www.w3.org/2000/01/rdf-schema#comment_wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1088</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>2</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>HierarchicalOrientation</key>
+ <integer>0</integer>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 2</string>
+ <key>UniqueID</key>
+ <integer>2</integer>
+ <key>VPages</key>
+ <integer>2</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {1512, 1106}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>ExportShapes</key>
+ <array>
+ <dict>
+ <key>InspectorGroup</key>
+ <real>255</real>
+ <key>ShapeImageRect</key>
+ <string>{{2, 2}, {22, 22}}</string>
+ <key>ShapeName</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>ShouldExport</key>
+ <string>YES</string>
+ <key>StrokePath</key>
+ <dict>
+ <key>elements</key>
+ <array>
+ <dict>
+ <key>element</key>
+ <string>MOVETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.300141, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.363279, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.5, 0}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.363279, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.300141, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.0898362, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{-0.5, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{-0.5, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>CLOSE</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>MOVETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ </array>
+ </dict>
+ <key>TextBounds</key>
+ <string>{{0, 0}, {1, 1}}</string>
+ </dict>
+ </array>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1120</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1171</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{45.9419, 203.587}</string>
+ <string>{44.5603, 292.161}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.298039</string>
+ <key>g</key>
+ <string>0.298039</string>
+ <key>r</key>
+ <string>0.298039</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1170</integer>
+ <key>Info</key>
+ <integer>2</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{9.15672, 154.746}, {221.5, 56}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1170</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{5.96046e-08, 2.38419e-07}</string>
+ <string>{-0.333927, 0.372163}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Pattern</key>
+ <integer>1</integer>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1009</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1037</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{739.944, 93.2908}</string>
+ <string>{967.626, 139}</string>
+ <string>{992, 413.408}</string>
+ <string>{930.543, 444.458}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1071</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{742.758, 90.322}</string>
+ <string>{989.411, 126}</string>
+ <string>{1007.91, 501}</string>
+ <string>{967.072, 559.847}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1142</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1169</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{680.625, 416.829}</string>
+ <string>{680.625, 391.404}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{314.743, 127.161}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1046</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1045</integer>
+ <key>Offset</key>
+ <real>-5.6338024139404297</real>
+ <key>Position</key>
+ <real>0.80601876974105835</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{313.491, 86.4711}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1062</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1061</integer>
+ <key>Position</key>
+ <real>0.76201659440994263</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1010</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1045</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{297.981, 328.402}</string>
+ <string>{318.597, 147.635}</string>
+ <string>{402.403, 135.216}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1012</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1061</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{296.025, 328.389}</string>
+ <string>{305.272, 124.635}</string>
+ <string>{430.41, 81.2156}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{318.08, 182.773}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1080</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1079</integer>
+ <key>Offset</key>
+ <real>-6.760563850402832</real>
+ <key>Position</key>
+ <real>0.77499222755432129</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1014</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1079</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{301.736, 328.455}</string>
+ <string>{334.211, 196.635}</string>
+ <string>{395.813, 189.216}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{613.78, 53.2124}, {132, 56}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1025</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1162</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{732.61, 462.999}</string>
+ <string>{763, 473.329}</string>
+ <string>{766, 551.258}</string>
+ <string>{791.057, 560.258}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1009</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1161</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{746.897, 447.676}</string>
+ <string>{769, 448.459}</string>
+ <string>{791.057, 444.458}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1015</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1160</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{733.772, 428.298}</string>
+ <string>{768, 417.329}</string>
+ <string>{771, 337.658}</string>
+ <string>{791.057, 328.658}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1011</integer>
+ <key>Info</key>
+ <integer>2</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1158</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{120.627, 211.245}</string>
+ <string>{121.734, 255.09}</string>
+ <string>{133.925, 262.315}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1170</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{542.609, 125.898}, {59, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1044</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1043</integer>
+ <key>Position</key>
+ <real>0.3514988124370575</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{526.004, 72.2145}, {59, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1060</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1059</integer>
+ <key>Position</key>
+ <real>0.51759564876556396</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{544.094, 180.216}, {59, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1078</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1077</integer>
+ <key>Position</key>
+ <real>0.45228636264801025</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{333.429, 233.287}, {69, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1112</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1111</integer>
+ <key>Position</key>
+ <real>0.68797850608825684</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{635.28, 139.331}, {89, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1114</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1113</integer>
+ <key>Position</key>
+ <real>0.3669467568397522</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{636.125, 503.348}, {89, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1132</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1131</integer>
+ <key>Position</key>
+ <real>0.69855791330337524</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{731.606, 10.5489}, {46, 18}}</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>b</key>
+ <string>0.4</string>
+ <key>g</key>
+ <string>0.4</string>
+ <key>r</key>
+ <string>0.4</string>
+ </dict>
+ <key>Font</key>
+ <string>LucidaGrande</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>11</real>
+ </dict>
+ <key>ID</key>
+ <integer>1146</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1145</integer>
+ <key>Position</key>
+ <real>0.49074620008468628</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 \expnd0\expndtw0\kerning0
+rdf:type}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{778.769, 34.8543}, {86, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1149</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1147</integer>
+ <key>Position</key>
+ <real>0.64258462190628052</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 owl:versionInfo}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{203.76, 539.469}, {188, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1001</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>TODO</string>
+ </dict>
+ <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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 : http://www.w3.org/ns/prov-o/}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>prefix mappings for</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1001</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1001</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>--PREFIX MAPPINGS USED--</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1001</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{949, 10.5554}, {75, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1002</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2002/07/owl#Ontology</string>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 owl:Ontology}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/2002/07/owl#Ontology</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1002</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1002</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/2002/07/owl#Ontology</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1002</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{791.057, 435.458}, {139.486, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1009</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :dependedOn -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:TransitiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1009</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1009</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1009</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{402.403, 126.216}, {118.618, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1010</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadParticipant}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1010</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1010</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1010</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{133.925, 253.315}, {118.618, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1011</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :preceded -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1011</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{430.41, 72.2156}, {62.604, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1012</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :used}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1012</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1012</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1012</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{791.057, 551.258}, {175.73, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1013</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasComplementOf -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1013</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1013</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1013</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{395.813, 180.216}, {131.798, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1014</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasControlledBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1014</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1014</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1014</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{791.057, 319.658}, {161.452, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1015</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasDerivedFrom -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1015</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1015</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1015</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{366.911, 436.329}, {130.699, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>1016</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>2</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
+
+\f0\fs22 \cf0 :wasGeneratedBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1016</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{413.936, 232.888}, {95.5534, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1017</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 The ProcessExecution activity performed was described by\
+ the given recipe resource. Process specifications, as\
+ referred to by recipe links, are out of scope of this\
+ specification}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadRecipe}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1017</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1017</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1017</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{629.78, 171.216}, {100, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An agent represents a characterized entity capable of activity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Agent}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1018</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1018</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1018</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{59.9999, 536.142}, {121, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1019</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ </dict>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Location}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1019</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1019</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1019</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{183.982, 328.887}, {221.5, 56}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{301.656, 572.713}, {227, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1021</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProvenanceContainer}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1021</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1021</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1021</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{59.9999, 590.717}, {121, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1022</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Revision is defined as a modified version of a Entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Revision}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1022</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1022</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1022</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{606.775, 595.477}, {147.701, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Role is defined to be "a function assumed by a entity or an agent."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:EntityInRole}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1023</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1023</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1023</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{59.9999, 442.459}, {121, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1024</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Time}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1024</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{614.625, 417.329}, {132, 56}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1025</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{393.277, 19.5437}, {174, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1026</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). \
+\
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome.}</string>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 http://www.w3.org/ns/prov-o/}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Ontology, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1026</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1026</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1026</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1034</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1033</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{861.108, 453.852}</string>
+ <string>{872.057, 467.858}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1009</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1043</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{521.521, 135.197}</string>
+ <string>{610.136, 131.806}</string>
+ <string>{646.084, 105.691}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1010</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1011</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1053</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{286.042, 328.492}</string>
+ <string>{271.143, 279.806}</string>
+ <string>{252.907, 262.658}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1059</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{493.514, 81.2156}</string>
+ <string>{613.28, 81.2135}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1012</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1068</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1067</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{878.966, 569.756}</string>
+ <string>{880.183, 583.658}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1077</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{527.611, 189.216}</string>
+ <string>{629.28, 189.216}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1014</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1086</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1085</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{871.783, 337.658}</string>
+ <string>{879.806, 352.058}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1015</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1015</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1089</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{736.452, 96.0402}</string>
+ <string>{946.509, 151}</string>
+ <string>{982, 302}</string>
+ <string>{952.509, 328.658}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1096</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1095</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{432.247, 454.829}</string>
+ <string>{431.756, 472.932}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1016</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{261.157, 472.932}, {300.574, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1096</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0.0675784, -0.5}</string>
+ </array>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution"</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1098</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1098</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy_http://www.w3.org/2000/01/rdf-schema#comment_wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1098</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1016</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1099</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{614.125, 445.329}</string>
+ <string>{497.61, 445.329}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1101</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{366.911, 445.329}</string>
+ <string>{304.208, 439.736}</string>
+ <string>{297.99, 385.372}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1016</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1108</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1107</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{461.713, 250.888}</string>
+ <string>{465.157, 260.023}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{407.7, 260.023}, {250.824, 69}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1108</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{-0.270928, -0.5}</string>
+ </array>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 The ProcessExecution activity performed was described by the given recipe resource. Process specifications, as referred to by recipe links, are out of scope of this\
+specification}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"The ProcessExecution activity performed was described by
+ the given recipe resource. Process specifications, as
+ referred to by recipe links, are out of scope of this
+ specification"</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1110</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1110</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe_http://www.w3.org/2000/01/rdf-schema#comment_The ProcessExecution activity performed was described by
+ the given recipe resource. Process specifications, as
+ referred to by recipe links, are out of scope of this
+ specification_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1110</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1111</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{311.437, 328.766}</string>
+ <string>{359.778, 247.388}</string>
+ <string>{413.439, 241.939}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1113</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{679.78, 170.716}</string>
+ <string>{679.78, 109.712}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1116</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1115</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{679.769, 207.716}</string>
+ <string>{679.761, 220.888}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{576.14, 220.888}, {207.224, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1116</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 An agent represents a characterized entity capable of activity.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"An agent represents a characterized entity capable of activity."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1118</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1118</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Agent_http://www.w3.org/2000/01/rdf-schema#comment_An agent represents a characterized entity capable of activity._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1118</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1120</integer>
+ <key>Info</key>
+ <integer>1</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1119</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{197.032, 343.385}</string>
+ <string>{137.521, 335.161}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.298039</string>
+ <key>g</key>
+ <string>0.298039</string>
+ <key>r</key>
+ <string>0.298039</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{9.15672, 292.161}, {190.264, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1120</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0.174663, 0.5}</string>
+ <string>{-0.313924, -0.5}</string>
+ </array>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"ProcessExecution is defined to be "an identifiable activity, which performs a piece of work.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1122</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1122</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution_http://www.w3.org/2000/01/rdf-schema#comment_ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1122</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1124</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1123</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{415.156, 616.213}</string>
+ <string>{415.156, 634.733}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1021</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{268.582, 634.733}, {293.149, 43}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1124</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1126</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1126</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer_http://www.w3.org/2000/01/rdf-schema#comment_ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1126</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1128</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1127</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{120.5, 627.217}</string>
+ <string>{120.5, 643.734}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1022</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{39.7739, 643.734}, {161.452, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1128</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 Revision is defined as a modified version of a Entity.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"Revision is defined as a modified version of a Entity."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1130</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1130</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Revision_http://www.w3.org/2000/01/rdf-schema#comment_Revision is defined as a modified version of a Entity._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1130</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1131</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{680.625, 594.977}</string>
+ <string>{680.625, 473.829}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1134</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1133</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{680.625, 631.977}</string>
+ <string>{680.625, 648.658}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{582.242, 648.658}, {196.767, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1134</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 Role is defined to be "a function assumed by a entity or an agent."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"Role is defined to be "a function assumed by a entity or an agent.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1136</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1136</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Role_http://www.w3.org/2000/01/rdf-schema#comment_Role is defined to be "a function assumed by a entity or an agent."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1136</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1138</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1137</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{120.5, 478.959}</string>
+ <string>{120.5, 494.225}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1024</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{6.99992, 494.225}, {227, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1138</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 Time represents temporal information about entities in the Provenance model.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"Time represents temporal information about entities in the Provenance model."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1140</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1140</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Time_http://www.w3.org/2000/01/rdf-schema#comment_Time represents temporal information about entities in the Provenance model._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1140</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1142</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1141</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{706.524, 107.234}</string>
+ <string>{783.364, 182}</string>
+ <string>{783.392, 268}</string>
+ <string>{694.845, 361.404}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.298039</string>
+ <key>g</key>
+ <string>0.298039</string>
+ <key>r</key>
+ <string>0.298039</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{620.125, 361.404}, {121, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1142</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 An identifiable characterized entity.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"An identifiable characterized entity."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1144</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1144</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Entity_http://www.w3.org/2000/01/rdf-schema#comment_An identifiable characterized entity._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1144</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.4</string>
+ <key>g</key>
+ <string>0.4</string>
+ <key>r</key>
+ <string>0.4</string>
+ </dict>
+ <key>Font</key>
+ <string>LucidaGrande</string>
+ <key>Size</key>
+ <real>11</real>
+ </dict>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1002</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1145</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdf:type}</string>
+ <key>Points</key>
+ <array>
+ <string>{567.277, 19.5437}</string>
+ <string>{949, 19.5544}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1026</integer>
+ <key>Info</key>
+ <integer>2</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1148</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1147</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2002/07/owl#versionInfo</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 owl:versionInfo}</string>
+ <key>Points</key>
+ <array>
+ <string>{567.277, 28.5437}</string>
+ <string>{963.322, 52.3702}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1026</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{963.322, 44.5133}, {38, 18}}</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>b</key>
+ <string>.65</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1148</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>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue166;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 0.02}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"0.02"</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1150</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1150</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/_http://www.w3.org/2002/07/owl#versionInfo_0.02_http://www.w3.org/2001/XMLSchema#string_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1150</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1152</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1151</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{393.277, 37.5437}</string>
+ <string>{359.839, 39.5676}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1026</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{9.15672, 9.18042}, {350.682, 82}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1152</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). \
+\
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome.}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>"This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page).
+
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome."</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1154</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1154</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/_http://www.w3.org/2000/01/rdf-schema#comment_This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page).
+
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome._en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1154</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{791.057, 467.858}, {215.943, 69}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1034</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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1036</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1036</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn_http://www.w3.org/2000/01/rdf-schema#comment_dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1036</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{791.057, 583.658}, {186.568, 95}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1068</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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1070</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1070</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf_http://www.w3.org/2000/01/rdf-schema#comment_wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1070</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{791.057, 352.058}, {215.943, 69}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>ID</key>
+ <integer>1086</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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity.""</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1088</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1088</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom_http://www.w3.org/2000/01/rdf-schema#comment_wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."_en_value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1088</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>2</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>HierarchicalOrientation</key>
+ <integer>0</integer>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>14.40000057220459</real>
+ <key>SheetTitle</key>
+ <string>Canvas 3</string>
+ <key>UniqueID</key>
+ <integer>3</integer>
+ <key>VPages</key>
+ <integer>2</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {1512, 553}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>ExportShapes</key>
+ <array>
+ <dict>
+ <key>InspectorGroup</key>
+ <real>255</real>
+ <key>ShapeImageRect</key>
+ <string>{{2, 2}, {22, 22}}</string>
+ <key>ShapeName</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>ShouldExport</key>
+ <string>YES</string>
+ <key>StrokePath</key>
+ <dict>
+ <key>elements</key>
+ <array>
+ <dict>
+ <key>element</key>
+ <string>MOVETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.300141, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.363279, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.5, 0}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.363279, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.300141, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.0898362, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{-0.5, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{-0.5, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>CLOSE</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>MOVETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ </array>
+ </dict>
+ <key>TextBounds</key>
+ <string>{{0, 0}, {1, 1}}</string>
+ </dict>
+ </array>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{402.417, 289.136}, {65, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1187</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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{260.322, 343.694}, {89, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1184</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1183</integer>
+ <key>Position</key>
+ <real>0.71021294593811035</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1183</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{493.683, 393.56}</string>
+ <string>{374.242, 354}</string>
+ <string>{221.786, 352.283}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1180</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1182</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{541.135, 168.673}</string>
+ <string>{555.4, 211.427}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1180</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1181</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{540.834, 288.773}</string>
+ <string>{555.102, 248.036}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{517.01, 211.741}, {89, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1180</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ </dict>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.88516</string>
+ <key>g</key>
+ <string>0.826514</string>
+ <key>r</key>
+ <string>0.673728</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf0 \expnd0\expndtw0\kerning0
+owl:Thing}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1011</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1179</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{237.695, 263.801}</string>
+ <string>{189.087, 334.028}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1178</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{85.9689, 309.845}</string>
+ <string>{147.021, 338.028}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1024</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1177</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{102.981, 344.457}</string>
+ <string>{133.078, 347.441}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1019</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1176</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{94.9585, 373.329}</string>
+ <string>{139.019, 361.726}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1022</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1174</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{258.611, 390.125}</string>
+ <string>{206.329, 365.617}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1021</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{132.303, 333.776}, {89, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ </dict>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.88516</string>
+ <key>g</key>
+ <string>0.826514</string>
+ <key>r</key>
+ <string>0.673728</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf0 \expnd0\expndtw0\kerning0
+owl:Thing}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1011</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{56.9389, 139.125}, {65, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1172</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1158</integer>
+ <key>Position</key>
+ <real>0.37103757262229919</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{272.322, 33.498}, {65, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1171</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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{8.83379, 87.4975}, {161.452, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1170</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{5.96046e-08, 2.38419e-07}</string>
+ <string>{-0.333927, 0.372163}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Pattern</key>
+ <integer>1</integer>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1009</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1037</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{596.827, 52.0641}</string>
+ <string>{730.542, 72.5061}</string>
+ <string>{760.253, 287.227}</string>
+ <string>{717.581, 312.972}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1071</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{599.392, 48.151}</string>
+ <string>{747.542, 61.0122}</string>
+ <string>{774.542, 310.148}</string>
+ <string>{741.618, 345.63}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1010</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1045</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{252.992, 227.114}</string>
+ <string>{270.357, 108.166}</string>
+ <string>{329.933, 96.4975}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1012</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1061</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{251.543, 227.102}</string>
+ <string>{263.032, 57.1665}</string>
+ <string>{353.091, 42.4971}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1014</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1079</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{255.855, 227.161}</string>
+ <string>{276.971, 157.167}</string>
+ <string>{323.989, 150.566}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{468.227, 14.4939}, {132, 56}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1025</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1162</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{568.445, 323.055}</string>
+ <string>{617.446, 345.136}</string>
+ <string>{623, 345.63}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1009</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1161</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{592.864, 311.336}</string>
+ <string>{623.446, 313.266}</string>
+ <string>{623.498, 313.27}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1015</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1160</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{578.562, 295.044}</string>
+ <string>{613.446, 285.136}</string>
+ <string>{623, 280.831}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1011</integer>
+ <key>Info</key>
+ <integer>2</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1158</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{89.8415, 123.997}</string>
+ <string>{90.4939, 166.838}</string>
+ <string>{102.685, 174.063}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1170</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{490.252, 100.612}, {89, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1114</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1113</integer>
+ <key>Position</key>
+ <real>0.3669467568397522</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{489.727, 355.084}, {89, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1132</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1131</integer>
+ <key>Position</key>
+ <real>0.42688357830047607</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{8.83379, 10}, {188, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1001</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>TODO</string>
+ </dict>
+ <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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 : http://www.w3.org/ns/prov-o/}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>prefix mappings for</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1001</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1001</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>--PREFIX MAPPINGS USED--</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1001</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{623, 304.23}, {94.1532, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1009</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :dependedOn}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:TransitiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1009</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1009</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1009</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{329.933, 87.4975}, {98.0821, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1010</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadParticipant}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1010</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1010</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1010</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{102.685, 165.063}, {67.6009, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1011</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :preceded}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1011</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{353.091, 33.4971}, {41.8256, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1012</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :used}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1012</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1012</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1012</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{623, 336.63}, {118.618, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1013</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasComplementOf}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1013</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1013</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1013</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{324.484, 141.497}, {108.98, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1014</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasControlledBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1014</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1014</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1014</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{623, 271.831}, {108.98, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1015</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasDerivedFrom}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1015</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1015</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1015</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{290.582, 298.636}, {104.335, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>1016</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>2</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
+
+\f0\fs22 \cf0 :wasGeneratedBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1016</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{339.469, 194.169}, {71.4475, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1017</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 The ProcessExecution activity performed was described by\
+ the given recipe resource. Process specifications, as\
+ referred to by recipe links, are out of scope of this\
+ specification}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadRecipe}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1017</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1017</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1017</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{502.571, 132.497}, {65, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An agent represents a characterized entity capable of activity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Agent}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1018</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1018</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1018</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{15.4169, 325.745}, {89, 28.885}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1019</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ </dict>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Location}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1019</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1019</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1019</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{169.567, 227.599}, {161.452, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{201.251, 388.988}, {186.666, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1021</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProvenanceContainer}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1021</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1021</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1021</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{15.4169, 368.115}, {89, 28.885}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1022</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Revision is defined as a modified version of a Entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Revision}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1022</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1022</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1022</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{474.918, 388.988}, {118.618, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Role is defined to be "a function assumed by a entity or an agent."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:EntityInRole}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1023</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1023</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1023</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{15.4169, 283.376}, {89, 28.885}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1024</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Time}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1024</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{474.918, 289.136}, {118.618, 37}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1025</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1043</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{428.015, 96.4975}</string>
+ <string>{480.807, 93.0875}</string>
+ <string>{506.876, 68.3981}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1010</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1011</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1053</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{243.51, 227.19}</string>
+ <string>{226.903, 182.119}</string>
+ <string>{170.781, 174.133}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1059</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{395.417, 42.4971}</string>
+ <string>{467.727, 42.4954}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1012</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1077</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{433.464, 150.497}</string>
+ <string>{502.071, 150.497}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1014</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1015</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1089</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{592.566, 56.0994}</string>
+ <string>{716.542, 85.0122}</string>
+ <string>{746.542, 259.012}</string>
+ <string>{731.98, 280.831}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1016</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1099</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{474.418, 307.636}</string>
+ <string>{394.917, 307.636}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1101</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{290.092, 307.534}</string>
+ <string>{258.968, 301.043}</string>
+ <string>{253.185, 264.082}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1016</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1111</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{262.769, 227.392}</string>
+ <string>{279.538, 202.919}</string>
+ <string>{338.969, 203.167}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1113</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{534.926, 131.997}</string>
+ <string>{534.45, 70.9938}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1131</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{534.227, 388.488}</string>
+ <string>{534.227, 326.636}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{166.303, 178.995}, {55, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1173</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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{431.03, 72.7485}, {55, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1185</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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{673.537, 19}, {55, 18}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1186</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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>2</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>HierarchicalOrientation</key>
+ <integer>0</integer>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>14.40000057220459</real>
+ <key>SheetTitle</key>
+ <string>Canvas 4</string>
+ <key>UniqueID</key>
+ <integer>4</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {756, 553}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>ExportShapes</key>
+ <array>
+ <dict>
+ <key>InspectorGroup</key>
+ <real>255</real>
+ <key>ShapeImageRect</key>
+ <string>{{2, 2}, {22, 22}}</string>
+ <key>ShapeName</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>ShouldExport</key>
+ <string>YES</string>
+ <key>StrokePath</key>
+ <dict>
+ <key>elements</key>
+ <array>
+ <dict>
+ <key>element</key>
+ <string>MOVETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.300141, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.363279, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.5, 0}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.363279, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.300141, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.0898362, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{-0.5, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{-0.5, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>CLOSE</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>MOVETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ </array>
+ </dict>
+ <key>TextBounds</key>
+ <string>{{0, 0}, {1, 1}}</string>
+ </dict>
+ </array>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{399.335, 247.648}, {118.618, 37}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, -9.53674e-07}</string>
+ <string>{0.339708, 0.366884}</string>
+ <string>{0.339708, -0.250001}</string>
+ <string>{0.5, -9.53674e-07}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1025</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{532.951, 242.313}, {98, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1208</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1089</integer>
+ <key>Position</key>
+ <real>0.83354294300079346</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>3</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasDerivedFrom}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{532.779, 258.841}, {78, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1207</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1205</integer>
+ <key>Position</key>
+ <real>0.88984000682830811</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>3</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :dependedOn}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{529.941, 272.175}, {111, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1203</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1071</integer>
+ <key>Offset</key>
+ <real>2.2535228729248047</real>
+ <key>Position</key>
+ <real>0.8480231761932373</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>3</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasComplementOf}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{270.162, 113.236}, {98, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1202</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1201</integer>
+ <key>Position</key>
+ <real>0.59484779834747314</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>3</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasControlledBy}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{268.634, 55.4816}, {87, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1198</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1043</integer>
+ <key>Position</key>
+ <real>0.65585595369338989</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>3</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadParticipant}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{291.046, 37.2758}, {35, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1197</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1196</integer>
+ <key>Position</key>
+ <real>0.72167760133743286</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>3</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :used}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{124.865, 147.905}, {63, 24}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1193</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1192</integer>
+ <key>Position</key>
+ <real>0.51800614595413208</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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>Align</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :preceded}</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{263.898, 258.453}, {97, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1101</integer>
+ <key>Position</key>
+ <real>0.39201277494430542</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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>Align</key>
+ <integer>2</integer>
+ <key>Pad</key>
+ <integer>3</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
+
+\f0\fs22 \cf0 :wasGeneratedBy}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{222.137, 294.292}, {89, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1184</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1183</integer>
+ <key>Position</key>
+ <real>0.71021294593811035</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1183</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{418.982, 334.826}</string>
+ <string>{342.659, 308.512}</string>
+ <string>{196.708, 296.824}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1180</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1182</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{466.689, 140.051}</string>
+ <string>{478.649, 170.017}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1180</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1181</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{465.251, 247.285}</string>
+ <string>{479.519, 206.548}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{441.427, 170.253}, {89, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1180</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ </dict>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.88516</string>
+ <key>g</key>
+ <string>0.826514</string>
+ <key>r</key>
+ <string>0.673728</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf0 \expnd0\expndtw0\kerning0
+owl:Thing}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1011</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1179</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{211.133, 222.202}</string>
+ <string>{166.945, 275.822}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1178</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{69.9773, 243.354}</string>
+ <string>{127.378, 278.065}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1024</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1177</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{93.5, 293.288}</string>
+ <string>{107.552, 293.288}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1019</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1176</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{72.1664, 335.942}</string>
+ <string>{125.129, 307.839}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1022</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1174</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{202.432, 330.762}</string>
+ <string>{174.053, 309.441}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1021</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{108.052, 275.288}, {89, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1052</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ </dict>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.88516</string>
+ <key>g</key>
+ <string>0.826514</string>
+ <key>r</key>
+ <string>0.673728</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf0 \expnd0\expndtw0\kerning0
+owl:Thing}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1011</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{14.4169, 100.009}, {161.452, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1170</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{5.96046e-08, 2.38419e-07}</string>
+ <string>{-0.333927, 0.372163}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Pattern</key>
+ <integer>1</integer>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ <key>Info</key>
+ <integer>4</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1205</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{508.213, 53.5124}</string>
+ <string>{631.924, 79}</string>
+ <string>{655.667, 248.172}</string>
+ <string>{517.953, 266.148}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ <key>Info</key>
+ <integer>2</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1071</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{512.305, 51.3622}</string>
+ <string>{649.667, 72}</string>
+ <string>{666.667, 262.172}</string>
+ <string>{499.437, 279.671}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{399.335, 25.2999}, {118.618, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{4.76837e-07, 0}</string>
+ <string>{-0.5, 0}</string>
+ <string>{-0.42132, 0.25}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1025</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{414.615, 80.2043}, {89, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1114</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1113</integer>
+ <key>Position</key>
+ <real>0.39091908931732178</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{414.144, 307.853}, {89, 14}}</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>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1132</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1131</integer>
+ <key>Position</key>
+ <real>0.3377017080783844</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <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\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{14.4169, 9.09393}, {188, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1001</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>TODO</string>
+ </dict>
+ <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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 : http://www.w3.org/ns/prov-o/}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>prefix mappings for</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1001</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1001</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>--PREFIX MAPPINGS USED--</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1001</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{315.218, 152.681}, {71.4475, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1017</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 The ProcessExecution activity performed was described by\
+ the given recipe resource. Process specifications, as\
+ referred to by recipe links, are out of scope of this\
+ specification}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadRecipe}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1017</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1017</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1017</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{426.988, 104.009}, {65, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An agent represents a characterized entity capable of activity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Agent}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1018</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1018</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1018</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{4, 278.845}, {89, 28.885}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1019</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ </dict>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Location}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1019</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1019</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1019</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{145.316, 186.111}, {161.452, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1.19209e-07, -4.76837e-07}</string>
+ <string>{1.19209e-07, -0.5}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{132.709, 330.5}, {186.666, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1021</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProvenanceContainer}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1021</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1021</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1021</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{4, 334.057}, {89, 28.885}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1022</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Revision is defined as a modified version of a Entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Revision}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1022</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1022</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Revision</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1022</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{399.335, 330.5}, {118.618, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Role is defined to be "a function assumed by a entity or an agent."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:EntityInRole}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1023</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1023</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1023</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{4, 215.924}, {89, 28.885}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1024</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Time}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1024</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ <key>Info</key>
+ <integer>3</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1043</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{228.65, 185.625}</string>
+ <string>{244.667, 72.0939}</string>
+ <string>{355.897, 64}</string>
+ <string>{407.197, 52.6259}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1170</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1192</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{215.139, 185.838}</string>
+ <string>{201.886, 163.626}</string>
+ <string>{113.417, 156.512}</string>
+ <string>{103.853, 136.361}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ <key>Info</key>
+ <integer>2</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1196</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{227.397, 185.615}</string>
+ <string>{236.667, 59.0939}</string>
+ <string>{399.335, 43.2999}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1201</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{226.28, 185.671}</string>
+ <string>{258.886, 125.512}</string>
+ <string>{426.504, 122.585}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1020</integer>
+ <key>Info</key>
+ <integer>2</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ <key>Info</key>
+ <integer>3</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1089</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{503.135, 55.4992}</string>
+ <string>{621.667, 88}</string>
+ <string>{638.667, 229}</string>
+ <string>{507.265, 255.236}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>2</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1101</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{398.98, 264.838}</string>
+ <string>{249.385, 261.555}</string>
+ <string>{233.515, 222.501}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <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>1025</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1111</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{255.28, 187.039}</string>
+ <string>{292.287, 165.431}</string>
+ <string>{314.725, 161.762}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1113</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{459.29, 103.509}</string>
+ <string>{458.842, 61.7998}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1131</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{458.644, 330}</string>
+ <string>{458.644, 285.148}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>HierarchicalOrientation</key>
+ <integer>0</integer>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>14.40000057220459</real>
+ <key>SheetTitle</key>
+ <string>Canvas 5</string>
+ <key>UniqueID</key>
+ <integer>5</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {1512, 1106}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>ExportShapes</key>
+ <array>
+ <dict>
+ <key>InspectorGroup</key>
+ <real>255</real>
+ <key>ShapeImageRect</key>
+ <string>{{2, 2}, {22, 22}}</string>
+ <key>ShapeName</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>ShouldExport</key>
+ <string>YES</string>
+ <key>StrokePath</key>
+ <dict>
+ <key>elements</key>
+ <array>
+ <dict>
+ <key>element</key>
+ <string>MOVETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.300141, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.363279, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.5, 0}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.363279, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.300141, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.0898362, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{-0.5, -0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{-0.5, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>LINETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>CLOSE</string>
+ </dict>
+ <dict>
+ <key>element</key>
+ <string>MOVETO</string>
+ <key>point</key>
+ <string>{0.0898362, 0.5}</string>
+ </dict>
+ </array>
+ </dict>
+ <key>TextBounds</key>
+ <string>{{0, 0}, {1, 1}}</string>
+ </dict>
+ </array>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1239</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1311</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{318.763, 445.923}</string>
+ <string>{447.145, 410.273}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1309</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{180.305, 442.443}, {172.336, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1309</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ </dict>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0.8</string>
+ <key>r</key>
+ <string>0.4</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0.501961</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf0 \expnd0\expndtw0\kerning0
+time:TemporalEntity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1011</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1301</integer>
+ <key>Info</key>
+ <integer>2</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1308</integer>
+ <key>Points</key>
+ <array>
+ <string>{644.595, 230.036}</string>
+ <string>{635.921, 228}</string>
+ <string>{584.994, 194}</string>
+ <string>{579, 157}</string>
+ <string>{599, 138.393}</string>
+ <string>{643.539, 119.605}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1301</integer>
+ <key>Info</key>
+ <integer>1</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1303</integer>
+ <key>Points</key>
+ <array>
+ <string>{756.347, 228.802}</string>
+ <string>{789, 219}</string>
+ <string>{820, 161}</string>
+ <string>{733, 119.411}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{644, 110.411}, {89, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1301</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 prov:followed}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1011</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1294</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1300</integer>
+ <key>Points</key>
+ <array>
+ <string>{214.626, 242.998}</string>
+ <string>{214.704, 243}</string>
+ <string>{194.805, 240}</string>
+ <string>{98, 153}</string>
+ <string>{107.811, 127}</string>
+ <string>{176.355, 93.6478}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1294</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1299</integer>
+ <key>Points</key>
+ <array>
+ <string>{334.934, 230.78}</string>
+ <string>{345, 227.77}</string>
+ <string>{454.305, 171}</string>
+ <string>{439.793, 141}</string>
+ <string>{368.805, 93.429}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1191</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1298</integer>
+ <key>Points</key>
+ <array>
+ <string>{324.503, 228.837}</string>
+ <string>{331, 226.009}</string>
+ <string>{423, 167}</string>
+ <string>{338.573, 117.663}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{176.805, 84.429}, {192, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1294</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 prov:wasEventuallyDerivedFrom}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1013</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1013</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1013</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1239</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1293</integer>
+ <key>Points</key>
+ <array>
+ <string>{975.366, 262.291}</string>
+ <string>{949, 321}</string>
+ <string>{892, 373}</string>
+ <string>{670, 389}</string>
+ <string>{528.831, 397.312}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.445652</string>
+ <key>g</key>
+ <string>0.445652</string>
+ <key>r</key>
+ <string>0.445652</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1282</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1231</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1292</integer>
+ <key>Points</key>
+ <array>
+ <string>{688.605, 262.335}</string>
+ <string>{669, 284}</string>
+ <string>{633.921, 315}</string>
+ <string>{607, 321}</string>
+ <string>{556.66, 324.583}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1285</integer>
+ <key>Info</key>
+ <integer>1</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1289</integer>
+ <key>Points</key>
+ <array>
+ <string>{740.158, 227.211}</string>
+ <string>{753, 221}</string>
+ <string>{801, 187}</string>
+ <string>{801, 161}</string>
+ <string>{762, 142}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1285</integer>
+ <key>Info</key>
+ <integer>2</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1288</integer>
+ <key>Points</key>
+ <array>
+ <string>{665.4, 227.581}</string>
+ <string>{623, 209.77}</string>
+ <string>{594, 188}</string>
+ <string>{599, 157}</string>
+ <string>{635.458, 142.188}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1247</integer>
+ <key>Info</key>
+ <integer>1</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1287</integer>
+ <key>Points</key>
+ <array>
+ <string>{728.24, 226.426}</string>
+ <string>{750, 209.77}</string>
+ <string>{787, 183.28}</string>
+ <string>{772, 166}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1247</integer>
+ <key>Info</key>
+ <integer>2</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1286</integer>
+ <key>Points</key>
+ <array>
+ <string>{675.124, 226.828}</string>
+ <string>{617, 193}</string>
+ <string>{624, 175}</string>
+ <string>{634.535, 166.318}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{635.921, 133}, {126.079, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1285</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 prov:wasInformedBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1011</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1282</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1284</integer>
+ <key>Points</key>
+ <array>
+ <string>{902.5, 245.003}</string>
+ <string>{925.544, 244.72}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ <key>Info</key>
+ <integer>3</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1283</integer>
+ <key>Points</key>
+ <array>
+ <string>{801.427, 244.924}</string>
+ <string>{813, 245.009}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{926, 226.009}, {115.153, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1282</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </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>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+prov:Recipe}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{813, 236.009}, {89, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1017</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 The ProcessExecution activity performed was described by\
+ the given recipe resource. Process specifications, as\
+ referred to by recipe links, are out of scope of this\
+ specification}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 prov:hadRecipe}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1017</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1017</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1017</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{115.811, 528.618}, {47, 17}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1268</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf0 Legend}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1277</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1269</integer>
+ <key>Points</key>
+ <array>
+ <string>{284.512, 614.061}</string>
+ <string>{364.311, 614.061}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1276</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1276</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1270</integer>
+ <key>Points</key>
+ <array>
+ <string>{173.311, 614.061}</string>
+ <string>{234.5, 614.061}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1278</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1279</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1271</integer>
+ <key>Points</key>
+ <array>
+ <string>{270.858, 570.379}</string>
+ <string>{292, 570}</string>
+ <string>{310.473, 570.451}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.233696</string>
+ <key>g</key>
+ <string>0.233696</string>
+ <key>r</key>
+ <string>0.233696</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1273</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1273</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1272</integer>
+ <key>Points</key>
+ <array>
+ <string>{172.311, 571.061}</string>
+ <string>{194.805, 571.061}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.320652</string>
+ <key>g</key>
+ <string>0.320652</string>
+ <key>r</key>
+ <string>0.320652</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1280</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{194.805, 565.061}, {76.0532, 12}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>10</real>
+ </dict>
+ <key>ID</key>
+ <integer>1273</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs20 \cf0 rdfs:subClassOf}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{297.811, 601.032}, {65, 12}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>10</real>
+ </dict>
+ <key>ID</key>
+ <integer>1274</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs20 \cf0 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{173.305, 600.618}, {65, 12}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>10</real>
+ </dict>
+ <key>ID</key>
+ <integer>1275</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs20 \cf0 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{235, 606.561}, {49.012, 15}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Font</key>
+ <string>LucidaGrande</string>
+ <key>Size</key>
+ <real>9</real>
+ </dict>
+ <key>ID</key>
+ <integer>1276</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs18 \cf0 property}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:TransitiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1009</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1009</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1009</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{364.811, 599.618}, {49.012, 28.885}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>10</real>
+ </dict>
+ <key>ID</key>
+ <integer>1277</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs20 \cf2 \expnd0\expndtw0\kerning0
+Class}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1024</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{123.799, 599.618}, {49.012, 28.885}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>10</real>
+ </dict>
+ <key>ID</key>
+ <integer>1278</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs20 \cf2 \expnd0\expndtw0\kerning0
+Class}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1024</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{310.952, 556.618}, {49.012, 28.885}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>10</real>
+ </dict>
+ <key>ID</key>
+ <integer>1279</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs20 \cf2 \expnd0\expndtw0\kerning0
+Class}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1024</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{122.799, 556.618}, {49.012, 28.885}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>10</real>
+ </dict>
+ <key>ID</key>
+ <integer>1280</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs20 \cf2 \expnd0\expndtw0\kerning0
+Class}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1024</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Time</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1024</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{107.811, 526.618}, {320.189, 116}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>ID</key>
+ <integer>1281</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>a</key>
+ <string>0</string>
+ <key>b</key>
+ <string>0</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1239</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1251</integer>
+ <key>Points</key>
+ <array>
+ <string>{624.075, 446.874}</string>
+ <string>{518.954, 411.618}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.690217</string>
+ <key>g</key>
+ <string>0.690217</string>
+ <key>r</key>
+ <string>0.690217</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1250</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{557.065, 446}, {214.935, 28.885}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1250</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Role is defined to be "a function assumed by a entity or an agent."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </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>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+prov:QualifiedInvolvement}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1023</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1023</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Role</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1023</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{634.921, 157}, {137.079, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1247</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 prov:wasScheduledAfter}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1011</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/preceded</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1239</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1246</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{843.16, 448.746}</string>
+ <string>{526.976, 405.741}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1245</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{817.153, 442.443}, {224, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1245</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </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>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+prov:ProvenanceContainer}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1021</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1021</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1021</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1239</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1244</integer>
+ <key>Points</key>
+ <array>
+ <string>{698.396, 262.646}</string>
+ <string>{683, 305.618}</string>
+ <string>{663, 341.618}</string>
+ <string>{613, 371}</string>
+ <string>{523.687, 391.078}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.630435</string>
+ <key>g</key>
+ <string>0.630435</string>
+ <key>r</key>
+ <string>0.630435</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1239</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1243</integer>
+ <key>Points</key>
+ <array>
+ <string>{289.618, 263.997}</string>
+ <string>{299, 342.618}</string>
+ <string>{349, 381.934}</string>
+ <string>{441.516, 394.243}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.467391</string>
+ <key>g</key>
+ <string>0.467391</string>
+ <key>r</key>
+ <string>0.467391</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1239</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1241</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{460.372, 445.674}</string>
+ <string>{474.93, 417.997}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1238</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{439.793, 381.934}, {89, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0</string>
+ <key>g</key>
+ <string>0</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1239</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ </dict>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0.8</string>
+ <key>r</key>
+ <string>0.4</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>1</string>
+ <key>g</key>
+ <string>0.501961</string>
+ <key>r</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf0 \expnd0\expndtw0\kerning0
+owl:Thing}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1011</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.example.com/crime#CrimeFile</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{393.294, 446}, {118.618, 28.885}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1238</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ </dict>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </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>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+prov:Location}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1019</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1019</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Location</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1019</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1235</integer>
+ <key>Points</key>
+ <array>
+ <string>{336.001, 306.851}</string>
+ <string>{301.93, 263.544}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.418478</string>
+ <key>g</key>
+ <string>0.418478</string>
+ <key>r</key>
+ <string>0.418478</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1210</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1210</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1234</integer>
+ <key>Points</key>
+ <array>
+ <string>{419.082, 324.618}</string>
+ <string>{402.646, 324.618}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1231</integer>
+ <key>Info</key>
+ <integer>3</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{419.082, 315.618}, {137.079, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>1231</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>2</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
+
+\f0\fs22 \cf0 prov:wasControlledBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1016</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1229</integer>
+ <key>Points</key>
+ <array>
+ <string>{563.455, 272.817}</string>
+ <string>{563.571, 272.618}</string>
+ <string>{638.994, 257.471}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1216</integer>
+ <key>Info</key>
+ <integer>1</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1218</integer>
+ <key>Info</key>
+ <integer>4</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1228</integer>
+ <key>Points</key>
+ <array>
+ <string>{628.18, 233.224}</string>
+ <string>{589, 227.618}</string>
+ <string>{541, 221.618}</string>
+ <string>{521.342, 218.77}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1215</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1226</integer>
+ <key>Points</key>
+ <array>
+ <string>{608.5, 244.216}</string>
+ <string>{549.579, 244.216}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1216</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1225</integer>
+ <key>Points</key>
+ <array>
+ <string>{349.395, 254.923}</string>
+ <string>{360, 256.618}</string>
+ <string>{406.917, 274.618}</string>
+ <string>{426.125, 273.249}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1224</integer>
+ <key>Points</key>
+ <array>
+ <string>{422.5, 244.219}</string>
+ <string>{360.481, 244.581}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1215</integer>
+ <key>Info</key>
+ <integer>3</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1223</integer>
+ <key>Points</key>
+ <array>
+ <string>{455.843, 218.799}</string>
+ <string>{424.015, 220.618}</string>
+ <string>{390.917, 226.618}</string>
+ <string>{347.444, 234.338}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1218</integer>
+ <key>Info</key>
+ <integer>3</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{456.342, 209.77}, {65, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>1218</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>2</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
+
+\f0\fs22 \cf0 prov:used}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1016</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{426.125, 264.249}, {137.079, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1216</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 prov:wasGeneratedBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1012</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1012</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/used</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1012</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{423, 235.216}, {126.079, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>1215</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>2</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
+
+\f0\fs22 \cf0 prov:hadParticipant}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1016</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{609, 226.216}, {192, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </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>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+prov:Activity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{297.811, 306.618}, {104.335, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1210</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An agent represents a characterized entity capable of activity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </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>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+prov:Agent}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1018</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1018</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Agent</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1018</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1191</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1209</integer>
+ <key>Points</key>
+ <array>
+ <string>{227.185, 234.366}</string>
+ <string>{206, 230.618}</string>
+ <string>{128.303, 166.618}</string>
+ <string>{134, 142.618}</string>
+ <string>{194.343, 117.602}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1190</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1208</integer>
+ <key>Points</key>
+ <array>
+ <string>{241.857, 230.334}</string>
+ <string>{230, 226.509}</string>
+ <string>{166.286, 175.618}</string>
+ <string>{174, 156.393}</string>
+ <string>{205, 147.393}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1190</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1205</integer>
+ <key>Points</key>
+ <array>
+ <string>{314.634, 227.545}</string>
+ <string>{327.019, 219.618}</string>
+ <string>{390.917, 177.618}</string>
+ <string>{390.917, 162.618}</string>
+ <string>{369, 156.393}</string>
+ <string>{320.645, 147.484}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1189</integer>
+ <key>Info</key>
+ <integer>7</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1204</integer>
+ <key>Points</key>
+ <array>
+ <string>{308.06, 226.916}</string>
+ <string>{358, 183.28}</string>
+ <string>{356, 176.618}</string>
+ <string>{345.489, 174.384}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1189</integer>
+ <key>Info</key>
+ <integer>8</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1199</integer>
+ <key>Points</key>
+ <array>
+ <string>{256.339, 227.981}</string>
+ <string>{232, 214.618}</string>
+ <string>{209, 195.618}</string>
+ <string>{197.251, 178.618}</string>
+ <string>{214.704, 174.618}</string>
+ <string>{214.704, 174.28}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{194.805, 108.411}, {143.336, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1191</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 prov:wasComplementOf}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1013</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1013</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1013</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{205, 138.393}, {115.153, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1190</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 prov:dependedOn}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:TransitiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1009</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1009</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/dependedOn</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1009</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{214.704, 165.28}, {130.296, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1189</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ </dict>
+ <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>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
+ <key>Shape</key>
+ <string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.87</string>
+ <key>g</key>
+ <string>1</string>
+ <key>r</key>
+ <string>1</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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 prov:wasDerivedFrom}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1015</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1015</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1015</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{214.704, 226.509}, {145.296, 37}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1188</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </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>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+prov:Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1025</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/Entity</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1025</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>2</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>HierarchicalOrientation</key>
+ <integer>0</integer>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>14.40000057220459</real>
+ <key>SheetTitle</key>
+ <string>Canvas 6</string>
+ <key>UniqueID</key>
+ <integer>6</integer>
+ <key>VPages</key>
+ <integer>2</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {756, 553}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{284, 267}, {45, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1214</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 followed}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1212</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1213</integer>
+ <key>Points</key>
+ <array>
+ <string>{268.294, 278.936}</string>
+ <string>{351.706, 280.064}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{352, 269}, {138, 24}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1212</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf2 \expnd0\expndtw0\kerning0
+ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{130, 266}, {138, 24}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf2 \expnd0\expndtw0\kerning0
+ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>HierarchicalOrientation</key>
+ <integer>0</integer>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>14.40000057220459</real>
+ <key>SheetTitle</key>
+ <string>Canvas 7</string>
+ <key>UniqueID</key>
+ <integer>7</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {756, 553}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{273, 267}, {77, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1214</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 hadParticipant}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1212</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1213</integer>
+ <key>Points</key>
+ <array>
+ <string>{268.245, 279.041}</string>
+ <string>{362.535, 280.459}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{363, 269}, {71, 24}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1212</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf2 \expnd0\expndtw0\kerning0
+Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{130, 266}, {138, 24}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf2 \expnd0\expndtw0\kerning0
+ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>HierarchicalOrientation</key>
+ <integer>0</integer>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>14.40000057220459</real>
+ <key>SheetTitle</key>
+ <string>Canvas 8</string>
+ <key>UniqueID</key>
+ <integer>8</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {756, 553}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{228, 266}, {103, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>ID</key>
+ <integer>1214</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 wasComplementOf}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>Size</key>
+ <real>14</real>
+ </dict>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1212</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1213</integer>
+ <key>Points</key>
+ <array>
+ <string>{207.476, 278.468}</string>
+ <string>{352.53, 280.497}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{353, 269}, {71, 24}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1212</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf2 \expnd0\expndtw0\kerning0
+Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{141, 266}, {66, 24}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.188235</string>
+ <key>g</key>
+ <string>0.188235</string>
+ <key>r</key>
+ <string>0.188235</string>
+ </dict>
+ <key>Font</key>
+ <string>Helvetica</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1211</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.649194</string>
+ <key>g</key>
+ <string>0.891129</string>
+ <key>r</key>
+ <string>0.71371</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Beneath</key>
+ <string>YES</string>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ <key>Draws</key>
+ <string>NO</string>
+ <key>Fuzziness</key>
+ <real>0.57164120674133301</real>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.245968</string>
+ <key>g</key>
+ <string>0.479839</string>
+ <key>r</key>
+ <string>0.334677</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf2 \expnd0\expndtw0\kerning0
+Entity}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1020</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1020</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>HPages</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>HierarchicalOrientation</key>
+ <integer>0</integer>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>14.40000057220459</real>
+ <key>SheetTitle</key>
+ <string>Canvas 9</string>
+ <key>UniqueID</key>
+ <integer>9</integer>
+ <key>VPages</key>
+ <integer>1</integer>
+ </dict>
+ </array>
+ <key>SmartAlignmentGuidesActive</key>
+ <string>YES</string>
+ <key>SmartDistanceGuidesActive</key>
+ <string>YES</string>
+ <key>UseEntirePage</key>
+ <false/>
+ <key>UserInfo</key>
+ <dict>
+ <key>kMDItemAuthors</key>
+ <array>
+ <string>2graffle5.xsl</string>
+ </array>
+ </dict>
+ <key>WindowInfo</key>
+ <dict>
+ <key>CurrentSheet</key>
+ <integer>5</integer>
+ <key>ExpandedCanvases</key>
+ <array/>
+ <key>Frame</key>
+ <string>{{251, 580}, {1440, 838}}</string>
+ <key>ListView</key>
+ <true/>
+ <key>OutlineWidth</key>
+ <integer>142</integer>
+ <key>RightSidebar</key>
+ <false/>
+ <key>Sidebar</key>
+ <true/>
+ <key>SidebarWidth</key>
+ <integer>120</integer>
+ <key>VisibleRegion</key>
+ <string>{{74, 3}, {1306, 714}}</string>
+ <key>Zoom</key>
+ <real>1</real>
+ <key>ZoomValues</key>
+ <array>
+ <array>
+ <string>Canvas 1</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 2</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 3</string>
+ <real>1</real>
+ <real>1.3600000143051147</real>
+ </array>
+ <array>
+ <string>Canvas 4</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 5</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 6</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 7</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 8</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ <array>
+ <string>Canvas 9</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ </array>
+ </dict>
+ <key>saveQuickLookFiles</key>
+ <string>NO</string>
+</dict>
+</plist>
Binary file ontology/fpwd/diagrams/ProvenanceOntology.png has changed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/fpwd/diagrams/QualifiedInvolvementDiagram.graffle Thu Dec 08 15:27:58 2011 +0000
@@ -0,0 +1,2566 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>ApplicationVersion</key>
+ <array>
+ <string>com.omnigroup.OmniGrafflePro</string>
+ <string>138.33.0.157554</string>
+ </array>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {1221, 664}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <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>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>CanvasSize</key>
+ <string>{1221, 664}</string>
+ <key>ColumnAlign</key>
+ <integer>2</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>CreationDate</key>
+ <string>2011-11-15 16:03:49 +0000</string>
+ <key>Creator</key>
+ <string>Stephan Zednik</string>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>GraphDocumentVersion</key>
+ <integer>8</integer>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{708.00006, 224.98401}, {196.914, 56}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>644</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\fs24 \cf0 Note: Usage, Generation, Control, and Participation inherit hadQualifiedEntity from QualifiedInvolvement}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{833.91498, 150.047}, {44, 14}}</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>Courier</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>642</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fmodern\fcharset0 Courier;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural
+
+\f0\fs24 \cf0 \expnd0\expndtw0\kerning0
+Domain}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{735.16901, 178.047}, {37, 14}}</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>Courier</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>641</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fmodern\fcharset0 Courier;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural
+
+\f0\fs24 \cf0 \expnd0\expndtw0\kerning0
+Range}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>ID</key>
+ <integer>640</integer>
+ <key>Points</key>
+ <array>
+ <string>{783.65491, 200.49905}</string>
+ <string>{722.914, 200.142}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>HeadScale</key>
+ <real>1.0000001192092896</real>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>638</integer>
+ <key>Info</key>
+ <integer>3</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>638</integer>
+ <key>Info</key>
+ <integer>4</integer>
+ </dict>
+ <key>ID</key>
+ <integer>639</integer>
+ <key>Points</key>
+ <array>
+ <string>{894.46002, 122.015}</string>
+ <string>{883.91498, 172.502}</string>
+ <string>{858.49359, 200.13394}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{784.15503, 190.502}, {74, 20}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>638</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>Bezier</string>
+ <key>ShapeData</key>
+ <dict>
+ <key>UnitPoints</key>
+ <array>
+ <string>{0.5, 0}</string>
+ <string>{0.5, 0}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.5, 0}</string>
+ </array>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.869999</string>
+ <key>g</key>
+ <string>0.972591</string>
+ <key>r</key>
+ <string>0.97955</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr
+
+\f0\fs24 \cf0 property}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{747.16699, 117.015}, {58, 14}}</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>Courier</string>
+ <key>NSKern</key>
+ <real>0.0</real>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>637</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </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>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>0</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fmodern\fcharset0 Courier;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural
+
+\f0\fs24 \cf0 \expnd0\expndtw0\kerning0
+Subclass}</string>
+ <key>VerticalPad</key>
+ <integer>0</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>ID</key>
+ <integer>636</integer>
+ <key>Points</key>
+ <array>
+ <string>{736.42102, 154.99899}</string>
+ <string>{736.42102, 84.015099}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.2</string>
+ <key>g</key>
+ <string>0.2</string>
+ <key>r</key>
+ <string>0.2</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>616</integer>
+ </dict>
+ <key>ID</key>
+ <integer>623</integer>
+ <key>Points</key>
+ <array>
+ <string>{266.16589, 210.64101}</string>
+ <string>{221.00705, 210.64101}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>HeadScale</key>
+ <real>1.0000001192092896</real>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>617</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>622</integer>
+ <key>Points</key>
+ <array>
+ <string>{175.42911, 195.2598}</string>
+ <string>{206.27299, 111.671}</string>
+ <string>{286.13574, 56.095695}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.2</string>
+ <key>g</key>
+ <string>0.2</string>
+ <key>r</key>
+ <string>0.2</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>616</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>617</integer>
+ <key>Info</key>
+ <integer>4</integer>
+ </dict>
+ <key>ID</key>
+ <integer>619</integer>
+ <key>Points</key>
+ <array>
+ <string>{373.54541, 132.15324}</string>
+ <string>{363, 182.64101}</string>
+ <string>{337.23962, 210.64101}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>167</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{266.125, 200.64101}, {71.114601, 20}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>617</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>Bezier</string>
+ <key>ShapeData</key>
+ <dict>
+ <key>UnitPoints</key>
+ <array>
+ <string>{0.5, 0.017942401}</string>
+ <string>{0.49999201, 0.017942401}</string>
+ <string>{0.28042999, -0.5}</string>
+ <string>{0.28042999, -0.5}</string>
+ <string>{0.28042999, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{0.28042999, 0.5}</string>
+ <string>{0.28042999, 0.5}</string>
+ <string>{0.28042999, 0.5}</string>
+ <string>{0.49999499, 0.017942401}</string>
+ </array>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.869999</string>
+ <key>g</key>
+ <string>0.972591</string>
+ <key>r</key>
+ <string>0.97955</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs24 \cf0 hadRole}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{119, 195.64101}, {101.507, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>ID</key>
+ <integer>616</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.675442</string>
+ <key>g</key>
+ <string>0.86773</string>
+ <key>r</key>
+ <string>0.735357</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 prov:Role}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>612</integer>
+ <key>Position</key>
+ <real>0.95266973972320557</real>
+ </dict>
+ <key>ID</key>
+ <integer>615</integer>
+ <key>Points</key>
+ <array>
+ <string>{306.39099, 280.98401}</string>
+ <string>{296, 304.98401}</string>
+ <string>{277.13748, 310.1308}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>632</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>181</integer>
+ </dict>
+ <key>ID</key>
+ <integer>614</integer>
+ <key>Points</key>
+ <array>
+ <string>{150.99995, 308.98401}</string>
+ <string>{121.00703, 308.98401}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>HeadScale</key>
+ <real>1.0000001192092896</real>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>611</integer>
+ <key>Info</key>
+ <integer>3</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>611</integer>
+ <key>Info</key>
+ <integer>4</integer>
+ </dict>
+ <key>ID</key>
+ <integer>612</integer>
+ <key>Points</key>
+ <array>
+ <string>{306.39151, 336.98401}</string>
+ <string>{298, 320.54599}</string>
+ <string>{275.20169, 309.20667}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>633</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{151, 298.98401}, {123.754, 20}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>611</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>Bezier</string>
+ <key>ShapeData</key>
+ <dict>
+ <key>UnitPoints</key>
+ <array>
+ <string>{0.5, 0}</string>
+ <string>{0.5, 0}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.5, 0}</string>
+ </array>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.869999</string>
+ <key>g</key>
+ <string>0.972591</string>
+ <key>r</key>
+ <string>0.97955</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs24 \cf0 hadQualifiedEntity}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>178</integer>
+ </dict>
+ <key>ID</key>
+ <integer>610</integer>
+ <key>Points</key>
+ <array>
+ <string>{213.48477, 172.64101}</string>
+ <string>{150.5, 163.92101}</string>
+ <string>{95.626465, 117.99187}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>HeadScale</key>
+ <real>1.0000001192092896</real>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>606</integer>
+ <key>Info</key>
+ <integer>3</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>606</integer>
+ </dict>
+ <key>ID</key>
+ <integer>609</integer>
+ <key>Points</key>
+ <array>
+ <string>{368.81592, 132.06599}</string>
+ <string>{353, 162.64101}</string>
+ <string>{337.23901, 172.64101}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>167</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{213.485, 162.64101}, {123.754, 20}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>606</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>Bezier</string>
+ <key>ShapeData</key>
+ <dict>
+ <key>UnitPoints</key>
+ <array>
+ <string>{0.5, 2.86102e-06}</string>
+ <string>{0.50000101, 3.8147e-06}</string>
+ <string>{0.249999, -0.5}</string>
+ <string>{0.249999, -0.5}</string>
+ <string>{0.249999, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{0.249999, 0.5}</string>
+ <string>{0.249999, 0.5}</string>
+ <string>{0.249999, 0.5}</string>
+ <string>{0.5, 9.5367398e-07}</string>
+ </array>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.869999</string>
+ <key>g</key>
+ <string>0.972591</string>
+ <key>r</key>
+ <string>0.97955</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs24 \cf0 hadQualifiedEntity}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>167</integer>
+ </dict>
+ <key>ID</key>
+ <integer>601</integer>
+ <key>Points</key>
+ <array>
+ <string>{836.9173, 384.54404}</string>
+ <string>{784.15503, 302}</string>
+ <string>{408.36884, 131.0432}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.2</string>
+ <key>g</key>
+ <string>0.2</string>
+ <key>r</key>
+ <string>0.2</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>169</integer>
+ <key>Info</key>
+ <integer>1</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>628</integer>
+ </dict>
+ <key>ID</key>
+ <integer>599</integer>
+ <key>Points</key>
+ <array>
+ <string>{449.93497, 399.26501}</string>
+ <string>{357.14505, 399.98401}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>HeadScale</key>
+ <real>1.0000001192092896</real>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>631</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{255.638, 384.98401}, {101.507, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>628</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ <string>{-0.30305901, 0.5}</string>
+ <string>{-0.352245, -0.25000101}</string>
+ </array>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.675442</string>
+ <key>g</key>
+ <string>0.86773</string>
+ <key>r</key>
+ <string>0.735357</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 prov:Usage}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{416, 255.98401}, {157.68896, 20}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>629</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>Bezier</string>
+ <key>ShapeData</key>
+ <dict>
+ <key>UnitPoints</key>
+ <array>
+ <string>{0.5, 0}</string>
+ <string>{0.5, 0}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.5, 0}</string>
+ </array>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.869999</string>
+ <key>g</key>
+ <string>0.972591</string>
+ <key>r</key>
+ <string>0.97955</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>2</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr
+
+\f0\fs24 \cf0 hadQualifiedParticipation}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{444.06494, 341.98401}, {129.62399, 20}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>630</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ <string>{-0.34586599, -0.50000101}</string>
+ </array>
+ <key>Shape</key>
+ <string>Bezier</string>
+ <key>ShapeData</key>
+ <dict>
+ <key>UnitPoints</key>
+ <array>
+ <string>{0.5, 0}</string>
+ <string>{0.5, 0}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.5, 0}</string>
+ </array>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.869999</string>
+ <key>g</key>
+ <string>0.972591</string>
+ <key>r</key>
+ <string>0.97955</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>2</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr
+
+\f0\fs24 \cf0 hadQualifiedControl}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{449.93494, 389.26501}, {123.754, 20}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>631</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>Bezier</string>
+ <key>ShapeData</key>
+ <dict>
+ <key>UnitPoints</key>
+ <array>
+ <string>{0.49999952, -1.9073486e-06}</string>
+ <string>{0.50000095, 9.5367432e-06}</string>
+ <string>{0.25000048, -0.49999809}</string>
+ <string>{0.25000048, -0.49999809}</string>
+ <string>{0.25000048, -0.49999809}</string>
+ <string>{-0.5, -0.49999809}</string>
+ <string>{-0.5, -0.49999809}</string>
+ <string>{-0.5, -0.49999809}</string>
+ <string>{-0.5, 0.50000191}</string>
+ <string>{-0.5, 0.50000191}</string>
+ <string>{-0.5, 0.50000191}</string>
+ <string>{0.25000048, 0.50000191}</string>
+ <string>{0.25000048, 0.50000191}</string>
+ <string>{0.25000048, 0.50000191}</string>
+ <string>{0.49999905, -3.8146973e-06}</string>
+ </array>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.869999</string>
+ <key>g</key>
+ <string>0.972591</string>
+ <key>r</key>
+ <string>0.97955</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>2</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr
+
+\f0\fs24 \cf0 hadQualifiedUsage}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{241.57899, 250.98399}, {129.62399, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>632</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{1, 1}</string>
+ <string>{1, -1}</string>
+ <string>{-0.25, -0.353553}</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>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.675442</string>
+ <key>g</key>
+ <string>0.86773</string>
+ <key>r</key>
+ <string>0.735357</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 prov:Participation}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{255.638, 336.98401}, {101.507, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>HFlip</key>
+ <string>YES</string>
+ <key>ID</key>
+ <integer>633</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>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.675442</string>
+ <key>g</key>
+ <string>0.86773</string>
+ <key>r</key>
+ <string>0.735357</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 prov:Control}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>169</integer>
+ </dict>
+ <key>ID</key>
+ <integer>585</integer>
+ <key>Points</key>
+ <array>
+ <string>{772.16913, 399.98401}</string>
+ <string>{794.03796, 399.26501}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>HeadScale</key>
+ <real>1.0000001192092896</real>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>573</integer>
+ <key>Info</key>
+ <integer>3</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>633</integer>
+ </dict>
+ <key>ID</key>
+ <integer>584</integer>
+ <key>Points</key>
+ <array>
+ <string>{444.06491, 351.98401}</string>
+ <string>{357.14505, 351.98401}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>HeadScale</key>
+ <real>1.0000001192092896</real>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>630</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>632</integer>
+ </dict>
+ <key>ID</key>
+ <integer>583</integer>
+ <key>Points</key>
+ <array>
+ <string>{416, 265.98401}</string>
+ <string>{371.203, 265.98401}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>HeadScale</key>
+ <real>1.0000001192092896</real>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>629</integer>
+ <key>Info</key>
+ <integer>3</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>631</integer>
+ <key>Info</key>
+ <integer>4</integer>
+ </dict>
+ <key>ID</key>
+ <integer>582</integer>
+ <key>Points</key>
+ <array>
+ <string>{603.14465, 121.49867}</string>
+ <string>{596.953, 361.04599}</string>
+ <string>{573.68896, 399.26501}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>180</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>573</integer>
+ <key>Info</key>
+ <integer>4</integer>
+ </dict>
+ <key>ID</key>
+ <integer>581</integer>
+ <key>Points</key>
+ <array>
+ <string>{604.45209, 121.49864}</string>
+ <string>{610.85199, 366.60901}</string>
+ <string>{626.31793, 399.98401}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>180</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>ID</key>
+ <integer>580</integer>
+ <key>Points</key>
+ <array>
+ <string>{602.47308, 121.49443}</string>
+ <string>{592.953, 302.67099}</string>
+ <string>{573.68903, 351}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>180</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>629</integer>
+ </dict>
+ <key>ID</key>
+ <integer>579</integer>
+ <key>Points</key>
+ <array>
+ <string>{601.26862, 121.47961}</string>
+ <string>{588.953, 244.04601}</string>
+ <string>{573.68896, 265.98401}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>180</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{626.31799, 389.98401}, {145.85101, 20}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>ID</key>
+ <integer>573</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ <string>{-0.38042101, -0.5}</string>
+ </array>
+ <key>Shape</key>
+ <string>Bezier</string>
+ <key>ShapeData</key>
+ <dict>
+ <key>UnitPoints</key>
+ <array>
+ <string>{0.5, 0}</string>
+ <string>{0.5, 0}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{0.25, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, -0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{-0.5, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.25, 0.5}</string>
+ <string>{0.5, 0}</string>
+ </array>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.869999</string>
+ <key>g</key>
+ <string>0.972591</string>
+ <key>r</key>
+ <string>0.97955</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs24 \cf0 hadQualifiedGeneration}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>184</integer>
+ <key>Points</key>
+ <array>
+ <string>{116.14201, 85.684593}</string>
+ <string>{265.82111, 51.315674}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.2</string>
+ <key>g</key>
+ <string>0.2</string>
+ <key>r</key>
+ <string>0.2</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>178</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>183</integer>
+ <key>Points</key>
+ <array>
+ <string>{544.86157, 85.567596}</string>
+ <string>{350.07239, 49.974792}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.2</string>
+ <key>g</key>
+ <string>0.2</string>
+ <key>r</key>
+ <string>0.2</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>Pattern</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>180</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>178</integer>
+ </dict>
+ <key>ID</key>
+ <integer>182</integer>
+ <key>Points</key>
+ <array>
+ <string>{69.753502, 293.48401}</string>
+ <string>{69.753502, 121.50002}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.2</string>
+ <key>g</key>
+ <string>0.2</string>
+ <key>r</key>
+ <string>0.2</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>181</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{19, 293.98401}, {101.507, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>ID</key>
+ <integer>181</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.8</string>
+ <key>g</key>
+ <string>0.8</string>
+ <key>r</key>
+ <string>0.8</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 prov:Agent}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{538.98303, 71.672401}, {129.62399, 49.327599}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>ID</key>
+ <integer>180</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.8</string>
+ <key>g</key>
+ <string>0.8</string>
+ <key>r</key>
+ <string>0.8</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 prov:Activity}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{19, 71.672401}, {101.507, 49.327599}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>ID</key>
+ <integer>178</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.8</string>
+ <key>g</key>
+ <string>0.8</string>
+ <key>r</key>
+ <string>0.8</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 prov:Entity}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>166</integer>
+ </dict>
+ <key>ID</key>
+ <integer>176</integer>
+ <key>Points</key>
+ <array>
+ <string>{366.43152, 101.34262}</string>
+ <string>{350, 77}</string>
+ <string>{324.32376, 56.392342}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.2</string>
+ <key>g</key>
+ <string>0.2</string>
+ <key>r</key>
+ <string>0.2</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>167</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{794.03796, 384.26501}, {123.754, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>ID</key>
+ <integer>169</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 1}</string>
+ <string>{0, -1}</string>
+ <string>{1, 0}</string>
+ <string>{-1, 0}</string>
+ </array>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.675442</string>
+ <key>g</key>
+ <string>0.86773</string>
+ <key>r</key>
+ <string>0.735357</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 prov:Generation}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{282.38901, 101.672}, {188.78, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>ID</key>
+ <integer>167</integer>
+ <key>Magnets</key>
+ <array>
+ <string>{0, 0}</string>
+ <string>{0.17068, 0.44425499}</string>
+ <string>{0.101817, 0.44425499}</string>
+ <string>{0.038250901, 0.44425499}</string>
+ </array>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.675442</string>
+ <key>g</key>
+ <string>0.86773</string>
+ <key>r</key>
+ <string>0.735357</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 prov:QualifiedInvolvement}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{255.638, 27}, {101.507, 30}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>ID</key>
+ <integer>166</integer>
+ <key>Shape</key>
+ <string>Circle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.814408</string>
+ <key>g</key>
+ <string>0.771136</string>
+ <key>r</key>
+ <string>0.653795</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 owl:Thing}</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>167</integer>
+ <key>Info</key>
+ <integer>3</integer>
+ </dict>
+ <key>ID</key>
+ <integer>605</integer>
+ <key>Points</key>
+ <array>
+ <string>{342.75455, 341.22073}</string>
+ <string>{395, 323.98401}</string>
+ <string>{395.99042, 131.85966}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.2</string>
+ <key>g</key>
+ <string>0.2</string>
+ <key>r</key>
+ <string>0.2</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>Pattern</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>633</integer>
+ <key>Info</key>
+ <integer>3</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>167</integer>
+ <key>Info</key>
+ <integer>4</integer>
+ </dict>
+ <key>ID</key>
+ <integer>604</integer>
+ <key>Points</key>
+ <array>
+ <string>{343.9332, 253.50595}</string>
+ <string>{381, 240}</string>
+ <string>{383.94193, 132.12868}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.2</string>
+ <key>g</key>
+ <string>0.2</string>
+ <key>r</key>
+ <string>0.2</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>Pattern</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>632</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>167</integer>
+ <key>Info</key>
+ <integer>2</integer>
+ </dict>
+ <key>ID</key>
+ <integer>600</integer>
+ <key>Points</key>
+ <array>
+ <string>{347.56174, 390.87305}</string>
+ <string>{411, 372}</string>
+ <string>{409.0105, 131.2744}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.2</string>
+ <key>g</key>
+ <string>0.2</string>
+ <key>r</key>
+ <string>0.2</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>Arrow</string>
+ <key>Pattern</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>628</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{708, 63.015099}, {196.914, 157.62601}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Font</key>
+ <string>Courier</string>
+ <key>Size</key>
+ <real>18</real>
+ </dict>
+ <key>ID</key>
+ <integer>643</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>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>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fmodern\fcharset0 Courier;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\fs36 \cf0 Key}</string>
+ </dict>
+ <key>TextPlacement</key>
+ <integer>0</integer>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>GuidesLocked</key>
+ <string>NO</string>
+ <key>GuidesVisible</key>
+ <string>YES</string>
+ <key>HPages</key>
+ <integer>2</integer>
+ <key>ImageCounter</key>
+ <integer>1</integer>
+ <key>KeepToScale</key>
+ <false/>
+ <key>Layers</key>
+ <array>
+ <dict>
+ <key>Lock</key>
+ <string>NO</string>
+ <key>Name</key>
+ <string>Layer 1</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>YES</string>
+ </dict>
+ </array>
+ <key>LayoutInfo</key>
+ <dict>
+ <key>Animate</key>
+ <string>NO</string>
+ <key>circoMinDist</key>
+ <real>18</real>
+ <key>circoSeparation</key>
+ <real>0.0</real>
+ <key>layoutEngine</key>
+ <string>dot</string>
+ <key>neatoSeparation</key>
+ <real>0.0</real>
+ <key>twopiSeparation</key>
+ <real>0.0</real>
+ </dict>
+ <key>LinksVisible</key>
+ <string>NO</string>
+ <key>MagnetsVisible</key>
+ <string>NO</string>
+ <key>MasterSheets</key>
+ <array/>
+ <key>ModificationDate</key>
+ <string>2011-11-23 20:05:49 +0000</string>
+ <key>Modifier</key>
+ <string>Stephan Zednik</string>
+ <key>NotesVisible</key>
+ <string>NO</string>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>OriginVisible</key>
+ <string>NO</string>
+ <key>PageBreaks</key>
+ <string>NO</string>
+ <key>PrintInfo</key>
+ <dict>
+ <key>NSBottomMargin</key>
+ <array>
+ <string>float</string>
+ <string>41</string>
+ </array>
+ <key>NSHorizonalPagination</key>
+ <array>
+ <string>int</string>
+ <string>0</string>
+ </array>
+ <key>NSLeftMargin</key>
+ <array>
+ <string>float</string>
+ <string>18</string>
+ </array>
+ <key>NSOrientation</key>
+ <array>
+ <string>int</string>
+ <string>1</string>
+ </array>
+ <key>NSPaperSize</key>
+ <array>
+ <string>coded</string>
+ <string>BAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAx7X05TU2l6ZT1mZn2WgRgDgWQChg==</string>
+ </array>
+ <key>NSPrintReverseOrientation</key>
+ <array>
+ <string>int</string>
+ <string>0</string>
+ </array>
+ <key>NSRightMargin</key>
+ <array>
+ <string>float</string>
+ <string>18</string>
+ </array>
+ <key>NSTopMargin</key>
+ <array>
+ <string>float</string>
+ <string>18</string>
+ </array>
+ </dict>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>ReadOnly</key>
+ <string>NO</string>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>18</real>
+ <key>SheetTitle</key>
+ <string>Canvas 1</string>
+ <key>SmartAlignmentGuidesActive</key>
+ <string>YES</string>
+ <key>SmartDistanceGuidesActive</key>
+ <string>YES</string>
+ <key>UniqueID</key>
+ <integer>1</integer>
+ <key>UseEntirePage</key>
+ <false/>
+ <key>VPages</key>
+ <integer>2</integer>
+ <key>WindowInfo</key>
+ <dict>
+ <key>CurrentSheet</key>
+ <integer>0</integer>
+ <key>ExpandedCanvases</key>
+ <array>
+ <dict>
+ <key>name</key>
+ <string>Canvas 1</string>
+ </dict>
+ </array>
+ <key>Frame</key>
+ <string>{{-42, 805}, {1339, 773}}</string>
+ <key>ListView</key>
+ <true/>
+ <key>OutlineWidth</key>
+ <integer>142</integer>
+ <key>RightSidebar</key>
+ <false/>
+ <key>Sidebar</key>
+ <true/>
+ <key>SidebarWidth</key>
+ <integer>120</integer>
+ <key>VisibleRegion</key>
+ <string>{{1, 1}, {1219, 663}}</string>
+ <key>Zoom</key>
+ <real>1</real>
+ <key>ZoomValues</key>
+ <array>
+ <array>
+ <string>Canvas 1</string>
+ <real>1</real>
+ <real>8</real>
+ </array>
+ </array>
+ </dict>
+ <key>saveQuickLookFiles</key>
+ <string>YES</string>
+</dict>
+</plist>
Binary file ontology/fpwd/diagrams/QualifiedInvolvementDiagram.png has changed
Binary file ontology/fpwd/diagrams/dependedOn.png has changed
Binary file ontology/fpwd/diagrams/endedAt.png has changed
Binary file ontology/fpwd/diagrams/hadOriginalSource.png has changed
Binary file ontology/fpwd/diagrams/hadParticipant.png has changed
Binary file ontology/fpwd/diagrams/hadQualifiedControl.png has changed
Binary file ontology/fpwd/diagrams/hadQualifiedEntity.png has changed
Binary file ontology/fpwd/diagrams/hadQualifiedGeneration.png has changed
Binary file ontology/fpwd/diagrams/hadQualifiedParticipation.png has changed
Binary file ontology/fpwd/diagrams/hadQualifiedUsage.png has changed
Binary file ontology/fpwd/diagrams/hadRecipe.png has changed
Binary file ontology/fpwd/diagrams/hadTemporalValue.png has changed
Binary file ontology/fpwd/diagrams/startedAt.png has changed
Binary file ontology/fpwd/diagrams/used.png has changed
Binary file ontology/fpwd/diagrams/wasAttributedTo.png has changed
Binary file ontology/fpwd/diagrams/wasComplementOf.png has changed
Binary file ontology/fpwd/diagrams/wasControlledBy.png has changed
Binary file ontology/fpwd/diagrams/wasDerivedFrom.png has changed
Binary file ontology/fpwd/diagrams/wasEventuallyDerivedFrom.png has changed
Binary file ontology/fpwd/diagrams/wasGeneratedAt.png has changed
Binary file ontology/fpwd/diagrams/wasGeneratedBy.png has changed
Binary file ontology/fpwd/diagrams/wasInformedBy.png has changed
Binary file ontology/fpwd/diagrams/wasQuoteOf.png has changed
Binary file ontology/fpwd/diagrams/wasScheduledAfter.png has changed
Binary file ontology/fpwd/diagrams/wasSummaryOf.png has changed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/fpwd/extra.css Thu Dec 08 15:27:58 2011 +0000
@@ -0,0 +1,147 @@
+
+/* --- EDITORIAL NOTES --- */
+.pending {
+ padding: 1em;
+ margin: 1em 0em 0em;
+ border: 1px solid #f00;
+ background: #BFEFFF;
+}
+
+.pending::before {
+ content: "Pending Review";
+ display: block;
+ width: 150px;
+ margin: -1.5em 0 0.5em 0;
+ font-weight: bold;
+ border: 1px solid #f00;
+ background: #fff;
+ padding: 3px 1em;
+}
+
+
+.resolved {
+ padding: 1em;
+ margin: 1em 0em 0em;
+ border: 1px solid #f00;
+ background: #9BCD9B;
+}
+
+.resolved::before {
+ content: "Resolved";
+ display: block;
+ width: 150px;
+ margin: -1.5em 0 0.5em 0;
+ font-weight: bold;
+ border: 1px solid #f00;
+ background: #fff;
+ padding: 3px 1em;
+}
+
+
+.inference {
+ padding: 1em;
+ margin: 1em 0em 0em;
+ border: 1px solid #f00;
+ background: #fff;
+}
+
+.inference::before {
+ content: "Inference";
+ display: block;
+ width: 150px;
+ margin: -1.5em 0 0.5em 0;
+ font-weight: bold;
+ border: 1px solid #f00;
+ background: #fff;
+ padding: 3px 1em;
+}
+
+.unamedconstraint {
+ padding: 1em;
+ margin: 1em 0em 0em;
+ border: 1px solid #00f;
+ background: #fff;
+}
+
+
+.unamedconstraint::before {
+ content: "Constraint";
+ display: block;
+ width: 150px;
+ margin: -1.5em 0 0.5em 0;
+ font-weight: bold;
+ border: 1px solid #00f;
+ background: #fff;
+ padding: 3px 1em;
+}
+
+
+
+.constraint {
+ padding: 1em;
+ margin: 1em 0em 0em;
+ border: 1px solid #00f;
+ background: #fff;
+}
+
+.constraint[id]::before {
+ content: "Constraint: " attr(id);
+ width: 380px; /* How can we compute the length of "Constraint: " attr(id) */
+}
+
+
+.constraint::before {
+ content: "Constraint";
+ display: block;
+ width: 150px;
+ margin: -1.5em 0 0.5em 0;
+ font-weight: bold;
+ border: 1px solid #00f;
+ background: #fff;
+ padding: 3px 1em;
+}
+
+
+
+.conditional {
+ color: blue;
+}
+
+.grammar {
+ margin-top: 1ex;
+ margin-bottom: 1ex;
+ padding-left: 1ex;
+ padding-right: 1ex;
+ padding-top: 1ex;
+ padding-bottom: 0.6ex;
+ border: 1px dashed #2f6fab;
+ font-family: monospace;
+}
+.nonterminal {
+ font-weight: bold;
+ font-family: sans-serif;
+ font-size: 95%;
+}
+
+.name {
+ font-family: monospace;
+}
+
+
+.xmpl {
+ padding: 1em;
+ margin: 1em 0em 0em;
+ border: 1px solid #f00;
+ background: #fff;
+}
+
+.xmpl::before {
+ content: "Example";
+ display: block;
+ width: 150px;
+ margin: -1.5em 0 0.5em 0;
+ font-weight: bold;
+ border: 1px solid #f00;
+ background: #fff;
+ padding: 3px 1em;
+}