examples from prov-dm
authorTim L <lebot@rpi.edu>
Sat, 05 Nov 2011 22:24:05 -0400
changeset 809 baf0b4965963
parent 808 89eb39319f31
child 810 bd18d799b6fc
examples from prov-dm
ontology/components/Account/tbl-jah-2.trig.prov.ttl
ontology/components/Agent.ttl
ontology/components/Agent/prov-dm-e1.ttl
ontology/components/Agent/prov-dm-e2.ttl
ontology/components/Annotation.ttl
ontology/components/Annotation/prov-dm-ann1.ttl
ontology/components/Controller/example-1.ttl
ontology/components/Entity/prov-dm-e0.ttl
ontology/components/ProcessExecution.ttl
ontology/components/ProcessExecution/prov-dm-pe1.ttl
ontology/components/Time.ttl
ontology/components/Time/example-1.ttl
ontology/components/Time/example-2-crimefile.ttl
ontology/components/Time/example-3-extension.ttl
ontology/components/assumedBy/appending-a-file-to-itself.ttl
ontology/components/assumedBy/khalid-restaurant.ttl
ontology/components/dependedOn.ttl
ontology/components/hadLocation.ttl
ontology/components/hadOriginalSource.ttl
ontology/components/hadParticipant.ttl
ontology/components/hadParticipant/prov-dm-constraint-participation.ttl
ontology/components/hasAnnotation.ttl
ontology/components/hasAnnotation/prov-dm-annotation-association.ttl
ontology/components/identifier.ttl
ontology/components/nothing.ttl
ontology/components/role.ttl
ontology/components/used/prov-dm-pe1-used-e1-e2.ttl
ontology/components/wasAttributedTo.ttl
ontology/components/wasAttributedTo/prov-dm-attribution.ttl
ontology/components/wasComplementOf/prov-dm-rs.ttl
ontology/components/wasComplementOf/two-entities-about-tim.graffle
ontology/components/wasComplementOf/two-entities-about-tim.rdf
ontology/components/wasControlledBy.ttl
ontology/components/wasControlledBy/example-1.ttl
ontology/components/wasControlledBy/prov-dm-pe3-wasControlledBy-a4.ttl
ontology/components/wasControlledBy/prov-dm-qualified-wasControlledBy.ttl
ontology/components/wasDerivedFrom/prov-dm-e5-wasDerivedFrom-e3.ttl
ontology/components/wasEventuallyDerivedFrom.ttl
ontology/components/wasEventuallyDerivedFrom/prov-dm-wasEventuallyDerivedFrom.ttl
ontology/components/wasGeneratedBy/edited-document-version-2.ttl
ontology/components/wasGeneratedBy/prov-dm-e1-e2-wasGeneratedBy-pe1.ttl
ontology/components/wasInformedBy.ttl
ontology/components/wasInformedBy/prov-dm-constraint-wasInformedBy.ttl
ontology/components/wasQuoteOf.ttl
ontology/components/wasQuoteOf/prov-dm-quotation.ttl
ontology/components/wasRevisionOf.ttl
ontology/components/wasRevisionOf/prov-dm-constraint-wasRevision.ttl
ontology/components/wasRevisionOf/prov-dm-wasRevisionOf.ttl
ontology/components/wasScheduledAfter.ttl
ontology/components/wasScheduledAfter/prov-dm-wasScheduledAfter.ttl
ontology/components/wasSummaryOf.ttl
ontology/components/wasTriggeredBy.ttl
--- a/ontology/components/Account/tbl-jah-2.trig.prov.ttl	Sat Nov 05 21:24:31 2011 -0400
+++ b/ontology/components/Account/tbl-jah-2.trig.prov.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -30,7 +30,7 @@
 
 :original
    a prov:Entity, :Input, :File;
-   nfo:fileUrl </Users/tlebo/Desktop/prov-wg/hg/prov/ontology/components/Account/tbl-jah.trig>;
+   nfo:fileUrl </Users/tlebo/Desktop/prov-wg/hg/prov/ontology/components/Account/tbl-jah.trig>,
                <tbl-jay.trig>;  
    nfo:fileSize 810;
 .
@@ -47,7 +47,7 @@
 
 :result
    a prov:Entity, :Output, :File;
-   nfo:fileUrl <file:///Users/tlebo/Desktop/prov-wg/hg/prov/ontology/components/Account/tbl-jah-2.trig>;
+   nfo:fileUrl <file:///Users/tlebo/Desktop/prov-wg/hg/prov/ontology/components/Account/tbl-jah-2.trig>,
                <tbl-jay-2.trig>; # This refers to the absolute path above (originally), but now refers to
                                  # http://dvcs.w3.org/hg/prov/file/tip/ontology/components/Account/tbl-jah-2.trig
                                  # and your local file on disk if you retrieved this URL.  
@@ -55,7 +55,7 @@
 .
 :provenance
    a prov:Entity, :Provenance, :File;
-   nfo:fileUrl <file:///Users/tlebo/Desktop/prov-wg/hg/prov/ontology/components/Account/tbl-jah-2.trig.prov.ttl>;
+   nfo:fileUrl <file:///Users/tlebo/Desktop/prov-wg/hg/prov/ontology/components/Account/tbl-jah-2.trig.prov.ttl>,
                <tbl-jay-2.trig.prov.ttl>;  
    rdfs:comment "This file is describing itself with this :Entity";
    nfo:fileSize 2399;
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/Agent.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,11 @@
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+
+prov:Agent
+   a owl:Class;
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-Agent>;
+   rdfs:comment "A characterized thing capable of activity.";
+   rdfs:subClassOf prov:Entity;
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/Agent/prov-dm-e1.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,18 @@
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+@prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix app: <http://www.w3.org/TR/2011/WD-prov-dm-20111018/app#> .
+@prefix :    <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#> .
+
+:e1
+   a prov:Entity;
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-Agent>;
+   dcterms:description "entity(e1, [employee='1234', name='Alice'])  and agent(e1)";
+   :employeeID "1234";
+   foaf:firstName "Alice";
+   a prov:Agent;
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/Agent/prov-dm-e2.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,25 @@
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+@prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix app: <http://www.w3.org/TR/2011/WD-prov-dm-20111018/app#> .
+@prefix :    <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#> .
+:e2
+   a prov:Entity;
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-Agent>;
+   dcterms:description "entity(e2)";
+.
+
+:pe
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-Agent>;
+   dcterms:description "wasControlledBy(pe,e2,qualifier(role='author'))";
+   prov:wasControlledBy :e2;
+   prov:qualifiedControl [
+      a prov:Control;
+      prov:entity :e2;
+      prov:role :author;
+   ];
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/Annotation.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,4 @@
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/Annotation/prov-dm-ann1.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,18 @@
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+@prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
+@prefix app: <http://www.w3.org/TR/2011/WD-prov-dm-20111018/app#> .
+@prefix :    <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#> .
+
+:ann1
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-annotation>;
+   dcterms:description "annotation(ann1,[color='bue', screenX=20, screenY=30])";
+   a prov:Annotation;
+   :color "bue";
+   :screenX 20;
+   :screenY 30;
+.
--- a/ontology/components/Controller/example-1.ttl	Sat Nov 05 21:24:31 2011 -0400
+++ b/ontology/components/Controller/example-1.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -1,11 +1,12 @@
 @prefix owl:  <http://www.w3.org/2002/07/owl#> .
 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 @prefix prov: <http://www.w3.org/ns/prov-o/> .
+@prefix : <#> .
 
 :pe
    prov:used [ 
       rdfs:comment "A proposal for replacing prov:wasControlledBy";
       a prov:Entity, prov:Role, prov:Controller; 
       prov:assumedBy  <http://data.semanticweb.org/person/khalid-belhajjame> 
-   ] .
+   ];
 .
--- a/ontology/components/Entity/prov-dm-e0.ttl	Sat Nov 05 21:24:31 2011 -0400
+++ b/ontology/components/Entity/prov-dm-e0.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -2,12 +2,16 @@
 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 @prefix time: <http://www.w3.org/2006/time#> .
 @prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
-@prefix : <#> .
-
+@prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix app: <http://www.w3.org/TR/2011/WD-prov-dm-20111018/app#> .
+@prefix :    <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#> .
 
 :e0
-   rdf:type :File;
+   a prov:Entity;
+   a nfo:File;
    :location <file:///shared/crime.txt>;
    dcterms:creator :Alice;
-   rdfs:comment "entity(e0, [ type='File', location='/shared/crime.txt', creator='Alice' ])";
+   dcterms:description "entity(e0, [ type='File', location='/shared/crime.txt', creator='Alice' ])";
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-Entity>;
 .
--- a/ontology/components/ProcessExecution.ttl	Sat Nov 05 21:24:31 2011 -0400
+++ b/ontology/components/ProcessExecution.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -3,16 +3,16 @@
 @prefix prov: <http://www.w3.org/ns/prov-o/> .
 @prefix : <#> .
 
-# Is ProcessExecution a sub-class of Entity?
-<subclass_of_entity>
-   owl:annotatedSource   prov:ProcessExecution;
-   owl:annotatedProperty rdfs:subClassOf;
-   owl:annotatedTarget   prov:Entity;
+prov:ProcessExecution
+   a owl:Class;
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-ProcessExecution>;
+   owl:disjointWith prov:Entity;
 .
 
-# Are ProcessExecution and Entity Disjoint?
 <disjoint_with_entity>
    owl:annotatedSource   prov:ProcessExecution;
    owl:annotatedProperty owl:disjointWith;
    owl:annotatedTarget   prov:Entity;
+   rdfs:comment "A process execution expression is not an entity expression. Indeed, an entity expression represents a thing that exists in full at any point in its characterization interval, persists during this interval, and preserves the characteristics that makes it identifiable. Alternatively, an activity in something that happens, unfolds or develops through time, but is typically not identifiable by the characteristics it exhibits at any point during its duration.";
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-ProcessExecution>;
 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/ProcessExecution/prov-dm-pe1.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,23 @@
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+@prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
+@prefix app: <http://www.w3.org/TR/2011/WD-prov-dm-20111018/app#> .
+@prefix :    <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#> .
+
+:pe1
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-ProcessExecution>;
+   dcterms:description "processExecution(pe1,add-crime-in-london,t+1,t+1+epsilon,[host='server.example.org',type='app:edit'])";
+   a prov:ProcessExecution;
+   prov:hadRecipe    :add-crime-in-london;
+   time:hadBeginning [ a time:Instant; time:inXSDDateTime "2011-11-05T14:15:37-04:00"^^xsd:dateTime ];
+   time:hadEnd       [ a time:Instant; time:inXSDDateTime "2011-11-05T14:15:53-04:00"^^xsd:dateTime ];
+   :host <http://server.example.org>;
+   a app:Edit;
+.
+:add-crime-in-london
+   a prov:Recipe;
+.
--- a/ontology/components/Time.ttl	Sat Nov 05 21:24:31 2011 -0400
+++ b/ontology/components/Time.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -9,16 +9,20 @@
 prov:startedAt a owl:ObjectProperty ;
     rdfs:domain prov:ProcessExecution ;
     rdfs:range prov:Time ;
+.
 
 prov:endedAt a owl:ObjectProperty ;
     rdfs:domain prov:ProcessExecution ;
     rdfs:range prov:Time ;
+.
 
 prov:assumedRoleAt a owl:ObjectProperty ;
     rdfs:domain prov:EntityInRole ;
     rdfs:range prov:Time ;
+.
 
-prov:wasGeneratedAt owl:ObjectProperty ;
+prov:wasGeneratedAt a owl:ObjectProperty ;
     rdfs:domain prov:Entity;
     rdfs:range prov:Time ;
+.
 
--- a/ontology/components/Time/example-1.ttl	Sat Nov 05 21:24:31 2011 -0400
+++ b/ontology/components/Time/example-1.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -1,6 +1,7 @@
 @prefix owl:  <http://www.w3.org/2002/07/owl#> .
 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 @prefix prov: <http://www.w3.org/ns/prov-o/> .
+@prefix : <#> .
 
 
 # start/end
--- a/ontology/components/Time/example-2-crimefile.ttl	Sat Nov 05 21:24:31 2011 -0400
+++ b/ontology/components/Time/example-2-crimefile.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -7,7 +7,7 @@
 
 
 # Crime File example modified from 
-https://dvcs.w3.org/hg/prov/raw-file/tip/model/ProvenanceModel.html#example-prov-asn-encoding
+# https://dvcs.w3.org/hg/prov/raw-file/tip/model/ProvenanceModel.html#example-prov-asn-encoding
 # not neccessarily matching
 # http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/Overview.html#specialization-of-prov-ontology-classes
 
@@ -40,6 +40,5 @@
     prov:recipe :spellcheck .
 
 
-# The rest of the crime file example, wasGeneratedBy(), used(), etc does not
-specify any times.
+# The rest of the crime file example, wasGeneratedBy(), used(), etc does not specify any times.
 
--- a/ontology/components/Time/example-3-extension.ttl	Sat Nov 05 21:24:31 2011 -0400
+++ b/ontology/components/Time/example-3-extension.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -2,6 +2,7 @@
 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 @prefix prov: <http://www.w3.org/ns/prov-o/> .
 @prefix time: <http://www.w3.org/2006/time#> .
+@prefix : <#> .
 
 # Example of extending prov:Time using OWL Time ontology
 # http://www.w3.org/TR/owl-time/
@@ -25,7 +26,7 @@
     rdfs:subClassOf time:Interval .
 
 :Time a owl:Class ;
-    rdfs:subClassOf prov:Time .    
+    rdfs:subClassOf prov:Time;
     rdfs:subClassOf time:Instant .
 
 :started a owl:ObjectProperty ;
@@ -61,7 +62,7 @@
             time:minute 45 ;
         ]
     ]
-    
+.    
 
 # Using the OWL Time Ontology to specify relations between intervals
 # (ie. our process executions) even if we have just partial 
@@ -69,7 +70,7 @@
 
 :pe2 a :TimedProcess ;
     # starts immediately after :pe1
-    time:intervalMetBy :pe1 .
+    time:intervalMetBy :pe1;
     # lasts until :pe3 finishes
     time:intervalFinishes :pe3 .
 
--- a/ontology/components/assumedBy/appending-a-file-to-itself.ttl	Sat Nov 05 21:24:31 2011 -0400
+++ b/ontology/components/assumedBy/appending-a-file-to-itself.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -1,4 +1,5 @@
 @prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 @prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
 @prefix foaf: <http://xmlns.com/foaf/0.1/> .
@@ -10,8 +11,8 @@
 :Output rdfs:subClassOf prov:Role .
 
 :pe
-   a prov:ProcessExecution; :Concatentation;
-   dcterms:description "Tim used the cat unix command to append appending-a-file-to-itself.ttl to itself.";
+   a prov:ProcessExecution, :Concatentation;
+   dcterms:description "Tim used the cat unix command to append appending-a-file-to-itself.ttl to itself.",
                        "cat appending-a-file-to-itself.ttl > tmp; cat tmp >> appending-a-file-to-itself.ttl";
    prov:used [
       a :Input; # and by subsumption, also a prov:Role, prov:Entity;
--- a/ontology/components/assumedBy/khalid-restaurant.ttl	Sat Nov 05 21:24:31 2011 -0400
+++ b/ontology/components/assumedBy/khalid-restaurant.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -1,4 +1,5 @@
 @prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 @prefix prov: <http://www.w3.org/ns/prov-o/> .
 @prefix :     <#> .
--- a/ontology/components/dependedOn.ttl	Sat Nov 05 21:24:31 2011 -0400
+++ b/ontology/components/dependedOn.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -11,4 +11,21 @@
    rdfs:comment "dependedOn(e2, e1) : e2 is entity expression, which represents the characterized thing that is the __result__ of the derivation.";
    rdfs:comment "dependedOn(e2, e1) : :e2 prov:dependedOn :e1";
    rdfs:comment "If dependedOn(e3,e2) and dependedOn(e2,e1) hold, then dependedOn(e3,e1) holds.";
+
+
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#transitive-derivation-expression>;
+   rdfs:comment "The expression dependedOn can only be inferred; in other words, it cannot be asserted. It is transitive by definition and relies on the previously defined derivation assertions for its base case.";
+   rdfs:comment "If dependedOn(e3,e2) and dependedOn(e2,e1) hold, then dependedOn(e3,e1) holds.";
+   a owl:TransitiveProperty;
 .
+
+prov:wasDerivedFrom
+
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#transitive-derivation-expression>;
+   rdfs:comment "If wasDerivedFrom(e2,e1) or wasDerivedFrom(e2,e1,pe,q2,q1) holds, then dependedOn(e2,e1) holds.";
+   rdfs:subPropertyOf prov:dependsOn;
+
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#transitive-derivation-expression>;
+   rdfs:comment "If wasEventuallyDerivedFrom(e2,e1) holds, then dependedOn(e2,e1) holds.";
+   rdfs:subPropertyOf prov:wasEventuallyDerivedFrom;
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/hadLocation.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,11 @@
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+
+prov:hadLocation
+   a owl:ObjectProperty;
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#extensibility-section>;
+   rdfs:comment "The PROV-DM namespace declares a set of reserved attributes: type, location";
+. 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/hadOriginalSource.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,19 @@
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+
+prov:hadOriginalSource
+   a owl:ObjectProperty;
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#original-source>;
+   rdfs:comment "hasOriginalSource is a strict sub-relation of wasEventuallyDerivedFrom ";
+   rdfs:subPropertyOf prov:wasEventuallyDerivedFrom;
+   rdfs:domain prov:Entity;
+   rdfs:range  prov:OriginalSource;
+. 
+
+prov:OriginalSource
+   rdfs:subClassOf prov:Entity;
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#original-source>;
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/hadParticipant.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,13 @@
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+
+prov:hadParticipant
+   a owl:ObjectProperty;
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-Participation>;
+   
+   rdfs:domain prov:ProcessExecution;
+   rdfs:range prov:Entity;
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/hadParticipant/prov-dm-constraint-participation.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,28 @@
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+@prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
+@prefix app: <http://www.w3.org/TR/2011/WD-prov-dm-20111018/app#> .
+@prefix :    <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#> .
+
+:pe
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-Participation>;
+   dcterms:description "hadParticipant(pe,e) holds if and only if:";
+   prov:hadParticpant :e, :e1;
+
+   dcterms:description "used(pe,e) holds, or";
+   prov:used :e;
+
+   dcterms:description "wasControlledBy(pe,e) holds, or";
+   prov:wasControlledBy :e;
+
+.
+
+:e1
+   prov:wasComplementOf :e;
+   dcterms:description "wasComplementOf(e1,e) holds for some entity expression identified by e1, and hadParticipant(pe,e1) holds some process execution expression identified by pe.";
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/hasAnnotation.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,9 @@
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+
+prov:hasAnnotation
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-annotationAssociation>;
+   rdfs:range  prov:Annotation;
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/hasAnnotation/prov-dm-annotation-association.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,75 @@
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+@prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
+@prefix app: <http://www.w3.org/TR/2011/WD-prov-dm-20111018/app#> .
+@prefix :    <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#> .
+
+:e1
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-annotationAssociation>;
+   dcterms:description "entity(e1,[type='document'])";
+   a prov:Entity;
+   a :Document;
+
+   dcterms:description "hasAnnotation(e1,ann1)";
+   prov:hasAnnotation :ann1;
+.
+
+:e2
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-annotationAssociation>;
+   dcterms:description "entity(e2,[type='document'])";
+   a prov:Entity;
+   a :Document;
+
+   dcterms:description "wasGeneratedBy(e2, pe, qualifier(file='stdout'))";
+   prov:wasGeneratedBy :pe;
+
+   dcterms:description "hasAnnotation(e2,ann1)";
+   prov:hasAnnotation :ann1;
+.
+
+:pe
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-annotationAssociation>;
+   dcterms:description "processExecution(pe,transform,t1,t2,[])";
+   a prov:ProcessExecution; 
+   prov:hadRecipe :transform;
+   time:hasBeginning [ a prov:Time; rdf:value 1 ];
+   time:hasEnd       [ a prov:Time; rdf:value 2 ];
+
+   dcterms:description "used(pe,e1,qualifier(file='stdin'))";
+   prov:used :e1;
+   prov:qualifiedUsage [
+      a :Use;
+      prov:entity :e1;
+      :file :stdin;
+
+      dcterms:description "hasAnnotation(relation(pe,e1,qualifier(file='stdin')),ann2)";
+      prov:hasAnnotation :ann2;
+   ];
+
+   dcterms:description "wasGeneratedBy(e2, pe, qualifier(file='stdout'))";
+   prov:generated :e2;
+   prov:qualifedGeneration [
+      a prov:Generation;
+      prov:entity :e2;
+      :file :stdout;
+   ];
+.
+
+:ann1
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-annotationAssociation>;
+   dcterms:description "annotation(ann1,[icon='doc.png'])";
+   a prov:Annotation;
+   :icon <doc.png>;
+.
+
+:ann2
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-annotationAssociation>;
+   dcterms:description "annotation(ann2,[style='dotted'])";
+   a prov:Annotation;
+   :style :dotted;
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/identifier.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,10 @@
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+
+prov:identifier
+   a owl:DatatypeProperty;
+   rdfs:comment "String that humans used to identify things. For example, Vehicle Identifier Number.";
+   rdfs:comment "It should be left to extension ontologies to make this property InverseFunctional.";
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/nothing.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,5 @@
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/role.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,11 @@
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+
+prov:role
+   a owl:ObjectProperty;
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#extensibility-section>;
+   rdfs:comment "The PROV-DM namespace declares a reserved qualifier: role.";
+. 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/used/prov-dm-pe1-used-e1-e2.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,33 @@
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+@prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
+@prefix app: <http://www.w3.org/TR/2011/WD-prov-dm-20111018/app#> .
+@prefix :    <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#> .
+
+:pe1
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-Use>;
+   dcterms:description "used(pe1,e1,qualifier(parameter='p1'),t1)";
+   a prov:ProcessExecution;
+   prov:used :e1;
+   prov:qualifiedUsage [
+      a prov:Use;
+      prov:entity :e1;
+      :parameter "p1";
+      prov:time [ a prov:Time; rdf:value 1 ];
+   ];
+
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-Use>;
+   dcterms:description "used(pe1,e2,qualifier(parameter='p2'),t2)";
+   prov:used :e1;
+   prov:qualifiedUsage [
+      a prov:Use;
+      prov:entity :e2;
+      :parameter "p2";
+      prov:time [ a prov:Time; rdf:value 2 ]; 
+   ];
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/wasAttributedTo.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,12 @@
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+
+prov:wasAttributedTo
+   a owl:ObjectProperty;
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#attribution>;
+   rdfs:domain prov:Entity;
+   rdfs:range  prov:Agent;
+. 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/wasAttributedTo/prov-dm-attribution.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,44 @@
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+@prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
+@prefix app: <http://www.w3.org/TR/2011/WD-prov-dm-20111018/app#> .
+@prefix :    <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#> .
+
+:e
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#pe-linked-derivationExpression>;
+   dcterms:description "wasAttributeTo(e,ag)";
+   a prov:Entity;
+   prov:wasAttributedTo :ag;
+
+   dcterms:description "wasGenerateBy(e,pe)";
+   prov:wasGeneratedBy :pe;
+.
+
+:pe
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#pe-linked-derivationExpression>;
+   dcterms:description "processExecution(pe,recipe,t1,t2,attr)";
+   a prov:ProcessExecution;
+   prov:hadRecipe :recipe;
+   time:hasBeginning [ a prov:Time; rdf:value 1 ];
+   time:hasEnd       [ a prov:Time; rdf:value 2 ];
+   :attr :attr;
+
+   dcterms:description "wasGenerateBy(e,pe)";
+   prov:generated :e;
+
+   dcterms:description "wasControlledBy(pe,ag,q)";
+   prov:wasControlledBy :ag;
+   prov:qualifiedControl [
+      a prov:Control;
+   ];
+.
+
+:ag
+   a prov:Agent;
+.
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/wasComplementOf/prov-dm-rs.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,73 @@
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+@prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
+@prefix app: <http://www.w3.org/TR/2011/WD-prov-dm-20111018/app#> .
+@prefix :    <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#> .
+
+:rs
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-complement-of>;
+   dcterms:description "entity(rs,[created='1870'])";
+   a prov:Entity;
+   dcterms:created "1870"^^xsd:gYear;
+.
+:rs_l1
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-complement-of>;
+   dcterms:description "entity(rs_l1,[location='loc2'])";
+   a prov:Entity;
+   :location :loc2;
+   dcterms:description "wasComplementOf(rs_l1, rs)";
+   prov:wasComplementOf :rs;
+.
+:rs_l2
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-complement-of>;
+   dcterms:description "entity(rs_l2,[location='The Mall'])";
+   a prov:Entity;
+   :location :The_Mall;
+   dcterms:description "wasComplementOf(rs_l2, rs)";
+   prov:wasComplementOf :rs;
+.
+:rs_m1
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-complement-of>;
+   dcterms:description "entity(rs_m1,[membership='250', year='1900'])";
+   a prov:Entity;
+   :membership 250;
+   :year "1900"^^xsd:gYear;
+
+   dcterms:description "wasComplementOf(rs_m1, rs_l1)";
+   prov:wasComplementOf :rs_l1;
+
+   dcterms:description "wasComplementOf(rs_m1, rs)";
+   prov:wasComplementOf :rs;
+.
+:rs_m2
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-complement-of>;
+   dcterms:description "entity(rs_m2,[membership='300', year='1945'])";
+   a prov:Entity;
+
+   dcterms:description "wasComplementOf(rs_m2, rs_l1)";
+   prov:wasComplementOf :rs_11;
+
+   dcterms:description "wasComplementOf(rs_m2, rs_l2)";
+   prov:wasComplementOf :rs_12;
+
+   dcterms:description "wasComplementOf(rs_m2, rs)";
+   prov:wasComplementOf :rs;
+.
+:rs_m3
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-complement-of>;
+   dcterms:description "entity(rs_m3,[membership='270',  year='2010'])";
+   a prov:Entity;
+   :membership 270;
+   :year "2010"^^xsd:gYear;
+
+   dcterms:description "wasComplementOf(rs_m3, rs_l2)";
+   prov:wasComplementOf :rs_l2;
+
+   dcterms:description "wasComplementOf(rs_m3, rs)";
+   prov:wasComplementOf :rs;
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/wasComplementOf/two-entities-about-tim.graffle	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,3934 @@
+<?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.31.0.156985</string>
+	</array>
+	<key>AutoAdjust</key>
+	<true/>
+	<key>BackgroundGraphic</key>
+	<dict>
+		<key>Bounds</key>
+		<string>{{0, 0}, {1152, 733}}</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>CreationDate</key>
+	<string>2008-06-25 18:23:07 -0400</string>
+	<key>Creator</key>
+	<string>lebot</string>
+	<key>DisplayScale</key>
+	<string>1 0/72 in = 1.0000 in</string>
+	<key>FileType</key>
+	<string>flat</string>
+	<key>GraphDocumentVersion</key>
+	<integer>8</integer>
+	<key>GraphicsList</key>
+	<array>
+		<dict>
+			<key>Bounds</key>
+			<string>{{292.355, 24}, {359.417, 42}}</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>NSKern</key>
+				<real>0.0</real>
+				<key>Size</key>
+				<real>12</real>
+			</dict>
+			<key>ID</key>
+			<integer>1077</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\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\froman\fcharset0 Times-Roman;\f1\fmodern\fcharset0 Courier-Oblique;}
+{\colortbl;\red255\green255\blue255;\red255\green128\blue0;\red0\green0\blue255;}
+\deftab720
+\pard\pardeftab720\ql\qnatural
+
+\f0\i\fs24 \cf0 "The 
+\b wasComplementOf
+\b0  relationship is used to denote that two 
+\f1 entities
+\f0  \cf2 complement each other\cf0 , in the sense that they each represent a partial, but mutually compatible \cf3 characterization of the same thing\cf0 ."}</string>
+				<key>VerticalPad</key>
+				<integer>0</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{419.87, 70.9819}, {68, 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>1076</integer>
+			<key>Line</key>
+			<dict>
+				<key>ID</key>
+				<integer>1075</integer>
+				<key>Position</key>
+				<real>0.45011255145072937</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\cocoasubrtf360
+{\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:sameAs}</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>1019</integer>
+			</dict>
+			<key>ID</key>
+			<integer>1075</integer>
+			<key>Points</key>
+			<array>
+				<string>{577.774, 107.54}</string>
+				<string>{441.362, 79.5403}</string>
+				<string>{302, 107.54}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</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>
+					<key>HeadArrow</key>
+					<string>FilledArrow</string>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>Pattern</key>
+					<integer>4</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+					<key>Width</key>
+					<real>2</real>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>1007</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{544.179, 447.554}, {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>w</key>
+					<string>0</string>
+				</dict>
+				<key>Font</key>
+				<string>Courier</string>
+				<key>Size</key>
+				<real>12</real>
+			</dict>
+			<key>ID</key>
+			<integer>1033</integer>
+			<key>Line</key>
+			<dict>
+				<key>ID</key>
+				<integer>1032</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\cocoasubrtf360
+{\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 rdf:type}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{544.94, 477.358}, {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>w</key>
+					<string>0</string>
+				</dict>
+				<key>Font</key>
+				<string>Courier</string>
+				<key>Size</key>
+				<real>12</real>
+			</dict>
+			<key>ID</key>
+			<integer>1035</integer>
+			<key>Line</key>
+			<dict>
+				<key>ID</key>
+				<integer>1034</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\cocoasubrtf360
+{\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 rdf:type}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{597.197, 399.716}, {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>w</key>
+					<string>0</string>
+				</dict>
+				<key>Font</key>
+				<string>Courier</string>
+				<key>Size</key>
+				<real>12</real>
+			</dict>
+			<key>ID</key>
+			<integer>1037</integer>
+			<key>Line</key>
+			<dict>
+				<key>ID</key>
+				<integer>1036</integer>
+				<key>Position</key>
+				<real>0.52886289358139038</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\cocoasubrtf360
+{\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 rdf:type}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{536.568, 354.624}, {101, 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>1040</integer>
+			<key>Line</key>
+			<dict>
+				<key>ID</key>
+				<integer>1038</integer>
+				<key>Position</key>
+				<real>0.59690564870834351</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\cocoasubrtf360
+{\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 foaf:accountName}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{689.843, 474.253}, {70, 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>1043</integer>
+			<key>Line</key>
+			<dict>
+				<key>ID</key>
+				<integer>1042</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\cocoasubrtf360
+{\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:seeAlso}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{286.951, 447.554}, {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>w</key>
+					<string>0</string>
+				</dict>
+				<key>Font</key>
+				<string>Courier</string>
+				<key>Size</key>
+				<real>12</real>
+			</dict>
+			<key>ID</key>
+			<integer>1045</integer>
+			<key>Line</key>
+			<dict>
+				<key>ID</key>
+				<integer>1044</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\cocoasubrtf360
+{\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 rdf:type}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{292.355, 477.358}, {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>w</key>
+					<string>0</string>
+				</dict>
+				<key>Font</key>
+				<string>Courier</string>
+				<key>Size</key>
+				<real>12</real>
+			</dict>
+			<key>ID</key>
+			<integer>1047</integer>
+			<key>Line</key>
+			<dict>
+				<key>ID</key>
+				<integer>1046</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\cocoasubrtf360
+{\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 rdf:type}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{230.761, 388.566}, {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>w</key>
+					<string>0</string>
+				</dict>
+				<key>Font</key>
+				<string>Courier</string>
+				<key>Size</key>
+				<real>12</real>
+			</dict>
+			<key>ID</key>
+			<integer>1049</integer>
+			<key>Line</key>
+			<dict>
+				<key>ID</key>
+				<integer>1048</integer>
+				<key>Position</key>
+				<real>0.60612934827804565</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\cocoasubrtf360
+{\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 rdf:type}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{195.754, 362.238}, {101, 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>1052</integer>
+			<key>Line</key>
+			<dict>
+				<key>ID</key>
+				<integer>1050</integer>
+				<key>Position</key>
+				<real>0.50148892402648926</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\cocoasubrtf360
+{\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 foaf:accountName}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{118.167, 474.253}, {70, 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>1055</integer>
+			<key>Line</key>
+			<dict>
+				<key>ID</key>
+				<integer>1054</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\cocoasubrtf360
+{\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:seeAlso}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{532.353, 223.567}, {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>w</key>
+					<string>0</string>
+				</dict>
+				<key>Font</key>
+				<string>Courier</string>
+				<key>Size</key>
+				<real>12</real>
+			</dict>
+			<key>ID</key>
+			<integer>1057</integer>
+			<key>Line</key>
+			<dict>
+				<key>ID</key>
+				<integer>1056</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\cocoasubrtf360
+{\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 rdf:type}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{751.759, 178.337}, {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>w</key>
+					<string>0</string>
+				</dict>
+				<key>Font</key>
+				<string>Courier</string>
+				<key>Size</key>
+				<real>12</real>
+			</dict>
+			<key>ID</key>
+			<integer>1059</integer>
+			<key>Line</key>
+			<dict>
+				<key>ID</key>
+				<integer>1058</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\cocoasubrtf360
+{\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 rdf:type}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{671.668, 331.413}, {102, 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>1061</integer>
+			<key>Line</key>
+			<dict>
+				<key>ID</key>
+				<integer>1060</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\cocoasubrtf360
+{\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 foaf:holdsAccount}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{626.2, 197.62}, {104, 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>1063</integer>
+			<key>Line</key>
+			<dict>
+				<key>ID</key>
+				<integer>1062</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\cocoasubrtf360
+{\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 prov:characterized}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{277.545, 223.576}, {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>w</key>
+					<string>0</string>
+				</dict>
+				<key>Font</key>
+				<string>Courier</string>
+				<key>Size</key>
+				<real>12</real>
+			</dict>
+			<key>ID</key>
+			<integer>1065</integer>
+			<key>Line</key>
+			<dict>
+				<key>ID</key>
+				<integer>1064</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\cocoasubrtf360
+{\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 rdf:type}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{72.6706, 178.337}, {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>w</key>
+					<string>0</string>
+				</dict>
+				<key>Font</key>
+				<string>Courier</string>
+				<key>Size</key>
+				<real>12</real>
+			</dict>
+			<key>ID</key>
+			<integer>1067</integer>
+			<key>Line</key>
+			<dict>
+				<key>ID</key>
+				<integer>1066</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\cocoasubrtf360
+{\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 rdf:type}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{102.43, 331.412}, {102, 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>1069</integer>
+			<key>Line</key>
+			<dict>
+				<key>ID</key>
+				<integer>1068</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\cocoasubrtf360
+{\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 foaf:holdsAccount}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{147.649, 197.62}, {104, 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>1071</integer>
+			<key>Line</key>
+			<dict>
+				<key>ID</key>
+				<integer>1070</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\cocoasubrtf360
+{\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 prov:characterized}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{344.362, 268.417}, {133, 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>1073</integer>
+			<key>Line</key>
+			<dict>
+				<key>ID</key>
+				<integer>1072</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\cocoasubrtf360
+{\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 prov:wasComplementOf}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{216, 584.46}, {482, 69}}</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs22 \cf0 (2)   prov:   http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#\
+(4)   foaf:   http://xmlns.com/foaf/0.1/\
+(2)   sioc:   http://rdfs.org/sioc/ns#\
+(1)   semweborg:   http://data.semanticweb.org/\
+}</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-Nov-05_12-52_1320511971583_ms</string>
+				<key>http://open.vocab.org/terms/originatingVisualForm</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_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-Nov-05_12-52_1320511971583_ms</string>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{379.862, 187.114}, {79, 18}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FitText</key>
+			<string>Vertical</string>
+			<key>Flow</key>
+			<string>Resize</string>
+			<key>ID</key>
+			<integer>1003</integer>
+			<key>Link</key>
+			<dict>
+				<key>url</key>
+				<string>http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#Entity</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>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0</string>
+						<key>g</key>
+						<string>0.501961</string>
+						<key>r</key>
+						<string>1</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Pad</key>
+				<integer>2</integer>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 prov:Entity}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>UserInfo</key>
+			<dict>
+				<key>http://open.vocab.org/terms/depicts</key>
+				<string>http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#Entity</string>
+				<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms</string>
+				<key>http://open.vocab.org/terms/originatingVisualForm</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_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://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#Entity</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-Nov-05_12-52_1320511971583_ms</string>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{781.699, 107.54}, {68, 18}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FitText</key>
+			<string>YES</string>
+			<key>Flow</key>
+			<string>Resize</string>
+			<key>ID</key>
+			<integer>1005</integer>
+			<key>Link</key>
+			<dict>
+				<key>url</key>
+				<string>http://xmlns.com/foaf/0.1/Persion</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 foaf:Persion}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>UserInfo</key>
+			<dict>
+				<key>http://open.vocab.org/terms/depicts</key>
+				<string>http://xmlns.com/foaf/0.1/Persion</string>
+				<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms</string>
+				<key>http://open.vocab.org/terms/originatingVisualForm</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms#visual_form_1004</string>
+				<key>http://open.vocab.org/terms/vid</key>
+				<string>1004</string>
+				<key>http://open.vocab.org/terms/vid_given</key>
+				<string>http://xmlns.com/foaf/0.1/Persion</string>
+				<key>http://open.vocab.org/terms/vid_local_name</key>
+				<string>#visual_form_1004</string>
+				<key>http://open.vocab.org/terms/visualContext</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms</string>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{512.121, 107.54}, {219, 18}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FitText</key>
+			<string>YES</string>
+			<key>Flow</key>
+			<string>Resize</string>
+			<key>ID</key>
+			<integer>1007</integer>
+			<key>Link</key>
+			<dict>
+				<key>url</key>
+				<string>http://purl.org/twc/id/person/TimLebo</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\cocoasubrtf360
+{\fonttbl\f0\fnil\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://purl.org/twc/id/person/TimLebo}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>UserInfo</key>
+			<dict>
+				<key>http://open.vocab.org/terms/depicts</key>
+				<string>http://purl.org/twc/id/person/TimLebo</string>
+				<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms</string>
+				<key>http://open.vocab.org/terms/originatingVisualForm</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms#visual_form_1006</string>
+				<key>http://open.vocab.org/terms/vid</key>
+				<string>1006</string>
+				<key>http://open.vocab.org/terms/vid_given</key>
+				<string>http://purl.org/twc/id/person/TimLebo</string>
+				<key>http://open.vocab.org/terms/vid_local_name</key>
+				<string>#visual_form_1006</string>
+				<key>http://open.vocab.org/terms/visualContext</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms</string>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{386, 477.358}, {107, 18}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FitText</key>
+			<string>YES</string>
+			<key>Flow</key>
+			<string>Resize</string>
+			<key>ID</key>
+			<integer>1009</integer>
+			<key>Link</key>
+			<dict>
+				<key>url</key>
+				<string>http://xmlns.com/foaf/0.1/OnlineAccount</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 foaf:OnlineAccount}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>UserInfo</key>
+			<dict>
+				<key>http://open.vocab.org/terms/depicts</key>
+				<string>http://xmlns.com/foaf/0.1/OnlineAccount</string>
+				<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms</string>
+				<key>http://open.vocab.org/terms/originatingVisualForm</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms#visual_form_1008</string>
+				<key>http://open.vocab.org/terms/vid</key>
+				<string>1008</string>
+				<key>http://open.vocab.org/terms/vid_given</key>
+				<string>http://xmlns.com/foaf/0.1/OnlineAccount</string>
+				<key>http://open.vocab.org/terms/vid_local_name</key>
+				<string>#visual_form_1008</string>
+				<key>http://open.vocab.org/terms/visualContext</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms</string>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{397, 529.879}, {96, 18}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FitText</key>
+			<string>YES</string>
+			<key>Flow</key>
+			<string>Resize</string>
+			<key>ID</key>
+			<integer>1011</integer>
+			<key>Link</key>
+			<dict>
+				<key>url</key>
+				<string>http://rdfs.org/sioc/ns#UserAccount</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 sioc:UserAccount}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>UserInfo</key>
+			<dict>
+				<key>http://open.vocab.org/terms/depicts</key>
+				<string>http://rdfs.org/sioc/ns#UserAccount</string>
+				<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms</string>
+				<key>http://open.vocab.org/terms/originatingVisualForm</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_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://rdfs.org/sioc/ns#UserAccount</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-Nov-05_12-52_1320511971583_ms</string>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{465, 387.251}, {89, 18}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FitText</key>
+			<string>YES</string>
+			<key>Flow</key>
+			<string>Resize</string>
+			<key>ID</key>
+			<integer>1013</integer>
+			<key>Link</key>
+			<dict>
+				<key>url</key>
+				<string>file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#TwitterAccount</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 :TwitterAccount}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>UserInfo</key>
+			<dict>
+				<key>http://open.vocab.org/terms/depicts</key>
+				<string>file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#TwitterAccount</string>
+				<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms</string>
+				<key>http://open.vocab.org/terms/originatingVisualForm</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_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>file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#TwitterAccount</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-Nov-05_12-52_1320511971583_ms</string>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{657.099, 554.098}, {141, 18}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FitText</key>
+			<string>YES</string>
+			<key>Flow</key>
+			<string>Resize</string>
+			<key>ID</key>
+			<integer>1015</integer>
+			<key>Link</key>
+			<dict>
+				<key>url</key>
+				<string>http://twitter.com/timrdf</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\cocoasubrtf360
+{\fonttbl\f0\fnil\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://twitter.com/timrdf}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>UserInfo</key>
+			<dict>
+				<key>http://open.vocab.org/terms/depicts</key>
+				<string>http://twitter.com/timrdf</string>
+				<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms</string>
+				<key>http://open.vocab.org/terms/originatingVisualForm</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_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://twitter.com/timrdf</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-Nov-05_12-52_1320511971583_ms</string>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{17, 107.54}, {65, 18}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FitText</key>
+			<string>YES</string>
+			<key>Flow</key>
+			<string>Resize</string>
+			<key>ID</key>
+			<integer>1017</integer>
+			<key>Link</key>
+			<dict>
+				<key>url</key>
+				<string>http://xmlns.com/foaf/0.1/Person</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 foaf:Person}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>UserInfo</key>
+			<dict>
+				<key>http://open.vocab.org/terms/depicts</key>
+				<string>http://xmlns.com/foaf/0.1/Person</string>
+				<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms</string>
+				<key>http://open.vocab.org/terms/originatingVisualForm</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_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://xmlns.com/foaf/0.1/Person</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-Nov-05_12-52_1320511971583_ms</string>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{118.205, 107.54}, {278, 18}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FitText</key>
+			<string>YES</string>
+			<key>Flow</key>
+			<string>Resize</string>
+			<key>ID</key>
+			<integer>1019</integer>
+			<key>Link</key>
+			<dict>
+				<key>url</key>
+				<string>http://data.semanticweb.org/person/timothy-lebo</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\cocoasubrtf360
+{\fonttbl\f0\fnil\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://data.semanticweb.org/person/timothy-lebo}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>UserInfo</key>
+			<dict>
+				<key>http://open.vocab.org/terms/depicts</key>
+				<string>http://data.semanticweb.org/person/timothy-lebo</string>
+				<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms</string>
+				<key>http://open.vocab.org/terms/originatingVisualForm</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_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://data.semanticweb.org/person/timothy-lebo</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-Nov-05_12-52_1320511971583_ms</string>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{317.862, 358.496}, {141, 18}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FitText</key>
+			<string>YES</string>
+			<key>Flow</key>
+			<string>Resize</string>
+			<key>ID</key>
+			<integer>1021</integer>
+			<key>Link</key>
+			<dict>
+				<key>url</key>
+				<string>file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#W3C-PROV-WG-Account</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 :W3C-PROV-WG-Account}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>UserInfo</key>
+			<dict>
+				<key>http://open.vocab.org/terms/depicts</key>
+				<string>file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#W3C-PROV-WG-Account</string>
+				<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms</string>
+				<key>http://open.vocab.org/terms/originatingVisualForm</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_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>file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#W3C-PROV-WG-Account</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-Nov-05_12-52_1320511971583_ms</string>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{23.9135, 554.098}, {261, 18}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FitText</key>
+			<string>YES</string>
+			<key>Flow</key>
+			<string>Resize</string>
+			<key>ID</key>
+			<integer>1023</integer>
+			<key>Link</key>
+			<dict>
+				<key>url</key>
+				<string>http://www.w3.org/2011/prov/wiki/User:Tlebo</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\cocoasubrtf360
+{\fonttbl\f0\fnil\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/2011/prov/wiki/User:Tlebo}</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/2011/prov/wiki/User:Tlebo</string>
+				<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms</string>
+				<key>http://open.vocab.org/terms/originatingVisualForm</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_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/2011/prov/wiki/User:Tlebo</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-Nov-05_12-52_1320511971583_ms</string>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{679.168, 411.257}, {87, 18}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FitText</key>
+			<string>YES</string>
+			<key>Flow</key>
+			<string>Resize</string>
+			<key>ID</key>
+			<integer>1025</integer>
+			<key>Link</key>
+			<dict>
+				<key>url</key>
+				<string>file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#twitter_timrdf</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>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 :twitter_timrdf}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>UserInfo</key>
+			<dict>
+				<key>http://open.vocab.org/terms/curieTypeList</key>
+				<string>foaf:OnlineAccount, sioc:UserAccount, file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#TwitterAccount</string>
+				<key>http://open.vocab.org/terms/depicts</key>
+				<string>file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#twitter_timrdf</string>
+				<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms</string>
+				<key>http://open.vocab.org/terms/originatingVisualForm</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_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>file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#twitter_timrdf</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-Nov-05_12-52_1320511971583_ms</string>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{103.679, 411.257}, {97, 18}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FitText</key>
+			<string>YES</string>
+			<key>Flow</key>
+			<string>Resize</string>
+			<key>ID</key>
+			<integer>1027</integer>
+			<key>Link</key>
+			<dict>
+				<key>url</key>
+				<string>file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#w3cprov_timrdf</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>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 :w3cprov_timrdf}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>UserInfo</key>
+			<dict>
+				<key>http://open.vocab.org/terms/curieTypeList</key>
+				<string>foaf:OnlineAccount, sioc:UserAccount, file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#W3C-PROV-WG-Account</string>
+				<key>http://open.vocab.org/terms/depicts</key>
+				<string>file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#w3cprov_timrdf</string>
+				<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms</string>
+				<key>http://open.vocab.org/terms/originatingVisualForm</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_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>file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#w3cprov_timrdf</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-Nov-05_12-52_1320511971583_ms</string>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{631.875, 268.417}, {181.587, 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>LucidaGrande</string>
+				<key>NSKern</key>
+				<real>0.0</real>
+				<key>Size</key>
+				<real>11</real>
+			</dict>
+			<key>ID</key>
+			<integer>1029</integer>
+			<key>Link</key>
+			<dict>
+				<key>url</key>
+				<string>file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#person_behind_twitter_timrdf</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>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 :person_behind_twitter_timrdf}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>UserInfo</key>
+			<dict>
+				<key>http://open.vocab.org/terms/curieTypeList</key>
+				<string>prov:Entity, foaf:Persion</string>
+				<key>http://open.vocab.org/terms/depicts</key>
+				<string>file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#person_behind_twitter_timrdf</string>
+				<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms</string>
+				<key>http://open.vocab.org/terms/originatingVisualForm</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms#visual_form_1028</string>
+				<key>http://open.vocab.org/terms/vid</key>
+				<string>1028</string>
+				<key>http://open.vocab.org/terms/vid_given</key>
+				<string>file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#person_behind_twitter_timrdf</string>
+				<key>http://open.vocab.org/terms/vid_local_name</key>
+				<string>#visual_form_1028</string>
+				<key>http://open.vocab.org/terms/visualContext</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms</string>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{66.4135, 268.416}, {176, 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>LucidaGrande</string>
+				<key>NSKern</key>
+				<real>0.0</real>
+				<key>Size</key>
+				<real>11</real>
+			</dict>
+			<key>ID</key>
+			<integer>1031</integer>
+			<key>Link</key>
+			<dict>
+				<key>url</key>
+				<string>file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#person_behind_w3cprov_tlebo</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>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 :person_behind_w3cprov_tlebo}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>UserInfo</key>
+			<dict>
+				<key>http://open.vocab.org/terms/curieTypeList</key>
+				<string>prov:Entity, foaf:Person</string>
+				<key>http://open.vocab.org/terms/depicts</key>
+				<string>file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#person_behind_w3cprov_tlebo</string>
+				<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms</string>
+				<key>http://open.vocab.org/terms/originatingVisualForm</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms#visual_form_1030</string>
+				<key>http://open.vocab.org/terms/vid</key>
+				<string>1030</string>
+				<key>http://open.vocab.org/terms/vid_given</key>
+				<string>file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#person_behind_w3cprov_tlebo</string>
+				<key>http://open.vocab.org/terms/vid_local_name</key>
+				<string>#visual_form_1030</string>
+				<key>http://open.vocab.org/terms/visualContext</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_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>1025</integer>
+			</dict>
+			<key>ID</key>
+			<integer>1032</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\cocoasubrtf360
+{\fonttbl\f0\fnil\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>{478.055, 477.358}</string>
+				<string>{684.113, 429.257}</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>Pattern</key>
+					<integer>2</integer>
+					<key>TailArrow</key>
+					<string>FilledArrow</string>
+					<key>Width</key>
+					<real>3</real>
+				</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>1025</integer>
+			</dict>
+			<key>ID</key>
+			<integer>1034</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\cocoasubrtf360
+{\fonttbl\f0\fnil\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>{466.067, 529.879}</string>
+				<string>{701.601, 429.257}</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>Pattern</key>
+					<integer>2</integer>
+					<key>TailArrow</key>
+					<string>FilledArrow</string>
+					<key>Width</key>
+					<real>3</real>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>1011</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>1036</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\cocoasubrtf360
+{\fonttbl\f0\fnil\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>{554, 401.262}</string>
+				<string>{679.168, 415.357}</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>Pattern</key>
+					<integer>2</integer>
+					<key>TailArrow</key>
+					<string>FilledArrow</string>
+					<key>Width</key>
+					<real>3</real>
+				</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>1039</integer>
+			</dict>
+			<key>ID</key>
+			<integer>1038</integer>
+			<key>Link</key>
+			<dict>
+				<key>url</key>
+				<string>http://xmlns.com/foaf/0.1/accountName</string>
+			</dict>
+			<key>Notes</key>
+			<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 foaf:accountName}</string>
+			<key>Points</key>
+			<array>
+				<string>{701.119, 411.257}</string>
+				<string>{510.049, 331.457}</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>{{465, 313.457}, {47, 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>1039</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\cocoasubrtf360
+{\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  timrdf}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>UserInfo</key>
+			<dict>
+				<key>http://open.vocab.org/terms/depictsBlank</key>
+				<string>"timrdf"</string>
+				<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms</string>
+				<key>http://open.vocab.org/terms/originatingVisualForm</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms#visual_form_1041</string>
+				<key>http://open.vocab.org/terms/vid</key>
+				<string>1041</string>
+				<key>http://open.vocab.org/terms/vid_given</key>
+				<string>file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#twitter_timrdf_http://xmlns.com/foaf/0.1/accountName_timrdf__value</string>
+				<key>http://open.vocab.org/terms/vid_local_name</key>
+				<string>#visual_form_1041</string>
+				<key>http://open.vocab.org/terms/visualContext</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_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>1015</integer>
+			</dict>
+			<key>ID</key>
+			<integer>1042</integer>
+			<key>Link</key>
+			<dict>
+				<key>url</key>
+				<string>http://www.w3.org/2000/01/rdf-schema#seeAlso</string>
+			</dict>
+			<key>Notes</key>
+			<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:seeAlso}</string>
+			<key>Points</key>
+			<array>
+				<string>{722.979, 429.257}</string>
+				<string>{727.289, 554.098}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.81</string>
+						<key>g</key>
+						<string>0.81</string>
+						<key>r</key>
+						<string>0.81</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>
+					<key>Width</key>
+					<real>3</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>1027</integer>
+			</dict>
+			<key>ID</key>
+			<integer>1044</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\cocoasubrtf360
+{\fonttbl\f0\fnil\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>{400.38, 477.358}</string>
+				<string>{191.303, 429.257}</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>Pattern</key>
+					<integer>2</integer>
+					<key>TailArrow</key>
+					<string>FilledArrow</string>
+					<key>Width</key>
+					<real>3</real>
+				</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>1027</integer>
+			</dict>
+			<key>ID</key>
+			<integer>1046</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\cocoasubrtf360
+{\fonttbl\f0\fnil\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>{422.784, 529.879}</string>
+				<string>{174.403, 429.257}</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>Pattern</key>
+					<integer>2</integer>
+					<key>TailArrow</key>
+					<string>FilledArrow</string>
+					<key>Width</key>
+					<real>3</real>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>1011</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>AllowLabelDrop</key>
+			<false/>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>1027</integer>
+			</dict>
+			<key>ID</key>
+			<integer>1048</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\cocoasubrtf360
+{\fonttbl\f0\fnil\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>{348.076, 376.496}</string>
+				<string>{192.474, 411.257}</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>Pattern</key>
+					<integer>2</integer>
+					<key>TailArrow</key>
+					<string>FilledArrow</string>
+					<key>Width</key>
+					<real>3</real>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>1021</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>AllowLabelDrop</key>
+			<false/>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>1051</integer>
+			</dict>
+			<key>ID</key>
+			<integer>1050</integer>
+			<key>Link</key>
+			<dict>
+				<key>url</key>
+				<string>http://xmlns.com/foaf/0.1/accountName</string>
+			</dict>
+			<key>Notes</key>
+			<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 foaf:accountName}</string>
+			<key>Points</key>
+			<array>
+				<string>{169.452, 411.257}</string>
+				<string>{322.601, 331.457}</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>1027</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{317.862, 313.457}, {44, 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>1051</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\cocoasubrtf360
+{\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  Tlebo}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>UserInfo</key>
+			<dict>
+				<key>http://open.vocab.org/terms/depictsBlank</key>
+				<string>"Tlebo"</string>
+				<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms</string>
+				<key>http://open.vocab.org/terms/originatingVisualForm</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_ms#visual_form_1053</string>
+				<key>http://open.vocab.org/terms/vid</key>
+				<string>1053</string>
+				<key>http://open.vocab.org/terms/vid_given</key>
+				<string>file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#w3cprov_timrdf_http://xmlns.com/foaf/0.1/accountName_Tlebo__value</string>
+				<key>http://open.vocab.org/terms/vid_local_name</key>
+				<string>#visual_form_1053</string>
+				<key>http://open.vocab.org/terms/visualContext</key>
+				<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Nov-05_12-52_1320511971583_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>1023</integer>
+			</dict>
+			<key>ID</key>
+			<integer>1054</integer>
+			<key>Link</key>
+			<dict>
+				<key>url</key>
+				<string>http://www.w3.org/2000/01/rdf-schema#seeAlso</string>
+			</dict>
+			<key>Notes</key>
+			<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:seeAlso}</string>
+			<key>Points</key>
+			<array>
+				<string>{152.32, 429.257}</string>
+				<string>{154.277, 554.098}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.81</string>
+						<key>g</key>
+						<string>0.81</string>
+						<key>r</key>
+						<string>0.81</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>
+					<key>Width</key>
+					<real>3</real>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>1027</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>AllowLabelDrop</key>
+			<false/>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>1029</integer>
+			</dict>
+			<key>ID</key>
+			<integer>1056</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\cocoasubrtf360
+{\fonttbl\f0\fnil\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>{453.42, 205.243}</string>
+				<string>{689.093, 268.417}</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>Pattern</key>
+					<integer>2</integer>
+					<key>TailArrow</key>
+					<string>FilledArrow</string>
+					<key>Width</key>
+					<real>3</real>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>1003</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>AllowLabelDrop</key>
+			<false/>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>1029</integer>
+			</dict>
+			<key>ID</key>
+			<integer>1058</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\cocoasubrtf360
+{\fonttbl\f0\fnil\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>{810.495, 125.54}</string>
+				<string>{727.873, 268.417}</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>Pattern</key>
+					<integer>2</integer>
+					<key>TailArrow</key>
+					<string>FilledArrow</string>
+					<key>Width</key>
+					<real>3</real>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>1005</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>1060</integer>
+			<key>Link</key>
+			<dict>
+				<key>url</key>
+				<string>http://xmlns.com/foaf/0.1/holdsAccount</string>
+			</dict>
+			<key>Notes</key>
+			<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 foaf:holdsAccount}</string>
+			<key>Points</key>
+			<array>
+				<string>{722.668, 286.417}</string>
+				<string>{722.668, 411.257}</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>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>1029</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>AllowLabelDrop</key>
+			<false/>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>1007</integer>
+			</dict>
+			<key>ID</key>
+			<integer>1062</integer>
+			<key>Link</key>
+			<dict>
+				<key>url</key>
+				<string>http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#characterized</string>
+			</dict>
+			<key>Notes</key>
+			<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 prov:characterized}</string>
+			<key>Points</key>
+			<array>
+				<string>{717.015, 268.417}</string>
+				<string>{627.274, 125.54}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0</string>
+						<key>g</key>
+						<string>0.501961</string>
+						<key>r</key>
+						<string>1</string>
+					</dict>
+					<key>HeadArrow</key>
+					<string>FilledArrow</string>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>1029</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>AllowLabelDrop</key>
+			<false/>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>1031</integer>
+			</dict>
+			<key>ID</key>
+			<integer>1064</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\cocoasubrtf360
+{\fonttbl\f0\fnil\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>{389.557, 205.26}</string>
+				<string>{183.758, 268.417}</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>Pattern</key>
+					<integer>2</integer>
+					<key>TailArrow</key>
+					<string>FilledArrow</string>
+					<key>Width</key>
+					<real>3</real>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>1003</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>AllowLabelDrop</key>
+			<false/>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>1031</integer>
+			</dict>
+			<key>ID</key>
+			<integer>1066</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\cocoasubrtf360
+{\fonttbl\f0\fnil\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>{55.3694, 125.54}</string>
+				<string>{148.548, 268.417}</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>Pattern</key>
+					<integer>2</integer>
+					<key>TailArrow</key>
+					<string>FilledArrow</string>
+					<key>Width</key>
+					<real>3</real>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>1017</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>AllowLabelDrop</key>
+			<false/>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>1027</integer>
+			</dict>
+			<key>ID</key>
+			<integer>1068</integer>
+			<key>Link</key>
+			<dict>
+				<key>url</key>
+				<string>http://xmlns.com/foaf/0.1/holdsAccount</string>
+			</dict>
+			<key>Notes</key>
+			<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 foaf:holdsAccount}</string>
+			<key>Points</key>
+			<array>
+				<string>{154.273, 286.416}</string>
+				<string>{152.325, 411.257}</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>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>1031</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>AllowLabelDrop</key>
+			<false/>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>1019</integer>
+			</dict>
+			<key>ID</key>
+			<integer>1070</integer>
+			<key>Link</key>
+			<dict>
+				<key>url</key>
+				<string>http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#characterized</string>
+			</dict>
+			<key>Notes</key>
+			<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 prov:characterized}</string>
+			<key>Points</key>
+			<array>
+				<string>{160.164, 268.417}</string>
+				<string>{251.455, 125.54}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0</string>
+						<key>g</key>
+						<string>0.501961</string>
+						<key>r</key>
+						<string>1</string>
+					</dict>
+					<key>HeadArrow</key>
+					<string>FilledArrow</string>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>1031</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>AllowLabelDrop</key>
+			<false/>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>1029</integer>
+			</dict>
+			<key>ID</key>
+			<integer>1072</integer>
+			<key>Link</key>
+			<dict>
+				<key>url</key>
+				<string>http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#wasComplementOf</string>
+			</dict>
+			<key>Notes</key>
+			<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 prov:wasComplementOf}</string>
+			<key>Points</key>
+			<array>
+				<string>{242.413, 277.417}</string>
+				<string>{631.875, 277.417}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0</string>
+						<key>g</key>
+						<string>0.501961</string>
+						<key>r</key>
+						<string>1</string>
+					</dict>
+					<key>HeadArrow</key>
+					<string>FilledArrow</string>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>1031</integer>
+			</dict>
+		</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>0.0</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-05 13:10:22 -0400</string>
+	<key>Modifier</key>
+	<string>lebot</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>NSLeftMargin</key>
+		<array>
+			<string>float</string>
+			<string>18</string>
+		</array>
+		<key>NSPaperSize</key>
+		<array>
+			<string>coded</string>
+			<string>BAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAx7X05TU2l6ZT1mZn2WgWQCgRgDhg==</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>36</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>UserInfo</key>
+	<dict>
+		<key>kMDItemAuthors</key>
+		<array>
+			<string>2graffle5.xsl</string>
+		</array>
+	</dict>
+	<key>VPages</key>
+	<integer>1</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>{{0, 52}, {1680, 976}}</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>{{-204, -74}, {1560, 883}}</string>
+		<key>Zoom</key>
+		<real>1</real>
+		<key>ZoomValues</key>
+		<array>
+			<array>
+				<string>Canvas 1</string>
+				<real>1</real>
+				<real>1</real>
+			</array>
+		</array>
+	</dict>
+	<key>saveQuickLookFiles</key>
+	<string>NO</string>
+</dict>
+</plist>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/wasComplementOf/two-entities-about-tim.rdf	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:prov="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sioc="http://rdfs.org/sioc/ns#" xmlns:time="http://www.w3.org/2006/time#" xmlns="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#">
+  <rdf:Description rdf:about="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#person_behind_twitter_timrdf">
+    <rdf:type rdf:resource="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#Entity"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#person_behind_twitter_timrdf">
+    <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Persion"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#person_behind_twitter_timrdf">
+    <foaf:holdsAccount rdf:resource="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#twitter_timrdf"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#person_behind_twitter_timrdf">
+    <prov:characterized rdf:resource="http://purl.org/twc/id/person/TimLebo"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#twitter_timrdf">
+    <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/OnlineAccount"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#twitter_timrdf">
+    <rdf:type rdf:resource="http://rdfs.org/sioc/ns#UserAccount"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#twitter_timrdf">
+    <rdf:type rdf:resource="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#TwitterAccount"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#twitter_timrdf">
+    <foaf:accountName>timrdf</foaf:accountName>
+  </rdf:Description>
+  <rdf:Description rdf:about="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#twitter_timrdf">
+    <rdfs:seeAlso rdf:resource="http://twitter.com/timrdf"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#person_behind_w3cprov_tlebo">
+    <rdf:type rdf:resource="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#Entity"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#person_behind_w3cprov_tlebo">
+    <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#person_behind_w3cprov_tlebo">
+    <foaf:holdsAccount rdf:resource="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#w3cprov_timrdf"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#person_behind_w3cprov_tlebo">
+    <prov:characterized rdf:resource="http://data.semanticweb.org/person/timothy-lebo"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#w3cprov_timrdf">
+    <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/OnlineAccount"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#w3cprov_timrdf">
+    <rdf:type rdf:resource="http://rdfs.org/sioc/ns#UserAccount"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#w3cprov_timrdf">
+    <rdf:type rdf:resource="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#W3C-PROV-WG-Account"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#w3cprov_timrdf">
+    <foaf:accountName>Tlebo</foaf:accountName>
+  </rdf:Description>
+  <rdf:Description rdf:about="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#w3cprov_timrdf">
+    <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/User:Tlebo"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#person_behind_w3cprov_tlebo">
+    <prov:wasComplementOf rdf:resource="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/wasComplementOf/two-entities-about-tim.ttl#person_behind_twitter_timrdf"/>
+  </rdf:Description>
+</rdf:RDF>
--- a/ontology/components/wasControlledBy.ttl	Sat Nov 05 21:24:31 2011 -0400
+++ b/ontology/components/wasControlledBy.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -2,4 +2,12 @@
 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 @prefix prov: <http://www.w3.org/ns/prov-o/> .
 
+prov:wasControlledBy
+   a owl:ObjectProperty;
 
+   rdfs:domain prov:ProcessExecution;
+
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-Agent>;
+   rdfs:comment "If the expressions entity(e,av) and wasControlledBy(pe,e) hold for some identifiers pe, e, and attribute-values av, then the expression agent(e) also holds.";
+   rdfs:range  prov:Agent;
+.
--- a/ontology/components/wasControlledBy/example-1.ttl	Sat Nov 05 21:24:31 2011 -0400
+++ b/ontology/components/wasControlledBy/example-1.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -1,12 +1,13 @@
 @prefix owl:  <http://www.w3.org/2002/07/owl#> .
 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 @prefix prov: <http://www.w3.org/ns/prov-o/> .
+@prefix : <#> .
 
 :pe_1
    a prov:ProcessExecution;
    prov:used [
-       prov:Controller; # a subclass of prov:Role, which is a subclass of prov:Entity .
-       prov:wasAssumedBy  <http://data.semanticweb.org/person/khalid-belhajjame>
+       a prov:Controller; # a subclass of prov:Role, which is a subclass of prov:Entity .
+       prov:wasAssumedBy  <http://data.semanticweb.org/person/khalid-belhajjame>;
    ];
 .
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/wasControlledBy/prov-dm-pe3-wasControlledBy-a4.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,27 @@
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+@prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
+@prefix app: <http://www.w3.org/TR/2011/WD-prov-dm-20111018/app#> .
+@prefix :    <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#> .
+
+:pe3
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-Control>;
+   dcterms:description "wasControlledBy(pe3,a4,qualifier[role='author'])";
+   a prov:ProcessExecution;
+   prov:wasControlledBy :a4;
+   prov:qualifiedControl [
+      a prov:Control;
+      prov:entity :a4;
+      prov:role :author;
+   ];
+.
+:a4
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-Control>;
+   dcterms:description "wasControlledBy(pe3,a4,qualifier[role='author'])";
+   a prov:Agent, prov:Entity;
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/wasControlledBy/prov-dm-qualified-wasControlledBy.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,22 @@
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+@prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
+@prefix app: <http://www.w3.org/TR/2011/WD-prov-dm-20111018/app#> .
+@prefix :    <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#> .
+
+:pe4
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-qualifier>;
+   dcterms:description "wasControlledBy(pe4,a5, qualifier(role='communicator'))";
+   a prov:ProcessExecution;
+   prov:wasControlledBy :a5;
+   prov:qualifiedControl [
+      a prov:Control;
+      prov:entity :a5;
+      prov:role :communicator;
+   ];
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/wasDerivedFrom/prov-dm-e5-wasDerivedFrom-e3.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,41 @@
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+@prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
+@prefix app: <http://www.w3.org/TR/2011/WD-prov-dm-20111018/app#> .
+@prefix :    <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#> .
+
+:e5
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#pe-linked-derivationExpression>;
+   dcterms:description "wasDerivedFrom(e5,e3,pe4,qualifier(channel='out'),qualifier(channel='in'))";
+   a prov:Entity;
+   prov:wasDerivedFrom :e3;
+.
+:pe4
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#pe-linked-derivationExpression>;
+   dcterms:description "wasDerivedFrom(e5,e3,pe4,qualifier(channel='out'),qualifier(channel='in'))";
+   a prov:ProcessExecution;
+
+   prov:used :e3;
+   prov:qualifedUsage [
+      a prov:Use;
+      :channel "in";
+   ];
+
+   prov:generated :e5;
+   prov:qualifedGeneration [
+      a prov:Generation;
+      :channel "out";
+   ];
+.
+
+:e3
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#pe-linked-derivationExpression>;
+   dcterms:description "wasDerivedFrom(e3,e2)";
+   a prov:Entity;
+   prov:wasDerivedFrom :e2;
+.
--- a/ontology/components/wasEventuallyDerivedFrom.ttl	Sat Nov 05 21:24:31 2011 -0400
+++ b/ontology/components/wasEventuallyDerivedFrom.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -2,9 +2,13 @@
 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 @prefix prov: <http://www.w3.org/ns/prov-o/> .
 
-prov:wasEventuallyDerivedBy
-   a owl:ObjectProperty, owl:TransitiveProperty;
+prov:wasEventuallyDerivedFrom
+   a owl:ObjectProperty; #, owl:TransitiveProperty;
    rdfs:seeAlso <http://www.w3.org/2011/prov/track/issues/114>;
 .
 
-prov:wasDerivedBy rdfs:subPropertyOf prov:wasEventuallyDerivedBy .
+prov:wasDerivedFrom
+   rdfs:comment "Given two entity expressions denoted by e1 and e2, if the assertion wasDerivedFrom(e2,e1) or wasDerivedFrom(e2,e1,pe,q12,q1) holds, then the the expression wasEventuallyDerivedFrom(e2,e1) also holds.";
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#process-execution-independent-derivation-expression>;
+   rdfs:subPropertyOf prov:wasEventuallyDerivedFrom;
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/wasEventuallyDerivedFrom/prov-dm-wasEventuallyDerivedFrom.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,22 @@
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+@prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
+@prefix app: <http://www.w3.org/TR/2011/WD-prov-dm-20111018/app#> .
+@prefix :    <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#> .
+
+:e2
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#process-execution-independent-derivation-expression>;
+   dcterms:description "wasEventuallyDerivedFrom (e2, e1)";
+   a prov:Entity;
+   prov:wasEventuallyDerivedFrom :e1;
+.
+:e1
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#process-execution-independent-derivation-expression>;
+   dcterms:description "wasEventuallyDerivedFrom (e2, e1)";
+   a prov:Entity;
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/wasGeneratedBy/edited-document-version-2.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,26 @@
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+
+# http://lists.w3.org/Archives/Public/public-prov-wg/2011Oct/0332.html
+#
+# As I've argued before, I would prefer to go even further and say that
+# not just attributes but all *assertions* (including provenance
+# assertions) about an entity are potentially characterising. For
+# example, the assertion that DocV2 was generated by EditingPE1 is not
+
+#:doc_v2
+#   prov:
+# an attribute of DocV2, but does distinguish it from all other entities
+# (including Doc and DocV1). As a querier or different asserter, I can
+# use the wasGeneratedBy assertion to know whether the entity is what
+# I'm looking for/want to assert about, no differently to if I'd
+# searched for attribute-value pairs. There is no reason this argument
+# would apply to only provenance assertions like wasGeneratedBy and not
+# assertions about an entity more generally.
+# 
+# Thanks,
+# Simon
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/wasGeneratedBy/prov-dm-e1-e2-wasGeneratedBy-pe1.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,36 @@
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+@prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
+@prefix app: <http://www.w3.org/TR/2011/WD-prov-dm-20111018/app#> .
+@prefix :    <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#> .
+
+:e1
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-Generation>;
+   dcterms:description "wasGeneratedBy(e1,pe1,qualifier(port='p1', order=1),t1)";
+   a prov:Entity;
+   prov:wasGeneratedBy :pe1;
+   prov:qualifiedGeneration [
+      a prov:Generation;
+      :port "p1";
+      :order 1;
+      prov:time [ a prov:Time; rdf:value 1 ];
+   ];
+.
+
+:e2
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-Generation>;
+   dcterms:description "wasGeneratedBy(e2,pe1,qualifier(port='p1', order=2),t2)";
+   a prov:Entity;
+   prov:wasGeneratedBy :pe1;
+   prov:qualifiedGeneration [
+      a prov:Generation;
+      :port "p1";
+      :order 2;
+      prov:time [ a prov:Time; rdf:value 2 ];
+   ];
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/wasInformedBy.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,14 @@
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+
+prov:wasInformedBy
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-OrderingOfProcessExecutions>;
+   rdfs:domain prov:ProcessExecution;
+   rdfs:range  prov:ProcessExecution;
+
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-OrderingOfProcessExecutions>;
+   rdfs:comment "Given two process execution expressions identified by pe1 and pe2, the expression wasInformedBy(pe2,pe1) holds, if and only if there is an entity expression identified by e and qualifiers q1 and q2, such that wasGeneratedBy(e,pe1,q1) and used(pe2,e,q2) hold.";
+   # This is too unconstrained: owl:propertyChainAxiom ( prov:used prov:wasGeneratedBy prov:qualifiedGeneration prov:entity );
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/wasInformedBy/prov-dm-constraint-wasInformedBy.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,47 @@
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+@prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
+@prefix app: <http://www.w3.org/TR/2011/WD-prov-dm-20111018/app#> .
+@prefix :    <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#> .
+
+:pe2
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-OrderingOfProcessExecutions>;
+   dcterms:description "wasInformedBy(pe2,pe1)";
+   a prov:ProcessExecution;
+   prov:wasInformedBy :pe1;
+.
+:pe1
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-OrderingOfProcessExecutions>;
+   dcterms:description "wasInformedBy(pe2,pe1)";
+   a prov:ProcessExecution;
+.
+
+# <= If and only if =>
+ 
+:e
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-OrderingOfProcessExecutions>;
+   dcterms:description "wasGeneratedBy(e,pe1,q1)";
+   a prov:Entity;
+   prov:wasGeneratedBy :pe1;
+.
+:pe1
+   prov:generated :e;
+   prov:qualifiedGeneration [
+      a prov:Generation;
+      prov:entity :e;
+   ];
+.
+
+:pe2
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-OrderingOfProcessExecutions>;
+   dcterms:description "used(pe2,e,q2)";
+   prov:used :e;
+   prov:qualifedUsage [
+      a prov:Use;
+   ];
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/wasQuoteOf.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,53 @@
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+
+prov:wasQuoteOf
+   a owl:ObjectProperty;
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#attribution>;
+   rdfs:domain prov:Quote;
+   rdfs:range  prov:Entity;
+. 
+
+prov:Quote
+   rdfs:subClassOf prov:Entity;
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#attribution>;
+.
+
+prov:hadQuoter
+   rdfs:comment "an agent who is doing the quoting";
+.
+
+prov:hadQuotee
+   rdfs:commetn "the agent that is quoted";
+.
+
+prov:Quotation
+   rdfs:subClassOf [
+      a owl:Restriction;
+      owl:onProperty prov:entity;
+      owl:minCardinality 1;
+   ];
+   rdfs:subClassOf [
+      a owl:Restriction;
+      owl:onProperty prov:hadQuoter;
+      owl:minCardinality 1;
+   ];
+   rdfs:subClassOf [
+      a owl:Restriction;
+      owl:onProperty prov:hadQuoter;
+      owl:allValuesFrom prov:Agent;
+   ];
+   rdfs:subClassOf [
+      a owl:Restriction;
+      owl:onProperty prov:hadQuotee;
+      owl:minCardinality 1;
+   ];
+   rdfs:subClassOf [
+      a owl:Restriction;
+      owl:onProperty prov:hadQuotee;
+      owl:allValuesFrom prov:Agent;
+   ];
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/wasQuoteOf/prov-dm-quotation.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,35 @@
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+@prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
+@prefix app: <http://www.w3.org/TR/2011/WD-prov-dm-20111018/app#> .
+@prefix :    <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#> .
+
+:e2
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#quotation>;
+   dcterms:description "If wasQuoteOf(e2,e1,ag2,ag1) holds for some identifiers e2, e1, ag2, ag1, then the following expressions hold:";
+   a prov:Entity;
+   prov:wasQuoteOf :e1;
+   prov:qualifiedQuote [
+      a prov:Quotation;
+      prov:entity :e1;
+      prov:hadQuoter :ag2;
+      prov:hadQuotee :ag1;
+   ];
+
+   dcterms:description "wasEventuallyDerivedDerivedFrom(e2,e1)";
+   prov:wasEventuallyDerivedFrom :e1;
+
+   dcterms:description "wasAttributeTo(e2,ag2)";
+   prov:wasAttributedTo :ag2;
+.
+
+:e1
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#quotation>;
+   dcterms:description "wasAttributeTo(e1,ag1)";
+   prov:wasAttributedTo :ag1;
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/wasRevisionOf.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,10 @@
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+
+prov:wasRevisionOf
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-Revision>;
+   rdfs:domain prov:Entity;
+   rdfs:range  prov:Entity;
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/wasRevisionOf/prov-dm-constraint-wasRevision.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,32 @@
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+@prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
+@prefix app: <http://www.w3.org/TR/2011/WD-prov-dm-20111018/app#> .
+@prefix :    <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#> .
+
+:new
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-Revision>;
+   dcterms:description "wasRevisionOf(new,old,ag)";
+   a prov:Entity;
+   prov:wasRevisionOf :old;
+
+   dcterms:description "wasEventuallyDerivedFrom(new,old)";
+   prov:wasEventuallyDerivedFrom :old;
+
+   dcterms:description "wasComplementOf(new,e)";
+   prov:wasComplementOf :e;
+.
+:e
+   dcterms:description "entity(e,av)";
+   a prov:Entity;
+.
+:old
+   dcterms:description "wasComplementOf(old,e)";
+   a prov:Entity;
+   prov:wasComplementOf :e;
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/wasRevisionOf/prov-dm-wasRevisionOf.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,23 @@
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+@prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
+@prefix app: <http://www.w3.org/TR/2011/WD-prov-dm-20111018/app#> .
+@prefix :    <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#> .
+
+:e3
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-Revision>;
+   dcterms:description "wasRevisionOf(e3,e2,a4)";
+   a prov:Entity;
+   prov:wasRevisionOf :e2;
+.
+:e2
+   a prov:Entity;
+.
+:a4
+   a prov:Agent;
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/wasScheduledAfter.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,10 @@
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+
+prov:wasScheduledAfter
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-OrderingOfProcessExecutions>;
+   rdfs:domain prov:ProcessExecution;
+   rdfs:range  prov:ProcessExecution;
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/wasScheduledAfter/prov-dm-wasScheduledAfter.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,67 @@
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+@prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
+@prefix app: <http://www.w3.org/TR/2011/WD-prov-dm-20111018/app#> .
+@prefix :    <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#> .
+
+:pe1
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-OrderingOfProcessExecutions>;
+   dcterms:description "processExecution(pe1,long-workflow,t1,t2,[host='server1.example.org'])";
+   a prov:ProcessExecution;
+   prov:hadRecipe :long-workflow;
+   time:hasBeginning [ a prov:Time; rdf:value 1 ];
+   time:hasEnd       [ a prov:Time; rdf:value 2 ];
+   :host <http://server.example.org>;
+
+   dcterms:description "wasControlledBy(pe1,e1,qualifier(role='end'))";
+   prov:wasControlledBy :e1;
+   prov:qualifedControl [
+      prov:role :end;
+   ];
+.
+:long-workflow
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-OrderingOfProcessExecutions>;
+   a prov:Recipe;
+.
+
+:pe2
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-OrderingOfProcessExecutions>;
+   dcterms:description "processExecution(pe2,long-workflow,t3,t4,[host='server2.example.org'])";
+   a prov:ProcessExecution;
+   prov:hadRecipe :long-workflow;
+   time:hasBeginning [ a prov:Time; rdf:value 3 ];
+   time:hasEnd       [ a prov:Time; rdf:value 4 ];
+   :host <http://server2.example.org>;
+
+   dcterms:description "wasControlledBy(pe2,e2,qualifier(role='start'))";
+   prov:wasControlledBy :e2;
+   prov:qualifedControl [
+      a prov:Control;
+      prov:role :start;
+   ];
+
+   dcterms:description "wasScheduledAfter(pe2,pe1)";
+   prov:wasScheduledAfter :pe1;
+.
+:e1
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-OrderingOfProcessExecutions>;
+   dcterms:description "entity(e1,[type='scheduler',state=1])";
+   a prov:Entity;
+   a :Scheduler;
+   :state 1;
+.
+:e2
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-OrderingOfProcessExecutions>;
+   dcterms:description "entity(e2,[type='scheduler',state=2])";
+   a prov:Entity;
+   a :Scheduler;
+   :state 2;
+
+   dcterms:description "wasDerivedFrom(e2,e1)";
+   prov:wasDerivedFrom :e1;
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/wasSummaryOf.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,24 @@
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+
+prov:wasSummaryOf
+   a owl:ObjectProperty;
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#summary>;
+   rdfs:comment "wasSummaryOf is a strict sub-relation of wasEventuallyDerivedFrom";
+   rdfs:subPropertyOf prov:wasEventuallyDerivedFrom;
+   rdfs:domain prov:Summary;
+   rdfs:range  prov:Summarized;
+. 
+
+prov:Summary
+   rdfs:subClassOf prov:Entity;
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#summary>;
+.
+
+prov:Summarized
+   rdfs:subClassOf prov:Entity;
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#summary>;
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/wasTriggeredBy.ttl	Sat Nov 05 22:24:05 2011 -0400
@@ -0,0 +1,12 @@
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+
+# a way to represent composite PEs?
+
+# Dcterms isPartOf, isPart
+
+# FRBR partOf and part
+
+# RO relation ontology has part of