fpwd static copy
authorStian Soiland-Reyes <soiland-reyes@cs.manchester.ac.uk>
Thu, 08 Dec 2011 14:11:01 +0000
changeset 1199 ae1c9c37769f
parent 1198 8af18a083411
child 1200 aed4fa71497c
fpwd static copy
ontology/fpwd/Overview.html
ontology/fpwd/diagrams/Ontology_hierarchy.graffle
ontology/fpwd/diagrams/Ontology_hierarchy.png
ontology/fpwd/diagrams/ProvenanceOntology.graffle
ontology/fpwd/diagrams/ProvenanceOntology.png
ontology/fpwd/diagrams/QualifiedInvolvementDiagram.graffle
ontology/fpwd/diagrams/QualifiedInvolvementDiagram.png
ontology/fpwd/diagrams/dependedOn.png
ontology/fpwd/diagrams/endedAt.png
ontology/fpwd/diagrams/hadOriginalSource.png
ontology/fpwd/diagrams/hadParticipant.png
ontology/fpwd/diagrams/hadQualifiedControl.png
ontology/fpwd/diagrams/hadQualifiedEntity.png
ontology/fpwd/diagrams/hadQualifiedGeneration.png
ontology/fpwd/diagrams/hadQualifiedParticipation.png
ontology/fpwd/diagrams/hadQualifiedUsage.png
ontology/fpwd/diagrams/hadRecipe.png
ontology/fpwd/diagrams/hadTemporalValue.png
ontology/fpwd/diagrams/startedAt.png
ontology/fpwd/diagrams/used.png
ontology/fpwd/diagrams/wasAttributedTo.png
ontology/fpwd/diagrams/wasComplementOf.png
ontology/fpwd/diagrams/wasControlledBy.png
ontology/fpwd/diagrams/wasDerivedFrom.png
ontology/fpwd/diagrams/wasEventuallyDerivedFrom.png
ontology/fpwd/diagrams/wasGeneratedAt.png
ontology/fpwd/diagrams/wasGeneratedBy.png
ontology/fpwd/diagrams/wasInformedBy.png
ontology/fpwd/diagrams/wasQuoteOf.png
ontology/fpwd/diagrams/wasScheduledAfter.png
ontology/fpwd/diagrams/wasSummaryOf.png
ontology/fpwd/extra.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/fpwd/Overview.html	Thu Dec 08 14:11:01 2011 +0000
@@ -0,0 +1,1815 @@
+<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'>
+<html lang="en" dir="ltr">
+<head>
+    <title>The PROV Ontology: Model and Formal Semantics</title>
+    <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
+    <!-- 
+      === NOTA BENE ===
+      For the three scripts below, if your spec resides on dev.w3 you can check them
+      out in the same tree and use relative links so that they'll work offline,
+     -->
+<!-- From DM -->
+	<style type="text/css">
+      .note { font-size:small; margin-left:50px }
+   table { text-align: center; vertical-align: middle }
+     </style>
+
+    
+	
+	
+    
+  <style type="text/css">
+/*****************************************************************
+ * ReSpec CSS
+ * Robin Berjon (robin at berjon dot com)
+ * v0.05 - 2009-07-31
+ *****************************************************************/
+
+
+/* --- INLINES --- */
+em.rfc2119 { 
+    text-transform:     lowercase;
+    font-variant:       small-caps;
+    font-style:         normal;
+    color:              #900;
+}
+
+h1 acronym, h2 acronym, h3 acronym, h4 acronym, h5 acronym, h6 acronym, a acronym,
+h1 abbr, h2 abbr, h3 abbr, h4 abbr, h5 abbr, h6 abbr, a abbr {
+    border: none;
+}
+
+dfn {
+    font-weight:    bold;
+}
+
+a.internalDFN {
+    color:  inherit;
+    border-bottom:  1px solid #99c;
+    text-decoration:    none;
+}
+
+a.externalDFN {
+    color:  inherit;
+    border-bottom:  1px dotted #ccc;
+    text-decoration:    none;
+}
+
+a.bibref {
+    text-decoration:    none;
+}
+
+code {
+    color:  #ff4500;
+}
+
+
+/* --- WEB IDL --- */
+pre.idl {
+    border-top: 1px solid #90b8de;
+    border-bottom: 1px solid #90b8de;
+    padding:    1em;
+    line-height:    120%;
+}
+
+pre.idl::before {
+    content:    "WebIDL";
+    display:    block;
+    width:      150px;
+    background: #90b8de;
+    color:  #fff;
+    font-family:    initial;
+    padding:    3px;
+    font-weight:    bold;
+    margin: -1em 0 1em -1em;
+}
+
+.idlType {
+    color:  #ff4500;
+    font-weight:    bold;
+    text-decoration:    none;
+}
+
+/*.idlModule*/
+/*.idlModuleID*/
+/*.idlInterface*/
+.idlInterfaceID, .idlDictionaryID {
+    font-weight:    bold;
+    color:  #005a9c;
+}
+
+.idlSuperclass {
+    font-style: italic;
+    color:  #005a9c;
+}
+
+/*.idlAttribute*/
+.idlAttrType, .idlFieldType, .idlMemberType {
+    color:  #005a9c;
+}
+.idlAttrName, .idlFieldName, .idlMemberName {
+    color:  #ff4500;
+}
+.idlAttrName a, .idlFieldName a, .idlMemberName a {
+    color:  #ff4500;
+    border-bottom:  1px dotted #ff4500;
+    text-decoration: none;
+}
+
+/*.idlMethod*/
+.idlMethType {
+    color:  #005a9c;
+}
+.idlMethName {
+    color:  #ff4500;
+}
+.idlMethName a {
+    color:  #ff4500;
+    border-bottom:  1px dotted #ff4500;
+    text-decoration: none;
+}
+
+/*.idlParam*/
+.idlParamType {
+    color:  #005a9c;
+}
+.idlParamName {
+    font-style: italic;
+}
+
+.extAttr {
+    color:  #666;
+}
+
+/*.idlConst*/
+.idlConstType {
+    color:  #005a9c;
+}
+.idlConstName {
+    color:  #ff4500;
+}
+.idlConstName a {
+    color:  #ff4500;
+    border-bottom:  1px dotted #ff4500;
+    text-decoration: none;
+}
+
+/*.idlException*/
+.idlExceptionID {
+    font-weight:    bold;
+    color:  #c00;
+}
+
+.idlTypedefID, .idlTypedefType {
+    color:  #005a9c;
+}
+
+.idlRaises, .idlRaises a.idlType, .idlRaises a.idlType code, .excName a, .excName a code {
+    color:  #c00;
+    font-weight:    normal;
+}
+
+.excName a {
+    font-family:    monospace;
+}
+
+.idlRaises a.idlType, .excName a.idlType {
+    border-bottom:  1px dotted #c00;
+}
+
+.excGetSetTrue, .excGetSetFalse, .prmNullTrue, .prmNullFalse, .prmOptTrue, .prmOptFalse {
+    width:  45px;
+    text-align: center;
+}
+.excGetSetTrue, .prmNullTrue, .prmOptTrue { color:  #0c0; }
+.excGetSetFalse, .prmNullFalse, .prmOptFalse { color:  #c00; }
+
+.idlImplements a {
+    font-weight:    bold;
+}
+
+dl.attributes, dl.methods, dl.constants, dl.fields, dl.dictionary-members {
+    margin-left:    2em;
+}
+
+.attributes dt, .methods dt, .constants dt, .fields dt, .dictionary-members dt {
+    font-weight:    normal;
+}
+
+.attributes dt code, .methods dt code, .constants dt code, .fields dt code, .dictionary-members dt code {
+    font-weight:    bold;
+    color:  #000;
+    font-family:    monospace;
+}
+
+.attributes dt code, .fields dt code, .dictionary-members dt code {
+    background:  #ffffd2;
+}
+
+.attributes dt .idlAttrType code, .fields dt .idlFieldType code, .dictionary-members dt .idlMemberType code {
+    color:  #005a9c;
+    background:  transparent;
+    font-family:    inherit;
+    font-weight:    normal;
+    font-style: italic;
+}
+
+.methods dt code {
+    background:  #d9e6f8;
+}
+
+.constants dt code {
+    background:  #ddffd2;
+}
+
+.attributes dd, .methods dd, .constants dd, .fields dd, .dictionary-members dd {
+    margin-bottom:  1em;
+}
+
+table.parameters, table.exceptions {
+    border-spacing: 0;
+    border-collapse:    collapse;
+    margin: 0.5em 0;
+    width:  100%;
+}
+table.parameters { border-bottom:  1px solid #90b8de; }
+table.exceptions { border-bottom:  1px solid #deb890; }
+
+.parameters th, .exceptions th {
+    color:  #fff;
+    padding:    3px 5px;
+    text-align: left;
+    font-family:    initial;
+    font-weight:    normal;
+    text-shadow:    #666 1px 1px 0;
+}
+.parameters th { background: #90b8de; }
+.exceptions th { background: #deb890; }
+
+.parameters td, .exceptions td {
+    padding:    3px 10px;
+    border-top: 1px solid #ddd;
+    vertical-align: top;
+}
+
+.parameters tr:first-child td, .exceptions tr:first-child td {
+    border-top: none;
+}
+
+.parameters td.prmName, .exceptions td.excName, .exceptions td.excCodeName {
+    width:  100px;
+}
+
+.parameters td.prmType {
+    width:  120px;
+}
+
+table.exceptions table {
+    border-spacing: 0;
+    border-collapse:    collapse;
+    width:  100%;
+}
+
+/* --- TOC --- */
+.toc a {
+    text-decoration:    none;
+}
+
+a .secno {
+    color:  #000;
+}
+
+/* --- TABLE --- */
+table.simple {
+    border-spacing: 0;
+    border-collapse:    collapse;
+    border-bottom:  3px solid #005a9c;
+}
+
+.simple th {
+    background: #005a9c;
+    color:  #fff;
+    padding:    3px 5px;
+    text-align: left;
+}
+
+.simple th[scope="row"] {
+    background: inherit;
+    color:  inherit;
+    border-top: 1px solid #ddd;
+}
+
+.simple td {
+    padding:    3px 10px;
+    border-top: 1px solid #ddd;
+}
+
+.simple tr:nth-child(even) {
+    background: #f0f6ff;
+}
+
+/* --- DL --- */
+.section dd > p:first-child {
+    margin-top: 0;
+}
+
+.section dd > p:last-child {
+    margin-bottom: 0;
+}
+
+.section dd {
+    margin-bottom:  1em;
+}
+
+.section dl.attrs dd, .section dl.eldef dd {
+    margin-bottom:  0;
+}
+
+/* --- EXAMPLES --- */
+pre.example {
+    border-top: 1px solid #ff4500;
+    border-bottom: 1px solid #ff4500;
+    padding:    1em;
+    margin-top: 1em;
+}
+
+pre.example::before {
+    content:    "Example";
+    display:    block;
+    width:      150px;
+    background: #ff4500;
+    color:  #fff;
+    font-family:    initial;
+    padding:    3px;
+    font-weight:    bold;
+    margin: -1em 0 1em -1em;
+}
+
+/* --- EDITORIAL NOTES --- */
+.issue {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #f00;
+    background: #ffc;
+}
+
+.issue::before {
+    content:    "Issue";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #f00;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+.note {
+    margin: 1em 0em 0em;
+    padding:    1em;
+    border: 2px solid #cff6d9;
+    background: #e2fff0;
+}
+
+.note::before {
+    content:    "Note";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #cff6d9;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+/* --- Best Practices --- */
+div.practice {
+    border: solid #bebebe 1px;
+    margin: 2em 1em 1em 2em;
+}
+
+span.practicelab {
+    margin: 1.5em 0.5em 1em 1em;
+    font-weight: bold;
+    font-style: italic;
+}
+
+span.practicelab   { background: #dfffff; }
+
+span.practicelab {
+    position: relative;
+    padding: 0 0.5em;
+    top: -1.5em;
+}
+
+p.practicedesc {
+    margin: 1.5em 0.5em 1em 1em;
+}
+
+@media screen {
+    p.practicedesc {
+        position: relative;
+        top: -2em;
+        padding: 0;
+        margin: 1.5em 0.5em -1em 1em;
+    }
+}
+
+/* --- SYNTAX HIGHLIGHTING --- */
+pre.sh_sourceCode {
+  background-color: white;
+  color: black;
+  font-style: normal;
+  font-weight: normal;
+}
+
+pre.sh_sourceCode .sh_keyword { color: #005a9c; font-weight: bold; }           /* language keywords */
+pre.sh_sourceCode .sh_type { color: #666; }                            /* basic types */
+pre.sh_sourceCode .sh_usertype { color: teal; }                             /* user defined types */
+pre.sh_sourceCode .sh_string { color: red; font-family: monospace; }        /* strings and chars */
+pre.sh_sourceCode .sh_regexp { color: orange; font-family: monospace; }     /* regular expressions */
+pre.sh_sourceCode .sh_specialchar { color: 	#ffc0cb; font-family: monospace; }  /* e.g., \n, \t, \\ */
+pre.sh_sourceCode .sh_comment { color: #A52A2A; font-style: italic; }         /* comments */
+pre.sh_sourceCode .sh_number { color: purple; }                             /* literal numbers */
+pre.sh_sourceCode .sh_preproc { color: #00008B; font-weight: bold; }       /* e.g., #include, import */
+pre.sh_sourceCode .sh_symbol { color: blue; }                            /* e.g., *, + */
+pre.sh_sourceCode .sh_function { color: black; font-weight: bold; }         /* function calls and declarations */
+pre.sh_sourceCode .sh_cbracket { color: red; }                              /* block brackets (e.g., {, }) */
+pre.sh_sourceCode .sh_todo { font-weight: bold; background-color: #00FFFF; }   /* TODO and FIXME */
+
+/* Predefined variables and functions (for instance glsl) */
+pre.sh_sourceCode .sh_predef_var { color: #00008B; }
+pre.sh_sourceCode .sh_predef_func { color: #00008B; font-weight: bold; }
+
+/* for OOP */
+pre.sh_sourceCode .sh_classname { color: teal; }
+
+/* line numbers (not yet implemented) */
+pre.sh_sourceCode .sh_linenum { display: none; }
+
+/* Internet related */
+pre.sh_sourceCode .sh_url { color: blue; text-decoration: underline; font-family: monospace; }
+
+/* for ChangeLog and Log files */
+pre.sh_sourceCode .sh_date { color: blue; font-weight: bold; }
+pre.sh_sourceCode .sh_time, pre.sh_sourceCode .sh_file { color: #00008B; font-weight: bold; }
+pre.sh_sourceCode .sh_ip, pre.sh_sourceCode .sh_name { color: #006400; }
+
+/* for Prolog, Perl... */
+pre.sh_sourceCode .sh_variable { color: #006400; }
+
+/* for LaTeX */
+pre.sh_sourceCode .sh_italics { color: #006400; font-style: italic; }
+pre.sh_sourceCode .sh_bold { color: #006400; font-weight: bold; }
+pre.sh_sourceCode .sh_underline { color: #006400; text-decoration: underline; }
+pre.sh_sourceCode .sh_fixed { color: green; font-family: monospace; }
+pre.sh_sourceCode .sh_argument { color: #006400; }
+pre.sh_sourceCode .sh_optionalargument { color: purple; }
+pre.sh_sourceCode .sh_math { color: orange; }
+pre.sh_sourceCode .sh_bibtex { color: blue; }
+
+/* for diffs */
+pre.sh_sourceCode .sh_oldfile { color: orange; }
+pre.sh_sourceCode .sh_newfile { color: #006400; }
+pre.sh_sourceCode .sh_difflines { color: blue; }
+
+/* for css */
+pre.sh_sourceCode .sh_selector { color: purple; }
+pre.sh_sourceCode .sh_property { color: blue; }
+pre.sh_sourceCode .sh_value { color: #006400; font-style: italic; }
+
+/* other */
+pre.sh_sourceCode .sh_section { color: black; font-weight: bold; }
+pre.sh_sourceCode .sh_paren { color: red; }
+pre.sh_sourceCode .sh_attribute { color: #006400; }
+
+</style><style type="text/css">
+/* --- EDITORIAL NOTES --- */
+.pending {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #f00;
+    background: #BFEFFF;
+}
+
+.pending::before {
+    content:    "Pending Review";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #f00;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+
+.resolved {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #f00;
+    background: #9BCD9B;
+}
+
+.resolved::before {
+    content:    "Resolved";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #f00;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+
+.inference {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #f00;
+    background: #fff;
+}
+
+.inference::before {
+    content:    "Inference";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #f00;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+.unamedconstraint {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #00f;
+    background: #fff;
+}
+
+
+.unamedconstraint::before {
+    content:    "Constraint";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #00f;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+
+
+.constraint {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #00f;
+    background: #fff;
+}
+
+.constraint[id]::before {
+    content:    "Constraint: " attr(id);
+    width:  380px;  /* How can we compute the length of "Constraint: " attr(id) */
+}
+
+
+.constraint::before {
+    content:    "Constraint";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #00f;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+
+
+.conditional {
+    color: blue;
+}
+
+.grammar {
+    margin-top: 1ex;
+    margin-bottom: 1ex;
+    padding-left: 1ex;
+    padding-right: 1ex;
+    padding-top: 1ex;
+    padding-bottom: 0.6ex;
+    border: 1px dashed #2f6fab;
+    font-family: monospace;
+}
+.nonterminal {
+    font-weight: bold;
+    font-family: sans-serif;
+    font-size: 95%;
+}
+
+.name {
+    font-family: monospace;
+}
+
+
+.xmpl {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #f00;
+    background: #fff;
+}
+
+.xmpl::before {
+    content:    "Example";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #f00;
+    background: #fff;
+    padding:    3px 1em;
+}
+</style><link charset="utf-8" type="text/css" rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD"></head>
+  <body style="display: inherit;"><div class="head"><p><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" alt="W3C" height="48" width="72"></a></p><h1 class="title" id="title">The PROV Ontology: Model and Formal Semantics</h1><h2 id="w3c-working-draft-24-november-2011"><acronym title="World Wide Web Consortium">W3C</acronym> Working Draft 24 November 2011</h2><dl><dt>This version:</dt><dd><a href="http://www.w3.org/TR/2011/WD-prov-o-20111124/">http://www.w3.org/TR/2011/WD-prov-o-20111124/</a></dd><dt>Latest published version:</dt><dd><a href="http://www.w3.org/TR/prov-o/">http://www.w3.org/TR/prov-o/</a></dd><dt>Latest editor's draft:</dt><dd><a href="http://dvcs.w3.org/hg/prov/raw-file/default/ontology/ProvenanceFormalModel.html">http://dvcs.w3.org/hg/prov/raw-file/default/ontology/ProvenanceFormalModel.html</a></dd><dt>Editors:</dt><dd><a href="http://cci.case.edu/cci/index.php/Satya_Sahoo">Satya Sahoo</a>, Case Western Reserve University, USA</dd>
+<dd><a href="http://tw.rpi.edu/instances/Deborah_L_McGuinness">Deborah McGuinness</a>, Rensselaer Polytechnic Institute, USA</dd>
+<dt>Authors:</dt><dd><span>(In alphabetical order)</span></dd>
+<dd><a href="http://semanticweb.org/wiki/Khalid_Belhajjame">Khalid Belhajjame</a>, University of Manchester, UK</dd>
+<dd><a href="http://homepages.inf.ed.ac.uk/jcheney/">James Cheney</a>, University of Edinburgh, UK</dd>
+<dd><a href="http://www.oeg-upm.net/index.php/en/phdstudents/28-dgarijo">Daniel Garijo</a>, Universidad Politécnica de Madrid, Spain</dd>
+<dd><a href="http://tw.rpi.edu/instances/TimLebo">Timothy Lebo</a>, Rensselaer Polytechnic Institute, USA</dd>
+<dd><a href="http://soiland-reyes.com/stian/">Stian Soiland-Reyes</a>, University of Manchester, UK</dd>
+<dd><a href="http://tw.rpi.edu/web/person/StephanZednik">Stephan Zednick</a>, Rensselaer Polytechnic Institute, USA</dd>
+</dl><p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. <acronym title="World Wide Web Consortium">W3C</acronym> <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p><hr></div>
+
+    <div class="introductory section" id="abstract"><h2>Abstract</h2>
+      <p>
+	  The PROV Ontology (also PROV-O) encodes the PROV Data Model [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>] in the OWL2 Web Ontology Language (OWL2). The PROV ontology consists of a set of classes, properties, and restrictions that can be used to represent provenance information. The PROV ontology can also be specialized to create new classes and properties for modeling provenance information specific to different domain applications. The PROV ontology supports a set of entailments based on OWL2 formal semantics and provenance specific inference rules. The PROV ontology is available for download as a separate OWL2 document.
+	  </p>
+
+    </div><div id="sotd" class="introductory section"><h2>Status of This Document</h2><p><em>This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current <acronym title="World Wide Web Consortium">W3C</acronym> publications and the latest revision of this technical report can be found in the <a href="http://www.w3.org/TR/"><acronym title="World Wide Web Consortium">W3C</acronym> technical reports index</a> at http://www.w3.org/TR/.</em></p>
+	  <p>
+	  This specification defines the PROV Ontology as the normative representation of the PROV Data Model using the Web Ontology Language (OWL2). This document is part of a set of specifications being created to address the issue of provenance interchange in Web applications. This document is accompanied by (1) the PROV Data Model, (2) the PROV Access and Query, and (3) the Primer documents.
+	  </p>	
+    <p>This document was published by the <a href="http://www.w3.org/2011/prov/">Provenance Working Group</a> as a First Public Working Draft. This document is intended to become a <acronym title="World Wide Web Consortium">W3C</acronym> Recommendation. If you wish to make comments regarding this document, please send them to <a href="mailto:public-prov-wg@w3.org">public-prov-wg@w3.org</a> (<a href="mailto:public-prov-wg-request@w3.org?subject=subscribe">subscribe</a>, <a href="http://lists.w3.org/Archives/Public/public-prov-wg/">archives</a>). All feedback is welcome.</p><p>Publication as a Working Draft does not imply endorsement by the <acronym title="World Wide Web Consortium">W3C</acronym> Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress.</p><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 <acronym title="World Wide Web Consortium">W3C</acronym> Patent Policy</a>. <acronym title="World Wide Web Consortium">W3C</acronym> maintains a <a href="http://www.w3.org/2004/01/pp-impl/46974/status" rel="disclosure">public list of any patent disclosures</a> made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential Claim(s)</a> must disclose the information in accordance with <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the <acronym title="World Wide Web Consortium">W3C</acronym> Patent Policy</a>.</p></div><div class="section" id="toc"><h2 class="introductory">Table of Contents</h2><ul class="toc"><li class="tocline"><a class="tocxref" href="#introduction"><span class="secno">1. </span>Introduction</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#guide-to-this-document"><span class="secno">1.1 </span>Guide to this Document</a></li></ul></li><li class="tocline"><a class="tocxref" href="#prov-ontology"><span class="secno">2. </span>PROV Ontology</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#mapping-the-prov-dm-terms-to-prov-ontology"><span class="secno">2.1 </span>Mapping the PROV-DM terms to PROV Ontology</a></li><li class="tocline"><a class="tocxref" href="#owl2-syntax-used-in-this-document"><span class="secno">2.2 </span>OWL2 Syntax Used in this Document</a></li><li class="tocline"><a class="tocxref" href="#namespace-and-owl2-version"><span class="secno">2.3 </span>Namespace and OWL2 version</a></li></ul></li><li class="tocline"><a class="tocxref" href="#prov-ontology--owl-encoding-of-prov-data-model"><span class="secno">3. </span>PROV Ontology: Classes and Properties</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#classes"><span class="secno">3.1 </span>Classes</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#entity"><span class="secno">3.1.1 </span>Entity</a></li><li class="tocline"><a class="tocxref" href="#activity"><span class="secno">3.1.2 </span>Activity</a></li><li class="tocline"><a class="tocxref" href="#agent"><span class="secno">3.1.3 </span>Agent</a></li><li class="tocline"><a class="tocxref" href="#temporalentity"><span class="secno">3.1.4 </span>TemporalEntity</a></li><li class="tocline"><a class="tocxref" href="#provenancecontainer"><span class="secno">3.1.5 </span>ProvenanceContainer</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#modeling-provenancecontainer-and-account-as-rdf-graph"><span class="secno">3.1.5.1 </span>Modeling ProvenanceContainer and Account as RDF Graph</a></li></ul></li><li class="tocline"><a class="tocxref" href="#location"><span class="secno">3.1.6 </span>Location</a></li><li class="tocline"><a class="tocxref" href="#qualifiedinvolvement"><span class="secno">3.1.7 </span>QualifiedInvolvement</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#usage"><span class="secno">3.1.7.1 </span>Usage</a></li><li class="tocline"><a class="tocxref" href="#participation"><span class="secno">3.1.7.2 </span>Participation</a></li><li class="tocline"><a class="tocxref" href="#control"><span class="secno">3.1.7.3 </span>Control</a></li><li class="tocline"><a class="tocxref" href="#generation"><span class="secno">3.1.7.4 </span>Generation</a></li></ul></li><li class="tocline"><a class="tocxref" href="#recipe"><span class="secno">3.1.8 </span>Recipe</a></li><li class="tocline"><a class="tocxref" href="#role"><span class="secno">3.1.9 </span>Role</a></li><li class="tocline"><a class="tocxref" href="#classes-under-discussion"><span class="secno">3.1.10 </span>Classes under Discussion</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#time"><span class="secno">3.1.10.1 </span>Time</a></li></ul></li></ul></li><li class="tocline"><a class="tocxref" href="#object-properties"><span class="secno">3.2 </span>Object Properties</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#wasgeneratedby"><span class="secno">3.2.1 </span>wasGeneratedBy</a></li><li class="tocline"><a class="tocxref" href="#revision"><span class="secno">3.2.2 </span>wasRevisionOf</a></li><li class="tocline"><a class="tocxref" href="#wasderivedfrom"><span class="secno">3.2.3 </span>wasDerivedFrom</a></li><li class="tocline"><a class="tocxref" href="#waseventuallyderivedfrom"><span class="secno">3.2.4 </span>wasEventuallyDerivedFrom</a></li><li class="tocline"><a class="tocxref" href="#dependedon"><span class="secno">3.2.5 </span>dependedOn</a></li><li class="tocline"><a class="tocxref" href="#used"><span class="secno">3.2.6 </span>used</a></li><li class="tocline"><a class="tocxref" href="#hadparticipant"><span class="secno">3.2.7 </span>hadParticipant</a></li><li class="tocline"><a class="tocxref" href="#wascomplementof"><span class="secno">3.2.8 </span>wasComplementOf</a></li><li class="tocline"><a class="tocxref" href="#wascontrolledby"><span class="secno">3.2.9 </span>wasControlledBy</a></li><li class="tocline"><a class="tocxref" href="#hadrecipe"><span class="secno">3.2.10 </span>hadRecipe</a></li><li class="tocline"><a class="tocxref" href="#wasinformedby"><span class="secno">3.2.11 </span>wasInformedBy</a></li><li class="tocline"><a class="tocxref" href="#wascheduledafter"><span class="secno">3.2.12 </span>wasScheduledAfter</a></li><li class="tocline"><a class="tocxref" href="#hadtemporalvalue"><span class="secno">3.2.13 </span>hadTemporalValue</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#startedat"><span class="secno">3.2.13.1 </span>startedAt</a></li><li class="tocline"><a class="tocxref" href="#endedat"><span class="secno">3.2.13.2 </span>endedAt</a></li><li class="tocline"><a class="tocxref" href="#wasGeneratedat"><span class="secno">3.2.13.3 </span>wasGeneratedAt</a></li></ul></li><li class="tocline"><a class="tocxref" href="#attribution"><span class="secno">3.2.14 </span>wasAttributedTo</a></li><li class="tocline"><a class="tocxref" href="#quotation"><span class="secno">3.2.15 </span>wasQuoteOf</a></li><li class="tocline"><a class="tocxref" href="#summary"><span class="secno">3.2.16 </span>wasSummaryOf</a></li><li class="tocline"><a class="tocxref" href="#originalsource"><span class="secno">3.2.17 </span>hadOriginalSource</a></li><li class="tocline"><a class="tocxref" href="#hadqualifiedusage"><span class="secno">3.2.18 </span>hadQualifiedUsage</a></li><li class="tocline"><a class="tocxref" href="#hadqualifiedparticipation"><span class="secno">3.2.19 </span>hadQualifiedParticipation</a></li><li class="tocline"><a class="tocxref" href="#hadqualifiedcontrol"><span class="secno">3.2.20 </span>hadQualifiedControl</a></li><li class="tocline"><a class="tocxref" href="#hadqualifiedgeneration"><span class="secno">3.2.21 </span>hadQualifiedGeneration</a></li><li class="tocline"><a class="tocxref" href="#hadqualifiedentity"><span class="secno">3.2.22 </span>hadQualifiedEntity</a></li></ul></li><li class="tocline"><a class="tocxref" href="#characteristics-of-object-properties"><span class="secno">3.3 </span>Characteristics of Object Properties </a></li><li class="tocline"><a class="tocxref" href="#annotation-properties"><span class="secno">3.4 </span>Annotation Properties</a></li><li class="tocline"><a class="tocxref" href="#overview-of-the-ontology"><span class="secno">3.5 </span>Overview of the ontology</a></li><li class="tocline"><a class="tocxref" href="#overview-of-qualified-involvement"><span class="secno">3.6 </span>Overview of Qualified Involvement</a></li></ul></li><li class="tocline"><a class="tocxref" href="#specializing-provenance-ontology-for-domain-specific-provenance-applications"><span class="secno">4. </span>Specializing the PROV Ontology for Domain-specific Provenance Applications</a></li><li class="tocline"><a class="tocxref" href="#formal-semantics-of-the-prov-ontology"><span class="secno">5. </span>Formal Semantics of the PROV Ontology</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#rdf-semantics-for-prov-ontology"><span class="secno">5.1 </span>RDF Semantics for PROV Ontology</a></li><li class="tocline"><a class="tocxref" href="#owl2-semantics-for-prov-ontology"><span class="secno">5.2 </span>OWL2 Semantics for PROV Ontology</a></li><li class="tocline"><a class="tocxref" href="#entailments-supported-by-the-provenance-model"><span class="secno">5.3 </span>Provenance-specific Entailments Supported by PROV Ontology</a></li></ul></li><li class="tocline"><a class="tocxref" href="#acknowledgements"><span class="secno">A. </span>Acknowledgements</a></li><li class="tocline"><a class="tocxref" href="#references"><span class="secno">B. </span>References</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#normative-references"><span class="secno">B.1 </span>Normative references</a></li><li class="tocline"><a class="tocxref" href="#informative-references"><span class="secno">B.2 </span>Informative references</a></li></ul></li></ul></div>
+   
+    
+
+
+     <div class="section" id="introduction">    
+      <!--OddPage--><h2><span class="secno">1. </span>Introduction</h2>  
+      <p>
+        PROV Ontology (also PROV-O) defines the normative modeling of the PROV Data Model [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>] using the <acronym title="World Wide Web Consortium">W3C</acronym> OWL2 Web Ontology Language. This document specification describes the set of classes, properties, and restrictions that constitute the PROV ontology, which have been introduced in the PROV Data Model [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>]. This ontology specification provides the foundation for implementation of provenance applications in different domains using the PROV ontology for representing, exchanging, and integrating provenance information. Together with the PROV Access and Query [<cite><a href="#bib-PROV-PAQ" rel="biblioentry" class="bibref">PROV-PAQ</a></cite>] and PROV Data Model [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>], this document forms a framework for provenance information interchange and management in domain-specific Web-based applications.
+      </p>
+	  <p>
+		The PROV ontology classes and properties are defined such that they can not only be used directly to represent provenance information, but also can be specialized for modeling application-specific provenance details in a variety of domains. Thus, the PROV ontology is expected to be both directly usable in applications as well as serve as a <i>reference model</i> for creation of domain-specific provenance ontology and thereby facilitate interoperable provenance modeling. This document uses an example <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> introduced in the PROV Data Model [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>] to demonstrate the use PROV-O classes and properties to model provenance information. 
+	  </p>
+	  <p>
+		Finally, this document describes the formal semantics of the PROV ontology using the OWL2 semantics, [<cite><a href="#bib-OWL2-DIRECT-SEMANTICS" rel="biblioentry" class="bibref">OWL2-DIRECT-SEMANTICS</a></cite>], [<cite><a href="#bib-OWL2-RDF-BASED-SEMANTICS" rel="biblioentry" class="bibref">OWL2-RDF-BASED-SEMANTICS</a></cite>], and a set of provenance-specific inference rules. This is expected to support provenance implementations to automatically check for consistency of provenance information represented using PROV ontology and explicitly assert implicit provenance knowledge. 
+	  </p>
+	  <p>The key words "<em title="must" class="rfc2119">must</em>", "<em title="must not" class="rfc2119">must not</em>", "<em title="required" class="rfc2119">required</em>", "<em title="shall" class="rfc2119">shall</em>", "<em title="shall not" class="rfc2119">shall not</em>", "<em title="should" class="rfc2119">should</em>", "<em title="should not" class="rfc2119">should not</em>", "<em title="recommended" class="rfc2119">recommended</em>",  "<em title="may" class="rfc2119">may</em>", and       "<em title="optional" class="rfc2119">optional</em>" in this document are to be interpreted as described in [<cite><a href="#bib-RFC2119" rel="biblioentry" class="bibref">RFC2119</a></cite>].</p>
+	  	
+	  <div class="section" id="guide-to-this-document"> 
+		<h3><span class="secno">1.1 </span>Guide to this Document</h3>
+		<p> This document is intended for provide an understanding of the PROV ontology and how it can be used by different applications to represent their provenance information. The intended audience of this document include users who are new to provenance modeling as well as experienced users who would like their provenance model compatible with the PROV ontology to facilitate standardization. This document assumes a basic understanding of the <acronym title="World Wide Web Consortium">W3C</acronym> RDF(S) and OWL2 specification. Readers are referred to the OWL2 and RDF(S) documentations, starting with the [<cite><a href="#bib-OWL2-PRIMER" rel="biblioentry" class="bibref">OWL2-PRIMER</a></cite>] and [<cite><a href="#bib-RDF-PRIMER" rel="biblioentry" class="bibref">RDF-PRIMER</a></cite>], for further details about the OWL2 and RDF(S) specifications respectively. 
+		</p>
+		<p><a href="#prov-ontology--owl-encoding-of-prov-data-model">Section 2</a> describes the mapping of the PROV Data Model [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>] to the PROV ontology. <a href="#specializing-provenance-ontology-for-domain-specific-provenance-applications">Section 3</a> introduces the classes and properties of the PROV ontology. <a href="#specializing-provenance-ontology-for-domain-specific-provenance-applications">Section 4</a> describes the approach used to specialize the PROV ontology create a domain specific ontology for an example <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario">provenance scenario</a> introduced in the PROV Data Model [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>]. The PROV ontology supports a set of provenance entailments and these are described in <a href="#entailments-supported-by-the-provenance-model">Section 5</a>.
+		</p>
+      </div>
+
+    </div> <!-- Introduction -->
+
+
+
+	<div class="section" id="prov-ontology">
+      <!--OddPage--><h2><span class="secno">2. </span>PROV Ontology</h2>
+      <p> The PROV Data Model [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>] introduces a minimal set of concepts to represent provenance information in a variety of application domains. This document maps the PROV Data Model to PROV Ontology using the OWL2 ontology language, which facilitates a fixed interpretation and use of the PROV Data Model concepts based on the formal semantics of OWL2 [<cite><a href="#bib-OWL2-DIRECT-SEMANTICS" rel="biblioentry" class="bibref">OWL2-DIRECT-SEMANTICS</a></cite>] [<cite><a href="#bib-OWL2-RDF-BASED-SEMANTICS" rel="biblioentry" class="bibref">OWL2-RDF-BASED-SEMANTICS</a></cite>]. 
+	  </p>
+	  <p>The PROV Ontology can be used directly in a domain application, though many domain applications may require specialization of PROV-O Classes and Properties for representing domain-specific provenance information. We briefly introduce some of the OWL2 modeling terms that will be used to describe the PROV ontology. An OWL2 <i>instance</i> is an individual object in a domain of discourse, for example a person named Alice or a car, and a set of individuals sharing a set of common characteristics is called a <i>class</i>. Person and Car are examples of classes representing the set of individual persons and cars respectively. The OWL2 object properties are used to link individuals, classes, or create a property hierarchy. For example, the object property "hasOwner" can be used to link car with person. The OWL2 datatype properties are used to link individuals or classes to data values, including XML Schema datatypes [<cite><a href="#bib-XMLSCHEMA-2" rel="biblioentry" class="bibref">XMLSCHEMA-2</a></cite>].   
+	  </p>
+	  <p>The PROV Data Model document [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>] introduces an example <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> describing the creation of crime statistics file stored on a shared file system and edited by journalists Alice, Bob, Charles, David, and Edith. This scenario is used as a running example in this document to describe the PROV ontology classes and properties, the specialization mechanism, and the entailments supported by the PROV ontology. 
+	  </p>
+
+
+
+	 <div class="section" id="mapping-the-prov-dm-terms-to-prov-ontology"> 
+	  	<h3><span class="secno">2.1 </span>Mapping the PROV-DM terms to PROV Ontology</h3>
+	    <p>The PROV Data Model [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>] uses an Abstract Syntax Notation (ASN) to describe the set of provenance terms that are used to construct the PROV ontology. There are a number of differences between the PROV-DM ASN and the Semantic Web RDF, RDFS and OWL2 technologies; hence the approach used to model the provenance terms in PROV ontology differ, partially or significantly, from the PROV-DM approach. 
+		</p>
+		<p>For example, the notion of "expressions" used in the PROV-DM map to RDF triple assertions in PROV-O. Similarly, the PROV-DM discusses the use of "Qualifier" to assert additional information about provenance terms. Following the general knowledge representation practices and OWL2 ontologies specifically, the PROV ontology specializes a given provenance term to create either a sub class or sub property to represent "additionally" qualified terms. Throughout this document, we explicitly state the difference, if any, between the PROV-DM term and PROV ontology term.
+		</p>
+		<div class="note"> In addition, RDF is strictly monotonic and "...it cannot express closed-world assumptions, local default preferences, and several other commonly used non-monotonic constructs."[<cite><a href="#bib-RDF-MT" rel="biblioentry" class="bibref">RDF-MT</a></cite>], but the PROV-DM seems to introduce the notion of non-monotonic assertions through "Account" construct [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>]. For example, Account description in PROV-DM states that it "It provides a scoping mechanism for expression identifiers and for some contraints (such as generation-unicity and derivation-use)."
+		</div>
+     </div> 
+	 <div class="section" id="owl2-syntax-used-in-this-document"> 
+	  	<h3><span class="secno">2.2 </span>OWL2 Syntax Used in this Document</h3>
+	    <p>This document uses the RDF/XML syntax, which is the mandatory syntax supported by all OWL2 syntax [<cite><a href="#bib-OWL2-PRIMER" rel="biblioentry" class="bibref">OWL2-PRIMER</a></cite>] to represent the PROV ontology. Provenance assertions using PROV-O can use any of the RDF syntax defined in the RDF specification [<cite><a href="#bib-RDF-PRIMER" rel="biblioentry" class="bibref">RDF-PRIMER</a></cite>].
+		</p>
+      </div>
+      <div class="section" id="namespace-and-owl2-version">
+	  	<h3><span class="secno">2.3 </span>Namespace and OWL2 version</h3>
+        <p>        
+        The corresponding OWL2 version of this PROV Ontology is available at [<cite><a href="#bib-PROV-Ontology-Namespace" rel="biblioentry" class="bibref">PROV-Ontology-Namespace</a></cite>] and as <a href="ProvenanceOntology.owl">ProvenanceOntology.owl</a>. The namespace for the PROV ontology and all terms defined in this document is <code>http://www.w3.org/ns/prov-o/</code> [<cite><a href="#bib-PROV-Ontology-Namespace" rel="biblioentry" class="bibref">PROV-Ontology-Namespace</a></cite>] and is in this document denoted by the prefix <code>prov</code>.
+		</p>
+        <div class="issue">
+        It has been suggested that [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>] and PROV-O should instead use the namespace <code>http://www.w3.org/ns/prov/</code> for terms that are common in both models. This is <a href="http://www.w3.org/2011/prov/track/issues/90">ISSUE-90</a>
+        </div>
+	  </div>
+	</div> <!-- PROV Ontology -->
+
+
+    <div class="section" id="prov-ontology--owl-encoding-of-prov-data-model">
+      <!--OddPage--><h2><span class="secno">3. </span>PROV Ontology: Classes and Properties</h2>    	
+      <p> We now introduce the classes and properties that constitute the PROV ontology. We first give a textual description of each ontology term, followed by OWL2 syntax representing the ontology term and an example use of the class in the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario">provenance scenario</a>.
+	  </p>
+      <div class="section" id="classes"> 
+	  	<h3><span class="secno">3.1 </span>Classes</h3>
+			<div class="buttonpanel"> 
+			<form action=""><p> 
+			<input id="hide-examples1" onclick="set_display_by_class('div','anexample','none'); set_display_by_id('hide-examples1','none'); set_display_by_id('show-examples1','');" value="Hide Examples" type="button"> 
+			<input id="show-examples1" onclick="set_display_by_class('div','anexample',''); set_display_by_id('hide-examples1',''); set_display_by_id('show-examples1','none');" style="display: none" value="Show Examples" type="button"> 
+			</p> 
+			</form> 
+			</div>	
+	      <p>The PROV ontology consists of classes that can be organized into a hierarchical structure using the <code>rdfs:subClassOf</code> property.
+		  	
+		  <img src="diagrams/Ontology_hierarchy.png" style="width: 70%; min-width: 25em; max-width: 60em" alt="Class hierarchy of the PROV ontology">
+         <br>
+         </p>
+	    <p><i>Note: CamelBack notation is used for class names</i></p> 
+	    <div class="section" id="entity">
+		  <h4><span class="secno">3.1.1 </span>Entity</h4>
+		  <div><b>Class Description</b></div>
+	      <p>Entity is defined to be "An Entity represents an identifiable characterized thing." [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>]</p>
+		  <div><b>OWL syntax</b></div>
+		  <pre> prov:Entity rdfs:subClassOf owl:Thing. 
+		  </pre>
+		  <div class="anexample">
+		  <div><b>Example</b></div>
+			  <p> Example of instances of class Entity from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> are files with identifiers <i>e1</i> and <i>e2</i>. The RDF/XML syntax for asserting that e1 is an instance of Entity is given below.		
+			  </p><div class="exampleOuter">
+				<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#e1"&gt;
+	&lt;rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Entity"/&gt;
+&lt;/rdf:Description&gt;</pre>
+			  </div>
+		  </div>
+          <p>Additional assertions can be made about the Entity instances that describe additional attributes of the entities. Following common knowledge representation approach, the Entity class can be specialized to create multiple sub classes, using the <code>rdfs:subClassOf</code> property, representing distinct categories of entities using additional characterizing attributes (as defined in the [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>]). The additional attributes <em title="should" class="rfc2119">should</em> use an appropriate namespace, and the new sub classes <em title="may" class="rfc2119">may</em> be introduced by application-specific provenance ontologies.
+          </p>
+		  <div class="anexample">
+          <div><b>Example</b></div>
+		  <div class="exampleOuter">
+				<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#e2"&gt;                  
+  &lt;rdf:type rdf:resource="http://www.example.com/crime#CrimeFile"&gt;           
+&lt;/rdf:Description&gt;
+	&lt;rdf:Description rdf:about="http://www.example.com/crime#CrimeFile"&gt;
+	  &lt;rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov-o/Entity"/&gt;
+	&lt;/rdf:Description&gt;</pre>
+			  </div>
+		  </div>
+
+	    </div> <!-- Classes -->
+
+		<div class="section" id="activity">
+		  <h4><span class="secno">3.1.2 </span>Activity</h4>	    
+		  <div><b>Class Description</b></div>
+	      <p>Activity is defined to be "an identifiable activity, which performs a piece of work." [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>]</p>
+		  <div><b>OWL syntax</b></div>
+		  <pre>prov:Activity rdfs:subClassOf owl:Thing.</pre>
+		  <div class="anexample">
+			  <div><b>Example</b></div>
+			  <p> Example instances of the class Activity (from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a>) are "file creation" (<i>pe0</i>) and "file editing" (<i>pe2</i>) . The RDF/XML syntax for asserting that act2 is an instance of Activity is given below.		
+			  </p><div class="exampleOuter">
+				<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#act2"&gt;
+	&lt;rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Activity"/&gt;
+&lt;/rdf:Description&gt;</pre>
+			  </div>
+		  </div>
+		  <div class="note"> act2 is an instance of class <code>:Emailing</code>, which is defined to be sub-class of class <code>prov:Activity</code> in the CrimeFile ontology. Hence, using standard RDFS entailment allows us to infer that act2 is also an instance of <code>prov:Activity</code>. 
+		  </div>
+	    </div>
+
+
+
+		<div class="section" id="agent">
+		  <h4><span class="secno">3.1.3 </span>Agent</h4>	    
+		  <div><b>Class Description</b></div>
+	      <p>Agent is defined to be a "characterized entity capable of activity" [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>]</p>
+		  <div><b>OWL syntax</b></div>
+		  <pre>prov:Agent rdfs:subClassOf prov:Entity.</pre>
+		  <div class="anexample">
+			  <div><b>Example</b></div>
+			  <p> Example of instances of class Agent from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> are <i>Alice</i> and <i>Edith</i>. The RDF/XML syntax for asserting that Alice is an instance of Agent is given below.		
+			  </p><div class="exampleOuter">
+				<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#Alice"&gt;
+	&lt;rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Agent"/&gt;
+&lt;/rdf:Description&gt;</pre>
+			  </div>
+		  </div>
+		  <div class="note"> Similar to example for Entity, both Alice and Edith are instances of class Journalist, which is defined to be "sub-class" of class Agent in the CrimeFile ontology. Hence, using standard RDFS entailment allows us to infer that both Alice and Edith are also instances of Agent.
+		  </div>
+	    </div>    
+
+
+		<div class="section" id="temporalentity">
+		  <h4><span class="secno">3.1.4 </span>TemporalEntity</h4>	    
+	      <div><b>Class Description</b></div>
+	      <p>TemporalEntity represents temporal information about entities in the Provenance model. This class has been re-used from the OWL Time ontology [<cite><a href="#bib-OWL-TIME" rel="biblioentry" class="bibref">OWL-TIME</a></cite>]. The PROV ontology also models the two sub classes of TemporalEntity, namely Instant and Interval.</p> 
+	      <p>The Instant class represents "point-line" temporal information that have "no interior points" [<cite><a href="#bib-OWL-TIME" rel="biblioentry" class="bibref">OWL-TIME</a></cite>]. The Interval class represents temporal information that have a non-zero duration [<cite><a href="#bib-OWL-TIME" rel="biblioentry" class="bibref">OWL-TIME</a></cite>]</p>
+		  <div><b>OWL syntax</b></div>
+	      <pre>time:TemporalEntity rdfs:subClassOf owl:Thing.</pre>
+		  <div class="anexample">
+			  <div><b>Example</b></div>
+			  <p> Example of instances of class TemporalEntity from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> are <i>t</i> and <i>t+1</i>. t+1 is associated with the instance of Activity act2. The instances of TemporalEntity are linked to instances of Entity or Activity classes by the <a href="#hadtemporalvalue">hadTemporalValue</a> property that is described later in this document. </p>
+			<p>The RDF/XML syntax for this asserting that t+1 is an instance of class TemporalEntity and t+1 is associated with act2 is given below.
+			  </p>		
+			  <div class="exampleOuter">
+				<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#act2"&gt;
+  &lt;prov:hadTemporalValue rdf:about="http://www.example.com/crimeFile#t+1"&gt;
+	&lt;rdf:type rdf:resource="http://www.w3.org/2006/time#TemporalEntity"/&gt;
+  &lt;/prov:hadTemporalValue&gt;
+&lt;/rdf:Description&gt;</pre>
+			  </div>
+		  </div>
+	    </div>		
+
+		<div class="section" id="provenancecontainer">
+		  <h4><span class="secno">3.1.5 </span>ProvenanceContainer</h4>	    
+	      <div><b>Class Description</b></div>
+	      <p>ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container should have an URI associated with it. The ProvenanceContainer class can also be used to model the PROV-DM concept of <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-Account">Account</a>.</p>
+		  <div><b>OWL syntax</b></div>
+		  <pre>prov:ProvenanceContainer rdfs:subClassOf owl:Thing.</pre>
+		  <p>Examples of instance of class ProvenanceContainer includes a RDF graph containing set of assertions describing the provenance of a car, such as its manufacturer, date of manufacture, and place of manufacture.</p>
+		
+		<div class="anexample">
+			<div class="exampleOuter">
+				<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#ProvenanceContainer1"&gt;
+	&lt;rdf:type rdf:resource="http://www.w3.org/ns/prov-o/ProvenanceContainer"/&gt;
+	&lt;cf:contains rdf:resource="http://www.example.com/crimeFile#Statement1"/&gt;
+	&lt;cf:contains rdf:resource="http://www.example.com/crimeFile#Statement2"/&gt;
+	&lt;cf:assertedBy rdf:resource="http://www.example.com/crimeFile#Alice"/&gt;
+&lt;/rdf:Description&gt;				</pre>
+			  </div>
+		</div>
+		  <div class="note"> According to the definitions of ProvenanceContainer and Account, both contain a set of provenance assertions and have an identifier. Hence, ProvenanceContainer class can also be used to create instances of accounts.
+		  </div>
+		  <div class="issue">Scope and Identifiers. 
+          This is <a href="http://www.w3.org/2011/prov/track/issues/81">ISSUE-81</a>.</div>
+            <div class="section" id="modeling-provenancecontainer-and-account-as-rdf-graph">
+                <h5><span class="secno">3.1.5.1 </span>Modeling ProvenanceContainer and Account as RDF Graph</h5>
+                <p>If a RDF graph contains a set of RDF assertions then, (a) if an explicit asserter is associated with the RDF graph it corresponds to the term "Account" in PROV-DM, and (b) if an asserted is not associated with the RDF graph it corresponds to the term "ProvenanceContainer" in PROV-DM.</p>
+            </div>
+        </div>
+
+		<div class="section" id="location">
+		  <h4><span class="secno">3.1.6 </span>Location</h4>
+		  <div><b>Class Description</b></div>
+	      <p>Location is defined to be "is an identifiable geographic place (ISO 19112)." [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>]</p>
+	      <div><b>OWL syntax</b></div>
+		  <pre>prov:Location rdfs:subClassOf owl:Thing.</pre>
+		  <p> Example of instances of class Location from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is the location of the crime file in the shared directory <i>/share</i> with file path <i>/shared/crime.txt</i>. The RDF/XML syntax for asserting that the location of the crime file is the shared directory.		
+		  
+		  </p><div class="anexample">
+			  <div class="exampleOuter">
+				<pre class="example">&lt;cf:hasLocation&gt;
+	&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#sharedDirectoryLocation1"&gt;
+		&lt;rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Location"/&gt;
+		&lt;cf:hasFilePath rdf:datatype="http://www.w3.org/2001/XMLSchema#string"&gt;/share/crime.txt&lt;/cf:hasFilePath&gt;
+	&lt;/rdf:Description&gt;
+&lt;/cf:hasLocation&gt;</pre>
+			  </div>
+		  </div>
+		  <div class="note"> Need to clarify whether "geographic" includes "geospatial"?</div>
+	    </div>
+
+
+
+		<div class="section" id="qualifiedinvolvement">
+		  <h4><span class="secno">3.1.7 </span>QualifiedInvolvement</h4>	    
+		  <div><b>Class Description</b></div>
+	      <p>The QualifiedInvolvement class represents an n-ary property to capture qualifying information related to the the use, generation, control, and participation.</p>
+		  <div><b>OWL syntax</b></div>
+		  <pre>prov:QualifiedInvolvement rdfs:subClassOf owl:Thing.</pre>
+		
+		  <div class="section" id="usage">
+  		    <h5><span class="secno">3.1.7.1 </span>Usage</h5>	    
+		    <div><b>Class Description</b></div>
+		    <p>The Usage class represents an n-ary property to capture qualifying information related to the  use of Entity by Activity.</p>
+		    <div><b>OWL syntax</b></div>
+		    <pre>prov:Usage rdfs:subClassOf prov:QualifiedInvolvement.</pre>
+			<div class="anexample">
+				<div><b>Example</b></div>
+				<p> Example of instances of class Usage from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> provenance scenario ??? is given below.		
+				</p><div class="exampleOuter">
+				  <pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#u1"&gt;
+	&lt;rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Usage"/&gt;
+	&lt;prov:hadQualifiedEntity rdf:resource="http://www.example.com/crimeFile#Bob"/&gt;				    
+&lt;/rdf:Description&gt;</pre>
+				  </div>
+			</div>
+	        </div>
+	
+			<div class="section" id="participation">
+  		  	  <h5><span class="secno">3.1.7.2 </span>Participation</h5>	    
+		      <div><b>Class Description</b></div>
+		  	  <p>The Participation class represents an n-ary property to capture qualifying information related to the participation of Entity in Activity.</p>
+		  	  <div><b>OWL syntax</b></div>
+		  	  <pre>prov:Participation rdfs:subClassOf prov:QualifiedInvolvement.</pre>
+			  <div class="anexample">
+				  <div><b>Example</b></div>
+				  <p> Example of instances of class Participation from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> provenance scenario ??? is given below.		
+				  </p><div class="exampleOuter">
+				  <pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#p1"&gt;
+	&lt;rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Participation"/&gt;
+	&lt;prov:hadQualifiedEntity rdf:resource="http://www.example.com/crimeFile#Bob"/&gt;				    
+&lt;/rdf:Description&gt;</pre>
+				  </div>
+			  </div>
+	        </div>
+	
+	        <div class="section" id="control">
+  		  		<h5><span class="secno">3.1.7.3 </span>Control</h5>	    
+		  		<div><b>Class Description</b></div>
+		  		<p>The Control class represents an n-ary property to capture qualifying information related to the control of Activity by Agent.</p>
+		  		<div><b>OWL syntax</b></div>
+		  		<pre>prov:Control rdfs:subClassOf prov:QualifiedInvolvement.</pre>
+				<div class="anexample">
+					<div><b>Example</b></div>
+					<p>Example of instances of class Control from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> provenance scenario ??? is given below.		
+					</p><div class="exampleOuter">
+					<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#c1"&gt;
+	&lt;rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Control"/&gt;
+	&lt;prov:hadQualifiedEntity rdf:resource="http://www.example.com/crimeFile#Bob"/&gt;				    
+&lt;/rdf:Description&gt;</pre>
+					</div>
+				</div>
+	      	</div>
+	
+			<div class="section" id="generation">
+	  		    <h5><span class="secno">3.1.7.4 </span>Generation</h5>	    
+			    <div><b>Class Description</b></div>
+			    <p>The Generation class represents an n-ary property to capture qualifying information related to the generation of Entity by Activity.</p>
+			    <div><b>OWL syntax</b></div>
+			    <pre>prov:Generation rdfs:subClassOf prov:QualifiedInvolvement.</pre>
+				<div class="anexample">
+					<div><b>Example</b></div>
+					<p> Example of instances of class Generation from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario</a> ??? is given below.		
+					</p><div class="exampleOuter">
+					  <pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#g1"&gt;
+	&lt;rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Generation"/&gt;
+	&lt;prov:hadQualifiedEntity rdf:resource="http://www.example.com/crimeFile#Bob"/&gt;				    
+&lt;/rdf:Description&gt;</pre>
+					  </div>
+				</div>
+		      </div>	    	
+	  </div>
+	
+	  <div class="section" id="recipe">
+	  <h4><span class="secno">3.1.8 </span>Recipe</h4>	    
+	  		<div><b>Class Description</b></div>
+	      	<p>Recipe represents the specification of a <a href="#activity">Activity</a>. PROV ontology does not define the different types of recipes that can be created by provenance applications in different domains.</p>
+		  	<div><b>OWL syntax</b></div>
+	      	<pre>prov:Recipe rdfs:subClassOf owl:Thing.</pre>
+			<div class="anexample">
+				<div><b>Example</b></div>
+				<p>An example of recipe from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario">provenance scenario </a>may be the editing protocol followed by the journalists to edit a news report.
+				</p><div class="exampleOuter">
+					<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#news_editing"&gt;
+	&lt;rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Activity"/&gt;
+	&lt;prov:hadRecipe rdf:resource="http://www.example.com/crimeFile#NewsReportEditingProtocol"/&gt;				    
+&lt;/rdf:Description&gt;</pre>
+				</div>  
+			</div>
+	   </div>
+	
+	   <div class="section" id="role">
+	  	<h4><span class="secno">3.1.9 </span>Role</h4>	    
+		<div><b>Class Description</b></div>
+	    <p>Role class models additional information about Entity or Activity class with respect to the QualifiedInvolvement class [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>]</p>
+		<div><b>OWL syntax</b></div>
+		<pre>prov:Role rdfs:subClassOf owl:Thing.</pre>
+		<div class="anexample">
+			<div><b>Example</b></div>
+			<p> Example of instances of class Role from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> are <i>author (for Alice)</i> and <i>save (for act1)</i>. The RDF/XML syntax for asserting that Alice played a role of author in the usage u1 (instance of class Usage) of file e1 in the activity of adding content.		
+			</p><div class="exampleOuter">
+			<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#u1"&gt;
+	&lt;rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Usage"/&gt;
+	&lt;prov:hadRole rdf:resource="www.example.com/crimeFile#author"/&gt;
+&lt;/rdf:Description&gt;</pre>
+			</div>
+		</div>
+		<div class="note"> It is not clear how two roles can be modeled using the QualifiedInvolvement class-based approach, where an Entity plays a role of "author", while the Activity plays the role of "save" (from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a>).
+		</div>
+	   </div>
+	
+	  <div class="section" id="classes-under-discussion">
+		<h4><span class="secno">3.1.10 </span>Classes under Discussion</h4>
+			<p>Temporary section for terms not part of "core" ontology.</p>
+			
+			<div class="section" id="time">
+			  <h5><span class="secno">3.1.10.1 </span>Time</h5>	    
+		      <div><b>Class Description</b></div>
+		      <p><code>Time</code> is subclass of <code>time:Instant</code>
+	          from [<cite><a href="#bib-OWL-TIME" rel="biblioentry" class="bibref">OWL-TIME</a></cite>] which requires that the time is defined 
+	          using the <code>time:inXSDDateTime</code> property. This
+	          class used with <code>startedAt</code> and other subproperties
+	          of <code>hasTemporalValue</code> ensures compatibility with <code>xsd:dateTime</code> literals
+	          expressions in [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>] ASN and other serialisations. 
+	          c</p> 
+			</div>		
+			
+	    </div>
+      </div>
+
+
+	  <div class="section" id="object-properties"> 
+	  	<h3><span class="secno">3.2 </span>Object Properties</h3>
+			<div class="buttonpanel"> 
+			<form action=""><p> 
+			<input id="hide-examples2" onclick="set_display_by_class('div','anexample','none'); set_display_by_id('hide-examples2','none'); set_display_by_id('show-examples2','');" value="Hide Examples" type="button"> 
+			<input id="show-examples2" onclick="set_display_by_class('div','anexample',''); set_display_by_id('hide-examples2',''); set_display_by_id('show-examples2','none');" style="display: none" value="Show Examples" type="button"> 
+			</p> 
+			</form> 
+			</div>
+	    <p>The PROV ontology has the following object properties. </p>
+ 	    <p><i>Note: Names of properties starts with a verb in lower case followed by verb(s) starting with upper case </i></p> 
+
+
+
+		<div class="section" id="wasgeneratedby">
+		  <h4><span class="secno">3.2.1 </span>wasGeneratedBy</h4>
+	      <p>The wasGeneratedBy property links the Entity class with the Activity class.</p>
+	      <p><i>Note: No arity constraints are assumed between Entity and Activity</i></p>	
+          <img src="diagrams/wasGeneratedBy.png" style="height: 3em" alt="wasGeneratedBy links Entity to Activity">
+		  <div class="anexample">
+			  <div><b>Example</b></div>
+			  <p>Example of wasGeneratedBy property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>e1 wasGeneratedBy act0</i>. The RDF/XML syntax for asserting this information is given below.
+			  </p>		
+			  <div class="exampleOuter">
+				<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#e1"&gt;
+	&lt;rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Entity"/&gt;
+	&lt;prov:wasGeneratedBy&gt;
+		&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#act0"&gt;
+			&lt;rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Activity"/&gt;
+		&lt;/rdf:Description&gt;
+	&lt;prov:wasGeneratedBy&gt;
+&lt;/rdf:Description&gt;    </pre>
+			  </div>
+		  </div>
+	    </div>
+
+		<div class="section" id="revision">
+		  <h4><span class="secno">3.2.2 </span>wasRevisionOf</h4>
+	      <p>The wasRevisionOf property links two instances of Entity class, where one instance is a revision of another instance, and there is explicit role of an Agent in asserting this information.</p>
+		  <div class="anexample">
+			<div><b>Example</b></div>
+			  <p>Example of wasRevisionOf property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>e3 wasRevisionOf e2</i>. The RDF/XML syntax for asserting this information is given below.
+			  </p>		
+			  <div class="exampleOuter">
+				<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#e3"&gt;
+	&lt;rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Entity"/&gt;
+	&lt;prov:wasRevisionOf&gt;
+		&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#e2"&gt;
+			&lt;rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Entity"/&gt;
+		&lt;/rdf:Description&gt;
+	&lt;prov:wasRevisionOf&gt;
+&lt;/rdf:Description&gt;    </pre>
+			  </div>
+			</div>
+		<div class="note"> Can instance of Agents be reasoning agents that infer the information that one Entity instance is a revision of another Entity instance and then asserts the information? In other words, is assertion after inference supported by this property?
+		  </div>
+	    </div>
+
+		<div class="section" id="wasderivedfrom">
+		  <h4><span class="secno">3.2.3 </span>wasDerivedFrom</h4>
+          <p>The wasDerivedFrom property links two instances of Entity class, where "some characterized entity is transformed from, created from, or affected by another characterized entity." [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>]</p>
+          <img src="diagrams/wasDerivedFrom.png" style="height: 3em" alt="wasDerivedFrom links Entity to Entity">
+			<div class="anexample">
+				<div><b>Example</b></div>
+				<p> Example of wasDerivedFrom property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>e3 wasDerivedFrom e2</i>. The RDF/XML syntax for asserting this is given below.
+				</p>		
+				<div class="exampleOuter">
+					<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#e3"&gt;
+	&lt;prov:wasDerivedFrom rdf:resource="http://www.example.com/crimeFile#e2"/&gt;
+&lt;/rdf:Description&gt;	</pre>
+				</div>
+			</div>
+		  <div class="issue">Should derivation have a time? Which time? This is <a href="http://www.w3.org/2011/prov/track/issues/43">ISSUE-43</a>.</div>
+		  <div class="issue">Should we specifically mention derivation of agents? This is <a href="http://www.w3.org/2011/prov/track/issues/42">ISSUE-42</a>.</div>
+        </div>
+		
+		<div class="section" id="waseventuallyderivedfrom">
+			<h4><span class="secno">3.2.4 </span>wasEventuallyDerivedFrom</h4>
+			<p>This object property is used to link two instances of Entity class that "...are not directly used and generated respectively" by a single instance of Activity class [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>].
+			</p>
+			<img src="diagrams/wasEventuallyDerivedFrom.png" style="height: 3em" alt="wasEventuallyDerivedFrom links Entity to Entity">
+			<div class="anexample">
+				<div><b>Example</b></div>
+				<p> Example of wasEventuallyDerivedFrom property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>e5 wasEventuallyDerivedFrom e2</i>. The RDF/XML syntax for asserting this is given below.		
+				   </p><div class="exampleOuter">
+					<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#e5"&gt;
+	&lt;prov:wasEventuallyDerivedFrom rdf:resource="http://www.example.com/crimeFile#e2"/&gt;
+&lt;/rdf:Description&gt;	</pre>
+				   </div>
+			</div>
+			<div class="issue">Is the current definition of wasEventuallyDerivedFrom inconsistent with definition of wasDerivedFrom? This is <a href="http://www.w3.org/2011/prov/track/issues/122">ISSUE-122 </a> and <a href="http://www.w3.org/2011/prov/track/issues/126">ISSUE-126</a></div>
+		</div>
+		
+		<div class="section" id="dependedon">
+			  <h4><span class="secno">3.2.5 </span>dependedOn</h4>
+		      <p>The dependedOn property links two instances of Entity class to model the derivation of one instance from another instance. This is a <i>transitive</i> property, in other words if an Entity instance a1 dependedOn a2 and a2 dependedOn a3, then a1 dependedOn a3 is also true.</p>
+		      <img src="diagrams/dependedOn.png" style="height: 3em" alt="dependedOn links Entity to Entity">
+			   <div class="anexample">
+				   <div><b>Example</b></div>
+				   <p>Example of dependedOn property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>e5 dependedOn e2</i>. The RDF/XML syntax for asserting this is given below.</p>		
+				   <div class="exampleOuter">
+					<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#e5"&gt;
+	&lt;prov:dependedOn rdf:resource="http://www.example.com/crimeFile#e2"/&gt;
+&lt;/rdf:Description&gt;	</pre>
+				   </div>
+				</div>
+              <div class="issue">Is dependedOn a parent property of
+              wasDerivedFrom? This is <a href="http://www.w3.org/2011/prov/track/issues/125">ISSUE-125</a>
+              </div> 
+        </div>
+
+
+
+		<div class="section" id="used">
+		  <h4><span class="secno">3.2.6 </span>used</h4>
+	      <p>The used property links the Activity class to the Entity class, where the Entity instance is "consumed" by a Activity instance.</p>
+	      <p><i>Note: No arity constraints are assumed between Entity and Activity</i></p>
+          <img src="diagrams/used.png" style="height: 3em" alt="used links Activity to Entity">
+			<div class="anexample">
+			  <div><b>Example</b></div>
+			  <p> Example of used property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>pe2 used e2</i>. The RDF/XML syntax for asserting this is given below.</p>		
+			  <div class="exampleOuter">
+				<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#act2"&gt;
+	&lt;prov:used rdf:resource="http://www.example.com/crimeFile#e2"/&gt;
+  &lt;/rdf:Description&gt;	</pre>
+			  </div>
+			</div>
+	    </div>
+
+
+		<div class="section" id="hadparticipant">
+		  <h4><span class="secno">3.2.7 </span>hadParticipant</h4>
+	      <p>The hadPariticipant property links Entity class to Activity class, where Entity used or wasGeneratedBy Activity.</p>
+		  <p><i>Note: No arity constraints are assumed between Entity and Activity</i></p>
+		   <img src="diagrams/hadParticipant.png" style="height: 3em" alt="hadParticipant links Activity to Entity">
+		  <div class="anexample">
+			  <div><b>Example</b></div>
+			  <p> Example of hadParticipant property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>pe2 hadParticipant e2</i>. The RDF/XML syntax for asserting this is given below.</p>		
+			  <div class="exampleOuter">
+				<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#act2"&gt;
+	&lt;prov:hadParticipant rdf:resource="http://www.example.com/crimeFile#e2"/&gt;
+&lt;/rdf:Description&gt;	</pre>
+			  </div>
+		  </div>
+		  <div class="pending">Suggested definition for participation. This is <a href="http://www.w3.org/2011/prov/track/issues/49">ISSUE-49</a>.</div>
+		<div class="note"> The current definition of hasParticipant does not account for involvement of an Entity in Activity where it was neither "used" or "generated". For example, a witness in a criminal activity.
+		  </div>
+	    </div>
+
+
+
+		<div class="section" id="wascomplementof">
+		  <h4><span class="secno">3.2.8 </span>wasComplementOf</h4>
+	      <p>The wasComplementOf property links two instances of set of assertions about Entity instances, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval." [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>]</p>
+	       <img src="diagrams/wasComplementOf.png" style="height: 3em" alt="wasComplementOf links Entity to Entity">	
+			<div class="note"> Should the wasComplementOf property link two instances of ProvenanceContainer (or Account) classes since they are two classes modeling a set of (one or more) provenance assertions?
+			  </div>
+	    </div>
+
+
+
+		<div class="section" id="wascontrolledby">
+		  <h4><span class="secno">3.2.9 </span>wasControlledBy</h4>
+	      <p>The wasControlledBy property links Activity class to Agent class, where control represents the involvement of the Agent in modifying the characteristics of the instance of the Activity class"[<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>].</p>
+          <img src="diagrams/wasControlledBy.png" style="height: 3em" alt="wasControlledBy links Activity to Agent">
+		  <div class="anexample">
+			  <div><b>Example</b></div>
+			  <p> Example of wasControlledBy property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>FileAppending</i> (Activity) <i>wasControlledBy Bob</i>. The RDF/XML syntax for asserting this is given below.		
+			  </p><div class="exampleOuter">
+				<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#act1"&gt;
+  &lt;prov:wasControlledBy&gt;
+	&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#Bob"&gt;
+	  &lt;rdf:type rdf:resource="http://www.example.com/crime#Journalist"/&gt;
+	&lt;/rdf:Description&gt;
+  &lt;/prov:wasControlledBy&gt;
+&lt;/rdf:Description&gt;	</pre>
+			  </div>		
+		  </div>
+	    </div>
+
+
+
+        <div class="section" id="hadrecipe">
+          <h4><span class="secno">3.2.10 </span>hadRecipe</h4>
+          <p>This property links the Activity class to the Recipe class, which describes the execution characteristics of the instance of the Activity class. The recipe might or might not have been followed exactly by the Activity.
+          </p>
+          <img src="diagrams/hadRecipe.png" style="height: 3em" alt="hadRecipe links Activity to Agent">
+		  <div class="anexample">
+			  <div><b>Example</b></div>
+			  <p> Example of hadRecipe property in the (extended)<a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is that act1 (instance of Activity class) followed some file appending instructions (instructions1). The RDF/XML syntax for asserting this is given below.</p>		
+			  <div class="exampleOuter">
+				<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#act1"&gt;
+	&lt;prov:hadRecipe rdf:resource="http://www.example.com/crimeFile#instructions1"/&gt;
+&lt;/rdf:Description&gt;	</pre>
+			  </div>
+		   </div>
+        </div>
+
+
+
+        <div class="section" id="wasinformedby">
+          <h4><span class="secno">3.2.11 </span>wasInformedBy</h4>
+          <p> This object property links two instances of the Activity classes. It is used to express the information that a given process execution used an entity that was generated by another process execution.
+          </p>
+          <img src="diagrams/wasInformedBy.png" style="height: 3em" alt="wasInformedBy links Activity to Activity">
+		  <div class="anexample">
+			  <div><b>Example</b></div>
+			  <p> Example of wasInformedBy property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>pe4 wasInformedBy act3</i>. The RDF/XML syntax for asserting this is given below.</p>		
+			  <div class="exampleOuter">
+				<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#act4"&gt;
+	&lt;prov:wasInformedBy rdf:resource="http://www.example.com/crimeFile#act3"/&gt;
+&lt;/rdf:Description&gt;	</pre>
+			  </div>
+		  </div>
+        </div>
+
+
+
+        <div class="section" id="wascheduledafter">
+          <h4><span class="secno">3.2.12 </span>wasScheduledAfter</h4>
+          <p>
+          This property links two instances of Activity class to specify the order of their executions. Specifically, it is used to specify that a given process execution starts after the end of another process execution.
+          </p>
+          <img src="diagrams/wasScheduledAfter.png" style="height: 3em" alt="wasScheduledAfter links Activity to Activity">
+		  <div class="anexample">
+			  <div><b>Example</b></div>
+			  <p> Example of wasScheduledAfter property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>pe4 wasScheduledAfter act3</i>. The RDF/XML syntax for asserting this is given below.</p>		
+			  <div class="exampleOuter">
+				<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#act4"&gt;
+	&lt;prov:wasScheduledAfter rdf:resource="http://www.example.com/crimeFile#act3"/&gt;
+&lt;/rdf:Description&gt;	</pre>
+			  </div>
+		  </div>
+		<div class="issue"> There is proposal to either rename wasScheduledAfter or clarify its definition in PROV-DM. These are issues <a href="http://www.w3.org/2011/prov/track/issues/148">Issue-148</a>
+		  </div>
+        </div>
+
+		
+		<div class="section" id="hadtemporalvalue">
+	      <h4><span class="secno">3.2.13 </span>hadTemporalValue</h4>
+	      <p> This object property links an instance of <code>Activity</code> or <code>Entity</code> with an              <code>time:TemporalEntity</code> from [<cite><a href="#bib-OWL-TIME" rel="biblioentry" class="bibref">OWL-TIME</a></cite>], thereby allowing association of time value with instances of the              two classes and their subclasses.
+		  </p>
+		  <img src="diagrams/hadTemporalValue.png" style="height: 3em" alt="hadTemporalValue links Activity or Entity to time:TemporalValue">
+		  <div class="anexample">
+			  <div><b>Example</b></div>
+			  <p> Example of hadTemporalValue property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario">provenance scenario</a> is <i>t+3</i> time value is associated with the act3 Activity instanc. The RDF/XML syntax for asserting this is given below.</p>
+				<div class="exampleOuter">
+					<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#act3"&gt;
+	&lt;prov:hasTemporalValue rdf:resource="http://www.example.com/crimeFile#t+3"/&gt;
+&lt;/rdf:Description&gt;	</pre>
+				  </div>
+		  </div>
+		  
+		  
+				<div class="section" id="startedat">
+			          <h5><span class="secno">3.2.13.1 </span>startedAt</h5>
+		              <p> This object property defines the time when <code>Activity</code> started. The time is specified as an <code>time:Instant</code> [<cite><a href="#bib-OWL-TIME" rel="biblioentry" class="bibref">OWL-TIME</a></cite>].
+			          </p>
+			           <img src="diagrams/startedAt.png" style="height: 3em" alt="startedAt links Activity to Instant">
+					<div class="anexample">
+						<div><b>Example</b></div>
+						  <p> Example of startedAt property is that a act1 (instance of Activity class) is "2011-10-20T17:14:12Z". The RDF/XML syntax for asserting this is given below.</p> 	
+						  <div class="exampleOuter">
+							<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#act1"&gt;
+  &lt;prov:startedAt rdf:about="http://www.example.com/crimeFile#t1&gt;
+	  &lt;rdf:type rdf:resource=""http://www.w3.org/2006/time#Instant"/&gt;
+	  &lt;time:inXSDDateTime&gt;2011-10-20T17:14:12Z&lt;/time:inXSDDateTime&gt;
+  &lt;/prov:startedAt&gt;
+&lt;/rdf:Description&gt;	</pre>
+						  </div>
+					</div>		
+			    </div>
+				
+				<div class="section" id="endedat">
+			          <h5><span class="secno">3.2.13.2 </span>endedAt</h5>
+		              <p> This object property defines the time when a <code>Activity</code> ended. The time is specified as an <code>time:Instant</code> [<cite><a href="#bib-OWL-TIME" rel="biblioentry" class="bibref">OWL-TIME</a></cite>].
+			          </p>
+			          <img src="diagrams/endedAt.png" style="height: 3em" alt="endedAt links Activity to Instant">
+					<div class="anexample">
+						<div><b>Example</b></div>
+						  <p> Example of endedAt property is that a act1 (instance of Activity class) is "2011-10-20T20:14:12Z". The RDF/XML syntax for asserting this is given below.</p>	
+						  <div class="exampleOuter">
+							<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#act1"&gt;
+								&lt;prov:endedAt rdf:about="http://www.example.com/crimeFile#t2&gt;
+								  &lt;rdf:type rdf:resource=""http://www.w3.org/2006/time#Instant"/&gt;
+								  &lt;time:inXSDDateTime&gt;2011-10-20T20:14:12Z&lt;/time:inXSDDateTime&gt;
+								&lt;/prov:endedAt&gt;
+&lt;/rdf:Description&gt;</pre>
+						  </div>
+				  </div>		
+			    </div>
+				<div class="section" id="wasGeneratedat">
+			          <h5><span class="secno">3.2.13.3 </span>wasGeneratedAt</h5>
+		              <p> This object property defines the time when a <code>Entity</code> was generated by Activity. 
+			          </p>
+			          <img src="diagrams/wasGeneratedAt.png" style="height: 3em" alt="wasGeneratedAt links Entity to Instant">	
+		              <div class="anexample">
+						  <div><b>Example</b></div>
+						  <p> Example of wasGeneratedAt property is that a e1 (instance of Entity class) wasGeneratedAt "2011-10-20T20:12:12Z". The RDF/XML syntax for asserting this is given below.</p>
+						  <div class="exampleOuter">
+							<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#e1"&gt;
+								&lt;prov:wasGeneratedAt rdf:about="http://www.example.com/crimeFile#t3&gt;
+								  &lt;rdf:type rdf:resource=""http://www.w3.org/2006/time#Instant"/&gt;
+								  &lt;time:inXSDDateTime&gt;2011-10-20T20:12:12Z&lt;/time:inXSDDateTime&gt;
+								&lt;/prov:startedAt&gt;
+&lt;/rdf:Description&gt;</pre>
+						  </div>
+						</div>
+			    </div>			 
+	    </div>	
+
+		<div class="section" id="attribution">
+			  <h4><span class="secno">3.2.14 </span>wasAttributedTo</h4>
+		      <p>The wasAttributedTo property links an instance of the Entity class to an instance of Agent class.</p>		
+		      <img src="diagrams/wasAttributedTo.png" style="height: 3em" alt="wasAttributedTo links Entity to Agent">
+			   <div class="anexample">
+				  <div><b>Example</b></div>
+				  <p> Example of wasAttributedTo property as an addition to the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is the attribution of e3 to David for writting editing the file (<i>e3 wasAttributedTo David</i>). The RDF/XML syntax for asserting this is given below.</p>		
+				  <div class="exampleOuter">
+					<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#e3"&gt;
+	&lt;prov:wasAttributedTo rdf:resource="http://www.example.com/crimeFile#David"/&gt;
+&lt;/rdf:Description&gt;	</pre>
+				  </div>
+			   </div>
+		</div>
+		
+		<div class="section" id="quotation">
+			  <h4><span class="secno">3.2.15 </span>wasQuoteOf</h4>
+		      <p>The wasQuoteOf property links an instance of the Entity class to an instance of the Agent class.</p>	
+		       <img src="diagrams/wasQuoteOf.png" style="height: 3em" alt="wasQuoteOf links Entity to Agent">
+			   <div class="anexample">
+				  <div><b>Example</b></div>
+				  <p> Example of wasQuoteOf property as an addition to the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is e2 quoting Alice, recorded by Bob (<i> e2 wasQuoteOf Alice</i>). The RDF/XML syntax for asserting this is given below.</p>		
+				  <div class="exampleOuter">
+					<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#e2"&gt;
+	&lt;prov:wasQuoteOf rdf:resource="http://www.example.com/crimeFile#Alice"/&gt;
+&lt;/rdf:Description&gt;	</pre>
+				  </div>
+			   </div>
+		</div>
+		
+		<div class="section" id="summary">
+			  <h4><span class="secno">3.2.16 </span>wasSummaryOf</h4>
+		      <p>The wasSummaryOf property links two instances of the Entity class.</p>	
+		       <img src="diagrams/wasSummaryOf.png" style="height: 3em" alt="wasSummaryOf links Entity to Entity">
+			   <div class="anexample">
+				  <div><b>Example</b></div>
+				  <p> Example of wasSummaryOf property as an addition to the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is e3 summarizing some additional statistics(<i> e3 wasSummaryOf statistics</i>). The RDF/XML syntax for asserting this is given below.</p>		
+				  <div class="exampleOuter">
+					<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#e3"&gt;
+	&lt;prov:wasSummaryOf rdf:resource="http://www.example.com/crimeFile#statistics"/&gt;
+&lt;/rdf:Description&gt;	</pre>
+				  </div>
+			   </div>
+		</div>
+		
+		<div class="section" id="originalsource">
+			  <h4><span class="secno">3.2.17 </span>hadOriginalSource</h4>
+		      <p>The hadOriginalSource property links two instances of the Entity class. This property is defined to be a specialization of the wasEventuallyDerivedFrom propery.</p>
+		       <img src="diagrams/hadOriginalSource.png" style="height: 3em" alt="hadOriginalSource links Entity to Entity">
+			  <div class="anexample">
+				  <div><b>Example</b></div>
+				  <p> Example of hadOriginalSource property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> <i> e6 hadOriginalSource e1</i>. The RDF/XML syntax for asserting this is given below.</p>		
+				  <div class="exampleOuter">
+					<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#e6"&gt;
+	&lt;prov:hadOriginalSource rdf:resource="http://www.example.com/crimeFile#e1"/&gt;
+&lt;/rdf:Description&gt;	</pre>
+				  </div>
+			  <div>
+		</div></div></div>
+		
+		<div class="section" id="hadqualifiedusage">
+			<h4><span class="secno">3.2.18 </span>hadQualifiedUsage</h4>
+	    	<p>The hadQualifiedUsage property links the Activity class with the Usage class.</p>
+	    			       <img src="diagrams/hadQualifiedUsage.png" style="height: 3em" alt="hadQualifiedUsage links Activity to Usage">
+			<div class="anexample">
+				<div><b>Example</b></div>
+				  <p> Example of hadQualifiedUsage property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> <i> act1 hadQualifiedUsage u1</i>, where the hadRole describes the usage of e1 as a "load". The RDF/XML syntax for asserting this is given below.</p>		
+				  <div class="exampleOuter">
+					<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#act1"&gt;
+	&lt;prov:hadQualifiedUsage rdf:resource="http://www.example.com/Usage#u1"/&gt;
+&lt;/rdf:Description&gt;	</pre>
+				  </div>
+			</div>
+	    </div>	
+
+		<div class="section" id="hadqualifiedparticipation">
+			<h4><span class="secno">3.2.19 </span>hadQualifiedParticipation</h4>
+	    	<p>The hadQualifiedParticipation property links the Activity class with the Participation class.</p>
+	    		       <img src="diagrams/hadQualifiedParticipation.png" style="height: 3em" alt="hadQualifiedParticipation links Activity to Participation">
+			<div class="anexample">
+				<div><b>Example</b></div>
+				  <p> Example of hadQualifiedParticipation property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> <i> act1 hadQualifiedParticipation p1</i>, where the hadRole describes the participation of Alice as an "author" in act1. The RDF/XML syntax for asserting this is given below.</p>		
+				  <div class="exampleOuter">
+					<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#act1"&gt;
+	&lt;prov:hadQualifiedParticipation rdf:resource="http://www.example.com/crimeFile#p1"/&gt;
+&lt;/rdf:Description&gt;	</pre>
+				  </div>
+			</div>
+	    </div>	
+	
+		<div class="section" id="hadqualifiedcontrol">
+			<h4><span class="secno">3.2.20 </span>hadQualifiedControl</h4>
+	    	<p>The hadQualifiedControl property links the Activity class with the Control class.</p>
+	    		       <img src="diagrams/hadQualifiedControl.png" style="height: 3em" alt="hadQualifiedControl links Activity to Control">
+			<div class="anexample">
+				<div><b>Example</b></div>
+				  <p> Example of hadQualifiedControl property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> <i> act0 hadQualifiedControl c1</i>, where the hadRole describes the control of act0 by Alice as "creator". The RDF/XML syntax for asserting this is given below.</p>		
+				  <div class="exampleOuter">
+					<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#act0"&gt;
+	&lt;prov:hadQualifiedControl rdf:resource="http://www.example.com/crimeFile#c1"/&gt;
+&lt;/rdf:Description&gt;	</pre>
+				  </div>
+			</div>
+	    </div>
+	
+		<div class="section" id="hadqualifiedgeneration">
+			<h4><span class="secno">3.2.21 </span>hadQualifiedGeneration</h4>
+	    	<p>The hadQualifiedGeneration property links the Activity class with the Generation class.</p>
+	    		       <img src="diagrams/hadQualifiedGeneration.png" style="height: 3em" alt="hadQualifiedGeneration links Activity to Generation">
+			<div class="anexample">
+				<div><b>Example</b></div>
+				  <p> Example of hadQualifiedGeneration property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> <i> e1 hadQualifiedGeneration g1</i>, where the hadRole describes the generation of e1 by "save". The RDF/XML syntax for asserting this is given below.</p>		
+				  <div class="exampleOuter">
+					<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#e1"&gt;
+	&lt;prov:hadQualifiedGeneration rdf:resource="http://www.example.com/crimeFile#u1"/&gt;
+&lt;/rdf:Description&gt;	</pre>
+				  </div>
+			</div>
+	    </div>
+	
+		<div class="section" id="hadqualifiedentity">
+			<h4><span class="secno">3.2.22 </span>hadQualifiedEntity</h4>
+	    	<p>The hadQualifiedEntity property links the QualifiedInvolvement class with the Entity class.</p>
+	    		       <img src="diagrams/hadQualifiedEntity.png" style="height: 3em" alt="hadQualifiedInvolvement links QualifiedInvolvement to Entity">
+			<div class="anexample">
+				<div><b>Example</b></div>
+				  <p> Example of hadQualifiedEntity property from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> <i> u2 hadQualifiedEntity e2</i>, where the hadRole describes the usage of e2 as an "attachment". The RDF/XML syntax for asserting this is given below.</p>		
+				  <div class="exampleOuter">
+					<pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#u2"&gt;
+	&lt;prov:hadQualifiedEntity rdf:resource="http://www.example.com/crimeFile#e2"/&gt;
+&lt;/rdf:Description&gt;	</pre>
+				  </div>	    	
+			</div>
+	    </div>		
+      </div>
+
+		<div class="section" id="characteristics-of-object-properties">
+			<h3><span class="secno">3.3 </span>Characteristics of Object Properties </h3>
+			  <p>The table below summarizes the characteristics of the object properties that are defined in the OWL schema.
+			  </p> 			 		     
+		      <table style="border-collapse: separate; border-spacing: 0; border-width: 1px; border-style: solid; border-color: #000; padding: 0">
+		      <tbody><tr>
+		<th style="border-style: solid; border-width: 0 1px 1px 0">
+		</th><th style="border-style: solid; border-width: 0 1px 1px 0"> Functional
+		</th><th style="border-style: solid; border-width: 0 1px 1px 0"> Reverse functional
+		</th><th style="border-style: solid; border-width: 0 1px 1px 0"> Transitive
+		</th><th style="border-style: solid; border-width: 0 1px 1px 0"> Symmetric
+		</th><th style="border-style: solid; border-width: 0 1px 1px 0">Asymmetric
+		</th><th style="border-style: solid; border-width: 0 1px 1px 0"> Reflexive
+
+		</th><th style="border-style: solid; border-width: 0 1px 1px 0"> Irreflexive
+		</th></tr>
+		<tr>
+		<td style="border-style: solid; border-width: 0 1px 1px 0"> wasControlledBy
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">?
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0"> No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+		</td></tr>
+		<tr>
+		<td style="border-style: solid; border-width: 0 1px 1px 0"> wasDerivedFrom
+
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+		</td></tr>
+		<tr>
+		<td style="border-style: solid; border-width: 0 1px 1px 0"> hadParticipant
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">?
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+		</td></tr>
+		<tr>
+		<td style="border-style: solid; border-width: 0 1px 1px 0"> wasGeneratedBy
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">?
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+		</td></tr>
+		<tr>
+		<td style="border-style: solid; border-width: 0 1px 1px 0"> used
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">?
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+		</td></tr>
+		<tr>
+		<td style="border-style: solid; border-width: 0 1px 1px 0"> wasInformedBy
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td></tr>
+		<tr>
+		<td style="border-style: solid; border-width: 0 1px 1px 0"> wasScheduledAfter
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">No
+		</td><td style="border-style: solid; border-width: 0 1px 1px 0">Yes
+		</td></tr></tbody></table>
+		<div class="note">Some of the properties may be subject to discussion. In particular, regarding the object properties    <i>wasControlledBy</i>, <i>wasGeneratedBy</i> and <i>used</i>, we did not specify whether they are transitive or not. One may argue that given that an agent can be a process execution, a process execution, e.g., <i>pe1</i>, can be controlled by an agent <i>pe2</i>, which happens to be a process execution that is controlled by an agent <i>ag</i>, and that, therefore, <i>ag</i> (indirectly) controls <i>pe1</i>. The same argument can be applied to <i>wasGeneratedBy</i> and <i>used</i>. That said, we are not convinced that these properties should be declared as transitive. In fact, we are more inclined towards specifying that they are not.</div>
+	  </div>
+
+	  <div class="section" id="annotation-properties"> 
+	  	<h3><span class="secno">3.4 </span>Annotation Properties</h3>
+		  <p>The PROV ontology uses the OWL2 annotation properties to describe additional information about the PROV ontology classes, properties, individuals, and axioms. OWL2 defines nine annotation properties that are part of the OWL2 structural specification (see OWL2 Syntax document for additional details [<cite><a href="#bib-OWL2-SYNTAX" rel="biblioentry" class="bibref">OWL2-SYNTAX</a></cite>]):</p>
+			<ul>
+			  <li><a href="http://www.w3.org/TR/2009/REC-owl2-syntax-20091027/#Annotation_Properties"><b>rdfs:label</b></a>- This property is used to associated a "human-readable label" with a term. For example, the class "<a href="#location">Location</a>" can be annotated with "Geo-spatial Location" label using rdfs:label</li>
+			  <li><a href="http://www.w3.org/TR/2009/REC-owl2-syntax-20091027/#Annotation_Properties"><b>rdfs:comment</b></a>- This property is used to annotate ontology terms with a readable comment. For example, the class "<a href="#location">Location</a>" can be annotated with "This class represents an identifiable geographic place (ISO 19112)" comment using the rdfs:comment property</li>
+			  <li><a href="http://www.w3.org/TR/2009/REC-owl2-syntax-20091027/#Annotation_Properties"><b>rdfs:seeAlso</b></a>- Provenance ontologies can use this property for referring to location of additional information, using an Internationalized Resource Identifier (IRI), associated with a provenance ontology resource. For example, a PROV ontology term can refer users to the PROV Data Model for a descriptive specification</li>
+			  <li><a href="http://www.w3.org/TR/2009/REC-owl2-syntax-20091027/#Annotation_Properties"><b>rdfs:isDefinedBy</b></a>- Information related to the definition of a term can be provided by a PROV ontology term using this property</li>
+			  <li><a href="http://www.w3.org/TR/2009/REC-owl2-syntax-20091027/#Annotation_Properties"><b>owl:deprecated</b></a>- In many cases, domain-specific provenance ontologies will replace or remove certain ontology terms. These terms can be labeled using this property (with value set to be "true^^xsd:boolean")</li>
+			  <li><a href="http://www.w3.org/TR/2009/REC-owl2-syntax-20091027/#Annotation_Properties"><b>olw:versionInfo</b></a>- This property is used to associate a version information with ontology terms. For example, the current version of the PROV ontology is version "1.0"</li>
+			  <li><a href="http://www.w3.org/TR/2009/REC-owl2-syntax-20091027/#Annotation_Properties"><b>owl:priorVersion</b></a>- This property allows provenance applications to locate previous version of ontology terms. For example, the PROV ontology can identify a previous version "0.1" using this property</li>
+			  <li><a href="http://www.w3.org/TR/2009/REC-owl2-syntax-20091027/#Annotation_Properties"><b>owl:backwardCompatibleWith</b></a>- Provenance ontologies can specify previous version of the ontology that are compatible with the current version of the ontology using this property</li>
+			  <li><a href="http://www.w3.org/TR/2009/REC-owl2-syntax-20091027/#Annotation_Properties"><b>owl:incompatibleWith</b></a>- Similar to the previous property, this property allows provenance applications to identify incompatible version of provenance ontologies.</li> 
+			</ul>
+			<p>Additional annotation properties can be defined by provenance ontologies, but unlike the OWL2 annotation properties, these custom annotation properties may not be interpreted in a standard manner across different provenance applications.
+			</p>
+			<div class="note"> Is there a need to define standard provenance-specific annotation properties?
+			</div> 	      
+	  </div>        
+
+	  <div class="section" id="overview-of-the-ontology"> 
+	  	<h3><span class="secno">3.5 </span>Overview of the ontology</h3>
+        <p>The following diagram illustrates the complete PROV ontology except for <code>QualifiedInvolvement</code> which is detailed in the <a href="#overview-of-qualified-involvement">subsection on Qualified Involvement</a> below. </p>
+        <img src="diagrams/ProvenanceOntology.png" style="min-width: 45em; width: 55em; max-width: 95%" alt="Classes and properties of the PROV ontology">
+<!--
+	      <p>The following diagram illustrates the complete PROV ontology schema along with the cardinality restrictions imposed on the properties. </p>
+		  <img src="http://www.w3.org/2011/prov/wiki/images/9/9a/Object_Properties_overall_diagram.png" alt="Object properties among all classes in the PROV ontology"/>
+		  <a href="https://dvcs.w3.org/hg/prov/raw-file/34a479f3f5d0/ontology/diagram-history/2011-10-03-tlebo/ProvenanceOntology.owl.pdf"><img src="https://dvcs.w3.org/hg/prov/raw-file/34a479f3f5d0/ontology/diagram-history/2011-10-03-tlebo/ProvenanceOntology.owl.png" alt="Object properties among all classes in the PROV ontology"/></a>
+-->
+      </div> 
+     	
+      <div class="section" id="overview-of-qualified-involvement">	    
+        <h3><span class="secno">3.6 </span>Overview of Qualified Involvement</h3>
+        <p>The <a href="#qualifiedinvolvement">QualifiedInvolvement</a> class describes qualifying information on the PROV-O properties, namely <a href="#used">used</a>, <a href="#wasgeneratedby">wasGeneratedBy</a>, <a href="#wascontrolledby">wasControlledBy</a>, and <a href="#hadparticipant">hadParticipant</a>. The following figure illustrates the representation of qualifying information using these PROV-O classes and properties.</p>      
+        <img src="diagrams/QualifiedInvolvementDiagram.png" style="min-width: 45em; width: 55em; max-width: 95%" alt="Classes and properties of qualified involvement in the PROV ontology">	
+      </div>
+      
+    </div>
+
+	<div class="informative section" id="specializing-provenance-ontology-for-domain-specific-provenance-applications">
+      <!--OddPage--><h2><span class="secno">4. </span>Specializing the PROV Ontology for Domain-specific Provenance Applications</h2><p><em>This section is non-normative.</em></p>
+	    <p>The PROV Ontology does not include all the provenance terms that are required by different application to model provenance information. For example, the classes and properties to model provenance information in the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario">provenance scenario</a>, such as "Journalist" or "FileEditing", are not part of the PROV ontology. This is a deliberate design choice for PROV ontology, since modeling provenance terms for a variety of domain applications in a single ontology is impractical. Hence, the PROV Ontology is conceived as an ontology that can be extended by various domain-specific applications to model the required set of provenance terms. The PROV Ontology classes and properties can be specialized using the following two RDFS properties:</p>
+   		<ul>
+            <li><i>rdfs:subClassOf</i>: The property rdfs:subClassOf is an instance of rdf:Property that is used to state that all the instances of one class are instances of another [<cite><a href="#bib-RDF-SCHEMA" rel="biblioentry" class="bibref">RDF-SCHEMA</a></cite>]</li>
+            <li><i>rdfs:subPropertyOf</i>: "A rdfs:subPropertyOf axiom defines that the property is a subproperty of some other property" [<cite><a href="#bib-RDF-SCHEMA" rel="biblioentry" class="bibref">RDF-SCHEMA</a></cite>]</li>
+         </ul>
+         <p>A new provenance ontology can be created to model the classes and properties required by an application to represent its domain-specific provenance terms. The new provenance ontology, for the given application, is also expected to include all the PROV Ontology classes and properties, which will facilitate provenance exchange through a common set of terms.</p>
+         <p>The following are a few example classes from the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario">provenance scenario</a> that are created by specializing PROV Ontology classes:
+		   </p><ul>
+		     <li>The <a href="#agent">Agent</a> class can be specialized to define a class called Journalist, which has individuals such as alice, bob, and edith </li>
+			 <li>Similarly, the <a href="#activity">Activity</a> class can be specialized to define classes called FileCreation, FileAppending, and FileEditing </li>
+		   </ul>
+	      The [<cite><a href="#bib-PROV-BestPractices" rel="biblioentry" class="bibref">PROV-BestPractices</a></cite>] document describes in detail the approach used to model provenance information in two domain-specific examples by specializing the PROV Ontology.<p></p>
+	</div>
+	<div class="section" id="formal-semantics-of-the-prov-ontology">
+      <!--OddPage--><h2><span class="secno">5. </span>Formal Semantics of the PROV Ontology</h2>
+      <p>The PROV ontology uses OWL2 as the ontology language, hence it supports a set of entailments based on the standard RDF semantics [<cite><a href="#bib-RDF-MT" rel="biblioentry" class="bibref">RDF-MT</a></cite>] and OWL2 semantics ([<cite><a href="#bib-OWL2-DIRECT-SEMANTICS" rel="biblioentry" class="bibref">OWL2-DIRECT-SEMANTICS</a></cite>], [<cite><a href="#bib-OWL2-RDF-BASED-SEMANTICS" rel="biblioentry" class="bibref">OWL2-RDF-BASED-SEMANTICS</a></cite>]). In this section, we describe these set of semantics as applied to the PROV ontology along with a set of constraints introduced in the PROV-DM [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>] that are provenance-specific. It is intended that provenance applications can leverage this normative description of the formal semantics of PROV ontology to support:</p>
+	<ul>
+		<li><b>Automated consistency checking </b>of provenance assertions (in RDF): Any RDF graph generated to represent provenance information using the PROV ontology as schema can be automatically checked for consistency using reasoning tool, such as FaCT++, Pellet, and Racer among others.</li>
+		<li><b>Inferencing</b>: Make implicit knowledge explicit from RDF-encoded provenance datasets using valid entailment rules</li>			
+	</ul>		
+	
+
+
+   <div class="section" id="rdf-semantics-for-prov-ontology">
+		<h3><span class="secno">5.1 </span>RDF Semantics for PROV Ontology</h3>
+		<p> We briefly summarize the essential features of the RDF Semantics and refer to the RDF semantics [<cite><a href="#bib-RDF-MT" rel="biblioentry" class="bibref">RDF-MT</a></cite>] for the normative specification. The RDF Semantics uses model theory, with a notion of interpretation I defined over RDF (rdf-interpretation) or RDFS (rdfs-interpretation) vocabulary, for specifying the formal semantics of a RDF or RDFS graph [<cite><a href="#bib-RDF-MT" rel="biblioentry" class="bibref">RDF-MT</a></cite>]. The rdf-interpretation is an interpretation that satisfies a set of constraints called "<i>RDF semantic conditions</i>" and a set of "<i>RDF axiomatic triples</i>" (see Section 3.1 of RDF Semantics [<cite><a href="#bib-RDF-MT" rel="biblioentry" class="bibref">RDF-MT</a></cite>]). The rdfs-interpretation is defined over the additional terms in the RDFS vocabulary, including <i>rdfs:domain</i>, <i>rdfs:range</i>, <i>rdfs:Class</i>, <i>rdfs:subClassOf</i>, and <i>rdfs:subPropertyOf</i>. An rdfs-interpretation satisfies a set of constraints called "<i>RDFS semantic conditions</i>" and "<i>RDFS axiomatic triples</i>" (see Section 4.1 of RDFS Semantics  [<cite><a href="#bib-RDF-MT" rel="biblioentry" class="bibref">RDF-MT</a></cite>]).
+		</p>
+		<p>The rdfs-interpretation supports the following set of the entailment rules that are applicable to the PROV ontology (we do not discuss the simple RDF entailments):
+		</p>
+		<h4 id="rule-1">Rule 1</h4> 
+		<p>If a PROV ontology class X is defined to be <i>domain</i> of a PROV property, then an individual asserted as "subject" of that property in a RDF triple is an instance of the class X. (from rdf2 Rule defined in RDF Semantics)
+		</p>
+		<h4 id="rule-2">Rule 2</h4>
+		<p>Similar to Rule 1, if a PROV ontology class Y is defined to be <i>range</i> of a PROV object property, then an individual asserted as "object" of that property in a RDF triple is an instance of the class Y. (from rdf3 Rule defined in RDF Semantics)
+		</p>
+		<h4 id="rule-3">Rule 3</h4>
+		<p>Both the <code>rdfs:subClassOf</code> and <code>rdfs:subPropertyOf</code> are transitive properties, hence provenance assertions, in form of RDF triples, using a specialized sub class or sub property can be inferred to be true for their parent class or parent property. For example, in the provenance scenario, though alice and bob are asserted to be individuals of the class Journalist, we can infer that they are also individuals of the PROV ontology class Agent and Entity. 
+		</p><div class="anexample">Given,						
+		<p></p>
+			<div class="exampleOuter">
+			  <pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#Alice"&gt;
+					  &lt;rdf:type rdf:resource="http://www.example.com/crime#Journalist"/&gt;
+&lt;/rdf:Description&gt;</pre>
+			</div>
+		
+		<p>and</p> 
+		<div class="exampleOuter">
+		  <pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crime#Journalist"&gt;
+                  &lt;rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov-o/Agent"/&gt;
+&lt;/rdf:Description&gt;
+&lt;rdf:Description rdf:about="http://www.w3.org/ns/prov-o/Agent"&gt;
+                  &lt;rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov-o/Entity"/&gt;
+&lt;/rdf:Description&gt;</pre>
+		</div>
+		<p>we can infer the following</p>
+		<div class="exampleOuter">
+		  <pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#Alice"&gt;
+                  &lt;rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Agent"/&gt;
+&lt;/rdf:Description&gt;</pre>
+		</div>
+		<p>and</p>
+		<div class="exampleOuter">
+		  <pre class="example">&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#Alice"&gt;
+                  &lt;rdf:type rdf:resource="http://www.w3.org/ns/prov-o/Entity"/&gt;
+&lt;/rdf:Description&gt;</pre>
+		</div>	
+	  </div>
+	</div>
+
+
+
+	<div class="section" id="owl2-semantics-for-prov-ontology">
+		<h3><span class="secno">5.2 </span>OWL2 Semantics for PROV Ontology</h3>
+		<p>In addition to RDF Semantics, the OWL2 semantics as described in [<cite><a href="#bib-OWL2-DIRECT-SEMANTICS" rel="biblioentry" class="bibref">OWL2-DIRECT-SEMANTICS</a></cite>], [<cite><a href="#bib-OWL2-RDF-BASED-SEMANTICS" rel="biblioentry" class="bibref">OWL2-RDF-BASED-SEMANTICS</a></cite>] are also applicable to PROV ontology. We consider the OWL2 RDF-Based Semantics (since it is a semantics superset of OWL2 Direct Semantics) and specifically the extension of the D-interpretation, which satisfies the constraints for rdf-interpretation, rdfs-interpretation (as defined in previous section), graphs with blank nodes, and interpretation defined for RDF datatypes (see Section 5.1 in RDF Semantics [<cite><a href="#bib-RDF-MT" rel="biblioentry" class="bibref">RDF-MT</a></cite>]). The OWL2 RDF-based semantics introduces the notion of "facets" to constrain datatypes, both the rdf:XMLLiteral defined in the RDF Semantics [<cite><a href="#bib-RDF-MT" rel="biblioentry" class="bibref">RDF-MT</a></cite>] and datatypes defined in the OWL2 Structural Specifications [<cite><a href="#bib-OWL2-SYNTAX" rel="biblioentry" class="bibref">OWL2-SYNTAX</a></cite>]. The OWL2 RDF-based interpretation, also called <b>D-interpretation with facets</b> is a D-interpretation that also satisfies the OWL2 RDF-based semantics called "semantic constraints" (see Section 5 in OWL2 RDF-Based Semantics [<cite><a href="#bib-OWL2-RDF-BASED-SEMANTICS" rel="biblioentry" class="bibref">OWL2-RDF-BASED-SEMANTICS</a></cite>]).  
+		</p>
+	</div>
+	<div class="section" id="entailments-supported-by-the-provenance-model">
+	<h3><span class="secno">5.3 </span>Provenance-specific Entailments Supported by PROV Ontology</h3>
+	<p>The PROV-DM [<cite><a href="#bib-PROV-DM" rel="biblioentry" class="bibref">PROV-DM</a></cite>] introduces a set of provenance-specific constraints. These provenance constraints will be modeled in PROV ontology as OWL axioms or as rules using the Rule Interchange Framework (RIF) [<cite><a href="#bib-RIF-OVERVIEW" rel="biblioentry" class="bibref">RIF-OVERVIEW</a></cite>]. These constraints are expected to be used by provenance applications in addition to the PROV ontology file.</p>
+	<div class="note"> The provenance-specific constraints are currently under review and discussion. Individual constraints will be added to the PROV ontology or as RIF rules after the relevant issues are resolved. The provenance constraints will be progressively added to this section as the related issues are resolved.
+	</div>
+	     
+    </div>   	  
+    </div>   	  
+
+<!--	<section class="appendix"> 
+	<h2>Provenance-specific Constraints</h2>
+	<p>This section lists the provenance-specific constraints introduced by the PROV-DM [[PROV-DM]], but are still under discussion.
+	<section id="provenance-constraint-on-activity">
+	  <h4>Provenance constraint on Activity</h4>
+	  <p>The PROV-DM describes a constraint on ordering of time (or event) associated with a <a href="#activity">Activity.</a> </p>
+  	  <div class='issue'>"From a process execution expression, one can infer that the start event precedes the end event of the represented activity." This is <a href="http://www.w3.org/2011/prov/track/issues/121">ISSUE-121</a></div>
+	</section>
+   	<section id="provenance-constraint-on-wasgeneratedby-generation-affects-attributes">
+	  <h4>Provenance constraint on wasGeneratedBy (generation-affects-attributes)</h4>
+	  <p>The PROV-DM describes a constraint on wasGeneratedBy that associates the values of attributes of an Entity with the Activity that generated the Entity.</p>
+      <div class='issue'>"Given a process execution act, entity e, role r, and optional time t, if the assertion wasGeneratedBy(e,pe,r) or wasGeneratedBy(e,pe,r,t) holds, the values of some of e's attributes are determined by the activity denoted by act and the entities used by act. Only some (possibly none) of the attributes values may be determined since, in an open world, not all used entities may have been asserted." This is <a href="http://www.w3.org/2011/prov/track/issues/122">ISSUE-122 </a> and <a href="http://www.w3.org/2011/prov/track/issues/105">ISSUE-105</a></div>
+	</section>
+	<section id="provenance-constraint-on-wasgeneratedby-generation-pe-ordering">
+	  <h4>Provenance constraint on wasGeneratedBy (generation-pe-ordering)</h4>
+	  <p>The second constraint on wasGeneratedBy associates an ordering of events associated with the generation of an Entity instance and the start, end time or event of theActivityinstance.</p>
+	  	<div class='note'> Without an explicit association of <a href="#time">TemporalEntity</a> with the <a href="#entity">Entity</a> instance and <a href="#activity">PE</a> instance, it is not possible to state or enforce this constraint in the PROV ontology schema and the corresponding RDF dataset.
+		  </div>
+	</section>
+	<section id="provenance-constraint-on-wasgeneratedby-generation-unicity">
+	  <h4>Provenance constraint on wasGeneratedBy (generation-unicity)</h4>
+	  <p>The PROV-DM describes a constraint on wasGeneratedBy that asserts that given an account, only oneActivityinstance can be associated to an Entity instance by the property wasGeneratedBy.</p>
+	<div class='issue'>"Given an entity expression denoted by e, two process execution expressions denoted by act1 and act2, and two qualifiers q1 and q2, if the expressions wasGeneratedBy(e,pe1,q1) and wasGeneratedBy(e,pe2,q2) exist in the scope of a given account, then act1=act2 and q1=q2." This is <a href="http://www.w3.org/2011/prov/track/issues/105">ISSUE-105</a></div>
+	</section>
+	<section id ="provenance-constraint-on-used-use-attributes">
+	  <h4>Provenance constraint on Used (use-attributes)</h4>
+	  <p>A constraint is defined for the Used relation in PROV-DM, that makes it necessary for an attribute-value to be true for an Entity instance linked to a Activity instance by relation Used.    
+	  </p>
+	  <div class='issue'>"Given a process execution expression identified by act, an entity expression identified by e, a qualifier q, and optional time t, if assertion used(pe,e,q) or used(pe,e,q,t) holds, then the existence of an attribute-value pair in the entity expression identified by e is a pre-condition for the termination of the activity represented by the process execution expression identified by act." This is <a href="http://www.w3.org/2011/prov/track/issues/124">ISSUE-124</a></div>
+	</section>	
+    <section id ="provenance-constraint-on-used-pe-ordering">
+	  <h4>Provenance constraint on Used (use-pe-ordering)</h4>
+	  <p>The PROV-DM describes a constraint for Used relation, which makes it necessary for an Entity instance e (linked to a Activity instance act by Used relation) to be "used" before act terminates and also the "generation" of e precedes "use" of e.
+	  </p>
+	  <div class='issue'>"Given a process execution expression identified by act, an entity expression identified by e, a qualifier q, and optional time t, if assertion used(pe,e,q) or used(pe,e,q,t) holds, then the use of the thing represented by entity expression identified by e precedes the end time contained in the process execution expression identified by act and follows its beginning. Furthermore, the generation of the thing denoted by entity expression identified by e always precedes its use." This is <a href="http://www.w3.org/2011/prov/track/issues/124">ISSUE-124</a></div>
+	</section>
+	<section id ="provenance-constraint-on-derivation-attributes">
+	  <h4>Provenance constraint on wasDerivedFrom (derivation-attributes)</h4>
+	  <p>The PROV-DM describes a constraint for asserting wasDerivedFrom property between two Entity instances if some attributes of an Entity instance are partially or fully determined by attributes values of the other Entity instance.
+	  </p>
+	<div class='issue'>"Given a process execution expression denoted by act, entity expressions denoted by e1 and e2, qualifiers q1 and q2, the assertion wasDerivedFrom(e2,e1,pe,q2,q1) or wasDerivedFrom(e2,e1) holds if and only if the values of some attributes of the entity expression identified by e2 are partly or fully determined by the values of some attributes of the entity expression identified by e1." This is <a href="http://www.w3.org/2011/prov/track/issues/125">ISSUE-125</a></div>
+	</section>
+	<section id ="provenance-constraint-on-derivation-use-generation-ordering">
+	  <h4>Provenance constraint on wasDerivedFrom (derivation-use-generation-ordering)</h4>
+	  <p>The PROV-DM describes a constraint that if wasDerivedFrom property is asserted between two Entity instances e1 and e2, that is wasDerivedFrom (e2, e1), then the for time instant t1 associated with aActivityinstance that "used" is less than the time instant t2 associated with "generation" of e2.
+	  </p>
+	  <div class='note'> Without an explicit association of <a href="#time">TemporalEntity</a> with the <a href="#entity">Entity</a> instance and <a href="#activity">PE</a> instance, it is not possible to state or enforce this constraint in the PROV ontology schema and the corresponding RDF dataset.
+	  </div>
+	</section>
+	<section id ="provenance-constraint-on-derivation-events">
+	  <h4>Provenance constraint on wasDerivedFrom (derivation-events)</h4>
+	  <p>The PROV-DM describes a constraint that if wasDerivedFrom property is asserted between two Entity instances e1 and e2, that is wasDerivedFrom (e2, e1, act), then wasGeneratedBy(e2, act) and used(pe, e1) can also be asserted.
+	  </p>
+	  <div class='note'> Since the above constraint defined in PROV-DM does not define how act is linked to the derivation of e2 from e1, this constraint can be supported in the "opposite" direction in PROV-O. In other words, given e2 was generated at time instant t2 by act and act used e1 at time instant t1 and t1 is less than t2, then we can assert that wasDerivedFrom(e2, e1).
+	  </div>
+	</section>
+	<section id ="provenance-constraint-on-derivation-process-execution">
+	  <h4>Provenance constraint on wasDerivedFrom (derivation-events)</h4>
+	  <p>The PROV-DM describes a constraint that if wasDerivedFrom property is asserted between two Entity instances e1 and e2, then there exists someActivityinstance such that wasGeneratedBy(e2, act) and used(pe, e1) can also be asserted.
+	  </p>
+	  <div class='note'> This constraint is a re-statement of the generic Semantic Web "open-world assumption". Hence, it is not mapped to PROV ontology.
+	  </div>
+	</section>
+	<section id ="provenance-constraint-on-derivation-use">
+	  <h4>Provenance constraint on wasDerivedFrom (derivation-use)</h4>
+	  <p>The PROV-DM describes a constraint that if wasDerivedFrom property is asserted between two Entity instances e1 and e2, and wasGeneratedBy(e2, act) is also asserted then Used(pe, e1) can also be asserted.
+	  </p>
+	  <div class='note'> This will be asserted as a rule.
+	  </div>
+	</section>
+	<section id ="provenance-constraint-on-derivation-generation-generation-ordering">
+	  <h4>Provenance constraint on wasEventuallyDerivedFrom (derivation-generation-generation-ordering)</h4>
+	  <p>The PROV-DM describes a constraint that if wasEventuallyDerivedFrom property is asserted between two Entity instances e1 and e2, then generation of e1 occurred before generation of e2.
+	  </p>
+	  <div class='note'> Without an explicit association of <a href="#time">TemporalEntity</a> (or event) with the <a href="#entity">Entity</a> instance and <a href="#activity">PE</a> instance, it is not possible to state or enforce this constraint in the PROV ontology schema and the corresponding RDF dataset.
+	  </div>
+	</section>
+	<section id ="provenance-constraint-on-derivation-linked-independent">
+	  <h4>Provenance constraint on wasEventuallyDerivedFrom (derivation-linked-independent)</h4>
+	  <p>The PROV-DM describes a constraint that if wasDerivedFrom property is asserted  between two Entity instances e1 and e2, then wasEventuallyDerivedFrom property can also be asserted between the two Entity instances.
+	  </p>
+	  <div class='note'> Is this an equivalence constraint or can we assert a subPropertyOf property between wasDerivedFrom and wasEventuallyFrom?
+	  </div>
+	</section>
+	<section id ="provenance-constraint-on-complementof-necessary-cond">
+	  <h4>Provenance constraint on wasComplementOf (wasComplementOf-necessary-cond)</h4>
+	  <p>The PROV-DM describes a constraint that wasComplementOf property holds between two entities over a temporal intersection of the two entities.
+	  </p>
+	  <div class='note'> Without an explicit association of time value, this constraint cannot be stated or enforced in PROV ontology.
+	  </div>
+	</section>
+	<section id ="provenance-constraint-on-hasParticipant-participant">
+	  <h4>Provenance constraint on hadParticipant (participant)</h4>
+	  <p>The PROV-DM describes a constraint that hadParticipant property holds between an instance of Entity and instance of Activity if the two instances are linked by "used" of "wasControlledBy" or "wasComplementOf".
+	  </p>
+	  <div class='issue'> "Given two identifiers act and e, respectively identifying a process execution expression and an entity expression, the expression hadParticipant(pe,e) holds if and only if:
+		*used(pe,e) holds, or
+	    *wasControlledBy(pe,e) holds, or
+	    *wasComplementOf(e1,e) holds for some entity expression identified by e1, and hadParticipant(pe,e1) holds some process execution expression identified by act." This is <a href="http://www.w3.org/2011/prov/track/issues/127">ISSUE-127</a>
+	  </div>
+	</section>
+	</section>
+-->
+    <div id="acknowledgements" class="appendix section">
+      <!--OddPage--><h2><span class="secno">A. </span>Acknowledgements</h2>
+      <p>
+        The Provenance Working Group Members.
+      </p>
+    </div>
+
+  
+
+<div class="appendix section" id="references"><!--OddPage--><h2><span class="secno">B. </span>References</h2><div class="section" id="normative-references"><h3><span class="secno">B.1 </span>Normative references</h3><dl class="bibliography"><dt id="bib-OWL-TIME">[OWL-TIME]</dt><dd>Feng Pan; Jerry R. Hobbs. <a href="http://www.w3.org/TR/2006/WD-owl-time-20060927"><cite>Time Ontology in OWL.</cite></a> 27 September 2006. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/2006/WD-owl-time-20060927">http://www.w3.org/TR/2006/WD-owl-time-20060927</a> 
+</dd><dt id="bib-OWL2-DIRECT-SEMANTICS">[OWL2-DIRECT-SEMANTICS]</dt><dd>Boris Motik; Peter F. Patel-Schneider; Bernardo Cuenca Grau. <a href="http://www.w3.org/TR/2009/REC-owl2-direct-semantics-20091027/"><cite>OWL 2 Web Ontology Language:Direct Semantics.</cite></a> 27 October 2009. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2009/REC-owl2-direct-semantics-20091027/">http://www.w3.org/TR/2009/REC-owl2-direct-semantics-20091027/</a> 
+</dd><dt id="bib-OWL2-PRIMER">[OWL2-PRIMER]</dt><dd>Pascal Hitzler; Markus Krötzsch; Bijan Parsia; Peter F. Patel-Schneider; Sebastian Rudolph. <a href="http://www.w3.org/TR/2009/REC-owl2-primer-20091027/"><cite>OWL 2 Web Ontology Language:Primer.</cite></a> 27 October 2009. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2009/REC-owl2-primer-20091027/">http://www.w3.org/TR/2009/REC-owl2-primer-20091027/</a> 
+</dd><dt id="bib-OWL2-RDF-BASED-SEMANTICS">[OWL2-RDF-BASED-SEMANTICS]</dt><dd>Michael Schneider. <a href="http://www.w3.org/TR/2009/REC-owl2-rdf-based-semantics-20091027/"><cite>OWL 2 Web Ontology Language:RDF-Based Semantics.</cite></a> 27 October 2009. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2009/REC-owl2-rdf-based-semantics-20091027/">http://www.w3.org/TR/2009/REC-owl2-rdf-based-semantics-20091027/</a> 
+</dd><dt id="bib-OWL2-SYNTAX">[OWL2-SYNTAX]</dt><dd>Boris Motik; Peter F. Patel-Schneider; Bijan Parsia. <a href="http://www.w3.org/TR/2009/REC-owl2-syntax-20091027/"><cite>OWL 2 Web Ontology Language:Structural Specification and Functional-Style Syntax.</cite></a> 27 October 2009. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2009/REC-owl2-syntax-20091027/">http://www.w3.org/TR/2009/REC-owl2-syntax-20091027/</a> 
+</dd><dt id="bib-RDF-MT">[RDF-MT]</dt><dd>Patrick Hayes. <a href="http://www.w3.org/TR/2004/REC-rdf-mt-20040210"><cite>RDF Semantics.</cite></a> 10 February 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2004/REC-rdf-mt-20040210">http://www.w3.org/TR/2004/REC-rdf-mt-20040210</a> 
+</dd><dt id="bib-RDF-PRIMER">[RDF-PRIMER]</dt><dd>Frank Manola; Eric Miller. <a href="http://www.w3.org/TR/2004/REC-rdf-primer-20040210/"><cite>RDF Primer.</cite></a> 10 February 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2004/REC-rdf-primer-20040210/">http://www.w3.org/TR/2004/REC-rdf-primer-20040210/</a> 
+</dd><dt id="bib-RDF-SCHEMA">[RDF-SCHEMA]</dt><dd>Dan Brickley; Ramanathan V. Guha. <a href="http://www.w3.org/TR/2004/REC-rdf-schema-20040210"><cite>RDF Vocabulary Description Language 1.0: RDF Schema.</cite></a> 10 February 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2004/REC-rdf-schema-20040210">http://www.w3.org/TR/2004/REC-rdf-schema-20040210</a> 
+</dd><dt id="bib-RFC2119">[RFC2119]</dt><dd>S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>Key words for use in RFCs to Indicate Requirement Levels.</cite></a> March 1997. Internet RFC 2119.  URL: <a href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a> 
+</dd><dt id="bib-RIF-OVERVIEW">[RIF-OVERVIEW]</dt><dd>Michael Kifer; Harold Boley. <a href="http://www.w3.org/TR/2010/NOTE-rif-overview-20100622/"><cite>RIF Overview.</cite></a> 22 June 2010. W3C Working Group Note. URL: <a href="http://www.w3.org/TR/2010/NOTE-rif-overview-20100622/">http://www.w3.org/TR/2010/NOTE-rif-overview-20100622/</a> 
+</dd><dt id="bib-XMLSCHEMA-2">[XMLSCHEMA-2]</dt><dd>Paul V. Biron; Ashok Malhotra. <a href="http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/"><cite>XML Schema Part 2: Datatypes Second Edition.</cite></a> 28 October 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/">http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/</a> 
+</dd></dl></div><div class="section" id="informative-references"><h3><span class="secno">B.2 </span>Informative references</h3><dl class="bibliography"><dt id="bib-PROV-BestPractices">[PROV-BestPractices]</dt><dd>Stian Soiland-Reyes <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/bestpractices/BestPractices.html"><cite>PROV Best Practices</cite></a>. 2011, Work in progress. URL: <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/bestpractices/BestPractices.html">http://dvcs.w3.org/hg/prov/tip/bestpracties/BestPractices.html</a>
+</dd><dt id="bib-PROV-DM">[PROV-DM]</dt><dd>Luc Moreau, Paolo Missier<a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/"><cite>The PROV Data Model and Abstract Syntax Notation</cite></a>. 18 October 2011. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/">http://www.w3.org/TR/2011/WD-prov-dm-20111018/</a>
+</dd><dt id="bib-PROV-Ontology-Namespace">[PROV-Ontology-Namespace]</dt><dd>TBD<a href="http://www.w3.org/ns/prov-o/"><cite>PROV Ontology Namespace</cite></a>. 2011, Work in progress. URL: <a href="http://www.w3.org/ns/prov-o/">http://www.w3.org/ns/prov-o/</a>
+</dd><dt id="bib-PROV-PAQ">[PROV-PAQ]</dt><dd>Graham Klyne and Paul Groth <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/paq/provenance-access.html"><cite>Provenance Access and Query</cite></a>. 2011, Work in progress. URL: <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/paq/provenance-access.html">http://dvcs.w3.org/hg/prov/tip/paq/provenance-access.html</a>
+</dd></dl></div></div></body></html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/fpwd/diagrams/Ontology_hierarchy.graffle	Thu Dec 08 14:11:01 2011 +0000
@@ -0,0 +1,6879 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>ApplicationVersion</key>
+	<array>
+		<string>com.omnigroup.OmniGraffle</string>
+		<string>138.30.0.155892</string>
+	</array>
+	<key>CreationDate</key>
+	<string>2011-11-15 17:35:20 +0000</string>
+	<key>Creator</key>
+	<string>Khalid Belhajjame</string>
+	<key>GraphDocumentVersion</key>
+	<integer>6</integer>
+	<key>GuidesLocked</key>
+	<string>NO</string>
+	<key>GuidesVisible</key>
+	<string>YES</string>
+	<key>ImageCounter</key>
+	<integer>1</integer>
+	<key>LinksVisible</key>
+	<string>NO</string>
+	<key>MagnetsVisible</key>
+	<string>NO</string>
+	<key>MasterSheets</key>
+	<array/>
+	<key>ModificationDate</key>
+	<string>2011-11-23 19:38:46 +0000</string>
+	<key>Modifier</key>
+	<string>Khalid Belhajjame</string>
+	<key>NotesVisible</key>
+	<string>NO</string>
+	<key>OriginVisible</key>
+	<string>NO</string>
+	<key>PageBreaks</key>
+	<string>YES</string>
+	<key>PrintInfo</key>
+	<dict>
+		<key>NSBottomMargin</key>
+		<array>
+			<string>float</string>
+			<string>41</string>
+		</array>
+		<key>NSLeftMargin</key>
+		<array>
+			<string>float</string>
+			<string>18</string>
+		</array>
+		<key>NSPaperSize</key>
+		<array>
+			<string>coded</string>
+			<string>BAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAx7X05TU2l6ZT1mZn2WgVMCgUoDhg==</string>
+		</array>
+		<key>NSRightMargin</key>
+		<array>
+			<string>float</string>
+			<string>18</string>
+		</array>
+		<key>NSTopMargin</key>
+		<array>
+			<string>float</string>
+			<string>18</string>
+		</array>
+	</dict>
+	<key>QuickLookPreview</key>
+	<data>
+	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
+	EHlJwl3/ifdz3bbsgY3ouLw8uu2Z0sg38itrdHB8uXTEPCN8zXsPbjJgEH7BraJ9l26b
+	cWgwNt7syGkjJ5D0SKdJMz5vcnQoPGLZj9vQG+9XnG+YPnOvp4SjR955z7PIwxVa5FV+
+	pazme3juaQVxTjsPlGrUvAeSVpvKS4fNcslZY+X5kkTNUToyAQ43vFCc2/OaM2/J9xf/
+	A3vgZUcKZW5kc3RyZWFtCmVuZG9iago2IDAgb2JqCjQ0MTUKZW5kb2JqCjMgMCBvYmoK
+	PDwgL1R5cGUgL1BhZ2UgL1BhcmVudCA0IDAgUiAvUmVzb3VyY2VzIDcgMCBSIC9Db250
+	ZW50cyA1IDAgUiAvTWVkaWFCb3ggWzAgMCAxMTE4IDc4M10KPj4KZW5kb2JqCjcgMCBv
+	YmoKPDwgL1Byb2NTZXQgWyAvUERGIC9UZXh0IF0gL0NvbG9yU3BhY2UgPDwgL0NzMSA4
+	IDAgUiA+PiAvRm9udCA8PCAvRjEuMCA5IDAgUgo+PiA+PgplbmRvYmoKMTAgMCBvYmoK
+	PDwgL0xlbmd0aCAxMSAwIFIgL04gMyAvQWx0ZXJuYXRlIC9EZXZpY2VSR0IgL0ZpbHRl
+	ciAvRmxhdGVEZWNvZGUgPj4Kc3RyZWFtCngBhVTPaxNBFP42bqnQIghaaw6yeJAiSVmr
+	aEXUNv0RYmsM2x+2RZBkM0nWbjbr7ia1pYjk4tEq3kXtoQf/gB568GQvSoVaRSjeqyhi
+	oRct8c1uTLal6sDOfvPeN+99b3bfAA1y0jT1gATkDcdSohFpbHxCavyIAI6iCUE0JVXb
+	7E4kBkGDc/l759h6D4FbVsN7+3eyd62a0raaB4T9QOBHmtkqsO8XcQpZEgKIPN+hKcd0
+	CN/j2PLsjzlOeXjBtQ8rPcRZInxANS3Of024U80l00CDSDiU9XFSPpzXi5TXHQdpbmbG
+	yBC9T5Cmu8zuq2KhnE72DpC9nfR+TrPePsIhwgsZrT9GuI2e9YzVP+Jh4aTmxIY9HBg1
+	9PhgFbcaqfg1whRfEE0nolRx2S4N8Ziu/VbySoJwkDjKZGGAc1pIT9dMbvi6hwV9JtcT
+	r+J3VlHheY8TZ97U3e9F2gKvMA4dDBoMmg1IUBBFBGGYsFBAhjwaMTSycj8jqwYbk3sy
+	dSRqu3RiRLFBezbcPbdRpN08/igicZRDtQiS/EH+Kq/JT+V5+ctcsNhW95Stm5q68uA7
+	xeWZuRoe19PI43NNXnyV1HaTV0eWrHl6vJrsGj/sV5cx5oI1j8RzsPvxLV+VzJcpjBTF
+	41Xz6kuEdVoxN9+fbH87PeIuzy611nOtiYs3VpuXZ/1qSPvuqryT5lX5T1718fxnzcRj
+	4ikxJnaK5yGJl8Uu8ZLYS6sL4mBtxwidlYYp0m2R+iTVYGCavPUvXT9beL1Gfwz1UZQZ
+	zNJUifd/wipkNJ25Dm/6j9vH/Bfk94rnnygCL2zgyJm6bVNx7xChZaVuc64CF7/RffC2
+	bmujfjj8BFg8qxatUjWfILwBHHaHeh7oKZjTlpbNOVKHLJ+TuunKYlLMUNtDUlLXJddl
+	SxazmVVi6XbYmdMdbhyhOUL3xKdKZZP6r/ERsP2wUvn5rFLZfk4a1oGX+m/AvP1FCmVu
+	ZHN0cmVhbQplbmRvYmoKMTEgMCBvYmoKNzM3CmVuZG9iago4IDAgb2JqClsgL0lDQ0Jh
+	c2VkIDEwIDAgUiBdCmVuZG9iagoxMyAwIG9iago8PCAvTGVuZ3RoIDE0IDAgUiAvRmls
+	dGVyIC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeAGNlU1rHDEMhu/+FTpuDutYlvzVWxpa
+	aG4hCz2UHsI0oS3dQLKl0H9fecayHZJAGZYRmpFGev1I+wjX8AhOrhAKpEzwdAef4QHO
+	L08IywlwvU4L7J0NUH/Ti/fiSEgJ5Z4Loi/G2cgFC4OEYMg2Y8nAHG3yqcARMEVLhRiY
+	io0lh8njsyWH4mlxhj1an7wUAshicvTAyGL4CPI5mwJJdvWUYDE7TzDFpWSji4ElV8uu
+	nlHBiNM65Xs9eyD5TOJegeHuedHfAvei15X8fm4KXt6INEQcUxKDU8lUxPAcSszm5lLE
+	F/Hk2tdb1X8RjTQvUdz6n3QjpqaSKkmBVyXNiIu46T3pRjG3PrSz7un9U4szC3SVNPvk
+	0QpGnNY56Ua+rOdk+smp55X+FrgREJ0cX/YU6FXrtJhJLPRJDpCrXO8PcjZNRIa99xZj
+	LgKqwHo4wvlHb52ofLiHL7C7WH6f1QMwux9nlWkPuz/d2h7B7u8ZfIXDFXw4rFXFIuxW
+	+LOPOdbz22CvjFOO1nHJZmKcXbQxOByEDY9SqHEzqxSDZS7JdKKJpPbghGhlnBAtBydz
+	MGbDF6mISxFfY1w9pk/ZiBuMj+xKtFYAnXGtc/RXGRemE2ZcmWZKqZ4YJ5EH4Q2mNQ8o
+	0+YIXZXO9PA0pru+oGzKLuhVKsGmd6Ie6P1OcaoKdKaHpzFtRtxgemRvTE8VdE/jYPT3
+	f0zPC4C4jugbWEs5KAL7irV5gbWS21E+3ine71beYfep3R/0wUkn4VY9/ZE8mQZgna03
+	zhWTlzEjrrvd52CjqfavbZ7XQBkSX8jGta/2kthJXloDxEaxvz97SxCDK+NkjU4z3xfk
+	lm/6qBQQez4Kfsq3vmXqepG/NFmvJ8ksJU1p/bpKiq4Sv1a9Ry+rhK1D6RC4LxKji6Sp
+	B7uu3pMeQpf+mwp78UzQ63/zNn3wCmVuZHN0cmVhbQplbmRvYmoKMTQgMCBvYmoKNzA4
+	CmVuZG9iagoxMiAwIG9iago8PCAvVHlwZSAvUGFnZSAvUGFyZW50IDQgMCBSIC9SZXNv
+	dXJjZXMgMTUgMCBSIC9Db250ZW50cyAxMyAwIFIgL01lZGlhQm94ClswIDAgNTU5IDc4
+	M10gPj4KZW5kb2JqCjE1IDAgb2JqCjw8IC9Qcm9jU2V0IFsgL1BERiAvVGV4dCBdIC9D
+	b2xvclNwYWNlIDw8IC9DczMgMTcgMCBSIC9DczEgOCAwIFIgPj4gL0ZvbnQKPDwgL0Yy
+	LjAgMTYgMCBSID4+ID4+CmVuZG9iagoxOCAwIG9iago8PCAvTGVuZ3RoIDE5IDAgUiAv
+	TiAxIC9BbHRlcm5hdGUgL0RldmljZUdyYXkgL0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4K
+	c3RyZWFtCngBhVJPSBRRHP7NNhKEiEGFeIh3CgmVKaysoNp2dVmVbVuV0qIYZ9+6o7Mz
+	05vZNcWTBF2iPHUPomN07NChm5eiwKxL1yCpIAg8dej7zezqKIRveTvf+/39ft97RG2d
+	pu87KUFUc0OVK6Wnbk5Ni4MfKUUd1E5YphX46WJxjLHruZK/u9fWZ9LYst7HtXb79j21
+	lWVgIeottrcQ+iGRZgAfmZ8oZYCzwB2Wr9g+ATxYDqwa8COiAw+auTDT0Zx0pbItkVPm
+	oigqr2I7Sa77+bnGvou1iYP+XI9m1o69s+qq0UzUtPdEobwPrkQZz19U9mw1FKcN45xI
+	Qxop8q7V3ytMxxGRKxBKBlI1ZLmfak6ddeB1GLtdupPj+PYQpT7JYKiJtemymR2FfQB2
+	KsvsEPAF6PGyYg/ngXth/1tRw5PAJ2E/ZId51q0f9heuU+B7hD014M4UrsXx2oofXi0B
+	Q/dUI2iMc03E09c5c6SI7zHUGZj3RjmmCzF3lqoTN4A7YR9ZqmYKsV37ruol7nsCd9Pj
+	O9GbOQtcoBxJcrEV2RTQPAlYFH2LsEkOPD7OHlXgd6iYwBy5idzNKPce1REbZ6NSgVZ6
+	jVfGT+O58cX4ZWwYz4B+rHbXe3z/6eMVdde2Pjz5jXrcOa69nRtVYVZxZQvd/8cyhI/Z
+	JzmmwdOhWVhr2HbkD5rMTLAMKMR/BT6X+pITVdzV7u24RRLMUD4sbCW6S1RuKdTqPYNK
+	rBwr2AB2cJLELFocuFNrujl4d9giem35TVey64b++vZ6+9ryHm3KqCkoE82zRGaUsVuj
+	5N142/1mkRGfODq+572KWsn+SUUQP4U5WiryFFX0VlDWxG9nDn4btn5cP6Xn9UH9PAk9
+	rZ/Rr+ijEb4MdEnPwnNRH6NJ8LBpIeISoIqDM9ROVGONA+Ip8fK0W2SR/Q9AGf1mCmVu
+	ZHN0cmVhbQplbmRvYmoKMTkgMCBvYmoKNzA0CmVuZG9iagoxNyAwIG9iagpbIC9JQ0NC
+	YXNlZCAxOCAwIFIgXQplbmRvYmoKMjEgMCBvYmoKPDwgL0xlbmd0aCAyMiAwIFIgL0Zp
+	bHRlciAvRmxhdGVEZWNvZGUgPj4Kc3RyZWFtCngBrVbLjhMxELz7K/qYPcTY7vaLG6yW
+	Aze0AQ6Iw2pgBWizPAJI/D3lmfEjZIM4oFGUmc50u7rcVc5XekFfyeDyPlNMTN/e02u6
+	p0eXB0vTgex8HSbaGu2pfIYXbxGIlqPFd8rWuqyMDpJtFkKKs1anFDyJBB1dzLQnJ1Yj
+	wZFw1iEnP0Rc0mwsImueEme1iw5AyCanxdhMYkU7cYEsi/Y52SFivLaWsV7Pi14Hl2JC
+	rbV6jXQEtuVVnFivVfeso4/SECipkYqz9zfRLfh6js+nhcHLa1DDLCFG3EjMiTNunPgc
+	krq+BPkgD9e2fBX+J3BUeWMOS/8Dbyy8slSZZC8zk6rnBbvwPfDGIa191M56pPbPa56a
+	qLFUqw+RiqDx1nAOvLHL8z6ptnM18kB/E11jEI22KTn2/ODdYVIDWdYnzKKwFMKe7sjK
+	SqPQVpJ2HDFuHq/s9vToGWsDnne39IY2V/cXZZid2ny/KFtBm49LgFrgF62/vKy/IPCW
+	ds/pajcLpu1Zg6FOYDAkkbNxD6N4Mp2s/nPF0YH9GleFsjI0VESYXEihzNEiuqI174Lm
+	jOCgNShVO2OtalqrEShkVUPP65qRzFCWG7QmguE1EZWq+vCkg2Gor+dxFI0JR16t3iNV
+	7TVPNZwTIC/VqSmrI6ha6zi7Rov9wEuSjbAdEWx5mRyJoMfSGW21Om1m98XRZp6oakv1
+	yKqtzm/VCDypoWxKap3UiKr90pDXWGna6pGqrZ63egA02auv2hoQ1Mhpf2e1BdKq3jBA
+	g7bgVmeUBX9g8fF0pBWEdTLQ+/dVPo9XPe3GgT63ohq17EQbE+HyD2q5LbD/Upf6XG++
+	3VyoonPa3NXQq39ZHiNkDGS7g5l1U4FpphigPuBQx56yubn7ASC7T4s7FDc358bPFfPF
+	nJWjkKODzHJW5fFuccA5F7vBCUctfpv3ob+Kx4hXayYeLR4/tNehdEFlCAOHkMEhNHDc
+	jpdW+xgGUIWhtmLvjmqvqItR488BDqoDVjgeHDY4pJ0rB75ZfXkhUxUy3dzcFt9byejO
+	JPwL+MOfNx9u3mFIKpcD/LF2NduhooNlhYzu/6yIwfxPUzIiOOpuHpWOBU6cDTOa+/ug
+	vPgNh+HpTQplbmRzdHJlYW0KZW5kb2JqCjIyIDAgb2JqCjg0NgplbmRvYmoKMjAgMCBv
+	YmoKPDwgL1R5cGUgL1BhZ2UgL1BhcmVudCA0IDAgUiAvUmVzb3VyY2VzIDIzIDAgUiAv
+	Q29udGVudHMgMjEgMCBSIC9NZWRpYUJveApbMCAwIDU1OSA3ODNdID4+CmVuZG9iagoy
+	MyAwIG9iago8PCAvUHJvY1NldCBbIC9QREYgL1RleHQgXSAvQ29sb3JTcGFjZSA8PCAv
+	Q3MzIDE3IDAgUiAvQ3MxIDggMCBSID4+IC9Gb250Cjw8IC9GMy4wIDI0IDAgUiA+PiA+
+	PgplbmRvYmoKMjYgMCBvYmoKPDwgL0xlbmd0aCAyNyAwIFIgL0ZpbHRlciAvRmxhdGVE
+	ZWNvZGUgPj4Kc3RyZWFtCngBjZVNaxwxDIbv/hU6bg5xrA9/9ZaGFppbyEIPpYcyTWhL
+	N5BuKfTfV54d2Q5JoAzLGNnSSK8faR/hBh4h6BNjhVwYft3BR3iAi6sjwnIEXJ/jAufB
+	R2i/6eC9GjJyRn2XikjVBZ+kYhVQF4zFR0oVRJLPlCscAHPyegBBuPpUS5wsVDwHVMvm
+	54TQUyZNBFD024kKCIonoQSI6IUzDUtlL5mRYfLL0cdQKmusLbpZRgbDz/LU7/XokX2O
+	WXoGTrrlWX0L3Kte1/r7cVLw6lalYZaUsy4k18JVFySxpuJur1R8FU+f8/Zq+i+qkcVl
+	Tqf6J91YeFPJlOQoq5Ju+CU86T3pxqlsdVhl3dLr583PLdBVsuiTxTIYfpbnpBtTXe/J
+	9Zszywv1LXCrIAaPpRBHfnF1XNwkFioBwtLkervXu9lEFDgn8phKVVAV1v0BLt6LD6ry
+	/h4+we5y+X3WLsDtvp81pgl2f/rqtAW7v2fwGfbX8G6/ZpWqstvgL5SK4mywN8a5JB+k
+	FjcxLiH5FMPE+LAYheY3s8opepGaXWecmXyIQYk26rndXgxK/egNqpqRVO0zi24W17ts
+	+A3GR3Qj2jKAzrjlOeprjCvTGQuuTGsP5nZjklUehFeYtjhgTLsDdFU608OyMd31BWNT
+	Z0HP0gh2vRKzQK938jNVoDM9LBvTbvgNpkf0jekpg27ZOBj1/R/T8wBgaS36CtaaDqrA
+	1LB2z7A2cjvKhzvD+83KO+w+bO8H2zhaJ3wxS9/SnakB1t565V4xk7YZS5vtVKJPrq1/
+	nvp5ddQmIZ0Up3bdDmmNWQ+tDrpGXX97ckoRg2sXdIxOPd8H5Cne9FFNIPV4HGmKt55y
+	bbzoX5qO16NG1pSmsNT+VSTYKKE163OkdZToNNJw0geJs0HS9e2ifTUZ+1a3XD4R9OYf
+	EnJ9NgplbmRzdHJlYW0KZW5kb2JqCjI3IDAgb2JqCjcwMgplbmRvYmoKMjUgMCBvYmoK
+	PDwgL1R5cGUgL1BhZ2UgL1BhcmVudCA0IDAgUiAvUmVzb3VyY2VzIDI4IDAgUiAvQ29u
+	dGVudHMgMjYgMCBSIC9NZWRpYUJveApbMCAwIDU1OSA3ODNdID4+CmVuZG9iagoyOCAw
+	IG9iago8PCAvUHJvY1NldCBbIC9QREYgL1RleHQgXSAvQ29sb3JTcGFjZSA8PCAvQ3Mz
+	IDE3IDAgUiAvQ3MxIDggMCBSID4+IC9Gb250Cjw8IC9GNC4wIDI5IDAgUiA+PiA+Pgpl
+	bmRvYmoKMzEgMCBvYmoKPDwgL0xlbmd0aCAzMiAwIFIgL0ZpbHRlciAvRmxhdGVEZWNv
+	ZGUgPj4Kc3RyZWFtCngBjZVNaxwxDIbv/hU67h7iWB/+6q0NaWluIQs9lB7KNqEt3UCy
+	gdJ/X3nW1jikgTIMYzSWRnr1WPMA1/AAQa8YK+TC8HgLn+Aezi+OCPsj4HId93AWfIR2
+	Txvv1JCRM+qzVESqLvgkFauAumDMHhNVEEk+U65wAMzoE5KAcPWpljhZqHgOqJbu54TQ
+	UyZNBFCofSqCoHgSSoBYPZU0W4L40rKZ/GrwXHIijdWjD8uUgfmNPPV7Fj2yzzGLZeDE
+	LC/q28Od6nWl98+Tghc3Kg2zpJx1IbkWrrogiTUVd3Oh4qt4ep21R9N/rxqNuMzpVP+k
+	Gwt3lYaSHGVR0q1+CU96T7pxKr2OUdlqGfVz93N7MJVG9MliGZjfyHPSjUnbo31y1rlh
+	+Ud9e7hREIPHUogj/3N13LtJLGRtM0uT691Oe9NFFBUy+xhSEYgK6+4A5++jD6ry7g4+
+	w+byfttQJrd52rZGwObHyQBm+LOFL7C7gsvdklOqSm5Dv1AqqXXvhHojnEvyQWpxE+ES
+	kk8xtPQ64atlMDj8ZlI5RS9SszPCmcmHGHhlnhG9xECzH2mrilQ9ZSP6sDjLYPVbCV+j
+	D55HBmCEjzzX+hrhSnTGggvRwjm3fklWeRBeIXrEgUG0O4CpYkSvlk606QuDTJ0EluXg
+	11klwwJW7+Q3VAEjerV0ot3qtxK9Ru9ETxmYpXOw1vd/RM/Hn6Ud0Feg1nRQBaYGtXsB
+	9QuUD7cD6jed8o/92fGHzfHk5DZfx1Z7pW+mA7CcrFf6ijpUIrC0yU4l+uTa+tfpNC+O
+	ekiosk9LXX2TrrNuWhx0jbr+/myXIgZXLugQnU68jcdTvOmjmkCyeBxpirfscm246A9N
+	h+tRI2tKU1iiov+nMAYJLVmfIcGZtLFKrK9tjLgxRn4P0Uy944eusElveprl0XY/bfVP
+	qcPHXn0bAd8+U//6L5KmhTQKZW5kc3RyZWFtCmVuZG9iagozMiAwIG9iago3MTgKZW5k
+	b2JqCjMwIDAgb2JqCjw8IC9UeXBlIC9QYWdlIC9QYXJlbnQgNCAwIFIgL1Jlc291cmNl
+	cyAzMyAwIFIgL0NvbnRlbnRzIDMxIDAgUiAvTWVkaWFCb3gKWzAgMCA1NTkgNzgzXSA+
+	PgplbmRvYmoKMzMgMCBvYmoKPDwgL1Byb2NTZXQgWyAvUERGIC9UZXh0IF0gL0NvbG9y
+	U3BhY2UgPDwgL0NzMyAxNyAwIFIgL0NzMSA4IDAgUiA+PiAvRm9udAo8PCAvRjUuMCAz
+	NCAwIFIgPj4gPj4KZW5kb2JqCjM2IDAgb2JqCjw8IC9MZW5ndGggMzcgMCBSIC9GaWx0
+	ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4AaVVTU8cMQy951f4uHvYkMTO17FF7YFT
+	ESv1UPWABhCghRaWVuqf7W/py8wkE3apVKkajdbyxo797Pfmic7piQwe7zPFxPR8TZ/p
+	kU5O95aGPdnx2Q+0MdpTebuDN3BEy9HiN2VrXVZGB8k2CyHE+qhtcJlEgo4uZnogG60O
+	1gkJZx1y8p3HJc3GwjPHKXFWu+hQCFlx5SpPYkU7cYGszdql0HuM6FSq6eKy0ZxicMg1
+	Z6+eroIWV+vEfS27Zx19lFaBkuY56m+gG+B1hvd+QvD0AtAwS4gRhsScOMNw4nNI6uIU
+	4AM8PJvyU/AfgFHNyxym/jvcWHhGqSLJXkYk1RIX7IR3hxuHNPdRO1s8tX+e49RADaWa
+	vfO0ClpcrbPDjR3GgzmpNrnqeaO/gS6wiEbblBx7ftPaD6oDyzLGzFLger/FbGYQhTbO
+	YelSxqJiWbcPdPIxaAOUtzf0hVbvhpd1GYBa3a3LTjta/WzW9Betfq3pK23P6MMWVYEJ
+	mMoeF2CluwqcYInFoAKFCow2xjjaAgE31+JoE7D3JuVEclDJ6vby6vzH5e7u95q299NF
+	x7nV3F2X0TodImNPDjOit+va0VU1Pl1W6/llDW6i29bs0Kzv9VA7XYFoR77VI48TNKpC
+	M4rEoQoAjUUFCvF8Bvk7FRAPMgSQqqoASFU9ladL3KICYoqQpLCoAOgOimD+VRcUS9Zi
+	IBqdCrCL2jNEo6nA4qk6tMTNKgAWLNkr55cKmueov6IC3TBHXpdRto46Xre+G68Xz8zr
+	Lm7hZ6ujsbjVungqEpXX0NHWd+W1WjyV1w2JVmeHRGPxUkFl+nF//8brHixOWBSWuvkd
+	rxlr5Iy3b/P61aYXgrdNV6v/2vSJm0WizV/1GtLqCajh+8aQnzDau0nTRjGAcjCDFKNk
+	zYeUcKTdHCCQsx3dvjqFrys+JQafksNlKqo35RsvxQinS0PLx951+abSisSe/wFksZkO
+	CmVuZHN0cmVhbQplbmRvYmoKMzcgMCBvYmoKNzM5CmVuZG9iagozNSAwIG9iago8PCAv
+	VHlwZSAvUGFnZSAvUGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgMzggMCBSIC9Db250ZW50
+	cyAzNiAwIFIgL01lZGlhQm94ClswIDAgNTU5IDc4M10gPj4KZW5kb2JqCjM4IDAgb2Jq
+	Cjw8IC9Qcm9jU2V0IFsgL1BERiAvVGV4dCBdIC9Db2xvclNwYWNlIDw8IC9DczMgMTcg
+	MCBSIC9DczEgOCAwIFIgPj4gL0ZvbnQKPDwgL0Y2LjAgMzkgMCBSID4+ID4+CmVuZG9i
+	ago0MSAwIG9iago8PCAvTGVuZ3RoIDQyIDAgUiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+
+	PgpzdHJlYW0KeAGVVctuGzEMvOsreLQPViSReh3boD3kFsRFD0UPwSZuEsQFUrcF+rP9
+	lo68q0cePhSLhQlapIZDDveJLumJDB7vM8XE9OOWPtN3Ojs/WJoOZI/PYaKN0Z7KOxzc
+	wREtR4vflK11WRkdJNsshBDro7bBZRIJOrqYaU82Wh2sExLOOuTkB49Lmo2FZ4lT4qx2
+	0QEIWXHlKk9iRTtxgazN2qUweozoVNAMcdloTjE45FqyV8+AoMVVnLivZfeso4/SEChp
+	nlf1TbQDXxd4H2YGz69ADbOEGGFIzIkzDCc+h6SuzkE+yMOzKT+F/wkc1bzMYa5/4I2F
+	F5Yqk+zlyKTqccHOfA+8cUhLHbWy7qn18xKnJmos1eyDpyFocRXnwBs7tAd9Uq1z1fNG
+	fRNdYRCNtik59vymdZjUQJZltJml0PV+i94sJAptnMPQpYxBxbBu93T2MWoDlrc7+kKr
+	d9PPdWmAWt2vy0w7Wv1u1vwXrf6s6SttL+jDFqigBHTlgAsw0gMCJxhiMUCggMBoY4yj
+	LRhwCxZHG2+1YW8DyQskq7vrm8tf14/3f9e0fZgvep1bLdX1jPwqE2q6rZXcVONTNQ7X
+	s6VW36oLp58Vd5T5Sx2jnq5jMayTSNex2kNiqNjb2FXUPVVpPa7rGGLUgZNrOlZl6PCm
+	5iEWr633z3TMSJoF+mg67p5lk6ge13Xcs1fVdgTV03EucZj/3djqpsx2clBmq7sps3uq
+	MntcV2bD0XTYsHZPZaL8VTYokLW6mzK7pyqzMdFwIq7yXHWoOoJFq9RxdkX/rzI5CoR3
+	QpsQHGhKb2tzmVq1qlNLJ6a2LExDp7YnFp3HDOFroxjLIBztx3nDHAOhY2YM+BHkHoSW
+	Q8KRHpttYd+NpxS+dVjsBot90GkbjDnf8dIlB3Z+y8fe9XwY0/IhLLRe/gNEO4HuCmVu
+	ZHN0cmVhbQplbmRvYmoKNDIgMCBvYmoKNzAyCmVuZG9iago0MCAwIG9iago8PCAvVHlw
+	ZSAvUGFnZSAvUGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgNDMgMCBSIC9Db250ZW50cyA0
+	MSAwIFIgL01lZGlhQm94ClswIDAgNTU5IDc4M10gPj4KZW5kb2JqCjQzIDAgb2JqCjw8
+	IC9Qcm9jU2V0IFsgL1BERiAvVGV4dCBdIC9Db2xvclNwYWNlIDw8IC9DczMgMTcgMCBS
+	IC9DczEgOCAwIFIgPj4gL0ZvbnQKPDwgL0Y3LjAgNDQgMCBSID4+ID4+CmVuZG9iago0
+	NiAwIG9iago8PCAvTGVuZ3RoIDQ3IDAgUiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+Pgpz
+	dHJlYW0KeAGNVctuGzEMvOsreLQPViSReh1boz3kFthAD0UPgRMjCZwEidsC/dl+S2cf
+	ethJgGKxWIErUsMhh3qhK3ohg8f7TDExvd7SN3qii/XR0u5IdnyOO1oZ7Wl4u417GKLl
+	aPFN2VqXldFBss1CcLE+ahtcJpGgo4uZHslGq4N1QsJZh5x8Z3FJs7GwzH5KnNUuOgAh
+	K244ypNY0U5cIGuzdin0FiM6DWg6v2w0pxgcYs3Ri6VDUP0KTpxXo3vW0UepCJRUy5v8
+	drQHX5d4HyYG1xtQwywhRiwk5sQZCyc+h6Q2a5AP8vCshs/A/w4clbjMYcq/442FZ5YK
+	k+xlZFI1v2AnvjveOKQ5j5JZs5T8efZTO6osleidpSKofgVnxxs7lAd1UrVyxfJOfjva
+	oBGNtik59vzu6rhTHVmWUWaWga7PW9RmJlFo5RyaLmU0Kpp1+0gXX5M2YHm7p++0+LT7
+	uRwKoBb3y6GnHS1+19X0ixZ/lvSDtpf0ZQtUUAKqcsQBaOkOgRM0sRggUEBgtDHG0RYM
+	uBmLoxU6xTA7kjMgi7vrm6tf14f7v0vaPkznvA2t5uRaQItTbAZB5wGR2W3J56Ys1mXx
+	vFRTqk/FUjJ9fS6Ww1nOo/rP5Y00J3krcCGGdRI5kbc4EOFtbOJqliLA5jfLG+0GjerA
+	CUwVeQ+9iDd1FvHaen8ib0bQLJBNkbdqljJguPo1ebfoRcwNwWxRDWfz2/cdUAVbd3aC
+	rXkXwWICzdxUSTW/JtiKo8qzYi0WVTMafo2DFQwWJmr0ZimCbX6zYAfmC89Vng3BLOFW
+	6Zrfh4LFBVBEfCoXjgI9fihZH7zwiWRVkWzXxrNi/7eNh8FqaLPuB0ctGoYEADH69xHk
+	OR3G9WGaRKMjEmBGx4+o501KONJhdhAMoQPdnezCnYgLwOAC6ARdD53ijYeiU6dDQ43H
+	3nXxJmjDYLz6B9N3idYKZW5kc3RyZWFtCmVuZG9iago0NyAwIG9iago3MjIKZW5kb2Jq
+	CjQ1IDAgb2JqCjw8IC9UeXBlIC9QYWdlIC9QYXJlbnQgNCAwIFIgL1Jlc291cmNlcyA0
+	OCAwIFIgL0NvbnRlbnRzIDQ2IDAgUiAvTWVkaWFCb3gKWzAgMCA1NTkgNzgzXSA+Pgpl
+	bmRvYmoKNDggMCBvYmoKPDwgL1Byb2NTZXQgWyAvUERGIC9UZXh0IF0gL0NvbG9yU3Bh
+	Y2UgPDwgL0NzMyAxNyAwIFIgL0NzMSA4IDAgUiA+PiAvRm9udAo8PCAvRjguMCA0OSAw
+	IFIgPj4gPj4KZW5kb2JqCjUyIDAgb2JqCjw8IC9MZW5ndGggNTMgMCBSIC9GaWx0ZXIg
+	L0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4AZVVTU8cMQy951f4uHvYkNiefBxb1Fbihhip
+	h6oHNIAALVSwbaX+2f6WOjPjJMAeqEajiTyx8/zs5zzBOTyBk2cYMsRE8HwNX+ERTk4P
+	HqYD+Pk5TLBzdoDydhtvxBA9RS/flL3HbJwNnH1mEBc/ROsDZmAONmLM8AA+ehs8MjBl
+	G3IaOgsmS86LZfUzjN5iRAECnrEcNQB7tsgYwPtsMYXe4timgqbzy85SigEl1hpdLR2C
+	6qc45bwafSAbh8gVgeFqeZPfBDfC15m89wuDpxdCDRGHGGXBMSfKskAeckjm4lTIF/Lk
+	2ZVP4X8SjjQuUVjy73gjppUlZZIGnpk0zS/4he+ONwppzUMzaxbNn1Y/M0FlSaN3loqg
+	+inOjjdCKY/UydTKqeVIfhNcSCM661NCGujo6jCZjixPUmbiQtfHUWqzksiwQ5SmS1ka
+	VZp1fICTz9k6YXm8gW+w+TD93JYCmM3dtvQ0wuZ3XS2/YPNnC99hPINPo6ASJUhVDnKA
+	tHSHAFmamJ0gMILAWeccwigM4IoFYRekVjFmAn6FZHN7eXX+63J/93cL4/1y0NvYZs2u
+	i5gtMcb4NqLkdq0ZXeniy5xr+WOWXB/1T937fKkmzb7S8UP/iNcLPrwpfLySvhia9Fmq
+	ELDUSCX1IEuyHofYhKeWJs7m16TPTiqKrhN66dwUpcR1GBCLumPI/cggjLKLhSqVfrPo
+	8FG/hnMCjd6E3hCo9BtOza9Iv6tgFbPuNJ2YNW+oYm6WVcwCemVQRSlDUHGYKl3FOoOe
+	x1TNqPOreVcxq8VUBM2viblFX8VcEUAVs+Js+b1PzD1ZlIpWq5xlZDQ5kww3afl0XM6t
+	wVcxv25ws/nvBi/j2MGR2VzkKKNFoBKXu4xKieb1fplfs6NMCSLRwpyPbmKKsF8dmLzZ
+	w+2LXXKTyrXh5No41kNLvJeHBo1naEBZa7xlVxmn5/8A/GGUEAplbmRzdHJlYW0KZW5k
+	b2JqCjUzIDAgb2JqCjcyOAplbmRvYmoKNTAgMCBvYmoKPDwgL1R5cGUgL1BhZ2UgL1Bh
+	cmVudCA1MSAwIFIgL1Jlc291cmNlcyA1NCAwIFIgL0NvbnRlbnRzIDUyIDAgUiAvTWVk
+	aWFCb3gKWzAgMCA1NTkgNzgzXSA+PgplbmRvYmoKNTQgMCBvYmoKPDwgL1Byb2NTZXQg
+	WyAvUERGIC9UZXh0IF0gL0NvbG9yU3BhY2UgPDwgL0NzMyAxNyAwIFIgL0NzMSA4IDAg
+	UiA+PiAvRm9udAo8PCAvRjkuMCA1NSAwIFIgPj4gPj4KZW5kb2JqCjU3IDAgb2JqCjw8
+	IC9MZW5ndGggNTggMCBSIC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4AZWV
+	z04cMQzG73kKH3cPhCTO3yuISuWGGKmHqge0gADtUtFtkfqyfZZ+mZk4s7BUqkarjazY
+	sX+xv7zQFb2QwRdCoZSZftzRF3qm0/O9pc2e7PjtN3RidKD6W2y8hyFZThb/uVjrijI6
+	+mKLJ7jYlLUvbMn7qJNLhXbkLOvMIZHnomPJYWFxWbOxQfyUd1a75JAIWc/aBgM/67Xz
+	LlIOOiM6d0tAeiYWnLfwC9pGzwjVgk+Gfn73alluFrED6xSSX5w/W9T76jZ0D1qX+D1N
+	/M6vAYbZx5Sw8KlkLlg4H0rMdH0O9ECH76T+gb7a7KR6Yo5T9QtqDAwjI+HIwU8cJR+O
+	dqStFtQ45qkOoSYWqb/5VdozpBZciaGd371algtq7Mp0R3Jr3TL3hJLqNnSNJjTa5uw4
+	8NEVmmmByqIFAi7QE3CdDQqtaYxxNNSCZ56eTmLQKDJ6Ctg97Oj0k8VGEB/uaXX162b7
+	+GdNwxNdDOMQyE1I+HobZ8NBTBc0QpqjMb/S6m5d58TR6rYtPq/rhavVczO8fm+rbVu8
+	ittOVrL/55q+0XA5ZYmpRI/sUeMhEZcyhsxMPHCg4HAzDkcnPqNPMIXkOww1wXi4uf0H
+	j8PgtocEX06Y+zGiWuI9iuJiWdNI6bERQJGj4fdUrBqvpEnQW43B1q4x3kJafEZVbXp3
+	6AwMm4UqNY1R3dJkoPt1rfCGtcm4XNEYzkZDzaJYFMekXbBQne6HrtUhuwLbLDLd0lSu
+	+815Yjp79KYyPQOxvKuvqsxiGEQ3pCKZrAUJ0Q0h0UYbpc0E2/wjM8lDVEJy7ZZGovlB
+	N6TuFl11S1MOISF5LkiITvQMZi1RPc+uOP+rHFxc1Y0jg21TfTvyR4P9Ye+q1ZvenQa1
+	iro5pvB1RJ2pisS+vod4HHQc11s1VjM6YrpHgqPItU2eE21nB49XdUsPB7vwGuPxMXh8
+	XjDXy2elHjrFOzw0SjwObhFv2lXTufoL5UWkQgplbmRzdHJlYW0KZW5kb2JqCjU4IDAg
+	b2JqCjc0NgplbmRvYmoKNTYgMCBvYmoKPDwgL1R5cGUgL1BhZ2UgL1BhcmVudCA1MSAw
+	IFIgL1Jlc291cmNlcyA1OSAwIFIgL0NvbnRlbnRzIDU3IDAgUiAvTWVkaWFCb3gKWzAg
+	MCA1NTkgNzgzXSA+PgplbmRvYmoKNTkgMCBvYmoKPDwgL1Byb2NTZXQgWyAvUERGIC9U
+	ZXh0IF0gL0NvbG9yU3BhY2UgPDwgL0NzMyAxNyAwIFIgL0NzMSA4IDAgUiA+PiAvRm9u
+	dAo8PCAvRjEwLjAgNjAgMCBSID4+ID4+CmVuZG9iago0IDAgb2JqCjw8IC9UeXBlIC9Q
+	YWdlcyAvUGFyZW50IDYxIDAgUiAvQ291bnQgOCAvS2lkcyBbIDMgMCBSIDEyIDAgUiAy
+	MCAwIFIgMjUgMCBSCjMwIDAgUiAzNSAwIFIgNDAgMCBSIDQ1IDAgUiBdID4+CmVuZG9i
+	ago1MSAwIG9iago8PCAvVHlwZSAvUGFnZXMgL1BhcmVudCA2MSAwIFIgL0NvdW50IDIg
+	L0tpZHMgWyA1MCAwIFIgNTYgMCBSIF0gPj4KZW5kb2JqCjYxIDAgb2JqCjw8IC9UeXBl
+	IC9QYWdlcyAvTWVkaWFCb3ggWzAgMCA2MTIgNzkyXSAvQ291bnQgMTAgL0tpZHMgWyA0
+	IDAgUiA1MSAwIFIgXSA+PgplbmRvYmoKNjIgMCBvYmoKPDwgL1R5cGUgL0NhdGFsb2cg
+	L091dGxpbmVzIDIgMCBSIC9QYWdlcyA2MSAwIFIgPj4KZW5kb2JqCjIgMCBvYmoKPDwg
+	L0xhc3QgNjMgMCBSIC9GaXJzdCA2NCAwIFIgPj4KZW5kb2JqCjY0IDAgb2JqCjw8IC9Q
+	YXJlbnQgNjUgMCBSIC9UaXRsZSAoQ2FudmFzIDgpIC9Db3VudCAwIC9EZXN0IFsgMyAw
+	IFIgL1hZWiAwIDc4MyAwIF0KL05leHQgNjYgMCBSID4+CmVuZG9iago2NiAwIG9iago8
+	PCAvUGFyZW50IDY3IDAgUiAvUHJldiA2OCAwIFIgL0NvdW50IDAgL1RpdGxlIChDYW52
+	YXMgMikgL0Rlc3QgWyAxMiAwIFIgL1hZWgowIDc4MyAwIF0gL05leHQgNjkgMCBSID4+
+	CmVuZG9iago2OSAwIG9iago8PCAvUGFyZW50IDcwIDAgUiAvUHJldiA3MSAwIFIgL0Nv
+	dW50IDAgL1RpdGxlIChDYW52YXMgNSkgL0Rlc3QgWyAyMCAwIFIgL1hZWgowIDc4MyAw
+	IF0gL05leHQgNzIgMCBSID4+CmVuZG9iago3MiAwIG9iago8PCAvUGFyZW50IDczIDAg
+	UiAvUHJldiA3NCAwIFIgL0NvdW50IDAgL1RpdGxlIChDYW52YXMgMykgL0Rlc3QgWyAy
+	NSAwIFIgL1hZWgowIDc4MyAwIF0gL05leHQgNzUgMCBSID4+CmVuZG9iago3NSAwIG9i
+	ago8PCAvUGFyZW50IDc2IDAgUiAvUHJldiA3NyAwIFIgL0NvdW50IDAgL1RpdGxlIChD
+	YW52YXMgNCkgL0Rlc3QgWyAzMCAwIFIgL1hZWgowIDc4MyAwIF0gL05leHQgNzggMCBS
+	ID4+CmVuZG9iago3OCAwIG9iago8PCAvUGFyZW50IDc5IDAgUiAvUHJldiA4MCAwIFIg
+	L0NvdW50IDAgL1RpdGxlIChDYW52YXMgNikgL0Rlc3QgWyAzNSAwIFIgL1hZWgowIDc4
+	MyAwIF0gL05leHQgODEgMCBSID4+CmVuZG9iago4MSAwIG9iago8PCAvUGFyZW50IDgy
+	IDAgUiAvUHJldiA4MyAwIFIgL0NvdW50IDAgL1RpdGxlIChDYW52YXMgNykgL0Rlc3Qg
+	WyA0MCAwIFIgL1hZWgowIDc4MyAwIF0gL05leHQgODQgMCBSID4+CmVuZG9iago4NCAw
+	IG9iago8PCAvUGFyZW50IDg1IDAgUiAvUHJldiA4NiAwIFIgL0NvdW50IDAgL1RpdGxl
+	IChDYW52YXMgOSkgL0Rlc3QgWyA0NSAwIFIgL1hZWgowIDc4MyAwIF0gL05leHQgODcg
+	MCBSID4+CmVuZG9iago4NyAwIG9iago8PCAvUGFyZW50IDg4IDAgUiAvUHJldiA4OSAw
+	IFIgL0NvdW50IDAgL1RpdGxlIChDYW52YXMgMTApIC9EZXN0IFsgNTAgMCBSCi9YWVog
+	MCA3ODMgMCBdIC9OZXh0IDkwIDAgUiA+PgplbmRvYmoKOTAgMCBvYmoKPDwgL1BhcmVu
+	dCA5MSAwIFIgL1ByZXYgOTIgMCBSIC9Db3VudCAwIC9EZXN0IFsgNTYgMCBSIC9YWVog
+	MCA3ODMgMCBdIC9UaXRsZQooQ2FudmFzIDExKSA+PgplbmRvYmoKOTIgMCBvYmoKPDwg
+	L1BhcmVudCA4OCAwIFIgPj4KZW5kb2JqCjkxIDAgb2JqCjw8ID4+CmVuZG9iago4OSAw
+	IG9iago8PCAvUGFyZW50IDg1IDAgUiA+PgplbmRvYmoKODggMCBvYmoKPDwgPj4KZW5k
+	b2JqCjg2IDAgb2JqCjw8IC9QYXJlbnQgODIgMCBSID4+CmVuZG9iago4NSAwIG9iago8
+	PCA+PgplbmRvYmoKODMgMCBvYmoKPDwgL1BhcmVudCA3OSAwIFIgPj4KZW5kb2JqCjgy
+	IDAgb2JqCjw8ID4+CmVuZG9iago4MCAwIG9iago8PCAvUGFyZW50IDc2IDAgUiA+Pgpl
+	bmRvYmoKNzkgMCBvYmoKPDwgPj4KZW5kb2JqCjc3IDAgb2JqCjw8IC9QYXJlbnQgNzMg
+	MCBSID4+CmVuZG9iago3NiAwIG9iago8PCA+PgplbmRvYmoKNzQgMCBvYmoKPDwgL1Bh
+	cmVudCA3MCAwIFIgPj4KZW5kb2JqCjczIDAgb2JqCjw8ID4+CmVuZG9iago3MSAwIG9i
+	ago8PCAvUGFyZW50IDY3IDAgUiA+PgplbmRvYmoKNzAgMCBvYmoKPDwgPj4KZW5kb2Jq
+	CjY4IDAgb2JqCjw8IC9QYXJlbnQgNjUgMCBSID4+CmVuZG9iago2NyAwIG9iago8PCA+
+	PgplbmRvYmoKNjUgMCBvYmoKPDwgPj4KZW5kb2JqCjYzIDAgb2JqCjw8IC9QYXJlbnQg
+	OTEgMCBSIC9QcmV2IDkyIDAgUiAvQ291bnQgMCAvRGVzdCBbIDU2IDAgUiAvWFlaIDAg
+	NzgzIDAgXSAvVGl0bGUKKENhbnZhcyAxMSkgPj4KZW5kb2JqCjkzIDAgb2JqCjw8IC9M
+	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
+	VjGijl2QLA7dG2NHxvcrnmm4Pk0ZPHrggEdflJyus8/yrl+ybRu/ZPTd7bFQWaqSMFvl
+	srtXMK9sl2yTEjfSX3IFgDYukF9FXiEMrIBOppNdIdzPbeL3wiAjw68sTIiby9/HbebP
+	cK/xsjlZt2XR3bH8iHMF1Xn8rBeNrx7GRcHBRcm9x1i2W8sQBr913htIF4RuLc4qXuBY
+	QniGFVjAO3eFjHb8EHOCUMu74Qg5JJgS++iPPx7bSeM+ugJ30toxyyXW5eeo6y/UiYkg
+	p3b+2oCb8WlZlgMfbuBxTZpQOe5dDvHwXb1+f8zvT+zRx2vmRXUO/nCbjctP862pcoLb
+	bPIRSSc5r4yuOjV6O1fw7QDb+c1biBAD+tE57BdoIoxo0X4VuLlfv8m418iKgkEo09Zo
+	m7QrxDvYO8QtugHYxQ/od6XtMgzCYJq6Bmr1sw1n9VyQf5Vn7uf3wB6ylx808JlZvFFv
+	SMN1Rp+kTLHJVCbRZEqz0AMGym3QGw8lPZRmMlveSaCM8NRdMGInvutHwhjizCs2FRgr
+	KyoQLD/B0Qho9XpIS+vWGgxGnhA6AEY8fKjXnZYCGYakGWfkrYSeLqYILCMy0iSYRhfe
+	ktIZpBSRYFnnGc+9bVVP9j3p8aUXZKuLC9T8DNVoz+vETriCFaPbRv/889Hlw4Ls+WTB
+	aZQ9msnVI1z3ULslPfEO/O72zx78do17ukz8dhiEaukr3jzpG+J1sAgWQxiWSoUIfl1M
+	nKUF/L8FNCyovjY0K6emY1VvR0/XslbMk+DSzDXoFqJrR0f/y4FaBY+iex4dflbHr2QA
+	76C7gO4SFuTQ6dBlopsaH3uQB+Nxgmf5ifTMSTQuFhPyU4muLL9sEt0+iZawuaK9rkl8
+	6T8xV/BvnsRfM4m+bRLdM4nunUSvpfT/AQejK+AKZW5kc3RyZWFtCmVuZG9iago5NCAw
+	IG9iago1ODM2CmVuZG9iago5NSAwIG9iago8PCAvVHlwZSAvRm9udERlc2NyaXB0b3Ig
+	L0FzY2VudCA3NzAgL0NhcEhlaWdodCA2ODQgL0Rlc2NlbnQgLTIzMCAvRmxhZ3MgMzIK
+	L0ZvbnRCQm94IFstOTUxIC00ODEgMTQ0NSAxMTIyXSAvRm9udE5hbWUgL1BSRk9FQytI
+	ZWx2ZXRpY2EgL0l0YWxpY0FuZ2xlIDAKL1N0ZW1WIDAgL01heFdpZHRoIDE1MDAgL1hI
+	ZWlnaHQgNTEzIC9Gb250RmlsZTIgOTMgMCBSID4+CmVuZG9iago5NiAwIG9iagpbIDI3
+	OCAwIDAgMCAwIDAgMCA2NjcgMCAwIDAgMCAwIDAgMCAyNzggMCAwIDAgMCAwIDAgMCAw
+	IDAgMCAwIDAgMCAwIDAgMCAwCjAgMCAwIDAgMCAwIDU1NiAwIDUwMCA1NTYgNTU2IDAg
+	MCAwIDIyMiAwIDAgMCA4MzMgNTU2IDAgMCAwIDMzMyA1MDAgMjc4IDAKNTAwIDAgMCA1
+	MDAgXQplbmRvYmoKMTYgMCBvYmoKPDwgL1R5cGUgL0ZvbnQgL1N1YnR5cGUgL1RydWVU
+	eXBlIC9CYXNlRm9udCAvUFJGT0VDK0hlbHZldGljYSAvRm9udERlc2NyaXB0b3IKOTUg
+	MCBSIC9XaWR0aHMgOTYgMCBSIC9GaXJzdENoYXIgNTggL0xhc3RDaGFyIDEyMSAvRW5j
+	b2RpbmcgL01hY1JvbWFuRW5jb2RpbmcKPj4KZW5kb2JqCjk3IDAgb2JqCjw8IC9MZW5n
+	dGggOTggMCBSIC9MZW5ndGgxIDg5NzIgL0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4Kc3Ry
+	ZWFtCngBvVp7eFNVtl/rPPPoI0mT5tGkySFN0vTdAqWxhYaSlkJpLVShQaptodAi1Yq1
+	ijNwq4BCRRQRqI9PRedCgWEIpQMB1Mt4UWTGUZxRfIx3Rkd0/PymH965OndGbXPXOSmV
+	8s14+cNvzsnae6+999l77d9ea+199kn36jvaIBF6gYX6xS1dy0G5pA8AsGBpZ0tXnDd8
+	QXH/0p5uV5znMwHYVcu7VnTGedWjABrHilVrxp5PGQBIPNfe1rIsXg7fUlzcThlxHqdQ
+	nNHe2X1XnDcMUVy26talY+Upm4h3dbbcNdY/kDzguqWlsy1eX4pSnNF16+3dY7zcTrBr
+	ddtYfWwk+d4ApNxkuBXUcDOIwICO7iYA8TONAzgqlcvpWpaj3X5TctlXoFcp/E21Dynx
+	K9Lz5//W9q1Pu031d8pQX6ovx4J/1A+QgFQ+rN02XqI8R0FyFBqyozCHqJxoKlF29kwL
+	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
+	XPfKfku5Ym30jesfXcmU6aAdRw6EoEr5YjZP+V63EBZBGJZQKdJXvPh7q0D/a4CFs+ZU
+	1V+fXd22qqetu2Npi1LjUsshStQTNRN1EfUSPUz0DFGE6BTROaIPib6QmybSEbliYxdl
+	wHga6Z15Ij/zCp4c84T6sjSXP7/0Cn7ZFbyCyWX9dVxRrvzv5LLyW64ov/0KXvmfyGX1
+	e64oXyPz/wddagUZCmVuZHN0cmVhbQplbmRvYmoKOTggMCBvYmoKNTcyMAplbmRvYmoK
+	OTkgMCBvYmoKPDwgL1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9DYXBI
+	ZWlnaHQgNjg0IC9EZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTk1MSAt
+	NDgxIDE0NDUgMTEyMl0gL0ZvbnROYW1lIC9WQ0lGUFUrSGVsdmV0aWNhIC9JdGFsaWNB
+	bmdsZSAwCi9TdGVtViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDUxMyAvRm9udEZp
+	bGUyIDk3IDAgUiA+PgplbmRvYmoKMTAwIDAgb2JqClsgMjc4IDAgMCAwIDAgMCAwIDY2
+	NyAwIDAgMCAwIDAgMCAwIDI3OCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+	IDAKMCAwIDAgMCAwIDAgNTU2IDAgNTAwIDU1NiA1NTYgMCAwIDAgMjIyIDAgMCAwIDgz
+	MyA1NTYgMCAwIDAgMCA1MDAgMjc4IDAgNTAwCjAgMCA1MDAgXQplbmRvYmoKMjkgMCBv
+	YmoKPDwgL1R5cGUgL0ZvbnQgL1N1YnR5cGUgL1RydWVUeXBlIC9CYXNlRm9udCAvVkNJ
+	RlBVK0hlbHZldGljYSAvRm9udERlc2NyaXB0b3IKOTkgMCBSIC9XaWR0aHMgMTAwIDAg
+	UiAvRmlyc3RDaGFyIDU4IC9MYXN0Q2hhciAxMjEgL0VuY29kaW5nIC9NYWNSb21hbkVu
+	Y29kaW5nCj4+CmVuZG9iagoxMDEgMCBvYmoKPDwgL0xlbmd0aCAxMDIgMCBSIC9MZW5n
+	dGgxIDk0MjggL0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4Kc3RyZWFtCngBvVp7eFTVtV/7
+	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
+	bmRzdHJlYW0KZW5kb2JqCjEwMiAwIG9iago2MDc4CmVuZG9iagoxMDMgMCBvYmoKPDwg
+	L1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9DYXBIZWlnaHQgNjg0IC9E
+	ZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTk1MSAtNDgxIDE0NDUgMTEy
+	Ml0gL0ZvbnROYW1lIC9KTktXT0IrSGVsdmV0aWNhIC9JdGFsaWNBbmdsZSAwCi9TdGVt
+	ViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDUxMyAvRm9udEZpbGUyIDEwMSAwIFIg
+	Pj4KZW5kb2JqCjEwNCAwIG9iagpbIDI3OCAwIDAgMCAwIDAgMCA2NjcgMCAwIDAgNjY3
+	IDAgNzc4IDAgMjc4IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwCjAgMCAwIDAg
+	MCAwIDAgMCA1NTYgMCAwIDU1NiA1NTYgMCAwIDAgMjIyIDAgMCAwIDgzMyA1NTYgMCAw
+	IDAgMzMzIDUwMCAyNzgKMCAwIDcyMiAwIDUwMCBdCmVuZG9iagozNCAwIG9iago8PCAv
+	VHlwZSAvRm9udCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jhc2VGb250IC9KTktXT0IrSGVs
+	dmV0aWNhIC9Gb250RGVzY3JpcHRvcgoxMDMgMCBSIC9XaWR0aHMgMTA0IDAgUiAvRmly
+	c3RDaGFyIDU4IC9MYXN0Q2hhciAxMjEgL0VuY29kaW5nIC9NYWNSb21hbkVuY29kaW5n
+	Cj4+CmVuZG9iagoxMDUgMCBvYmoKPDwgL0xlbmd0aCAxMDYgMCBSIC9MZW5ndGgxIDEw
+	MjI4IC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4Ad1ae3hU1bVf+7znkcmZ
+	ybwfmRkmM5PJ+0EeQyIZQhLCIxgS1ASJJpBAQKiIIYot3CggEJGqyEP0alHLU80QUhig
+	WmpBsLUtWovWa1ut2Nre5tr2ah9CZu7aZ0IkfK2ff/j1j3vOrL332nuffdb67bXXfpzp
+	WbmqC1KgD1honNexYhEoV6AdgDy6cHnHiiSfxiE/d2FvjyfJ85kA7LJFKxYvT/LSowBq
+	1+Jlq0efN64H0C/r7uroTJbDZYxLuzEjyZOJGGd0L++5O8kbhjBuXHb7wtFyYwvyWcs7
+	7h59P7yLvOdrHcu7kvUDlRhnrLj9zp4k7/8TxrNWrOwarU/wefanQDDXCLeDCm4DERiQ
+	8W4DED9Su4DDUlqOV2eOZtutqZWfgl5S+FsbvqnEr3i/e+HvXZeDmoelf2CG6kp9Gguh
+	eAhAS7B8WPPwWInyHAbGGDRnx2A6UhVSCVJ29hQr9JG98BDSt5BYWEIegNVIm5EeQ+LG
+	UgeQO04eGOSkyAmyGuxkRkTDuecabW6rWuN+I0aEoSfdv7B+cJLYsPfeJ7bBFFBNUZNv
+	kaegE9zk2+An90A9ZJLdR0LL3O1YdABWIPUhsUpIyIHB9CL3SyQH/BzBZwKQzpGj7t8V
+	5ro/LIwxZND9cjDGYfT9dOQiqe5Trifd33Mtdr+EdChZdDCENY66D7iWubelx8juQfcj
+	rhjBZx5ORqtc+OhR9/LQDndnoVI+a0eMOTToDmP5jRGNu7Tc6y5xXXTnB2MSQT7XNcud
+	VfhjdwY+iNU82Kg/onc7Xdvck7Ao3VUbnIR0khwkj0MWeXzQP8N9ApOo7pHpofIdMfL1
+	I/WZhf4YuSdSWp+5I1Qf9Idmuf2humAQ0zeeE9eLN4tTxCIxW8wUA6JXdIhGySDJkk7S
+	SmpJksQYeW6wyi2cJIegCmE5dEQSJD5GXsBM7iR5Xsl8/pjESYwEkjGWeA+Nl2CPk0ND
+	Mk1h4qigpIQYef5IMuv5iJuOIeCUApmhaQwwBIZIDMyAKHkwJsAGc2+VtcowWR+uq/lX
+	QbtSciXM/teXlbiiO2Y2t0QPulqjRTSRcLVeqW69kviXcc8qLOqqzs6e2bT6SO+KpYtq
+	u3y17b7aLqT26AO93dZo3wKP5/DSFbTAE2UD7QsWdtO4oyu6wtdVE13qq/Ec7lWeu6Z4
+	ES3u9dUchkW1c1sOL4p01Qz2RnprfR01rUcWVK9sG/euzWPvWln9T95VTRtbSd+1QHnu
+	mne10eIF9F1t9F1t9F0LIguUd1Hla5c0V9/Zg9bpqV0y0xPNbI5OnzOvJerpaK2Jkb2Y
+	WbMK+FMg8y9CJt8Hdi4f3ACJXyC9Q+P4DYnf8mdBji9P/JmtwE49TomJV1XCKXgQHocB
+	EGA/pjPhFtgFr5KlOLbnwxBcIOmQB3047mMwC14jicTrsAiexfo98DJsh8OgxWeWgwlL
+	txJ/4h7kI5heAOsTT0MGlMP98CKEsdWtMJw4kDiCpU1wAxyEQ/j8j4iPOcylJV5IXAQJ
+	5mCb67Hk9cSsxAAYIAeqoRFz18NLxM++k+gGK1SgdE/AU7AHvg9/JPeRoUR3ojdxPvE+
+	mqoVnNCM9xoyRN5nB7j7E08k/pCIIxKZkIVvbYdt8Ay2P4D3KXStteQ20kO2ke1MhLmP
+	GeI28Jb4COIQgml416NX3oQIHIfT8Bf4B/mYsbIy28OeSZQk/hc0MBO1pJp0QS/eG/He
+	ijqdJAIpIFNJI1lDHiXbyc+YLOYGpoW5i7mb+S07m53PrmZ/xt3JDfJb+F2CJv5p4mTi
+	bOLnYAEX3AwrYS1q9zKch0/gM8JiW07iJxWkmtyCdx95nDlO9pDjTCM5Rc4zB8mvyQfk
+	Y3KJ4RktY2KymR5mG3OIeZn5CbuE3c4+xv6a/ZSbzDP8Hv5DwS/+V3xBfHP8J4mKxPuJ
+	v6OLlcCLPVMNs+FW6EBtV8BE+A/U4nm8B7DXTsMZeFW5PyBOGIa/IwpADMROikgD3rPJ
+	9WQRWUKeJCfwfkmR5a8MdgSjYvSMhXEyzcwCZjnTx/yc6WMdbBY7g53HDuB9jr3AXmIv
+	cTyXxpm4adx02MIt53bjvZfbzw1yP+XD/GR+Nn8j38dv5rewC/nX+QvCWmGrMCh8LPwJ
+	3eIs8XZxC/bOq2iz30db/vziSAZKXwRfg4WkhiyAHdgbe0gH9KN1dZJNiNcKyEy0sWvZ
+	aUwBWsNL8HW01t2wBjaz82FP4m32ILyFlrIMm+yDfVw1uPid2Dv3QQFa0egdCWWFMoMB
+	f4ZvgteDLt/psNusFrPJmGbQyylajVoliQLPsQyBnFpfXbsnGmiPcgFffX0u5X0dmNFx
+	VUY7DmVPtG58naiHPteBReNqRrDmomtqRpI1I2M1ieyphMrcHE+tzxP9cY3PEyPz5rRg
+	+sEaX6snOqykG5T0Q0o6BdNeLz7gqbV213iipN1TG63r7e6vba/JzSHHIwiHOjeHOo4I
+	aGjDUZjasQYdLEylNWqjdl9NbdTmwzSWsf7ajs5o45yW2hqH19uKeZjV1ILvyM1ZEkU5
+	4QFtp6/zgVgEFrTTVMf8lijb0Rpl2mlb+uyoxVcTtdzzofVz9kqqdstVhVHGX9fR1V8X
+	jbQ/gOBStp1yHVuQm9nswWaZDa0tUbJhVAgq41KUlIqbnBP87Us9UZWv2tfdv7QdwYWm
+	lkF7xK443yg0tgzaIjaFyc05bl1b4UXtj+dOyZ1C4wqvdW0y/t26ZP4bp2hsXXv6PYxn
+	No0BQCgCvukoZ9SzUHmJD4Utp0FXOfQvLEec8GolqOYSlGdqlEGbYf1R3j+9I9rXfEWM
+	7pqkcO1LawZVNrsyCVW3Yv32fnkS9hTWl32e/k9xtm73Df9xfE7HaI7glz8FWkg7esxW
+	oqTjSrqXTpZ+1Lrb6uum/dur9CnyPmvtVRnIU2iozFEjTuCNLd6opxUzcDWZMzMGqsaW
+	w4RsbY2RxIYY1LiO4xqVvfUWLM6hprakBt+PTG4OZmR5MZWX46nDN9dRW/H0e/qnd/Z7
+	6jzdaEycX4mxoKu/NR8RbG5BnGAuvjHS6hhLdrW2TsJ28mk7+AhW72/FFpaOtoCxkpU/
+	gpUKcnAyZQONLXNaon01jmikphV7Ac33VGNL9BRabmsr1iockxQlXrPEOipzEcpcmIXl
+	xclWcO3Sh0209vfTNptbfN7oqf5+Rz8db0k+RuDajMhoRgxoFQp5jPQ14rMY+bwOpQ+8
+	Pi+K1UoxnYgmfcWicM3+xQiXjsmNT5ahtKUKwuVfEcLhL4PwpC+FcMWYpOMQrkSZKyjC
+	1/37EJ48DuGqL0Y4MiY3CjkFpY0oCFd/RQhP/TII13wphGvHJB2HcB3KXEsRnvbvQ7h+
+	HMLTvxjhGWNyo5AzUdoZCsKzviKEG74MwrO/FMLXj0k6DuFGlPl6ivCcfx/CTeMQbv5i
+	hOeOyY1C3oDSzlUQvvErQvimL4Nwy5dCuHVM0nEIz0OZWynCN48hHHFE4Wo/3HeN24Wv
+	3DHPvwpyXCnxBqjmb4R0pAEhDI3cndCEm+sKjMuR6pHWk7MKbaZpJFrWyxyEzUwYLJju
+	w/oaJBOSE5u8chakBYHUIT8FnqRb8y+4GFzjf/GFTQOPOx5RqSbh3EwvNZIG93EpGOuQ
+	UvFMSo8x4J7s/8uVpigyEfeBZtxJ7Wad7CauiXuaO8/9BfcdrwjluNv4Ce4zXpLmSkex
+	LoP7JODO4/6aRbSqkmdnUj4ucJAkOQZwHonymGbfjQGHBJgW34UTCr43Zp/AVni4Mbug
+	sFjv1QeRqrmtscu/4V/8bGqMa7iE5zDYejp2yXX4Hgb7QQPvRBrrSQvpJuwmdie3S31A
+	HVPF1EKmmoAoCISRVCoM1CDyZAthOY9RrfYbMM/I834DVtBoeFal5gSeaBjCApMuSjHS
+	GlHh1kRQqVkeuf0RQ0qKxWLnnyRPqm3alD3eLbfgyYtt9ifWhpER2+zarprf1tVYocpS
+	WVXZMFI5UqkPVxG9IRzGnz6cvzEve408E1dQ3ClHlDvdujHPOprBYgZ7ujV7tO5GubJS
+	RCosIG1t0EY0JK2Y+Fgv6yPs1l8Pb3ifMb2zfeTkU68xDzHzmM0jd7ELP5tKYvF6BY0B
+	xP/vmFLjeWlHpGSJdolhtfYeA1dvbDF2G+8xcqKUrpdlNdGlpuPBlVpiBIOWUxmNhZzd
+	nKryg81kjhHNEe/2zajd7E9Qk9nyXxtG9AZLGKqqUC3ZEM7HiLQVFrSleYtwNyf4vHof
+	BAMYeYtKSwaY7af/dOFX8aKzbN/d1XfGe8iW+/fxL/7y3HOJkW3c8UnuOLvyIWorjYkH
+	+I/4D/FUJAgXI7ctYZeaVrMb0nY4zjqEGc5Wxzxnp2mV6W7nMds5u1QuWR2Mw2YjJrvD
+	brcDsRGwpRswZbPb7A6riREygOjTTcDwKTSD8wa9k1LY4CTCq9IL9fZQRqHKlhl627t0
+	UVKzYarYMFQVD1cNU/Uo/uFkj1nCEvaXtEY+QzbK2ZXZlRiezsYusU5dHcl0BwRZE0j1
+	i/4J2owi8OjSi0hAwJRP7S0ibhkDvxQsAjwpzib0XCo7+957CfalXwzqiM8TDOjlMoPX
+	YzHrjaIgcqVlwTJLqaFEBt8E0Mvg5d/t/KDpe3fED7586NGX8PBlw8lHfCVr4zcty9zT
+	eermKfE///f/xP+AhsFwq5/PLX3vHVJPst4k8mc/iJ/fuu7cWrvetvbr27sJ04uHI5Xx
+	1+Nn4n+Lv0KHMgtNiXeVk4RUPCOqhF9GyrMKiFrWOLTOYHG9vES1VBbDkkGrYh1FYobK
+	JWtdFdlMXqjiWAVTUZTlN8giLzmDEyzOGOmP+Cwutxh05WkYV4mmUqysdBrFUNb+DPtk
+	R8g5IzVYbrtu8nfJTjxAOU52wCjqnyi4Xxw5jXaEFoXgVw0PGxB9S7gNuyBvOG+YdoLe
+	Ei4soGiXlpkmYG/7SWmqF6zpDi+YPUYv8U6AMsYLdpfFS0xeDBS05cok2vfiwGnLMBcX
+	lZVeR3QklQiiYCKlZaUlEwO+CQi6bzIpLsKjCL0RK+ErsF8mBAO0eyYESiaWlqUR3crZ
+	t7bu8HYXLV9Q2EyGJpu06+55sMKr3s//7ZkXe1dZ/Np0fVZOoC3LrCr7yTe2v3hiZ/9P
+	5+VM3/uwySnoUpz5i8kyKceaO795VlbzK4/X1+8a2emcwLIbtEK1L1K/9Dubtj+bRi7S
+	cYAnTex5bjbYwQH7Ivn7bGSXdb900MrOkPSPG1nWKLjsYorLqHGIDodFDhoIG2T0dpc6
+	aLE58fhdPOJdueZzm65sGA6HEdFRdDEhDytQTgSb5Nea1AHQpckBYtCnyqINOR5YL0Fj
+	YjXmlACkGjBQWYUA4YjgVeyXyJUU2GSYrWALZosvD8FCWJMIFlPoGLThYpG58IFlQF65
+	9rkZBZseWbHONpD+p5NvfEYMbzq52dG3Fq7bv/xbe97dfNfPz5Di3+Ix2SQeMShPvMMO
+	8y+jL3fBXZGiMt003U26fdwBB++XjEyqSwbJ5RLT1IzLouHz0vLkkN5gd2uCdlu6e6N3
+	ZfXV6o9cvAhoVfjTo+dVVLdbnSo1EGLVoG5ODMDGBEDtkAKoIP7uvRe1MlBTUAxEMIHF
+	bNEX630lVC0omWgo/usje9bs2XvPpgOkv7nguuefrnru9iPxzz7+Fbn1o7de/dEPzv+Q
+	KZuYPpNxfTZ5+8IWkvvZH8hNON7qE+9wdjy5c+Ipr59oI6t3So/Z97lZXsek8kaTzpBq
+	Mka0EaMUspOZmqPsWfIKe9bxtvQL1QX3276PLB/5NGf1Zw3MfIn3ZqTuNrsywoIomr0u
+	p6h2mTV+cadzn/OY8y0n5zen+p28Ta0V9bpgqivI24MZeWLQZgsE3/TubUsCNHJRcXpv
+	jiizkjI55bclR2HSrcvoCpOQ1YGP41k8FiU8J7jRZRnkNNkoc4LWP8GREQAPuAIk3aWy
+	iAHQmHQBkqLz2b2YxWMgWdGuUmQM6LDMRgOi5oOprOyse8kdbXAHzm1mxNhs8qbjSCwr
+	LUMDwnEpJF1gMQngfDJBEAkzdKG81CBf/ph/aOeDcwuMh8XrC5tWT2k6hx7Q+hvi1mTO
+	eP4b+3ni46bddsOcZTOefuZMW+m0iofzGp0y8eHZMEOq44FVdfcd6Sf04yOuBtejI6S2
+	ZobmSA6iKVlEixTkgmmrxFWSlJbCpJnwq6dLEE1adUpIbbcSUwjMNosVv9Yd8S5I2hqd
+	40cnkErF0sKEAgdtacV69DNJ5+LTT1TUMOl964cixTfd9/vm3OPphRtXHB3iXx55d443
+	/EzrkyNzmGd6y1p2Xxg5R+VjqHykAudwuoYqjTjFDzkUWmDVKlx+oD4hkcWBrDr4uSSn
+	RypPKwsQOkNXNeBoRyF8+mKTb/0xvLisSxf4F19TdN+MbdN1EwuhCGrJqnlsFNsE1sbx
+	VzWJytEVDTaYbGzz0BBdgF2Rjx1Gm7ahx7olUnhMOCswnGAUgsZeoUfkjVrGaJVdvAiC
+	VaO2izhFa0Mqu5PkWUM2sDlw6hgHY9Ikk/6qEketHmfhJJQEwTRdcdSjWKKN6AjiSdYf
+	mnWw+2JjzjFXwdpIaEZ5rmOI7OPyd93S9NRNT1NMF1R2ppirS+5YMvJTFBY1rkj8gvOi
+	n9XiNxAbPBQp3iXtkB8zf5vbL+2VD5hj0jnpLe5D3e+N2kmS4LKKWpdBYxNtNhMTTLU7
+	VEETLitiRIXednQ0JVcQY55W8TQ5uC0JaNJUaPl6JkBEC6b4FEypjdoAEBkDyYzOldVh
+	oIwNGlCnmmEoGbUW9KgGXAgwOMclHep7Gwpmnfj2jh3P4Iemy/G//TJ+mRh+J/SQ1L07
+	bnn08uChi+w78T/GP4mPxF8g2ZdxwotQn9obv4Hzo+o6mAA9kZwD0j4Lkyl5nHqd4DKJ
+	qYLO5dRM0DFBqz1DnSfneUMTUm2+jI3eF5PqoYVfTPaN4iBox4y6BqfZAbw9wAXAgYrx
+	ZgyITRcA1qLopKhFHWoGelNq/3SSsJiLSbFJGRl4+E/HOU63eh/zyj5/3YmTtX4M43kD
+	pZGbv340fqxn9+qmgoqh1T97o2/+4ZOdu79x01728NbpmZXx36OOT++4tSR9+sgv6VhG
+	e2Ye4abhzuv6SCDIBlLK2Gkcp5NkRqfSq7RBiZqhXi3Z0widM8BmSIuRWhzFaxWHSHWc
+	LVMzb6g6PXKaLgHp4iM5jhXTM1tMdJ4T0OQ2HzI9extvdckOedMjQ1z+8dLHGfYllhlY
+	ObKLymJJfMyo+HloXU3fSclTn9KRGKmK+Dlz2MIKOrXejkMNv1aFwKQzpbJulmEvm202
+	+2Xv4tHZe6QtfJqureXk2MvH0YxeZlgeuagMQhzPeorjlfVKoATnp+L9Rw8dCpgKU9KN
+	7qnBtfMefpifF//5tpHa8jRcIG5VSfcuZs5sU8ZtX+ID9ldoDxaU8JbIpJjxnJFRpUlG
+	W5rNmCncxb6FrhB4nRqEFDWPtm8VrVZcEuSpQ1qN3U5CVNg3rnidBmr8FD6EK7nSqKqk
+	S2gKHWkjSUFxvUUn0TLFrwdRXj8ptxes+26Nf+gg45u4eNuHzblkgMsfCTdNbN8/7z8Z
+	3aXXn7wua+5jTZuZt+0UUw0O3D9w+YB+L5JXTc4QBhZDN9PNLhY2cpv4fbCfkfArJFPL
+	zeDv5zbzZ7lzvDQ9885MuoPDobqY9jN+9o4lVgzhRObhYmTdMZZdbmAIg/8FWBdJF4Tl
+	uGEnvMCxhPAMK7CA36TUEu2sAeYEod54/REyINiSe7333hvd7eFerxJ3ewbFYgxhsSEv
+	W559sUFMRtkz56yO+JmQgWU5COEmE+fRcY3jemuAh8/bDYdHwuHkPnKsZV6Us/GHW0Gc
+	MtvuSFMR3AqSd0k6yT4TX3YqvorLv7yL7b70OiLEgCk+nf0I+5d6tx9GvtZv2mTdZ2VF
+	wSKUG+oNLYbF4l3sXeIW4y7Yye8y7TTvtOyH/Wa5HmaaplleNXE1/Cs8s5HfC3vJPn6/
+	hc/I5K0mixnnHpNWk+qSdNQZmh0IDJXbYrIOaL9pRp/4ZhJlhKfhohWV+FyPpGk0jISL
+	bPnWqspKBCtMsDciBpMJzOblBovFyhNCO8CKGy55zWklkjAmbXcUFtxBd02kWGAZkUGP
+	EQiW0MVCadlkUoZIsKz3bGDdguon+p4IhNLzs+SifJmfrIv3vEbchMtfHH84/scX4ouG
+	BOnZFMFrlR7N4GYjXPfRuQDPiti7+TdwLDjwy3dHpNTxoQ1El6B2sSTVGHaZUwS3Xu1F
+	XR3pIatbl6IPWQyiIVXn1jG6y0abx/uGd/HoqnNs2F7AsTs6beIhAB27VcNv4vaGFBYY
+	6JJgzJfQkYx3SXGJv6TYJOIQ+Y6vakifYXHaNE2ewaHB7duZtCG8+OqJ8xnmWYbc8MLW
+	y53sE1v3u1977eylC8p4xgD/tdCF39b/2WXEzAwoxq/VNVCnfKmn3+Kvx38KNOHX/xvg
+	JmiBVpgPp5SHCZ5aJc/JBDzHgtnTaqdXN2TXdy3r7epZsrAD6yRLaeUWpE4k+p8tHB3w
+	KNKzSPj3GfwaDvAm0kWkT/AhDsmIlIE0EakGaS5SJ1IP0vrE6IX1YSxN8NxuPN94DT/n
+	Gp5KePXzC6/h8X3jyhXMrnpf9zXlS67h6Xfuq9v/2jX87dfwK67hV17Do+7j2lt1Dd97
+	Db96PH9J6Y3/A4SgM/kKZW5kc3RyZWFtCmVuZG9iagoxMDYgMCBvYmoKNjUwNwplbmRv
+	YmoKMTA3IDAgb2JqCjw8IC9UeXBlIC9Gb250RGVzY3JpcHRvciAvQXNjZW50IDc3MCAv
+	Q2FwSGVpZ2h0IDcxNyAvRGVzY2VudCAtMjMwIC9GbGFncyAzMgovRm9udEJCb3ggWy05
+	NTEgLTQ4MSAxNDQ1IDExMjJdIC9Gb250TmFtZSAvTkdFSUJNK0hlbHZldGljYSAvSXRh
+	bGljQW5nbGUgMAovU3RlbVYgMCAvTWF4V2lkdGggMTUwMCAvWEhlaWdodCA2MzcgL0Zv
+	bnRGaWxlMiAxMDUgMCBSID4+CmVuZG9iagoxMDggMCBvYmoKWyA2NjcgMCAwIDAgMCAw
+	IDAgMCAwIDAgMCAwIDAgMCAwIDY2NyA3NzggMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+	MCAwIDAgNTU2CjAgNTAwIDU1NiA1NTYgMCAwIDU1NiAyMjIgMCAwIDIyMiAwIDU1NiA1
+	NTYgNTU2IDAgMzMzIDAgMjc4IDU1NiA1MDAgMCAwIDUwMAowIDAgMCAwIDAgMCAwIDAg
+	MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+	IDAgMCAwCjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+	MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAKMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+	IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDUwMCBdCmVuZG9iagozOSAwIG9i
+	ago8PCAvVHlwZSAvRm9udCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jhc2VGb250IC9OR0VJ
+	Qk0rSGVsdmV0aWNhIC9Gb250RGVzY3JpcHRvcgoxMDcgMCBSIC9XaWR0aHMgMTA4IDAg
+	UiAvRmlyc3RDaGFyIDY1IC9MYXN0Q2hhciAyMjIgL0VuY29kaW5nIC9NYWNSb21hbkVu
+	Y29kaW5nCj4+CmVuZG9iagoxMDkgMCBvYmoKPDwgL0xlbmd0aCAxMTAgMCBSIC9MZW5n
+	dGgxIDEwMzYwIC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4Ab16CXRUVbb2
+	PneuIZWqSs2pSlVRqapUEjKTgURyDUkIQ2IggAkSTIBAQNCAIYot/FFBICItIoPDQ1Gb
+	se0UIU8KaHy0P4r287UzDr/9Wh/Rtnt1lm/Afv2Aqnr73AqRZHW7/Ndy9b217zn7nHPP
+	2fs7++wz3Opeu64DkqAXWGhc0N61DJQr8AQAGVqyur0rwaeYMHxrSU+3J8HzGQDsqmVd
+	y1cneAnLq13LV60fed+E5Y1SZ0f70kQ+XMOwuBMTEjwpwjC9c3X3vQneOIhh26q7lozk
+	p3yOfMHq9ntH2ofPkPfc2b66A0O8AjQ9veuuu7sVFgJODOd2re0YKU+aUb63gWCqDe4C
+	FdwBIjCgx7sVQPxa7QIOc2k+XkuzNbtuT674FgySwt9e/1MlfN37y4t/6bgW1OyU/gcT
+	VNfL01AIxUIAWoL5w5qdoznKe/iwRaApKwLTkSqRJiFlZd1sg15yEB5Deg6JhRXkEViP
+	tA3pSSRuNHYEuVPkkQFOkk+T9eAgM2QN555rsrttao37vQgRBve7P7FdOkPs2HtfEPtA
+	EqhuVpPnyLOwFNzkZ+An90EdZJCnToRWudsw6wh0IfUiscqTkCMDaQXuV0g2+DmC7wQg
+	jSMvu3+fP9H9ZX6EIQPuV4MRDoNfpSEnJ7vPufa7/8m13P0K0rFE1tEQlnjZfcS1yr0r
+	LUKeGnA/7ooQfGdnIljnwldfdq8O7XEvzVfyZ+2JMMcG3GWYP1/WuItLve5JriF3bjAi
+	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
+	A8uZ13Yp/rQ3fon9V7QHK0q4SJ4cMb1hYlQpksmeYjdlCPewH+EUALxODUKSmkfbt4k2
+	Gy6FctQhrcbhICEq7HvXvW09NX4KH2KW2FlUVuDiVXH9pHXMDsNXosxnQZTXT0odeQ/9
+	sto/eJTxFS3f9WXTRLqlipbNKWo7vOAfGN3Vd/fflDn3yTnbmI8dFFM8EWD/yOUC+ns5
+	p4q8RhhYDp1MJ7tc2MJt5Q/BYUbCr65MDTeDf5jbxl/g3uCl6Rl3Z9CdLA7V5bSfccsQ
+	iXcN4gTu4SLkoZMsu9rIEAb/+/CQnCYIq/GAgfACx5KR3Ql+g1PT3Qnbz5wmdBbadIL0
+	C/bEnvfzz0d2vd9tTRQPLOL+RN8wVC8mgqyZs9fLfiakbH1CN2x9rleO68x+3PqM1vvX
+	Nj28qM/CH+5rcKnQuiZFRei+5jOSRrJei606F1uHu9F9bOfVdxEhBsyx6ezX2L/Uu/1a
+	vrPPvNV2yMaKglUoNdYZm43LxXvYe8Ttpn2wl99n3mvZaz0Mhy36OphpnmZ908xV86/z
+	zBb+IBwkh/jDVj49g7eZrRacc81aTbJL0lFnaElFYKjcVrOtX/tTC/rEDxIoIzz1Q7Yx
+	m7eEaeCGrsCea6usqMB9XBmhGzijGTexltVGq9XGE0I7wIYHBfoN55VAwpC0rsnPW0P3
+	c6RQYBmRQY8RCE6ii6TikimkBJFgWe+FwEOLq57pfSYQSsvN1Bfk6vkpulj3W8RNuNzl
+	sZ2xP/0itmxQkF5MErw26Yl0rgHhepDOYcoV78Dv8H/tsmEiiyvwdPwPQAn+G6EMqqFW
+	+bpPv9/fovy/YA7+Z2Ae3ArN0AILlUoInlQRJSbguRXMm1HVMLM+q65jVU9H94ol7ZiT
+	yKVFOpHof7zQuuAJpBeR8O82+PUc4AOkIaTL+AKHZEJKRypCqkaai7QUqRtpE9ITSC8i
+	DSKdR/ogPnJhHTAaJ+AZx08ex988jq8Zx2O7Y+qbN46fP46nGt/Y/pJxPOowJl/pixvk
+	pRjd+P6KcTz91n5jvvKfvRvev3Nc/l3j+K5x/NpxPOI7pv514/iecfx6yv8vtW2BMApl
+	bmRzdHJlYW0KZW5kb2JqCjExMCAwIG9iago2NTg3CmVuZG9iagoxMTEgMCBvYmoKPDwg
+	L1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9DYXBIZWlnaHQgNzE3IC9E
+	ZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTk1MSAtNDgxIDE0NDUgMTEy
+	Ml0gL0ZvbnROYW1lIC9VSkJOS00rSGVsdmV0aWNhIC9JdGFsaWNBbmdsZSAwCi9TdGVt
+	ViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDYzNyAvRm9udEZpbGUyIDEwOSAwIFIg
+	Pj4KZW5kb2JqCjExMiAwIG9iagpbIDI3OCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+	IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDI3OCAwIDAgMCAwIDAgMCA2NjcKMCAwIDAg
+	NjY3IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA2MTEgNzIyIDY2NyAwIDAgMCAw
+	IDAgMCAwIDAgMCAwIDU1NgowIDUwMCA1NTYgNTU2IDAgMCA1NTYgMjIyIDAgMCAyMjIg
+	ODMzIDU1NiA1NTYgNTU2IDAgMzMzIDAgMjc4IDU1NiA1MDAgMCAwCjUwMCBdCmVuZG9i
+	agoyNCAwIG9iago8PCAvVHlwZSAvRm9udCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jhc2VG
+	b250IC9VSkJOS00rSGVsdmV0aWNhIC9Gb250RGVzY3JpcHRvcgoxMTEgMCBSIC9XaWR0
+	aHMgMTEyIDAgUiAvRmlyc3RDaGFyIDMyIC9MYXN0Q2hhciAxMjEgL0VuY29kaW5nIC9N
+	YWNSb21hbkVuY29kaW5nCj4+CmVuZG9iagoxMTMgMCBvYmoKPDwgL0xlbmd0aCAxMTQg
+	MCBSIC9MZW5ndGgxIDEwMTMyIC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4
+	Ad1aeXhURbY/dfde0rnd6X1Jd6fT3ensC9lIJE1IQliCIUFNkGASCAQkGhGiOAMvCghE
+	ZERkcXkoLhBApAkZaEAZxgHBGUfRUVSGmcERl/GZceY9nZkHpPudezsEyDfjxx9+88e7
+	t09Vnaq6Vad+derU1osWLm6DOOgGGmqnt3TOAfnx6QFI96yOls4Yn4AemTara5ErxrMp
+	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
+	vc633jp56Yw8ntHBfxu04Z34P3sSMDIZb1BHQQVUyTfs0h36zXjDL92j3wYN0Agz4Bjm
+	Inj7Hzvf4qTTp6mV9eUTxqdVty3oals0b1aLnAMd+ZH+h9WM1InUjfQY0nNIIaRjSKeR
+	ziP9RSoWSURyIWUjBZFqkZqROqNDD+AzHCZ41nY9P34EP3UEL0l37fezRvCzR/AyVtfU
+	1z4ifd4IXrqXvrb8u0bwd4/gF47g5f+jXVPf4hHpXSP4JdfzlyQQ4f8ALp0UCgplbmRz
+	dHJlYW0KZW5kb2JqCjExNCAwIG9iago2NDIyCmVuZG9iagoxMTUgMCBvYmoKPDwgL1R5
+	cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9DYXBIZWlnaHQgNzE3IC9EZXNj
+	ZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTk1MSAtNDgxIDE0NDUgMTEyMl0g
+	L0ZvbnROYW1lIC9RRVNCSUcrSGVsdmV0aWNhIC9JdGFsaWNBbmdsZSAwCi9TdGVtViAw
+	IC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDYzNyAvRm9udEZpbGUyIDExMyAwIFIgPj4K
+	ZW5kb2JqCjExNiAwIG9iagpbIDY2NyAwIDAgMCAwIDAgNzc4IDAgMCAwIDAgMCAwIDAg
+	MCAwIDc3OCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA1NTYKMCA1MDAgNTU2
+	IDU1NiAwIDAgNTU2IDIyMiAwIDAgMjIyIDAgNTU2IDU1NiAwIDAgMzMzIDAgMjc4IDU1
+	NiA1MDAgMCAwIDUwMAowIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+	IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwCjAgMCAwIDAgMCAwIDAg
+	MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+	IDAgMCAwIDAKMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+	MCAwIDAgMCAwIDUwMCBdCmVuZG9iago1NSAwIG9iago8PCAvVHlwZSAvRm9udCAvU3Vi
+	dHlwZSAvVHJ1ZVR5cGUgL0Jhc2VGb250IC9RRVNCSUcrSGVsdmV0aWNhIC9Gb250RGVz
+	Y3JpcHRvcgoxMTUgMCBSIC9XaWR0aHMgMTE2IDAgUiAvRmlyc3RDaGFyIDY1IC9MYXN0
+	Q2hhciAyMjIgL0VuY29kaW5nIC9NYWNSb21hbkVuY29kaW5nCj4+CmVuZG9iagoxMTcg
+	MCBvYmoKPDwgL0xlbmd0aCAxMTggMCBSIC9MZW5ndGgxIDk1MTYgL0ZpbHRlciAvRmxh
+	dGVEZWNvZGUgPj4Kc3RyZWFtCngB3Vp5fNTVtT/3t8+Sycxk9iUzw2RmMtkXsgwZyRAS
+	CIHEkCAkSDQJCSRIFBCi2MKLClUiUhFZVJ4talmLDCGVAdRSCgKtrUsVl0dbraG1PvN8
+	fQ+7SDLzzu83SST5VD/84ad/vN9vzr333PXc7z33nnvvb1avWtMOCdADNNQubFmxBKTH
+	fRqALF/c1bIizmuHkJ+zuHu1M86zqQD08iUrlnbFeeEJALl96fK1I+V1WE410NHe0hZP
+	BywPhR0YEefJZPRTOrpW3xvntf3oVy6/a/FIuq4SeW9Xy70j7cNl5J13tnS1x/O7d6Of
+	suKuu1eP8PPQr1yxqn0kP2lA+V4HgrFauAtkcAfwQIEa3yYA/hO5HRhMFdPxactQbLs9
+	MfgFaASJv736+5L/quulS39vH/Iptgr/wAjZaH7R5/xRP4CSYPqgYutYilQOHW0E6tMj
+	MAupFKkAKT19mgl6yF54DOmHSDR0kkdgLdImpCeRmLHQAeROkEf6GCF0kqwFC6kKKRjH
+	PJ3ZYZIrHG9FCNf/jON908eniBlH7yNi7ksA2TQ5+SH5AbSBg/wIPOQ+qIRU8tQx/3JH
+	MyYdgBVIPUi05BJyoC85z/EKyQAPQ7CMF5IZ8qLjT7mZjiu5EYr0Oc74Igx6P0tGLpTo
+	OG1/xvFT+1LHK0iH4kkH/ZjjRccB+3LHtuQIearP8bg9QrDM1ri3xo5FX3R0+Xc42nKl
+	9Dk7ItShPkcA0+eHFI7CYpejwD7gyPZFBIJ8pn2OIy33V44ULIjZnFipJ6Rx2OzbHFMw
+	Kdle4ZuCdIocJE9DGnm6z1PlOIlB7O6xWf7iHRHynWOVqbmeCLkvVFiZusNf6fP45zg8
+	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
+	YuZapEVI4re17yJtRtqN9GOkl5BEa38Z6TOkISyoRLIhZSAFkeYgLYqNPJgHxsIE70XG
+	82hExqXPncCLkl1fvm0CL+FyXf0dE9I7J/DLJ/DS/46uK3/nhPS7JvDS/4Suy79mQnr3
+	BH7teP6ahPL/AbYvh+UKZW5kc3RyZWFtCmVuZG9iagoxMTggMCBvYmoKNTk2MgplbmRv
+	YmoKMTE5IDAgb2JqCjw8IC9UeXBlIC9Gb250RGVzY3JpcHRvciAvQXNjZW50IDc3MCAv
+	Q2FwSGVpZ2h0IDcxNyAvRGVzY2VudCAtMjMwIC9GbGFncyAzMgovRm9udEJCb3ggWy05
+	NTEgLTQ4MSAxNDQ1IDExMjJdIC9Gb250TmFtZSAvTk1ORFdKK0hlbHZldGljYSAvSXRh
+	bGljQW5nbGUgMAovU3RlbVYgMCAvTWF4V2lkdGggMTUwMCAvWEhlaWdodCA2MzcgL0Zv
+	bnRGaWxlMiAxMTcgMCBSID4+CmVuZG9iagoxMjAgMCBvYmoKWyA2NjcgMCAwIDAgMjc4
+	IDAgMCAwIDAgMCAwIDAgNzc4IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDU1
+	NiAwIDAgNTU2CjU1NiAwIDAgNTU2IDIyMiAwIDAgMjIyIDgzMyA1NTYgNTU2IDAgMCAw
+	IDAgMjc4IDU1NiA1MDAgMCAwIDUwMCAwIDAgMCAwIDAKMCAwIDAgMCAwIDAgMCAwIDAg
+	MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+	IDAgMAowIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+	MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwCjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+	IDAgMCAwIDAgMCAwIDAgMCAwIDUwMCBdCmVuZG9iago2MCAwIG9iago8PCAvVHlwZSAv
+	Rm9udCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jhc2VGb250IC9OTU5EV0orSGVsdmV0aWNh
+	IC9Gb250RGVzY3JpcHRvcgoxMTkgMCBSIC9XaWR0aHMgMTIwIDAgUiAvRmlyc3RDaGFy
+	IDY5IC9MYXN0Q2hhciAyMjIgL0VuY29kaW5nIC9NYWNSb21hbkVuY29kaW5nCj4+CmVu
+	ZG9iagoxMjEgMCBvYmoKPDwgL0xlbmd0aCAxMjIgMCBSIC9MZW5ndGgxIDEzNDcyIC9G
+	aWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4Ad17e3hU1dX33uc+18z9fjuZzEwm
+	9wsJCQlkDElIuMSQKCRoMIEEEoQaMESwwhsFBCJFBbko1ooXCKBmCKkMUCylIGBtBWtR
+	qW1tQUv7NrXti62VZOZb+0yIkMf28Y8+/eObk7XvZ5+1f3vttdde56Rz2fJWpELdiEY1
+	c5o7FiDplyMgRO2cv6S5I57XFyCE583v6vTE82wyQvTiBR0Ll8TzwlMIyZ0LF68cud/w
+	MUKO59tam1vi9WgI4vw2KIjn8TiIk9qWdK6I53UDEK9dfN/8kXrDs5AvW9K8YuT56CPI
+	e77VvKQ13j77CsRJHffd3zmS74a4pWNZ60h7XA/8vYMwlIroPiRD9yIeUUgDVyNC/FW5
+	EzFQS+rh15Km2HpPQvHnSAvDht89Mx6X4jfFH1z8onUooHhS+CcUyG60JzEXjAYRUmKo
+	H1Q8OVoj3QeBGEF1qRFUBVQClAeUmnqbBXXjPegJoOeBaNSOH0MrgTYCPQ3EjKb2Qe4I
+	fqyfEUJH8Upkw1NDCsZ9h8HqtsgV7ncjmBt4zv2h5fIxbIXZ+y229quQ7DY5fh5/D7Ug
+	N34Z+fCDqBIl42cOBRe7m6BqH+oA6gaipRDjff2uHPcbOA35GAz3+JGLwa+7f5+d7v4k
+	O0LhfvfJQISB6EcuyIUS3Cecz7l/6FzofgPoQLxqfxBavO7e51zs3uqK4Gf63VucEQz3
+	PBmPljvh1tfdS4Lb3S3ZUv307RHqQL+7EOpnhRTu/ALRnee84s4MRAQM+XTndHdK9k/d
+	SXAjNPNAp76Q1u1wbnVPgCqXszwwAegY3o93oRS8q9831X0UkjDcQ1XBgu0R/O1DlcnZ
+	vgh+MJRfmbw9WBnwBae7fcGKQADSs87ya/m7+Nv4HD6VT+b9vMjbeYOgEzSCWlAKckEQ
+	+Ah+pb/EzR3DB1AJwHLgkMAJbAS/BoXMMfyqVPjqYYERKAEJhkjsYxBejAwRfGBAQ1KQ
+	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
+	/NjScXdT1EsUvvO1zUMt9LObe91vv33m+kVJV0IAXxG3wreuX/eDgxn4K5LAciff2aah
+	TDh2jUN5aDx8/VuGKqRvaadK38veLn3PWwvf6N6JZqHZqB41oDnobnQCeiArFkvdc+Rt
+	cm1V6aw5M1IrWxd3tXa2z2+WWkjVEGwCAiMBvlhG5J0CIkecD4CuAn0BXQlAFqBkoAKg
+	SqB6oDagFUAbgHYC9QJFgM4CfQB0FegLEHAByAKUDFQAVAlUD9QGtAJoQ2zkB89Do2kM
+	79dvzd82Jj95TL58TH7KmDwY2rf0P31MvmZMfuaYfO2YPPkG4GZ+7xyTJyjfXD9/TL5l
+	TF6Sh5vGv3BMPeB1S3/tY/KLx+Sl/9W5qb9vjam/b0y+Y0x+2Zj8/WPynWPyy8fku8bk
+	HxiTX3lr/rokr/8PAE2J+AplbmRzdHJlYW0KZW5kb2JqCjEyMiAwIG9iago4ODYxCmVu
+	ZG9iagoxMjMgMCBvYmoKPDwgL1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcw
+	IC9DYXBIZWlnaHQgNzE3IC9EZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBb
+	LTk1MSAtNDgxIDE0NDUgMTEyMl0gL0ZvbnROYW1lIC9SSUJWWk0rSGVsdmV0aWNhIC9J
+	dGFsaWNBbmdsZSAwCi9TdGVtViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDYzNyAv
+	Rm9udEZpbGUyIDEyMSAwIFIgPj4KZW5kb2JqCjEyNCAwIG9iagpbIDI3OCAwIDAgMCAw
+	IDAgMCA2NjcgMCA3MjIgMCA2NjcgMCA3NzggMCAyNzggMCAwIDU1NiAwIDAgMCA2Njcg
+	Nzc4IDcyMiAwCjYxMSA3MjIgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDU1NiAwIDUwMCA1
+	NTYgNTU2IDAgNTU2IDU1NiAyMjIgMCAwIDIyMiA4MzMKNTU2IDU1NiA1NTYgMCAzMzMg
+	NTAwIDI3OCA1NTYgNTAwIDcyMiAwIDUwMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+	IDAgMAowIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+	MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwCjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+	IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAK
+	MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDUwMCBdCmVuZG9iago5IDAgb2JqCjw8IC9UeXBl
+	IC9Gb250IC9TdWJ0eXBlIC9UcnVlVHlwZSAvQmFzZUZvbnQgL1JJQlZaTStIZWx2ZXRp
+	Y2EgL0ZvbnREZXNjcmlwdG9yCjEyMyAwIFIgL1dpZHRocyAxMjQgMCBSIC9GaXJzdENo
+	YXIgNTggL0xhc3RDaGFyIDIyMiAvRW5jb2RpbmcgL01hY1JvbWFuRW5jb2RpbmcKPj4K
+	ZW5kb2JqCjEyNSAwIG9iago8PCAvTGVuZ3RoIDEyNiAwIFIgL0xlbmd0aDEgMTAwODQg
+	L0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4Kc3RyZWFtCngB3Vp7fNTFtT/ze+8jm93Nvh/Z
+	XTa7m837QR5LIllCEsIjGAhiggQTIBAQFBCi2MKNAgIRqYg8FIuilqfIElJZoNqUgmBr
+	K1pF5dJWK1jrba7tvdqHkN175rchQj7WD3/46R/399szM2dmfjNnvnPmzGuXLlnWBknQ
+	CSzUT2tdNAfkx3cJgHTOWti6KMGnoEemzOpY6k7wfDoAu2DOorkLE7z0BIDSOXfB8oHv
+	Dd8H0F5tb2udnUiHq+gXt2NEgifD0U9rX7j0/gSv70F/woJ7Zg2kG6Ygn76w9f6B+uEi
+	8u67Wxe2JfL7etFPW3TPvUsHeFpO7aIlbQP5SSPK9yYQjE2Be0ABd4EIDGjxbQYQP1U6
+	gcNUmo7P7CzV5juTy78EnSTzd9b9QPZf8/zk/D/argZUm6R/YoTiWn7qC8FYEEBNML1P
+	tWkwRf4OnZQoNGRGYSxSBVIRUmbmKAt0kt3wGNKzSCzMI4/AcqT1SE8icYOhfcgdI490
+	c1L4OFkONjIurOJcUwxWl0Wpcr0dJULPTtcHlo9PECv23kfE2p0EilFK8ix5BmaDi/wI
+	fOQBqIV08tSR4AJXCybtg0VInUis7BKyrzu1wPUqyQIfR/AbP6Ry5GXXH/OzXZfzowzp
+	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
+	mth7ffjhwO4L917luPvSyxqjD4l1OZnaiZfqxISXOX7S8rCPCepZloMgbvpwjrmhcNyr
+	HEINHiw3FOoPhRL7usGSeVGbiT/cmuF00rw4RUFwa0YuklSSeTq2oDe2jMu9up1tv/IW
+	IsSAMTaW/RT7l478X4Tv7jKus+yxsKJgFkr1tfpG/VzxPvY+cYNhO2zjtxu3mbaZ98Je
+	k7YWxhvHmF83clX8azyzlt8Nu8kefq+ZT0vnLUazCe2yUa1KdkoaaihMdgSGym02Wg6p
+	f2BCe/FOAmWEp+6SBRvxdTsSqlHXHyqw5loqyssRrBDB3gjrjUYwmRbqzWYLTwjtAAtu
+	RrQrTsmehD5pXpyft5juKEihwDIig7OmP1BEJ9LikpGkBJFgWc8Z/6qZlU93Pu0PpuZm
+	aAtytfxITWzpG8RFuNy5sU2xP78Um9MjSC8kCR6L9EQaNxHheojaSTy3Ye/n38axYMcb
+	6NZwsf2yFUSnoHSyJNkQcpqSBJdO6cG22lODFpcmSRc060V9ssalYTRXDVa3523P3IEV
+	2eCwPY9jd2BKwU05HbsVfe/gzovk5+npdDloS+hIxreosMhXVGgUcYj82FvRo0szO6yq
+	ye7unu4tW5iUHnz4yuHTGeYFhtz20sars9mnN+51vfHGmSvn5fGMDv57oA3vuL/pScHI
+	NPDjrXEV1Mg35vRO/Fa8saf34rdDIzTBdOjFXARv8+l5Ff4piZ4mTapuqBw7JrO2bUFH
+	29J5s1rlHHIyOvR/VS1Ii5A6kR5DehYpgtSLdA7pQ6S/0GKRtEhupDykMFI9UgvSovjA
+	A/gMhgmend3I09n4+vRJQ3gq3fXps4bws4fwMlbX1dc+JH3eEJ7eM19f/t1D+HuG8EuG
+	8PL/y66rb9mQ9I4h/PIb+SsURPg/yTUJSAplbmRzdHJlYW0KZW5kb2JqCjEyNiAwIG9i
+	ago2MzY5CmVuZG9iagoxMjcgMCBvYmoKPDwgL1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9B
+	c2NlbnQgNzcwIC9DYXBIZWlnaHQgNzE3IC9EZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9G
+	b250QkJveCBbLTk1MSAtNDgxIDE0NDUgMTEyMl0gL0ZvbnROYW1lIC9RRVNCSUcrSGVs
+	dmV0aWNhIC9JdGFsaWNBbmdsZSAwCi9TdGVtViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVp
+	Z2h0IDYzNyAvRm9udEZpbGUyIDEyNSAwIFIgPj4KZW5kb2JqCjEyOCAwIG9iagpbIDY2
+	NyAwIDcyMiAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDc3OCAwIDAgMCAwIDAgMCAw
+	IDAgMCAwIDAgMCAwIDAgMCA1NTYKMCA1MDAgNTU2IDU1NiAwIDAgNTU2IDIyMiAwIDAg
+	MjIyIDAgNTU2IDU1NiAwIDAgMzMzIDAgMjc4IDU1NiA1MDAgMCAwIDUwMAowIDAgMCAw
+	IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+	MCAwIDAgMCAwIDAgMCAwCjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+	IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAKMCAwIDAgMCAwIDAg
+	MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDUwMCBdCmVuZG9i
+	ago0OSAwIG9iago8PCAvVHlwZSAvRm9udCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jhc2VG
+	b250IC9RRVNCSUcrSGVsdmV0aWNhIC9Gb250RGVzY3JpcHRvcgoxMjcgMCBSIC9XaWR0
+	aHMgMTI4IDAgUiAvRmlyc3RDaGFyIDY1IC9MYXN0Q2hhciAyMjIgL0VuY29kaW5nIC9N
+	YWNSb21hbkVuY29kaW5nCj4+CmVuZG9iagoxMjkgMCBvYmoKPDwgL0xlbmd0aCAxMzAg
+	MCBSIC9MZW5ndGgxIDEwMTM2IC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4
+	Ad1ae3hU1bVf+7xnJpnMTOb9yMzJZGYyeT/IY8hAhpCE8EgMBCGDRBMgEBAqYohChQYB
+	gYgoIg/Ri1ItBBAZQ5RB1FIKoq2taBUfpa1WtF6vubb3qm2BzNx1zoQIfNWPP/z6xz1n
+	1t577efav7322o8znUuWtkMydAMNjTPaFs8F+fHmAJCFsxe1LU7wukvIT53d1elK8Gwm
+	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
+	zd3KgbfRKJLCAp20dBlNBmmvzBmkmYxvSXGJp6TYwOOi8py7sl+bYbJbVFNcff19W7dS
+	qf34sFUjZlLUUxS58ZlNl+bQj23qdb7++umLZ+X5jA7+C6Edv5X/qwcxxb3mCPyvQDXU
+	yl/eJ8hf12+AaTAdmiEMM+G4XJDgvwKIHOLwf1LQUN9QPX1Cdl37wq72zvmz2zAlkSpl
+	aUSaiSR9x70baSPSY0hPI72IJK2G55C+QLqEBZOQ7Eg5SEGkSUgz40MP5oHhMME7uKv5
+	ydfwN17DS5JdWX72Nfyca3gZpyvam3dNesc1/Pxr+IXX8Hdcw8v/Sbui/qXXpHddwy+7
+	mr8oo/x/DbIMVgplbmRzdHJlYW0KZW5kb2JqCjEzMCAwIG9iago2NDg4CmVuZG9iagox
+	MzEgMCBvYmoKPDwgL1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9DYXBI
+	ZWlnaHQgNjg0IC9EZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTk1MSAt
+	NDgxIDE0NDUgMTEyMl0gL0ZvbnROYW1lIC9OTU5EV0orSGVsdmV0aWNhIC9JdGFsaWNB
+	bmdsZSAwCi9TdGVtViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDUxMyAvRm9udEZp
+	bGUyIDEyOSAwIFIgPj4KZW5kb2JqCjEzMiAwIG9iagpbIDY2NyAwIDAgMCAwIDAgMCAw
+	IDAgMCAwIDAgMCAwIDAgMCA3NzggMCAwIDAgNzIyIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+	MCA1NTYKMCA1MDAgNTU2IDU1NiAwIDU1NiA1NTYgMjIyIDAgMCAyMjIgMCAwIDAgMCAw
+	IDAgNTAwIDI3OCA1NTYgNTAwIDAgMCA1MDAgMAowIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+	MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+	CjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg
+	MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAKMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw
+	IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA1MDAgXQplbmRvYmoKNDQgMCBvYmoKPDwgL1R5
+	cGUgL0ZvbnQgL1N1YnR5cGUgL1RydWVUeXBlIC9CYXNlRm9udCAvTk1ORFdKK0hlbHZl
+	dGljYSAvRm9udERlc2NyaXB0b3IKMTMxIDAgUiAvV2lkdGhzIDEzMiAwIFIgL0ZpcnN0
+	Q2hhciA2NSAvTGFzdENoYXIgMjIyIC9FbmNvZGluZyAvTWFjUm9tYW5FbmNvZGluZwo+
+	PgplbmRvYmoKMTMzIDAgb2JqCihNYWMgT1MgWCAxMC42LjUgUXVhcnR6IFBERkNvbnRl
+	eHQpCmVuZG9iagoxMzQgMCBvYmoKKEQ6MjAxMTExMjMxOTM5MDdaMDAnMDAnKQplbmRv
+	YmoKMSAwIG9iago8PCAvUHJvZHVjZXIgMTMzIDAgUiAvQ3JlYXRpb25EYXRlIDEzNCAw
+	IFIgL01vZERhdGUgMTM0IDAgUiA+PgplbmRvYmoKeHJlZgowIDEzNQowMDAwMDAwMDAw
+	IDY1NTM1IGYgCjAwMDAwOTEzNDQgMDAwMDAgbiAKMDAwMDAxNjMwOSAwMDAwMCBuIAow
+	MDAwMDA0NTMxIDAwMDAwIG4gCjAwMDAwMTU5NDQgMDAwMDAgbiAKMDAwMDAwMDAyMiAw
+	MDAwMCBuIAowMDAwMDA0NTExIDAwMDAwIG4gCjAwMDAwMDQ2MzYgMDAwMDAgbiAKMDAw
+	MDAwNTU5NCAwMDAwMCBuIAowMDAwMDc2NDMzIDAwMDAwIG4gCjAwMDAwMDQ3MzQgMDAw
+	MDAgbiAKMDAwMDAwNTU3NCAwMDAwMCBuIAowMDAwMDA2NDM0IDAwMDAwIG4gCjAwMDAw
+	MDU2MzAgMDAwMDAgbiAKMDAwMDAwNjQxNCAwMDAwMCBuIAowMDAwMDA2NTQxIDAwMDAw
+	IG4gCjAwMDAwMjQ1NDMgMDAwMDAgbiAKMDAwMDAwNzQ4MSAwMDAwMCBuIAowMDAwMDA2
+	NjUzIDAwMDAwIG4gCjAwMDAwMDc0NjEgMDAwMDAgbiAKMDAwMDAwODQ2MCAwMDAwMCBu
+	IAowMDAwMDA3NTE4IDAwMDAwIG4gCjAwMDAwMDg0NDAgMDAwMDAgbiAKMDAwMDAwODU2
+	NyAwMDAwMCBuIAowMDAwMDUyNDgxIDAwMDAwIG4gCjAwMDAwMDk0NzcgMDAwMDAgbiAK
+	MDAwMDAwODY3OSAwMDAwMCBuIAowMDAwMDA5NDU3IDAwMDAwIG4gCjAwMDAwMDk1ODQg
+	MDAwMDAgbiAKMDAwMDAzMDk1MSAwMDAwMCBuIAowMDAwMDEwNTEwIDAwMDAwIG4gCjAw
+	MDAwMDk2OTYgMDAwMDAgbiAKMDAwMDAxMDQ5MCAwMDAwMCBuIAowMDAwMDEwNjE3IDAw
+	MDAwIG4gCjAwMDAwMzc3MjcgMDAwMDAgbiAKMDAwMDAxMTU2NCAwMDAwMCBuIAowMDAw
+	MDEwNzI5IDAwMDAwIG4gCjAwMDAwMTE1NDQgMDAwMDAgbiAKMDAwMDAxMTY3MSAwMDAw
+	MCBuIAowMDAwMDQ1MTI4IDAwMDAwIG4gCjAwMDAwMTI1ODEgMDAwMDAgbiAKMDAwMDAx
+	MTc4MyAwMDAwMCBuIAowMDAwMDEyNTYxIDAwMDAwIG4gCjAwMDAwMTI2ODggMDAwMDAg
+	biAKMDAwMDA5MTA3MSAwMDAwMCBuIAowMDAwMDEzNjE4IDAwMDAwIG4gCjAwMDAwMTI4
+	MDAgMDAwMDAgbiAKMDAwMDAxMzU5OCAwMDAwMCBuIAowMDAwMDEzNzI1IDAwMDAwIG4g
+	CjAwMDAwODM2OTMgMDAwMDAgbiAKMDAwMDAxNDY2MSAwMDAwMCBuIAowMDAwMDE2MDY3
+	IDAwMDAwIG4gCjAwMDAwMTM4MzcgMDAwMDAgbiAKMDAwMDAxNDY0MSAwMDAwMCBuIAow
+	MDAwMDE0NzY5IDAwMDAwIG4gCjAwMDAwNTk3OTUgMDAwMDAgbiAKMDAwMDAxNTcyMyAw
+	MDAwMCBuIAowMDAwMDE0ODgxIDAwMDAwIG4gCjAwMDAwMTU3MDMgMDAwMDAgbiAKMDAw
+	MDAxNTgzMSAwMDAwMCBuIAowMDAwMDY2NjM4IDAwMDAwIG4gCjAwMDAwMTYxNTAgMDAw
+	MDAgbiAKMDAwMDAxNjI0MiAwMDAwMCBuIAowMDAwMDE4MDg1IDAwMDAwIG4gCjAwMDAw
+	MTYzNTcgMDAwMDAgbiAKMDAwMDAxODA2MyAwMDAwMCBuIAowMDAwMDE2NDYzIDAwMDAw
+	IG4gCjAwMDAwMTgwNDEgMDAwMDAgbiAKMDAwMDAxODAwNCAwMDAwMCBuIAowMDAwMDE2
+	NTgzIDAwMDAwIG4gCjAwMDAwMTc5ODIgMDAwMDAgbiAKMDAwMDAxNzk0NSAwMDAwMCBu
+	IAowMDAwMDE2NzAzIDAwMDAwIG4gCjAwMDAwMTc5MjMgMDAwMDAgbiAKMDAwMDAxNzg4
+	NiAwMDAwMCBuIAowMDAwMDE2ODIzIDAwMDAwIG4gCjAwMDAwMTc4NjQgMDAwMDAgbiAK
+	MDAwMDAxNzgyNyAwMDAwMCBuIAowMDAwMDE2OTQzIDAwMDAwIG4gCjAwMDAwMTc4MDUg
+	MDAwMDAgbiAKMDAwMDAxNzc2OCAwMDAwMCBuIAowMDAwMDE3MDYzIDAwMDAwIG4gCjAw
+	MDAwMTc3NDYgMDAwMDAgbiAKMDAwMDAxNzcwOSAwMDAwMCBuIAowMDAwMDE3MTgzIDAw
+	MDAwIG4gCjAwMDAwMTc2ODcgMDAwMDAgbiAKMDAwMDAxNzY1MCAwMDAwMCBuIAowMDAw
+	MDE3MzAzIDAwMDAwIG4gCjAwMDAwMTc2MjggMDAwMDAgbiAKMDAwMDAxNzU5MSAwMDAw
+	MCBuIAowMDAwMDE3NDI0IDAwMDAwIG4gCjAwMDAwMTc1NjkgMDAwMDAgbiAKMDAwMDAx
+	NzUzMiAwMDAwMCBuIAowMDAwMDE4MTkzIDAwMDAwIG4gCjAwMDAwMjQxMTkgMDAwMDAg
+	biAKMDAwMDAyNDE0MCAwMDAwMCBuIAowMDAwMDI0MzY1IDAwMDAwIG4gCjAwMDAwMjQ3
+	MTggMDAwMDAgbiAKMDAwMDAzMDUyOCAwMDAwMCBuIAowMDAwMDMwNTQ5IDAwMDAwIG4g
+	CjAwMDAwMzA3NzQgMDAwMDAgbiAKMDAwMDAzMTEyNyAwMDAwMCBuIAowMDAwMDM3Mjk3
+	IDAwMDAwIG4gCjAwMDAwMzczMTkgMDAwMDAgbiAKMDAwMDAzNzU0NiAwMDAwMCBuIAow
+	MDAwMDM3OTA0IDAwMDAwIG4gCjAwMDAwNDQ1MDQgMDAwMDAgbiAKMDAwMDA0NDUyNiAw
+	MDAwMCBuIAowMDAwMDQ0NzUzIDAwMDAwIG4gCjAwMDAwNDUzMDUgMDAwMDAgbiAKMDAw
+	MDA1MTk4NSAwMDAwMCBuIAowMDAwMDUyMDA3IDAwMDAwIG4gCjAwMDAwNTIyMzQgMDAw
+	MDAgbiAKMDAwMDA1MjY1OCAwMDAwMCBuIAowMDAwMDU5MTczIDAwMDAwIG4gCjAwMDAw
+	NTkxOTUgMDAwMDAgbiAKMDAwMDA1OTQyMiAwMDAwMCBuIAowMDAwMDU5OTcyIDAwMDAw
+	IG4gCjAwMDAwNjYwMjYgMDAwMDAgbiAKMDAwMDA2NjA0OCAwMDAwMCBuIAowMDAwMDY2
+	Mjc1IDAwMDAwIG4gCjAwMDAwNjY4MTUgMDAwMDAgbiAKMDAwMDA3NTc2OSAwMDAwMCBu
+	IAowMDAwMDc1NzkxIDAwMDAwIG4gCjAwMDAwNzYwMTggMDAwMDAgbiAKMDAwMDA3NjYw
+	OSAwMDAwMCBuIAowMDAwMDgzMDcxIDAwMDAwIG4gCjAwMDAwODMwOTMgMDAwMDAgbiAK
+	MDAwMDA4MzMyMCAwMDAwMCBuIAowMDAwMDgzODcwIDAwMDAwIG4gCjAwMDAwOTA0NTEg
+	MDAwMDAgbiAKMDAwMDA5MDQ3MyAwMDAwMCBuIAowMDAwMDkwNzAwIDAwMDAwIG4gCjAw
+	MDAwOTEyNDggMDAwMDAgbiAKMDAwMDA5MTMwMSAwMDAwMCBuIAp0cmFpbGVyCjw8IC9T
+	aXplIDEzNSAvUm9vdCA2MiAwIFIgL0luZm8gMSAwIFIgL0lEIFsgPDQwMWJmMDJmODRi
+	NWFhZWY1NWYzOWMzYWMwMDEzODkyPgo8NDAxYmYwMmY4NGI1YWFlZjU1ZjM5YzNhYzAw
+	MTM4OTI+IF0gPj4Kc3RhcnR4cmVmCjkxNDIyCiUlRU9GCjMgMCBvYmoKPDwvVHlwZSAv
+	UGFnZSAvQ29udGVudHMgNSAwIFIgL01lZGlhQm94IFswIDAgMTExOCA3ODNdIC9QYXJl
+	bnQgNCAwIFIgL1Jlc291cmNlcyA3IDAgUiA+PgplbmRvYmoKMTIgMCBvYmoKPDwvVHlw
+	ZSAvUGFnZSAvQ29udGVudHMgMTMgMCBSIC9NZWRpYUJveCBbMCAwIDU1OSA3ODNdIC9Q
+	YXJlbnQgNCAwIFIgL1Jlc291cmNlcyAxNSAwIFIgPj4KZW5kb2JqCjIwIDAgb2JqCjw8
+	L1R5cGUgL1BhZ2UgL0NvbnRlbnRzIDIxIDAgUiAvTWVkaWFCb3ggWzAgMCA1NTkgNzgz
+	XSAvUGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgMjMgMCBSID4+CmVuZG9iagoyNSAwIG9i
+	ago8PC9UeXBlIC9QYWdlIC9Db250ZW50cyAyNiAwIFIgL01lZGlhQm94IFswIDAgNTU5
+	IDc4M10gL1BhcmVudCA0IDAgUiAvUmVzb3VyY2VzIDI4IDAgUiA+PgplbmRvYmoKMzAg
+	MCBvYmoKPDwvVHlwZSAvUGFnZSAvQ29udGVudHMgMzEgMCBSIC9NZWRpYUJveCBbMCAw
+	IDU1OSA3ODNdIC9QYXJlbnQgNCAwIFIgL1Jlc291cmNlcyAzMyAwIFIgPj4KZW5kb2Jq
+	CjM1IDAgb2JqCjw8L1R5cGUgL1BhZ2UgL0NvbnRlbnRzIDM2IDAgUiAvTWVkaWFCb3gg
+	WzAgMCA1NTkgNzgzXSAvUGFyZW50IDQgMCBSIC9SZXNvdXJjZXMgMzggMCBSID4+CmVu
+	ZG9iago0MCAwIG9iago8PC9UeXBlIC9QYWdlIC9Db250ZW50cyA0MSAwIFIgL01lZGlh
+	Qm94IFswIDAgNTU5IDc4M10gL1BhcmVudCA0IDAgUiAvUmVzb3VyY2VzIDQzIDAgUiA+
+	PgplbmRvYmoKNDUgMCBvYmoKPDwvVHlwZSAvUGFnZSAvQ29udGVudHMgNDYgMCBSIC9N
+	ZWRpYUJveCBbMCAwIDU1OSA3ODNdIC9QYXJlbnQgNCAwIFIgL1Jlc291cmNlcyA0OCAw
+	IFIgPj4KZW5kb2JqCjUwIDAgb2JqCjw8L1R5cGUgL1BhZ2UgL0NvbnRlbnRzIDUyIDAg
+	UiAvTWVkaWFCb3ggWzAgMCA1NTkgNzgzXSAvUGFyZW50IDUxIDAgUiAvUmVzb3VyY2Vz
+	IDU0IDAgUiA+PgplbmRvYmoKNTYgMCBvYmoKPDwvVHlwZSAvUGFnZSAvQ29udGVudHMg
+	NTcgMCBSIC9NZWRpYUJveCBbMCAwIDU1OSA3ODNdIC9QYXJlbnQgNTEgMCBSIC9SZXNv
+	dXJjZXMgNTkgMCBSID4+CmVuZG9iagoxIDAgb2JqCjw8L0F1dGhvciAoS2hhbGlkIEJl
+	bGhhamphbWUpL0NyZWF0aW9uRGF0ZSAoRDoyMDExMTExNTE3MzUwMFopL0NyZWF0b3Ig
+	KE9tbmlHcmFmZmxlIDUuMy40KS9Nb2REYXRlIChEOjIwMTExMTIzMTkzODAwWikvUHJv
+	ZHVjZXIgMTMzIDAgUiAvVGl0bGUgKE9udG9sb2d5X2hpZXJhcmNoeS5ncmFmZmxlKT4+
+	CmVuZG9iagp4cmVmCjEgMQowMDAwMDk1MzQyIDAwMDAwIG4gCjMgMQowMDAwMDk0Mjgy
+	IDAwMDAwIG4gCjEyIDEKMDAwMDA5NDM4NiAwMDAwMCBuIAoyMCAxCjAwMDAwOTQ0OTIg
+	MDAwMDAgbiAKMjUgMQowMDAwMDk0NTk4IDAwMDAwIG4gCjMwIDEKMDAwMDA5NDcwNCAw
+	MDAwMCBuIAozNSAxCjAwMDAwOTQ4MTAgMDAwMDAgbiAKNDAgMQowMDAwMDk0OTE2IDAw
+	MDAwIG4gCjQ1IDEKMDAwMDA5NTAyMiAwMDAwMCBuIAo1MCAxCjAwMDAwOTUxMjggMDAw
+	MDAgbiAKNTYgMQowMDAwMDk1MjM1IDAwMDAwIG4gCnRyYWlsZXIKPDwvSUQgWzw0MDFi
+	ZjAyZjg0YjVhYWVmNTVmMzljM2FjMDAxMzg5Mj4gPDQwMWJmMDJmODRiNWFhZWY1NWYz
+	OWMzYWMwMDEzODkyPl0gL0luZm8gMSAwIFIgL1ByZXYgOTE0MjIgL1Jvb3QgNjIgMCBS
+	IC9TaXplIDEzNT4+CnN0YXJ0eHJlZgo5NTUzMQolJUVPRgo=
+	</data>
+	<key>QuickLookThumbnail</key>
+	<data>
+	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
+	</data>
+	<key>ReadOnly</key>
+	<string>NO</string>
+	<key>Sheets</key>
+	<array>
+		<dict>
+			<key>ActiveLayerIndex</key>
+			<integer>0</integer>
+			<key>AutoAdjust</key>
+			<true/>
+			<key>BackgroundGraphic</key>
+			<dict>
+				<key>Bounds</key>
+				<string>{{0, 0}, {1118, 783}}</string>
+				<key>Class</key>
+				<string>SolidGraphic</string>
+				<key>ID</key>
+				<integer>2</integer>
+				<key>Style</key>
+				<dict>
+					<key>shadow</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+					<key>stroke</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>CanvasOrigin</key>
+			<string>{0, 0}</string>
+			<key>ColumnAlign</key>
+			<integer>1</integer>
+			<key>ColumnSpacing</key>
+			<real>7.2000002861022949</real>
+			<key>DisplayScale</key>
+			<string>1 0/72 in = 1.0000 in</string>
+			<key>GraphicsList</key>
+			<array>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>154</integer>
+					</dict>
+					<key>ID</key>
+					<integer>157</integer>
+					<key>Points</key>
+					<array>
+						<string>{869.61, 198.351}</string>
+						<string>{833.549, 159.04}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>151</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>154</integer>
+					</dict>
+					<key>ID</key>
+					<integer>156</integer>
+					<key>Points</key>
+					<array>
+						<string>{777.47, 198.069}</string>
+						<string>{804.379, 159.222}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>150</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>113</integer>
+					</dict>
+					<key>ID</key>
+					<integer>155</integer>
+					<key>Points</key>
+					<array>
+						<string>{759.442, 127.546}</string>
+						<string>{535.864, 75.2877}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>154</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{732, 123}, {170, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>154</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.891129</string>
+								<key>g</key>
+								<string>0.826869</string>
+								<key>r</key>
+								<string>0.692795</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.478261</string>
+								<key>g</key>
+								<string>0.443773</string>
+								<key>r</key>
+								<string>0.371817</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 time:TemporalEntity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{829.3, 198}, {113, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>151</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.891129</string>
+								<key>g</key>
+								<string>0.826869</string>
+								<key>r</key>
+								<string>0.692795</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.478261</string>
+								<key>g</key>
+								<string>0.443773</string>
+								<key>r</key>
+								<string>0.371817</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 time:Interval}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{712.3, 198}, {105.5, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>150</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.891129</string>
+								<key>g</key>
+								<string>0.826869</string>
+								<key>r</key>
+								<string>0.692795</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.478261</string>
+								<key>g</key>
+								<string>0.443773</string>
+								<key>r</key>
+								<string>0.371817</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 time:Instant}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>133</integer>
+					</dict>
+					<key>ID</key>
+					<integer>147</integer>
+					<key>Points</key>
+					<array>
+						<string>{645.639, 202.687}</string>
+						<string>{571.763, 158.374}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>141</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>133</integer>
+					</dict>
+					<key>ID</key>
+					<integer>146</integer>
+					<key>Points</key>
+					<array>
+						<string>{563.583, 198.646}</string>
+						<string>{549.443, 159.426}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>140</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>133</integer>
+					</dict>
+					<key>ID</key>
+					<integer>145</integer>
+					<key>Points</key>
+					<array>
+						<string>{475.415, 199.899}</string>
+						<string>{522.325, 158.897}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>139</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>133</integer>
+					</dict>
+					<key>ID</key>
+					<integer>144</integer>
+					<key>Points</key>
+					<array>
+						<string>{387.726, 204.603}</string>
+						<string>{502.716, 157.44}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>138</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{632, 199}, {75, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>141</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Control}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{513.7, 199}, {113, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>140</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Participation}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{403.1, 199}, {105.5, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>139</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Generation}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{317, 199}, {81, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>138</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Usage}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>113</integer>
+					</dict>
+					<key>ID</key>
+					<integer>137</integer>
+					<key>Points</key>
+					<array>
+						<string>{530.556, 122.737}</string>
+						<string>{503.893, 82.9644}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>133</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{450.8, 123}, {184, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>133</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 QualifiedInvolvement}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>113</integer>
+					</dict>
+					<key>ID</key>
+					<integer>132</integer>
+					<key>Points</key>
+					<array>
+						<string>{654.851, 129.813}</string>
+						<string>{526.669, 78.845}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>129</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{645, 124}, {81, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>129</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Recipe}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>113</integer>
+					</dict>
+					<key>ID</key>
+					<integer>127</integer>
+					<key>Points</key>
+					<array>
+						<string>{923.924, 130.861}</string>
+						<string>{540.52, 72.4188}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>119</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>112</integer>
+					</dict>
+					<key>ID</key>
+					<integer>126</integer>
+					<key>Points</key>
+					<array>
+						<string>{227.7, 198.5}</string>
+						<string>{227.7, 159.5}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>115</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>113</integer>
+					</dict>
+					<key>ID</key>
+					<integer>125</integer>
+					<key>Points</key>
+					<array>
+						<string>{422.364, 125.628}</string>
+						<string>{472.256, 82.0966}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>118</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>113</integer>
+					</dict>
+					<key>ID</key>
+					<integer>124</integer>
+					<key>Points</key>
+					<array>
+						<string>{342.641, 128.369}</string>
+						<string>{458.348, 79.2285}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>117</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>113</integer>
+					</dict>
+					<key>ID</key>
+					<integer>123</integer>
+					<key>Points</key>
+					<array>
+						<string>{260.353, 131.605}</string>
+						<string>{451.039, 76.7419}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>112</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>113</integer>
+					</dict>
+					<key>ID</key>
+					<integer>122</integer>
+					<key>Points</key>
+					<array>
+						<string>{177.238, 132.004}</string>
+						<string>{446.602, 74.6367}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>111</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{905, 124}, {184, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>119</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 ProvenanceContainer}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{363.1, 124}, {81, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>118</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Role}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{272.4, 123}, {81, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>117</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Location}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{190.2, 199}, {75, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>115</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Agent}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{87, 123}, {96, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>111</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{439.1, 47}, {105.5, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>113</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.891129</string>
+								<key>g</key>
+								<string>0.826869</string>
+								<key>r</key>
+								<string>0.692795</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.478261</string>
+								<key>g</key>
+								<string>0.443773</string>
+								<key>r</key>
+								<string>0.371817</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 owl:Thing}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{190.2, 123}, {75, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>112</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Entity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+			</array>
+			<key>GridInfo</key>
+			<dict/>
+			<key>HPages</key>
+			<integer>2</integer>
+			<key>KeepToScale</key>
+			<false/>
+			<key>Layers</key>
+			<array>
+				<dict>
+					<key>Lock</key>
+					<string>NO</string>
+					<key>Name</key>
+					<string>Layer 1</string>
+					<key>Print</key>
+					<string>YES</string>
+					<key>View</key>
+					<string>YES</string>
+				</dict>
+			</array>
+			<key>LayoutInfo</key>
+			<dict>
+				<key>Animate</key>
+				<string>NO</string>
+				<key>circoMinDist</key>
+				<real>18</real>
+				<key>circoSeparation</key>
+				<real>0.0</real>
+				<key>layoutEngine</key>
+				<string>dot</string>
+				<key>neatoSeparation</key>
+				<real>0.0</real>
+				<key>twopiSeparation</key>
+				<real>0.0</real>
+			</dict>
+			<key>Orientation</key>
+			<integer>2</integer>
+			<key>PrintOnePage</key>
+			<false/>
+			<key>RowAlign</key>
+			<integer>1</integer>
+			<key>RowSpacing</key>
+			<real>36</real>
+			<key>SheetTitle</key>
+			<string>Canvas 8</string>
+			<key>UniqueID</key>
+			<integer>2</integer>
+			<key>VPages</key>
+			<integer>1</integer>
+		</dict>
+		<dict>
+			<key>ActiveLayerIndex</key>
+			<integer>0</integer>
+			<key>AutoAdjust</key>
+			<true/>
+			<key>BackgroundGraphic</key>
+			<dict>
+				<key>Bounds</key>
+				<string>{{0, 0}, {559, 783}}</string>
+				<key>Class</key>
+				<string>SolidGraphic</string>
+				<key>ID</key>
+				<integer>2</integer>
+				<key>Style</key>
+				<dict>
+					<key>shadow</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+					<key>stroke</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>CanvasOrigin</key>
+			<string>{0, 0}</string>
+			<key>ColumnAlign</key>
+			<integer>1</integer>
+			<key>ColumnSpacing</key>
+			<real>7.2000002861022949</real>
+			<key>DisplayScale</key>
+			<string>1 0/72 in = 1.0000 in</string>
+			<key>GraphicsList</key>
+			<array>
+				<dict>
+					<key>Bounds</key>
+					<string>{{202.5, 337}, {49, 14}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>152</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 startedAt}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>150</integer>
+					</dict>
+					<key>ID</key>
+					<integer>151</integer>
+					<key>Points</key>
+					<array>
+						<string>{172.5, 349}</string>
+						<string>{295.5, 349}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>111</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{296, 331}, {105.5, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>150</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.891129</string>
+								<key>g</key>
+								<string>0.826869</string>
+								<key>r</key>
+								<string>0.692795</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.478261</string>
+								<key>g</key>
+								<string>0.443773</string>
+								<key>r</key>
+								<string>0.371817</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 time:Instant}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{82, 331}, {90, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>111</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+			</array>
+			<key>GridInfo</key>
+			<dict/>
+			<key>HPages</key>
+			<integer>1</integer>
+			<key>KeepToScale</key>
+			<false/>
+			<key>Layers</key>
+			<array>
+				<dict>
+					<key>Lock</key>
+					<string>NO</string>
+					<key>Name</key>
+					<string>Layer 1</string>
+					<key>Print</key>
+					<string>YES</string>
+					<key>View</key>
+					<string>YES</string>
+				</dict>
+			</array>
+			<key>LayoutInfo</key>
+			<dict>
+				<key>Animate</key>
+				<string>NO</string>
+				<key>circoMinDist</key>
+				<real>18</real>
+				<key>circoSeparation</key>
+				<real>0.0</real>
+				<key>layoutEngine</key>
+				<string>dot</string>
+				<key>neatoSeparation</key>
+				<real>0.0</real>
+				<key>twopiSeparation</key>
+				<real>0.0</real>
+			</dict>
+			<key>Orientation</key>
+			<integer>2</integer>
+			<key>PrintOnePage</key>
+			<false/>
+			<key>RowAlign</key>
+			<integer>1</integer>
+			<key>RowSpacing</key>
+			<real>36</real>
+			<key>SheetTitle</key>
+			<string>Canvas 2</string>
+			<key>UniqueID</key>
+			<integer>3</integer>
+			<key>VPages</key>
+			<integer>1</integer>
+		</dict>
+		<dict>
+			<key>ActiveLayerIndex</key>
+			<integer>0</integer>
+			<key>AutoAdjust</key>
+			<true/>
+			<key>BackgroundGraphic</key>
+			<dict>
+				<key>Bounds</key>
+				<string>{{0, 0}, {559, 783}}</string>
+				<key>Class</key>
+				<string>SolidGraphic</string>
+				<key>ID</key>
+				<integer>2</integer>
+				<key>Style</key>
+				<dict>
+					<key>shadow</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+					<key>stroke</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>CanvasOrigin</key>
+			<string>{0, 0}</string>
+			<key>ColumnAlign</key>
+			<integer>1</integer>
+			<key>ColumnSpacing</key>
+			<real>7.2000002861022949</real>
+			<key>DisplayScale</key>
+			<string>1 0/72 in = 1.0000 in</string>
+			<key>GraphicsList</key>
+			<array>
+				<dict>
+					<key>Bounds</key>
+					<string>{{249.845, 336}, {105.155, 14}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>152</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 hadTemporalValue}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>150</integer>
+					</dict>
+					<key>ID</key>
+					<integer>151</integer>
+					<key>Points</key>
+					<array>
+						<string>{234.5, 349}</string>
+						<string>{382.5, 349}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>111</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{383, 331}, {168, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>150</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.891129</string>
+								<key>g</key>
+								<string>0.826869</string>
+								<key>r</key>
+								<string>0.692795</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.478261</string>
+								<key>g</key>
+								<string>0.443773</string>
+								<key>r</key>
+								<string>0.371817</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 time:TemporalValue}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{83, 331}, {151, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>111</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Entity U Activity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+			</array>
+			<key>GridInfo</key>
+			<dict/>
+			<key>HPages</key>
+			<integer>1</integer>
+			<key>KeepToScale</key>
+			<false/>
+			<key>Layers</key>
+			<array>
+				<dict>
+					<key>Lock</key>
+					<string>NO</string>
+					<key>Name</key>
+					<string>Layer 1</string>
+					<key>Print</key>
+					<string>YES</string>
+					<key>View</key>
+					<string>YES</string>
+				</dict>
+			</array>
+			<key>LayoutInfo</key>
+			<dict>
+				<key>Animate</key>
+				<string>NO</string>
+				<key>circoMinDist</key>
+				<real>18</real>
+				<key>circoSeparation</key>
+				<real>0.0</real>
+				<key>layoutEngine</key>
+				<string>dot</string>
+				<key>neatoSeparation</key>
+				<real>0.0</real>
+				<key>twopiSeparation</key>
+				<real>0.0</real>
+			</dict>
+			<key>Orientation</key>
+			<integer>2</integer>
+			<key>PrintOnePage</key>
+			<false/>
+			<key>RowAlign</key>
+			<integer>1</integer>
+			<key>RowSpacing</key>
+			<real>36</real>
+			<key>SheetTitle</key>
+			<string>Canvas 5</string>
+			<key>UniqueID</key>
+			<integer>6</integer>
+			<key>VPages</key>
+			<integer>1</integer>
+		</dict>
+		<dict>
+			<key>ActiveLayerIndex</key>
+			<integer>0</integer>
+			<key>AutoAdjust</key>
+			<true/>
+			<key>BackgroundGraphic</key>
+			<dict>
+				<key>Bounds</key>
+				<string>{{0, 0}, {559, 783}}</string>
+				<key>Class</key>
+				<string>SolidGraphic</string>
+				<key>ID</key>
+				<integer>2</integer>
+				<key>Style</key>
+				<dict>
+					<key>shadow</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+					<key>stroke</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>CanvasOrigin</key>
+			<string>{0, 0}</string>
+			<key>ColumnAlign</key>
+			<integer>1</integer>
+			<key>ColumnSpacing</key>
+			<real>7.2000002861022949</real>
+			<key>DisplayScale</key>
+			<string>1 0/72 in = 1.0000 in</string>
+			<key>GraphicsList</key>
+			<array>
+				<dict>
+					<key>Bounds</key>
+					<string>{{205.5, 336}, {45, 14}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>152</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 endedAt}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>150</integer>
+					</dict>
+					<key>ID</key>
+					<integer>151</integer>
+					<key>Points</key>
+					<array>
+						<string>{172.5, 349}</string>
+						<string>{295.5, 349}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>111</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{296, 331}, {105.5, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>150</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.891129</string>
+								<key>g</key>
+								<string>0.826869</string>
+								<key>r</key>
+								<string>0.692795</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.478261</string>
+								<key>g</key>
+								<string>0.443773</string>
+								<key>r</key>
+								<string>0.371817</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 time:Instant}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{80, 331}, {92, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>111</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+			</array>
+			<key>GridInfo</key>
+			<dict/>
+			<key>HPages</key>
+			<integer>1</integer>
+			<key>KeepToScale</key>
+			<false/>
+			<key>Layers</key>
+			<array>
+				<dict>
+					<key>Lock</key>
+					<string>NO</string>
+					<key>Name</key>
+					<string>Layer 1</string>
+					<key>Print</key>
+					<string>YES</string>
+					<key>View</key>
+					<string>YES</string>
+				</dict>
+			</array>
+			<key>LayoutInfo</key>
+			<dict>
+				<key>Animate</key>
+				<string>NO</string>
+				<key>circoMinDist</key>
+				<real>18</real>
+				<key>circoSeparation</key>
+				<real>0.0</real>
+				<key>layoutEngine</key>
+				<string>dot</string>
+				<key>neatoSeparation</key>
+				<real>0.0</real>
+				<key>twopiSeparation</key>
+				<real>0.0</real>
+			</dict>
+			<key>Orientation</key>
+			<integer>2</integer>
+			<key>PrintOnePage</key>
+			<false/>
+			<key>RowAlign</key>
+			<integer>1</integer>
+			<key>RowSpacing</key>
+			<real>36</real>
+			<key>SheetTitle</key>
+			<string>Canvas 3</string>
+			<key>UniqueID</key>
+			<integer>4</integer>
+			<key>VPages</key>
+			<integer>1</integer>
+		</dict>
+		<dict>
+			<key>ActiveLayerIndex</key>
+			<integer>0</integer>
+			<key>AutoAdjust</key>
+			<true/>
+			<key>BackgroundGraphic</key>
+			<dict>
+				<key>Bounds</key>
+				<string>{{0, 0}, {559, 783}}</string>
+				<key>Class</key>
+				<string>SolidGraphic</string>
+				<key>ID</key>
+				<integer>2</integer>
+				<key>Style</key>
+				<dict>
+					<key>shadow</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+					<key>stroke</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>CanvasOrigin</key>
+			<string>{0, 0}</string>
+			<key>ColumnAlign</key>
+			<integer>1</integer>
+			<key>ColumnSpacing</key>
+			<real>7.2000002861022949</real>
+			<key>DisplayScale</key>
+			<string>1 0/72 in = 1.0000 in</string>
+			<key>GraphicsList</key>
+			<array>
+				<dict>
+					<key>Bounds</key>
+					<string>{{183, 336}, {90, 14}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>152</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 wasGeneratedAt}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>150</integer>
+					</dict>
+					<key>ID</key>
+					<integer>151</integer>
+					<key>Points</key>
+					<array>
+						<string>{168.5, 349}</string>
+						<string>{295.5, 349}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>111</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{296, 331}, {105.5, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>150</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.891129</string>
+								<key>g</key>
+								<string>0.826869</string>
+								<key>r</key>
+								<string>0.692795</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.478261</string>
+								<key>g</key>
+								<string>0.443773</string>
+								<key>r</key>
+								<string>0.371817</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 time:Instant}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{94, 331}, {74, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>111</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Entity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+			</array>
+			<key>GridInfo</key>
+			<dict/>
+			<key>HPages</key>
+			<integer>1</integer>
+			<key>KeepToScale</key>
+			<false/>
+			<key>Layers</key>
+			<array>
+				<dict>
+					<key>Lock</key>
+					<string>NO</string>
+					<key>Name</key>
+					<string>Layer 1</string>
+					<key>Print</key>
+					<string>YES</string>
+					<key>View</key>
+					<string>YES</string>
+				</dict>
+			</array>
+			<key>LayoutInfo</key>
+			<dict>
+				<key>Animate</key>
+				<string>NO</string>
+				<key>circoMinDist</key>
+				<real>18</real>
+				<key>circoSeparation</key>
+				<real>0.0</real>
+				<key>layoutEngine</key>
+				<string>dot</string>
+				<key>neatoSeparation</key>
+				<real>0.0</real>
+				<key>twopiSeparation</key>
+				<real>0.0</real>
+			</dict>
+			<key>Orientation</key>
+			<integer>2</integer>
+			<key>PrintOnePage</key>
+			<false/>
+			<key>RowAlign</key>
+			<integer>1</integer>
+			<key>RowSpacing</key>
+			<real>36</real>
+			<key>SheetTitle</key>
+			<string>Canvas 4</string>
+			<key>UniqueID</key>
+			<integer>5</integer>
+			<key>VPages</key>
+			<integer>1</integer>
+		</dict>
+		<dict>
+			<key>ActiveLayerIndex</key>
+			<integer>0</integer>
+			<key>AutoAdjust</key>
+			<true/>
+			<key>BackgroundGraphic</key>
+			<dict>
+				<key>Bounds</key>
+				<string>{{0, 0}, {559, 783}}</string>
+				<key>Class</key>
+				<string>SolidGraphic</string>
+				<key>ID</key>
+				<integer>2</integer>
+				<key>Style</key>
+				<dict>
+					<key>shadow</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+					<key>stroke</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>CanvasOrigin</key>
+			<string>{0, 0}</string>
+			<key>ColumnAlign</key>
+			<integer>1</integer>
+			<key>ColumnSpacing</key>
+			<real>7.2000002861022949</real>
+			<key>DisplayScale</key>
+			<string>1 0/72 in = 1.0000 in</string>
+			<key>GraphicsList</key>
+			<array>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>153</integer>
+					</dict>
+					<key>ID</key>
+					<integer>151</integer>
+					<key>Points</key>
+					<array>
+						<string>{168.5, 349}</string>
+						<string>{332.5, 349}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{333, 331}, {112, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>153</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Participation}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{177, 336}, {134, 14}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>152</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 hadQualifiedParticipation}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{94, 331}, {74, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>111</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+			</array>
+			<key>GridInfo</key>
+			<dict/>
+			<key>HPages</key>
+			<integer>1</integer>
+			<key>KeepToScale</key>
+			<false/>
+			<key>Layers</key>
+			<array>
+				<dict>
+					<key>Lock</key>
+					<string>NO</string>
+					<key>Name</key>
+					<string>Layer 1</string>
+					<key>Print</key>
+					<string>YES</string>
+					<key>View</key>
+					<string>YES</string>
+				</dict>
+			</array>
+			<key>LayoutInfo</key>
+			<dict>
+				<key>Animate</key>
+				<string>NO</string>
+				<key>circoMinDist</key>
+				<real>18</real>
+				<key>circoSeparation</key>
+				<real>0.0</real>
+				<key>layoutEngine</key>
+				<string>dot</string>
+				<key>neatoSeparation</key>
+				<real>0.0</real>
+				<key>twopiSeparation</key>
+				<real>0.0</real>
+			</dict>
+			<key>Orientation</key>
+			<integer>2</integer>
+			<key>PrintOnePage</key>
+			<false/>
+			<key>RowAlign</key>
+			<integer>1</integer>
+			<key>RowSpacing</key>
+			<real>36</real>
+			<key>SheetTitle</key>
+			<string>Canvas 6</string>
+			<key>UniqueID</key>
+			<integer>7</integer>
+			<key>VPages</key>
+			<integer>1</integer>
+		</dict>
+		<dict>
+			<key>ActiveLayerIndex</key>
+			<integer>0</integer>
+			<key>AutoAdjust</key>
+			<true/>
+			<key>BackgroundGraphic</key>
+			<dict>
+				<key>Bounds</key>
+				<string>{{0, 0}, {559, 783}}</string>
+				<key>Class</key>
+				<string>SolidGraphic</string>
+				<key>ID</key>
+				<integer>2</integer>
+				<key>Style</key>
+				<dict>
+					<key>shadow</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+					<key>stroke</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>CanvasOrigin</key>
+			<string>{0, 0}</string>
+			<key>ColumnAlign</key>
+			<integer>1</integer>
+			<key>ColumnSpacing</key>
+			<real>7.2000002861022949</real>
+			<key>DisplayScale</key>
+			<string>1 0/72 in = 1.0000 in</string>
+			<key>GraphicsList</key>
+			<array>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>153</integer>
+					</dict>
+					<key>ID</key>
+					<integer>151</integer>
+					<key>Points</key>
+					<array>
+						<string>{168.5, 349}</string>
+						<string>{332.5, 349}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{333, 331}, {83, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>153</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Usage}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{192.5, 336}, {103, 14}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>152</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 hadQualifiedUsage}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{94, 331}, {74, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>111</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+			</array>
+			<key>GridInfo</key>
+			<dict/>
+			<key>HPages</key>
+			<integer>1</integer>
+			<key>KeepToScale</key>
+			<false/>
+			<key>Layers</key>
+			<array>
+				<dict>
+					<key>Lock</key>
+					<string>NO</string>
+					<key>Name</key>
+					<string>Layer 1</string>
+					<key>Print</key>
+					<string>YES</string>
+					<key>View</key>
+					<string>YES</string>
+				</dict>
+			</array>
+			<key>LayoutInfo</key>
+			<dict>
+				<key>Animate</key>
+				<string>NO</string>
+				<key>circoMinDist</key>
+				<real>18</real>
+				<key>circoSeparation</key>
+				<real>0.0</real>
+				<key>layoutEngine</key>
+				<string>dot</string>
+				<key>neatoSeparation</key>
+				<real>0.0</real>
+				<key>twopiSeparation</key>
+				<real>0.0</real>
+			</dict>
+			<key>Orientation</key>
+			<integer>2</integer>
+			<key>PrintOnePage</key>
+			<false/>
+			<key>RowAlign</key>
+			<integer>1</integer>
+			<key>RowSpacing</key>
+			<real>36</real>
+			<key>SheetTitle</key>
+			<string>Canvas 7</string>
+			<key>UniqueID</key>
+			<integer>8</integer>
+			<key>VPages</key>
+			<integer>1</integer>
+		</dict>
+		<dict>
+			<key>ActiveLayerIndex</key>
+			<integer>0</integer>
+			<key>AutoAdjust</key>
+			<true/>
+			<key>BackgroundGraphic</key>
+			<dict>
+				<key>Bounds</key>
+				<string>{{0, 0}, {559, 783}}</string>
+				<key>Class</key>
+				<string>SolidGraphic</string>
+				<key>ID</key>
+				<integer>2</integer>
+				<key>Style</key>
+				<dict>
+					<key>shadow</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+					<key>stroke</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>CanvasOrigin</key>
+			<string>{0, 0}</string>
+			<key>ColumnAlign</key>
+			<integer>1</integer>
+			<key>ColumnSpacing</key>
+			<real>7.2000002861022949</real>
+			<key>DisplayScale</key>
+			<string>1 0/72 in = 1.0000 in</string>
+			<key>GraphicsList</key>
+			<array>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>153</integer>
+					</dict>
+					<key>ID</key>
+					<integer>151</integer>
+					<key>Points</key>
+					<array>
+						<string>{168.5, 349}</string>
+						<string>{332.5, 349}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{333, 331}, {83, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>153</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Control}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{190.5, 336}, {107, 14}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>152</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 hadQualifiedControl}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{94, 331}, {74, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>111</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+			</array>
+			<key>GridInfo</key>
+			<dict/>
+			<key>HPages</key>
+			<integer>1</integer>
+			<key>KeepToScale</key>
+			<false/>
+			<key>Layers</key>
+			<array>
+				<dict>
+					<key>Lock</key>
+					<string>NO</string>
+					<key>Name</key>
+					<string>Layer 1</string>
+					<key>Print</key>
+					<string>YES</string>
+					<key>View</key>
+					<string>YES</string>
+				</dict>
+			</array>
+			<key>LayoutInfo</key>
+			<dict>
+				<key>Animate</key>
+				<string>NO</string>
+				<key>circoMinDist</key>
+				<real>18</real>
+				<key>circoSeparation</key>
+				<real>0.0</real>
+				<key>layoutEngine</key>
+				<string>dot</string>
+				<key>neatoSeparation</key>
+				<real>0.0</real>
+				<key>twopiSeparation</key>
+				<real>0.0</real>
+			</dict>
+			<key>Orientation</key>
+			<integer>2</integer>
+			<key>PrintOnePage</key>
+			<false/>
+			<key>RowAlign</key>
+			<integer>1</integer>
+			<key>RowSpacing</key>
+			<real>36</real>
+			<key>SheetTitle</key>
+			<string>Canvas 9</string>
+			<key>UniqueID</key>
+			<integer>9</integer>
+			<key>VPages</key>
+			<integer>1</integer>
+		</dict>
+		<dict>
+			<key>ActiveLayerIndex</key>
+			<integer>0</integer>
+			<key>AutoAdjust</key>
+			<true/>
+			<key>BackgroundGraphic</key>
+			<dict>
+				<key>Bounds</key>
+				<string>{{0, 0}, {559, 783}}</string>
+				<key>Class</key>
+				<string>SolidGraphic</string>
+				<key>ID</key>
+				<integer>2</integer>
+				<key>Style</key>
+				<dict>
+					<key>shadow</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+					<key>stroke</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>CanvasOrigin</key>
+			<string>{0, 0}</string>
+			<key>ColumnAlign</key>
+			<integer>1</integer>
+			<key>ColumnSpacing</key>
+			<real>7.2000002861022949</real>
+			<key>DisplayScale</key>
+			<string>1 0/72 in = 1.0000 in</string>
+			<key>GraphicsList</key>
+			<array>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>153</integer>
+					</dict>
+					<key>ID</key>
+					<integer>151</integer>
+					<key>Points</key>
+					<array>
+						<string>{168.5, 349}</string>
+						<string>{332.5, 349}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{333, 331}, {105, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>153</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Generation}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{180.5, 336}, {127, 14}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>152</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 hadQualifiedGeneration}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{94, 331}, {74, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>111</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Activity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+			</array>
+			<key>GridInfo</key>
+			<dict/>
+			<key>HPages</key>
+			<integer>1</integer>
+			<key>KeepToScale</key>
+			<false/>
+			<key>Layers</key>
+			<array>
+				<dict>
+					<key>Lock</key>
+					<string>NO</string>
+					<key>Name</key>
+					<string>Layer 1</string>
+					<key>Print</key>
+					<string>YES</string>
+					<key>View</key>
+					<string>YES</string>
+				</dict>
+			</array>
+			<key>LayoutInfo</key>
+			<dict>
+				<key>Animate</key>
+				<string>NO</string>
+				<key>circoMinDist</key>
+				<real>18</real>
+				<key>circoSeparation</key>
+				<real>0.0</real>
+				<key>layoutEngine</key>
+				<string>dot</string>
+				<key>neatoSeparation</key>
+				<real>0.0</real>
+				<key>twopiSeparation</key>
+				<real>0.0</real>
+			</dict>
+			<key>Orientation</key>
+			<integer>2</integer>
+			<key>PrintOnePage</key>
+			<false/>
+			<key>RowAlign</key>
+			<integer>1</integer>
+			<key>RowSpacing</key>
+			<real>36</real>
+			<key>SheetTitle</key>
+			<string>Canvas 10</string>
+			<key>UniqueID</key>
+			<integer>10</integer>
+			<key>VPages</key>
+			<integer>1</integer>
+		</dict>
+		<dict>
+			<key>ActiveLayerIndex</key>
+			<integer>0</integer>
+			<key>AutoAdjust</key>
+			<true/>
+			<key>BackgroundGraphic</key>
+			<dict>
+				<key>Bounds</key>
+				<string>{{0, 0}, {559, 783}}</string>
+				<key>Class</key>
+				<string>SolidGraphic</string>
+				<key>ID</key>
+				<integer>2</integer>
+				<key>Style</key>
+				<dict>
+					<key>shadow</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+					<key>stroke</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>CanvasOrigin</key>
+			<string>{0, 0}</string>
+			<key>ColumnAlign</key>
+			<integer>1</integer>
+			<key>ColumnSpacing</key>
+			<real>7.2000002861022949</real>
+			<key>DisplayScale</key>
+			<string>1 0/72 in = 1.0000 in</string>
+			<key>GraphicsList</key>
+			<array>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>153</integer>
+					</dict>
+					<key>ID</key>
+					<integer>151</integer>
+					<key>Points</key>
+					<array>
+						<string>{205.5, 349}</string>
+						<string>{356.5, 349}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{357, 331}, {70, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>153</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 Entity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{229, 336}, {98, 14}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>152</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 hadQualifiedEntity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{24, 331}, {181, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0.189516</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>111</integer>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 QualifiedInvolvement}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+			</array>
+			<key>GridInfo</key>
+			<dict/>
+			<key>HPages</key>
+			<integer>1</integer>
+			<key>KeepToScale</key>
+			<false/>
+			<key>Layers</key>
+			<array>
+				<dict>
+					<key>Lock</key>
+					<string>NO</string>
+					<key>Name</key>
+					<string>Layer 1</string>
+					<key>Print</key>
+					<string>YES</string>
+					<key>View</key>
+					<string>YES</string>
+				</dict>
+			</array>
+			<key>LayoutInfo</key>
+			<dict>
+				<key>Animate</key>
+				<string>NO</string>
+				<key>circoMinDist</key>
+				<real>18</real>
+				<key>circoSeparation</key>
+				<real>0.0</real>
+				<key>layoutEngine</key>
+				<string>dot</string>
+				<key>neatoSeparation</key>
+				<real>0.0</real>
+				<key>twopiSeparation</key>
+				<real>0.0</real>
+			</dict>
+			<key>Orientation</key>
+			<integer>2</integer>
+			<key>PrintOnePage</key>
+			<false/>
+			<key>RowAlign</key>
+			<integer>1</integer>
+			<key>RowSpacing</key>
+			<real>36</real>
+			<key>SheetTitle</key>
+			<string>Canvas 11</string>
+			<key>UniqueID</key>
+			<integer>11</integer>
+			<key>VPages</key>
+			<integer>1</integer>
+		</dict>
+	</array>
+	<key>SmartAlignmentGuidesActive</key>
+	<string>YES</string>
+	<key>SmartDistanceGuidesActive</key>
+	<string>YES</string>
+	<key>UseEntirePage</key>
+	<false/>
+	<key>WindowInfo</key>
+	<dict>
+		<key>CurrentSheet</key>
+		<integer>9</integer>
+		<key>ExpandedCanvases</key>
+		<array/>
+		<key>Frame</key>
+		<string>{{94, 40}, {1252, 838}}</string>
+		<key>ListView</key>
+		<true/>
+		<key>OutlineWidth</key>
+		<integer>142</integer>
+		<key>RightSidebar</key>
+		<false/>
+		<key>ShowRuler</key>
+		<true/>
+		<key>Sidebar</key>
+		<true/>
+		<key>SidebarWidth</key>
+		<integer>120</integer>
+		<key>VisibleRegion</key>
+		<string>{{-272, 0}, {1103, 684}}</string>
+		<key>Zoom</key>
+		<real>1</real>
+		<key>ZoomValues</key>
+		<array>
+			<array>
+				<string>Canvas 8</string>
+				<real>1</real>
+				<real>1</real>
+			</array>
+			<array>
+				<string>Canvas 2</string>
+				<real>1</real>
+				<real>1</real>
+			</array>
+			<array>
+				<string>Canvas 3</string>
+				<real>1</real>
+				<real>1</real>
+			</array>
+			<array>
+				<string>Canvas 4</string>
+				<real>1</real>
+				<real>1</real>
+			</array>
+			<array>
+				<string>Canvas 5</string>
+				<real>1</real>
+				<real>1</real>
+			</array>
+			<array>
+				<string>Canvas 6</string>
+				<real>1</real>
+				<real>1</real>
+			</array>
+			<array>
+				<string>Canvas 7</string>
+				<real>1</real>
+				<real>1</real>
+			</array>
+			<array>
+				<string>Canvas 9</string>
+				<real>1</real>
+				<real>1</real>
+			</array>
+			<array>
+				<string>Canvas 10</string>
+				<real>1</real>
+				<real>1</real>
+			</array>
+			<array>
+				<string>Canvas 11</string>
+				<real>1</real>
+				<real>1</real>
+			</array>
+		</array>
+	</dict>
+	<key>saveQuickLookFiles</key>
+	<string>YES</string>
+</dict>
+</plist>
Binary file ontology/fpwd/diagrams/Ontology_hierarchy.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/fpwd/diagrams/ProvenanceOntology.graffle	Thu Dec 08 14:11:01 2011 +0000
@@ -0,0 +1,33563 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>ApplicationVersion</key>
+	<array>
+		<string>com.omnigroup.OmniGraffle</string>
+		<string>138.31.0.156985</string>
+	</array>
+	<key>CreationDate</key>
+	<string>2008-06-25 18:23:07 -0400</string>
+	<key>Creator</key>
+	<string>lebot</string>
+	<key>FileType</key>
+	<string>flat</string>
+	<key>GraphDocumentVersion</key>
+	<integer>8</integer>
+	<key>GuidesLocked</key>
+	<string>NO</string>
+	<key>GuidesVisible</key>
+	<string>YES</string>
+	<key>ImageCounter</key>
+	<integer>1</integer>
+	<key>LinksVisible</key>
+	<string>NO</string>
+	<key>MagnetsVisible</key>
+	<string>NO</string>
+	<key>MasterSheets</key>
+	<array/>
+	<key>ModificationDate</key>
+	<string>2011-12-07 11:15:43 -0500</string>
+	<key>Modifier</key>
+	<string>Satya Sahoo</string>
+	<key>NotesVisible</key>
+	<string>NO</string>
+	<key>OriginVisible</key>
+	<string>NO</string>
+	<key>PageBreaks</key>
+	<string>NO</string>
+	<key>PrintInfo</key>
+	<dict>
+		<key>NSBottomMargin</key>
+		<array>
+			<string>float</string>
+			<string>41</string>
+		</array>
+		<key>NSLeftMargin</key>
+		<array>
+			<string>float</string>
+			<string>18</string>
+		</array>
+		<key>NSOrientation</key>
+		<array>
+			<string>int</string>
+			<string>1</string>
+		</array>
+		<key>NSPaperSize</key>
+		<array>
+			<string>coded</string>
+			<string>BAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAx7X05TU2l6ZT1mZn2WgRgDgWQChg==</string>
+		</array>
+		<key>NSRightMargin</key>
+		<array>
+			<string>float</string>
+			<string>18</string>
+		</array>
+		<key>NSTopMargin</key>
+		<array>
+			<string>float</string>
+			<string>18</string>
+		</array>
+	</dict>
+	<key>ReadOnly</key>
+	<string>NO</string>
+	<key>Sheets</key>
+	<array>
+		<dict>
+			<key>ActiveLayerIndex</key>
+			<integer>0</integer>
+			<key>AutoAdjust</key>
+			<true/>
+			<key>BackgroundGraphic</key>
+			<dict>
+				<key>Bounds</key>
+				<string>{{0, 0}, {1245, 701.061}}</string>
+				<key>Class</key>
+				<string>SolidGraphic</string>
+				<key>ID</key>
+				<integer>2</integer>
+				<key>Style</key>
+				<dict>
+					<key>shadow</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+					<key>stroke</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>CanvasOrigin</key>
+			<string>{0, 0}</string>
+			<key>CanvasSize</key>
+			<string>{1245, 701.061}</string>
+			<key>ColumnAlign</key>
+			<integer>1</integer>
+			<key>ColumnSpacing</key>
+			<real>36</real>
+			<key>DisplayScale</key>
+			<string>1 0/72 in = 1.0000 in</string>
+			<key>ExportShapes</key>
+			<array>
+				<dict>
+					<key>InspectorGroup</key>
+					<real>255</real>
+					<key>ShapeImageRect</key>
+					<string>{{2, 2}, {22, 22}}</string>
+					<key>ShapeName</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>ShouldExport</key>
+					<string>YES</string>
+					<key>StrokePath</key>
+					<dict>
+						<key>elements</key>
+						<array>
+							<dict>
+								<key>element</key>
+								<string>MOVETO</string>
+								<key>point</key>
+								<string>{0.0898362, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.300141, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.363279, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.5, 0}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.363279, -0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.300141, -0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.0898362, -0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{-0.5, -0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{-0.5, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.0898362, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>CLOSE</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>MOVETO</string>
+								<key>point</key>
+								<string>{0.0898362, 0.5}</string>
+							</dict>
+						</array>
+					</dict>
+					<key>TextBounds</key>
+					<string>{{0, 0}, {1, 1}}</string>
+				</dict>
+			</array>
+			<key>GraphicsList</key>
+			<array>
+				<dict>
+					<key>Bounds</key>
+					<string>{{746.101, 464.124}, {69, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1164</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1161</integer>
+						<key>Position</key>
+						<real>0.86727666854858398</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{728.338, 596.797}, {69, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1163</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1162</integer>
+						<key>Position</key>
+						<real>0.89702427387237549</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1013</integer>
+						<key>Info</key>
+						<integer>8</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1162</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{854.864, 272.198}</string>
+						<string>{717, 360.463}</string>
+						<string>{710, 581.081}</string>
+						<string>{816.526, 606.263}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1009</integer>
+						<key>Info</key>
+						<integer>8</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1161</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{855.138, 272.276}</string>
+						<string>{736, 349.378}</string>
+						<string>{725.855, 460.659}</string>
+						<string>{835.135, 473.378}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{772.333, 313.618}, {69, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1165</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1160</integer>
+						<key>Offset</key>
+						<real>-9.0140838623046875</real>
+						<key>Position</key>
+						<real>0.43085107207298279</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1015</integer>
+						<key>Info</key>
+						<integer>8</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1160</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{858.66, 273.214}</string>
+						<string>{823.135, 299.659}</string>
+						<string>{775, 339.081}</string>
+						<string>{823.652, 340.365}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1011</integer>
+						<key>Info</key>
+						<integer>2</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1158</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{96.7926, 271.195}</string>
+						<string>{27.257, 250.816}</string>
+						<string>{12.888, 201.204}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{1050.99, 314.114}, {69, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1038</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1037</integer>
+						<key>Position</key>
+						<real>0.41471379995346069</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{632.739, 200.998}, {59, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1044</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1043</integer>
+						<key>Position</key>
+						<real>0.29596635699272156</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{384.83, 203.794}, {69, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1046</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1045</integer>
+						<key>Position</key>
+						<real>0.79882550239562988</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{94.5328, 214.341}, {86, 30}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1054</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1053</integer>
+						<key>Position</key>
+						<real>0.51397663354873657</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain and rdfs:range}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{621.296, 162.888}, {59, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1060</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1059</integer>
+						<key>Position</key>
+						<real>0.31803795695304871</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{378.419, 170.928}, {69, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1062</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1061</integer>
+						<key>Position</key>
+						<real>0.71538519859313965</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{1105.26, 342.462}, {69, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1072</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1071</integer>
+						<key>Position</key>
+						<real>0.4356020987033844</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{618.449, 99.0545}, {59, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1078</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1077</integer>
+						<key>Position</key>
+						<real>0.43251731991767883</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{368.134, 120.704}, {69, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1080</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1079</integer>
+						<key>Position</key>
+						<real>0.77880358695983887</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{987.476, 294.958}, {69, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1090</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1089</integer>
+						<key>Position</key>
+						<real>0.56004476547241211</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{575.728, 366.849}, {69, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1100</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1099</integer>
+						<key>Position</key>
+						<real>0.82782649993896484</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{213.235, 314.5}, {59, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1102</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1101</integer>
+						<key>Position</key>
+						<real>0.79159682989120483</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{395.229, 248.759}, {69, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1112</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1111</integer>
+						<key>Position</key>
+						<real>0.77439582347869873</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{764.427, 179.18}, {89, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1114</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1113</integer>
+						<key>Position</key>
+						<real>0.43251731991767883</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{935.18, 179.717}, {89, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1132</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1131</integer>
+						<key>Position</key>
+						<real>0.43251731991767883</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{153.281, 28.7138}, {46, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.4</string>
+							<key>g</key>
+							<string>0.4</string>
+							<key>r</key>
+							<string>0.4</string>
+						</dict>
+						<key>Font</key>
+						<string>LucidaGrande</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>11</real>
+					</dict>
+					<key>ID</key>
+					<integer>1146</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1145</integer>
+						<key>Position</key>
+						<real>0.61500859260559082</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 \expnd0\expndtw0\kerning0
+rdf:type}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{154.21, 44.0674}, {86, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1149</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1147</integer>
+						<key>Position</key>
+						<real>0.43251731991767883</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 owl:versionInfo}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{590.794, 37.6981}, {79, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1153</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1151</integer>
+						<key>Position</key>
+						<real>0.43251731991767883</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:comment}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{20, 664.061}, {224, 30}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1001</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>TODO</string>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 owl:   http://www.w3.org/2002/07/owl#\
+:   http://www.w3.org/ns/prov-o/}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>prefix mappings for</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1001</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1001</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>--PREFIX MAPPINGS USED--</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1001</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{40.2482, 24.3674}, {75, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1002</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2002/07/owl#Ontology</string>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 owl:Ontology}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/2002/07/owl#Ontology</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1002</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1002</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/2002/07/owl#Ontology</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1002</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{835.135, 464.378}, {139.486, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1009</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/dependedOn</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 1}</string>
+						<string>{1, -1}</string>
+						<string>{-1, -1}</string>
+						<string>{-1, 1}</string>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :dependedOn  -(x)}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:TransitiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/dependedOn</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1009</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1009</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/dependedOn</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1009</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{472.661, 189.029}, {118.618, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1010</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadParticipant}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1010</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1010</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1010</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{10.1422, 182.724}, {118.618, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1011</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/preceded</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :preceded  -(x)}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/preceded</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1011</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/preceded</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1011</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{500.668, 135.029}, {62.604, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1012</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/used</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :used}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/used</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1012</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1012</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/used</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1012</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{817.013, 597.378}, {175.73, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1013</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 1}</string>
+						<string>{1, -1}</string>
+						<string>{-1, -1}</string>
+						<string>{-1, 1}</string>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasComplementOf  -(x)}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1013</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1013</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1013</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{466.071, 81.0293}, {131.798, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1014</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasControlledBy}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1014</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1014</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1014</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{824.152, 331.378}, {161.452, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1015</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 1}</string>
+						<string>{1, -1}</string>
+						<string>{-1, -1}</string>
+						<string>{-1, 1}</string>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasDerivedFrom  -(x)}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1015</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1015</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1015</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{430.466, 389.029}, {130.699, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>HFlip</key>
+					<string>YES</string>
+					<key>ID</key>
+					<integer>1016</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>2</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
+
+\f0\fs22 \cf0 :wasGeneratedBy}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1016</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1016</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{484.193, 243.029}, {95.5534, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1017</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 The ProcessExecution activity performed was described by\
+            the given recipe resource. Process specifications, as\
+            referred to by recipe links, are out of scope of this\
+            specification}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadRecipe}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1017</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1017</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1017</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{698.869, 126.378}, {100, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1018</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Agent</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An agent represents a characterized entity capable of activity.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Agent}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Agent</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1018</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1018</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Agent</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1018</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{564.974, 545.561}, {121, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1019</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Location</string>
+					</dict>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Location}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Location</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1019</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1019</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Location</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1019</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{40.2482, 269.081}, {221.5, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1020</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProcessExecution}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1020</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{294.983, 542.061}, {227, 43}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1021</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProvenanceContainer}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1021</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1021</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1021</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{90.4982, 545.081}, {121, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1022</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Revision</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Revision is defined as a modified version of a Entity.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Revision}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Revision</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1022</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1022</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Revision</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1022</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{964.592, 126.029}, {161.452, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1023</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Role</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Role is defined to be "a function assumed by a entity or an agent."}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:EntityInRole}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Role</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1023</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1023</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Role</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1023</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{104.498, 407.081}, {93, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1024</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Time</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Time}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Time</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1024</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Time</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1024</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{825.749, 220.583}, {132, 56}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1025</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Entity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1025</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1025</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{273.779, 36.8522}, {174, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1026</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). \
+\
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome.}</string>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 http://www.w3.org/ns/prov-o/}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Ontology, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1026</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1026</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1026</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1034</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1033</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{904.878, 482.378}</string>
+						<string>{904.878, 518.378}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1009</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1009</integer>
+						<key>Info</key>
+						<integer>7</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1037</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{945.942, 265.005}</string>
+						<string>{1078.26, 305.103}</string>
+						<string>{1069.88, 455.507}</string>
+						<string>{975.113, 473.286}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>FilledArrow</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1043</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#range</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+					<key>Points</key>
+					<array>
+						<string>{591.764, 198.15}</string>
+						<string>{829.882, 238.182}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1010</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1010</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1045</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{207.563, 271.421}</string>
+						<string>{472.661, 198.029}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1011</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1053</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{146.69, 268.607}</string>
+						<string>{128.874, 192.211}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>FilledArrow</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1059</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#range</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+					<key>Points</key>
+					<array>
+						<string>{563.272, 144.029}</string>
+						<string>{838.473, 231.625}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1012</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1012</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1061</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{192.361, 270.159}</string>
+						<string>{500.668, 144.029}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1068</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1067</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{904.878, 615.878}</string>
+						<string>{904.878, 651.061}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1013</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1013</integer>
+						<key>Info</key>
+						<integer>7</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1071</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{951.69, 260.861}</string>
+						<string>{1128.26, 297.029}</string>
+						<string>{1109.87, 551.636}</string>
+						<string>{992.743, 606.378}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>FilledArrow</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1018</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1077</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#range</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+					<key>Points</key>
+					<array>
+						<string>{598.34, 90.1987}</string>
+						<string>{713.04, 131.482}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1014</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1014</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1079</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{179.282, 269.392}</string>
+						<string>{466.071, 90.0293}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1086</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1085</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{904.878, 349.878}</string>
+						<string>{904.878, 385.378}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1015</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1015</integer>
+						<key>Info</key>
+						<integer>7</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1089</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{940.856, 267.69}</string>
+						<string>{1016.26, 297.029}</string>
+						<string>{1020.26, 334.266}</string>
+						<string>{985.604, 340.378}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>FilledArrow</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1096</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1095</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{495.815, 407.029}</string>
+						<string>{495.816, 443.029}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1016</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{345.529, 443.029}, {300.574, 43}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1096</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution"</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1098</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1098</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasGeneratedBy_http://www.w3.org/2000/01/rdf-schema#comment_wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution_en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1098</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1016</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1099</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{846.129, 269.206}</string>
+						<string>{561.165, 398.029}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1101</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#range</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+					<key>Points</key>
+					<array>
+						<string>{430.001, 397.845}</string>
+						<string>{193.434, 303.928}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1016</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1108</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1107</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{531.97, 261.529}</string>
+						<string>{531.97, 297.029}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1017</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{366.183, 297.029}, {331.574, 56}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1108</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  The ProcessExecution activity performed was described by\
+            the given recipe resource. Process specifications, as\
+            referred to by recipe links, are out of scope of this\
+            specification}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"The ProcessExecution activity performed was described by
+            the given recipe resource. Process specifications, as
+            referred to by recipe links, are out of scope of this
+            specification"</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1110</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1110</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/hadRecipe_http://www.w3.org/2000/01/rdf-schema#comment_The ProcessExecution activity performed was described by
+            the given recipe resource. Process specifications, as
+            referred to by recipe links, are out of scope of this
+            specification_en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1110</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1017</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1111</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{244.488, 277.246}</string>
+						<string>{483.696, 252.081}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1113</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{771.41, 160.818}</string>
+						<string>{858.151, 224.079}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1018</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1116</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1115</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{748.869, 125.878}</string>
+						<string>{748.869, 92.6739}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1018</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{645.257, 62.6739}, {207.224, 30}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1116</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  An agent represents a characterized entity capable of activity.}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"An agent represents a characterized entity capable of activity."</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1118</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1118</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Agent_http://www.w3.org/2000/01/rdf-schema#comment_An agent represents a characterized entity capable of activity._en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1118</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1120</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1119</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{150.998, 305.581}</string>
+						<string>{150.998, 341.081}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{11.4982, 341.081}, {279, 30}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1120</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"ProcessExecution is defined to be "an identifiable activity, which performs a piece of work.""</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1122</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1122</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution_http://www.w3.org/2000/01/rdf-schema#comment_ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."_en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1122</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1124</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1123</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{408.483, 585.561}</string>
+						<string>{408.483, 621.061}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1021</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{261.909, 621.061}, {293.149, 43}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1124</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it."</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1126</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1126</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProvenanceContainer_http://www.w3.org/2000/01/rdf-schema#comment_ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it._en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1126</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1128</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1127</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{150.998, 581.581}</string>
+						<string>{150.998, 617.081}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1022</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{70.2721, 617.081}, {161.452, 30}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1128</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  Revision is defined as a modified version of a Entity.}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"Revision is defined as a modified version of a Entity."</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1130</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1130</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Revision_http://www.w3.org/2000/01/rdf-schema#comment_Revision is defined as a modified version of a Entity._en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1130</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1131</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{1019.77, 161.42}</string>
+						<string>{927.075, 224.532}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1023</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1134</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1133</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{1074.85, 161.074}</string>
+						<string>{1110.61, 181.718}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1023</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{1038.22, 181.718}, {196.767, 30}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1134</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  Role is defined to be "a function assumed by a entity or an agent."}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"Role is defined to be "a function assumed by a entity or an agent.""</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1136</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1136</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Role_http://www.w3.org/2000/01/rdf-schema#comment_Role is defined to be "a function assumed by a entity or an agent."_en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1136</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1138</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1137</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{150.998, 443.581}</string>
+						<string>{150.998, 479.081}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1024</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{37.4982, 479.081}, {227, 30}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1138</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  Time represents temporal information about entities in the Provenance model.}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"Time represents temporal information about entities in the Provenance model."</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1140</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1140</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Time_http://www.w3.org/2000/01/rdf-schema#comment_Time represents temporal information about entities in the Provenance model._en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1140</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1142</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1141</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{891.75, 220.083}</string>
+						<string>{891.753, 150.284}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{829.065, 120.284}, {125.377, 30}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1142</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  An identifiable characterized entity.}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"An identifiable characterized entity."</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1144</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1144</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Entity_http://www.w3.org/2000/01/rdf-schema#comment_An identifiable characterized entity._en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1144</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.4</string>
+							<key>g</key>
+							<string>0.4</string>
+							<key>r</key>
+							<string>0.4</string>
+						</dict>
+						<key>Font</key>
+						<string>LucidaGrande</string>
+						<key>Size</key>
+						<real>11</real>
+					</dict>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1002</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1145</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdf:type}</string>
+					<key>Points</key>
+					<array>
+						<string>{273.779, 42.0145}</string>
+						<string>{115.248, 35.0216}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1026</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1148</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1147</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2002/07/owl#versionInfo</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 owl:versionInfo}</string>
+					<key>Points</key>
+					<array>
+						<string>{273.779, 49.6899}</string>
+						<string>{96.7482, 57.4989}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1026</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{58.7482, 49.337}, {38, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>.65</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1148</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue166;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2  0.02}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"0.02"</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1150</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1150</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/_http://www.w3.org/2002/07/owl#versionInfo_0.02_http://www.w3.org/2001/XMLSchema#string_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1150</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1152</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1151</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{447.779, 46.1253}</string>
+						<string>{869.762, 47.4497}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1026</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{869.762, 7}, {350.682, 82}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1152</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). \
+\
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome.}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>"This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). 
+
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome."</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1154</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1154</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/_http://www.w3.org/2000/01/rdf-schema#comment_This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). 
+
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome._en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1154</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{724.878, 518.378}, {360, 43}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1034</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity.""</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1036</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1036</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/dependedOn_http://www.w3.org/2000/01/rdf-schema#comment_dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."_en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1036</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{724.878, 651.061}, {360, 43}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1068</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval.""</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1070</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1070</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasComplementOf_http://www.w3.org/2000/01/rdf-schema#comment_wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."_en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1070</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{724.878, 385.378}, {360, 43}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1086</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity.""</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1088</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1088</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasDerivedFrom_http://www.w3.org/2000/01/rdf-schema#comment_wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."_en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1088</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+			</array>
+			<key>GridInfo</key>
+			<dict/>
+			<key>HPages</key>
+			<integer>2</integer>
+			<key>KeepToScale</key>
+			<false/>
+			<key>Layers</key>
+			<array>
+				<dict>
+					<key>Lock</key>
+					<string>NO</string>
+					<key>Name</key>
+					<string>Layer 1</string>
+					<key>Print</key>
+					<string>YES</string>
+					<key>View</key>
+					<string>YES</string>
+				</dict>
+			</array>
+			<key>LayoutInfo</key>
+			<dict>
+				<key>Animate</key>
+				<string>NO</string>
+				<key>HierarchicalOrientation</key>
+				<integer>0</integer>
+				<key>circoMinDist</key>
+				<real>18</real>
+				<key>circoSeparation</key>
+				<real>0.0</real>
+				<key>layoutEngine</key>
+				<string>dot</string>
+				<key>neatoSeparation</key>
+				<real>0.0</real>
+				<key>twopiSeparation</key>
+				<real>0.0</real>
+			</dict>
+			<key>Orientation</key>
+			<integer>2</integer>
+			<key>PrintOnePage</key>
+			<false/>
+			<key>RowAlign</key>
+			<integer>2</integer>
+			<key>RowSpacing</key>
+			<real>36</real>
+			<key>SheetTitle</key>
+			<string>Canvas 1</string>
+			<key>UniqueID</key>
+			<integer>1</integer>
+			<key>UserInfo</key>
+			<dict>
+				<key>kMDItemAuthors</key>
+				<array>
+					<string>2graffle5.xsl</string>
+				</array>
+			</dict>
+			<key>VPages</key>
+			<integer>2</integer>
+		</dict>
+		<dict>
+			<key>ActiveLayerIndex</key>
+			<integer>0</integer>
+			<key>AutoAdjust</key>
+			<true/>
+			<key>BackgroundGraphic</key>
+			<dict>
+				<key>Bounds</key>
+				<string>{{0, 0}, {1084.8, 824}}</string>
+				<key>Class</key>
+				<string>SolidGraphic</string>
+				<key>ID</key>
+				<integer>2</integer>
+				<key>Style</key>
+				<dict>
+					<key>shadow</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+					<key>stroke</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>CanvasOrigin</key>
+			<string>{0, 0}</string>
+			<key>CanvasSize</key>
+			<string>{1084.8, 824}</string>
+			<key>ColumnAlign</key>
+			<integer>1</integer>
+			<key>ColumnSpacing</key>
+			<real>36</real>
+			<key>DisplayScale</key>
+			<string>1 0/72 in = 1.0000 in</string>
+			<key>ExportShapes</key>
+			<array>
+				<dict>
+					<key>InspectorGroup</key>
+					<real>255</real>
+					<key>ShapeImageRect</key>
+					<string>{{2, 2}, {22, 22}}</string>
+					<key>ShapeName</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>ShouldExport</key>
+					<string>YES</string>
+					<key>StrokePath</key>
+					<dict>
+						<key>elements</key>
+						<array>
+							<dict>
+								<key>element</key>
+								<string>MOVETO</string>
+								<key>point</key>
+								<string>{0.0898362, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.300141, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.363279, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.5, 0}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.363279, -0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.300141, -0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.0898362, -0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{-0.5, -0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{-0.5, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.0898362, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>CLOSE</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>MOVETO</string>
+								<key>point</key>
+								<string>{0.0898362, 0.5}</string>
+							</dict>
+						</array>
+					</dict>
+					<key>TextBounds</key>
+					<string>{{0, 0}, {1, 1}}</string>
+				</dict>
+			</array>
+			<key>GraphicsList</key>
+			<array>
+				<dict>
+					<key>Bounds</key>
+					<string>{{961.847, 487.533}, {69, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1038</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1037</integer>
+						<key>Position</key>
+						<real>0.44939973950386047</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1009</integer>
+						<key>Info</key>
+						<integer>7</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1037</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{854.817, 386.776}</string>
+						<string>{975.641, 436}</string>
+						<string>{999.878, 623}</string>
+						<string>{889.621, 645}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>FilledArrow</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{1003.6, 524.211}, {69, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1072</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1071</integer>
+						<key>Position</key>
+						<real>0.46831679344177246</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1013</integer>
+						<key>Info</key>
+						<integer>7</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1071</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{858.118, 385.187}</string>
+						<string>{1018, 441.193}</string>
+						<string>{1028.27, 715}</string>
+						<string>{907.743, 746.386}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>FilledArrow</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1142</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1169</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{806.749, 338.693}</string>
+						<string>{806.749, 157.316}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{224.974, 143.569}, {69, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1046</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1045</integer>
+						<key>Offset</key>
+						<real>-5.6338024139404297</real>
+						<key>Position</key>
+						<real>0.79320007562637329</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{222.32, 88.0218}, {69, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1062</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1061</integer>
+						<key>Position</key>
+						<real>0.76201659440994263</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1010</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1045</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{162.723, 338.824}</string>
+						<string>{221.819, 166.441}</string>
+						<string>{316.25, 145.522}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1012</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1061</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{159.794, 338.757}</string>
+						<string>{211.494, 122.441}</string>
+						<string>{344.257, 91.5219}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{229.575, 192.3}, {69, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1080</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1079</integer>
+						<key>Position</key>
+						<real>0.78425306081771851</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1014</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1079</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{168.125, 339.005}</string>
+						<string>{234.433, 215.441}</string>
+						<string>{309.66, 199.522}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{6, 300.621}, {69, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1167</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{571.069, 63.5187}, {132, 56}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1166</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Entity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1025</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1025</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{666.45, 639.028}, {69, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1164</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1161</integer>
+						<key>Position</key>
+						<real>0.89508914947509766</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{647.791, 739.592}, {69, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1163</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1162</integer>
+						<key>Position</key>
+						<real>0.90974193811416626</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1013</integer>
+						<key>Info</key>
+						<integer>8</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1162</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{759.051, 386.94}</string>
+						<string>{628, 441.193}</string>
+						<string>{625, 721.089}</string>
+						<string>{731.526, 746.271}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1009</integer>
+						<key>Info</key>
+						<integer>8</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1161</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{763.638, 388.782}</string>
+						<string>{645, 448.193}</string>
+						<string>{638.855, 632.281}</string>
+						<string>{750.135, 645}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{651.415, 523.732}, {69, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1165</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1160</integer>
+						<key>Offset</key>
+						<real>14.647889137268066</real>
+						<key>Position</key>
+						<real>0.83510637283325195</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1015</integer>
+						<key>Info</key>
+						<integer>8</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1160</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{765.567, 389.463}</string>
+						<string>{671, 440.602}</string>
+						<string>{661.069, 539}</string>
+						<string>{739.152, 542.959}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1011</integer>
+						<key>Info</key>
+						<integer>2</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1158</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{82.244, 345.403}</string>
+						<string>{22.257, 326.928}</string>
+						<string>{12.2148, 283.913}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{455.502, 136.466}, {59, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1044</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1043</integer>
+						<key>Position</key>
+						<real>0.29596635699272156</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{105.317, 287.478}, {62.604, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1054</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1053</integer>
+						<key>Offset</key>
+						<real>-15.774648666381836</real>
+						<key>Position</key>
+						<real>0.47975891828536987</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{429.767, 82.5212}, {59, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1060</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1059</integer>
+						<key>Position</key>
+						<real>0.31803795695304871</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{475.005, 190.522}, {59, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1078</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1077</integer>
+						<key>Position</key>
+						<real>0.43251731991767883</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{906.641, 453.187}, {69, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1090</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1089</integer>
+						<key>Position</key>
+						<real>0.53468149900436401</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{591.722, 358.193}, {69, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1100</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1099</integer>
+						<key>Position</key>
+						<real>0.67314428091049194</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{300.963, 358.193}, {59, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1102</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1101</integer>
+						<key>Position</key>
+						<real>0.62357872724533081</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{237.602, 245.564}, {69, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1112</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1111</integer>
+						<key>Position</key>
+						<real>0.68797850608825684</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{592.569, 149.637}, {89, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1114</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1113</integer>
+						<key>Position</key>
+						<real>0.3669467568397522</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{762.249, 413.862}, {89, 14}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1132</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1131</integer>
+						<key>Position</key>
+						<real>0.32711130380630493</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{123.033, 32.2219}, {46, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.4</string>
+							<key>g</key>
+							<string>0.4</string>
+							<key>r</key>
+							<string>0.4</string>
+						</dict>
+						<key>Font</key>
+						<string>LucidaGrande</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>11</real>
+					</dict>
+					<key>ID</key>
+					<integer>1146</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1145</integer>
+						<key>Position</key>
+						<real>0.61500859260559082</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 \expnd0\expndtw0\kerning0
+rdf:type}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{123.962, 47.3554}, {86, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1149</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1147</integer>
+						<key>Position</key>
+						<real>0.43251731991767883</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 owl:versionInfo}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{72.2721, 776.171}, {224, 30}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1001</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>TODO</string>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 owl:   http://www.w3.org/2002/07/owl#\
+:   http://www.w3.org/ns/prov-o/}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>prefix mappings for</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1001</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1001</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>--PREFIX MAPPINGS USED--</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1001</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{10, 28.9117}, {75, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1002</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2002/07/owl#Ontology</string>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 owl:Ontology}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/2002/07/owl#Ontology</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1002</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1002</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/2002/07/owl#Ontology</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1002</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{750.135, 636}, {139.486, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1009</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/dependedOn</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 1}</string>
+						<string>{1, -1}</string>
+						<string>{-1, -1}</string>
+						<string>{-1, 1}</string>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :dependedOn  -(x)}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:TransitiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/dependedOn</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1009</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1009</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/dependedOn</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1009</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{316.25, 136.522}, {118.618, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1010</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadParticipant}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1010</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1010</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1010</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{10, 265.426}, {118.618, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1011</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/preceded</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :preceded  -(x)}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/preceded</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1011</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/preceded</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1011</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{344.257, 82.5219}, {62.604, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1012</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/used</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :used}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/used</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1012</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1012</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/used</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1012</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{732.013, 737.386}, {175.73, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1013</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 1}</string>
+						<string>{1, -1}</string>
+						<string>{-1, -1}</string>
+						<string>{-1, 1}</string>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasComplementOf  -(x)}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1013</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1013</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1013</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{309.66, 190.522}, {131.798, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1014</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasControlledBy}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1014</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1014</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1014</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{739.152, 533.959}, {161.452, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1015</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 1}</string>
+						<string>{1, -1}</string>
+						<string>{-1, -1}</string>
+						<string>{-1, 1}</string>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasDerivedFrom  -(x)}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1015</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1015</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1015</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{440.155, 358.193}, {130.699, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>HFlip</key>
+					<string>YES</string>
+					<key>ID</key>
+					<integer>1016</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>2</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
+
+\f0\fs22 \cf0 :wasGeneratedBy}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1016</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1016</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{327.783, 243.194}, {95.5534, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1017</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 The ProcessExecution activity performed was described by\
+            the given recipe resource. Process specifications, as\
+            referred to by recipe links, are out of scope of this\
+            specification}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadRecipe}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1017</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1017</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1017</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{587.069, 181.522}, {100, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1018</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Agent</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An agent represents a characterized entity capable of activity.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Agent}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Agent</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1018</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1018</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Agent</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1018</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{349.983, 477.193}, {121, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1019</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Location</string>
+					</dict>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Location}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Location</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1019</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1019</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Location</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1019</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{42.2481, 339.193}, {221.5, 56}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1020</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProcessExecution}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1020</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{296.983, 590.939}, {227, 43}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1021</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProvenanceContainer}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1021</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1021</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1021</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{92.4981, 593.959}, {121, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1022</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Revision</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Revision is defined as a modified version of a Entity.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Revision}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Revision</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1022</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1022</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Revision</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1022</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{732.899, 433.597}, {147.701, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1023</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Role</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Role is defined to be "a function assumed by a entity or an agent."}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:EntityInRole}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Role</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1023</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1023</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Role</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1023</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{92.4981, 477.193}, {121, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1024</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Time</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Time}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Time</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1024</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Time</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1024</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{740.749, 339.193}, {132, 56}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1025</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Entity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1025</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1025</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{243.531, 38.42}, {174, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1026</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). \
+\
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome.}</string>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 http://www.w3.org/ns/prov-o/}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Ontology, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1026</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1026</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1026</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1034</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1033</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{819.878, 654.5}</string>
+						<string>{819.878, 674.193}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1009</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1166</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1043</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#range</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+					<key>Points</key>
+					<array>
+						<string>{435.368, 145.522}</string>
+						<string>{523.983, 142.112}</string>
+						<string>{591.199, 112.041}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1010</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1011</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1053</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{152.131, 338.694}</string>
+						<string>{150.409, 282.112}</string>
+						<string>{129.09, 274.592}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>FilledArrow</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1166</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1059</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#range</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+					<key>Points</key>
+					<array>
+						<string>{407.361, 91.5219}</string>
+						<string>{570.569, 91.5196}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1012</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1068</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1067</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{819.878, 755.386}</string>
+						<string>{819.878, 771.752}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1013</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1018</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1077</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#range</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+					<key>Points</key>
+					<array>
+						<string>{441.958, 199.522}</string>
+						<string>{586.569, 199.522}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1014</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1086</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1085</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{819.878, 552.459}</string>
+						<string>{819.878, 571}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1015</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1015</integer>
+						<key>Info</key>
+						<integer>7</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1089</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{848.228, 389.361}</string>
+						<string>{931, 433.597}</string>
+						<string>{940, 523.728}</string>
+						<string>{900.604, 542.959}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>FilledArrow</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1096</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1095</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{505.491, 376.693}</string>
+						<string>{505, 394.796}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1016</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{334.401, 394.796}, {300.574, 43}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1096</integer>
+					<key>Magnets</key>
+					<array>
+						<string>{0.0675784, -0.5}</string>
+					</array>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution"</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1098</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1098</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasGeneratedBy_http://www.w3.org/2000/01/rdf-schema#comment_wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution_en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1098</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1016</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1099</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{740.249, 367.193}</string>
+						<string>{570.854, 367.193}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1101</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#range</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+					<key>Points</key>
+					<array>
+						<string>{440.155, 367.193}</string>
+						<string>{264.248, 367.193}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1016</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1108</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1107</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{375.56, 261.194}</string>
+						<string>{375.762, 281.621}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1017</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{237.602, 281.621}, {331.228, 56}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1108</integer>
+					<key>Magnets</key>
+					<array>
+						<string>{-0.0828851, -0.5}</string>
+					</array>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  The ProcessExecution activity performed was described by\
+ the given recipe resource. Process specifications, as\
+referred to by recipe links, are out of scope of this\
+specification}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"The ProcessExecution activity performed was described by
+            the given recipe resource. Process specifications, as
+            referred to by recipe links, are out of scope of this
+            specification"</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1110</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1110</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/hadRecipe_http://www.w3.org/2000/01/rdf-schema#comment_The ProcessExecution activity performed was described by
+            the given recipe resource. Process specifications, as
+            referred to by recipe links, are out of scope of this
+            specification_en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1110</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1017</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1111</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{179.773, 339.639}</string>
+						<string>{256, 261.194}</string>
+						<string>{327.783, 252.194}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1166</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1113</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{637.069, 181.022}</string>
+						<string>{637.069, 120.019}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1018</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1116</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1115</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{637.069, 218.022}</string>
+						<string>{637.069, 237.194}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1018</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{533.457, 237.194}, {207.224, 30}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1116</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  An agent represents a characterized entity capable of activity.}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"An agent represents a characterized entity capable of activity."</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1118</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1118</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Agent_http://www.w3.org/2000/01/rdf-schema#comment_An agent represents a characterized entity capable of activity._en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1118</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1120</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1119</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{152.998, 395.693}</string>
+						<string>{152.998, 411.193}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{13.4981, 411.193}, {279, 30}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1120</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"ProcessExecution is defined to be "an identifiable activity, which performs a piece of work.""</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1122</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1122</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution_http://www.w3.org/2000/01/rdf-schema#comment_ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."_en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1122</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1124</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1123</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{410.483, 634.439}</string>
+						<string>{410.483, 652.959}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1021</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{263.909, 652.959}, {293.149, 43}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1124</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it."</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1126</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1126</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProvenanceContainer_http://www.w3.org/2000/01/rdf-schema#comment_ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it._en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1126</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1128</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1127</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{152.998, 630.459}</string>
+						<string>{152.998, 648.979}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1022</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{72.2721, 648.979}, {161.452, 30}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1128</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  Revision is defined as a modified version of a Entity.}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"Revision is defined as a modified version of a Entity."</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1130</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1130</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Revision_http://www.w3.org/2000/01/rdf-schema#comment_Revision is defined as a modified version of a Entity._en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1130</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1131</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{806.749, 433.097}</string>
+						<string>{806.749, 395.693}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1023</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1134</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1133</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{807.712, 470.095}</string>
+						<string>{808.579, 486.778}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1023</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{710.976, 486.778}, {196.767, 30}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1134</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  Role is defined to be "a function assumed by a entity or an agent."}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"Role is defined to be "a function assumed by a entity or an agent.""</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1136</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1136</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Role_http://www.w3.org/2000/01/rdf-schema#comment_Role is defined to be "a function assumed by a entity or an agent."_en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1136</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1138</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1137</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{152.998, 513.693}</string>
+						<string>{152.998, 528.959}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1024</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{39.4981, 528.959}, {227, 30}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1138</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  Time represents temporal information about entities in the Provenance model.}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"Time represents temporal information about entities in the Provenance model."</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1140</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1140</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Time_http://www.w3.org/2000/01/rdf-schema#comment_Time represents temporal information about entities in the Provenance model._en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1140</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1142</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1141</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{689.362, 109.023}</string>
+						<string>{779.862, 139.316}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1166</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{703.137, 139.316}, {207.224, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1142</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  An identifiable characterized entity.}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"An identifiable characterized entity."</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1144</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1144</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Entity_http://www.w3.org/2000/01/rdf-schema#comment_An identifiable characterized entity._en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1144</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.4</string>
+							<key>g</key>
+							<string>0.4</string>
+							<key>r</key>
+							<string>0.4</string>
+						</dict>
+						<key>Font</key>
+						<string>LucidaGrande</string>
+						<key>Size</key>
+						<real>11</real>
+					</dict>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1002</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1145</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdf:type}</string>
+					<key>Points</key>
+					<array>
+						<string>{243.531, 44.4973}</string>
+						<string>{85, 39.1715}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1026</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1148</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1147</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2002/07/owl#versionInfo</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 owl:versionInfo}</string>
+					<key>Points</key>
+					<array>
+						<string>{243.531, 52.1726}</string>
+						<string>{66.5, 61.8434}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1026</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{28.5, 53.8813}, {38, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>.65</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1148</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue166;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2  0.02}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"0.02"</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1150</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1150</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/_http://www.w3.org/2002/07/owl#versionInfo_0.02_http://www.w3.org/2001/XMLSchema#string_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1150</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1152</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1151</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{417.531, 47.872}</string>
+						<string>{728.114, 49.4855}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1026</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{728.114, 9.39648}, {350.682, 82}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1152</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). \
+\
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome.}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>"This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). 
+
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome."</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1154</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1154</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/_http://www.w3.org/2000/01/rdf-schema#comment_This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). 
+
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome._en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1154</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{639.878, 674.193}, {360, 43}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1034</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity.""</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1036</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1036</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/dependedOn_http://www.w3.org/2000/01/rdf-schema#comment_dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."_en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1036</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{639.878, 771.752}, {360, 43}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1068</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval.""</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1070</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1070</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasComplementOf_http://www.w3.org/2000/01/rdf-schema#comment_wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."_en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1070</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{639.878, 571}, {360, 43}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1086</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity.""</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1088</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1088</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasDerivedFrom_http://www.w3.org/2000/01/rdf-schema#comment_wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."_en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1088</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+			</array>
+			<key>GridInfo</key>
+			<dict/>
+			<key>HPages</key>
+			<integer>2</integer>
+			<key>KeepToScale</key>
+			<false/>
+			<key>Layers</key>
+			<array>
+				<dict>
+					<key>Lock</key>
+					<string>NO</string>
+					<key>Name</key>
+					<string>Layer 1</string>
+					<key>Print</key>
+					<string>YES</string>
+					<key>View</key>
+					<string>YES</string>
+				</dict>
+			</array>
+			<key>LayoutInfo</key>
+			<dict>
+				<key>Animate</key>
+				<string>NO</string>
+				<key>HierarchicalOrientation</key>
+				<integer>0</integer>
+				<key>circoMinDist</key>
+				<real>18</real>
+				<key>circoSeparation</key>
+				<real>0.0</real>
+				<key>layoutEngine</key>
+				<string>dot</string>
+				<key>neatoSeparation</key>
+				<real>0.0</real>
+				<key>twopiSeparation</key>
+				<real>0.0</real>
+			</dict>
+			<key>Orientation</key>
+			<integer>2</integer>
+			<key>PrintOnePage</key>
+			<false/>
+			<key>RowAlign</key>
+			<integer>1</integer>
+			<key>RowSpacing</key>
+			<real>36</real>
+			<key>SheetTitle</key>
+			<string>Canvas 2</string>
+			<key>UniqueID</key>
+			<integer>2</integer>
+			<key>VPages</key>
+			<integer>2</integer>
+		</dict>
+		<dict>
+			<key>ActiveLayerIndex</key>
+			<integer>0</integer>
+			<key>AutoAdjust</key>
+			<true/>
+			<key>BackgroundGraphic</key>
+			<dict>
+				<key>Bounds</key>
+				<string>{{0, 0}, {1512, 1106}}</string>
+				<key>Class</key>
+				<string>SolidGraphic</string>
+				<key>ID</key>
+				<integer>2</integer>
+				<key>Style</key>
+				<dict>
+					<key>shadow</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+					<key>stroke</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>CanvasOrigin</key>
+			<string>{0, 0}</string>
+			<key>ColumnAlign</key>
+			<integer>1</integer>
+			<key>ColumnSpacing</key>
+			<real>36</real>
+			<key>DisplayScale</key>
+			<string>1 0/72 in = 1.0000 in</string>
+			<key>ExportShapes</key>
+			<array>
+				<dict>
+					<key>InspectorGroup</key>
+					<real>255</real>
+					<key>ShapeImageRect</key>
+					<string>{{2, 2}, {22, 22}}</string>
+					<key>ShapeName</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>ShouldExport</key>
+					<string>YES</string>
+					<key>StrokePath</key>
+					<dict>
+						<key>elements</key>
+						<array>
+							<dict>
+								<key>element</key>
+								<string>MOVETO</string>
+								<key>point</key>
+								<string>{0.0898362, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.300141, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.363279, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.5, 0}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.363279, -0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.300141, -0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.0898362, -0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{-0.5, -0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{-0.5, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.0898362, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>CLOSE</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>MOVETO</string>
+								<key>point</key>
+								<string>{0.0898362, 0.5}</string>
+							</dict>
+						</array>
+					</dict>
+					<key>TextBounds</key>
+					<string>{{0, 0}, {1, 1}}</string>
+				</dict>
+			</array>
+			<key>GraphicsList</key>
+			<array>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1120</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1171</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{45.9419, 203.587}</string>
+						<string>{44.5603, 292.161}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.298039</string>
+								<key>g</key>
+								<string>0.298039</string>
+								<key>r</key>
+								<string>0.298039</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1170</integer>
+						<key>Info</key>
+						<integer>2</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{9.15672, 154.746}, {221.5, 56}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1170</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{5.96046e-08, 2.38419e-07}</string>
+						<string>{-0.333927, 0.372163}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Pattern</key>
+							<integer>1</integer>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProcessExecution}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1020</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1009</integer>
+						<key>Info</key>
+						<integer>7</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1037</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{739.944, 93.2908}</string>
+						<string>{967.626, 139}</string>
+						<string>{992, 413.408}</string>
+						<string>{930.543, 444.458}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>FilledArrow</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1166</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1013</integer>
+						<key>Info</key>
+						<integer>7</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1071</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{742.758, 90.322}</string>
+						<string>{989.411, 126}</string>
+						<string>{1007.91, 501}</string>
+						<string>{967.072, 559.847}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>FilledArrow</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1166</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1142</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1169</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{680.625, 416.829}</string>
+						<string>{680.625, 391.404}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{314.743, 127.161}, {69, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1046</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1045</integer>
+						<key>Offset</key>
+						<real>-5.6338024139404297</real>
+						<key>Position</key>
+						<real>0.80601876974105835</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{313.491, 86.4711}, {69, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1062</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1061</integer>
+						<key>Position</key>
+						<real>0.76201659440994263</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1010</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1045</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{297.981, 328.402}</string>
+						<string>{318.597, 147.635}</string>
+						<string>{402.403, 135.216}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1012</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1061</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{296.025, 328.389}</string>
+						<string>{305.272, 124.635}</string>
+						<string>{430.41, 81.2156}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{318.08, 182.773}, {69, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1080</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1079</integer>
+						<key>Offset</key>
+						<real>-6.760563850402832</real>
+						<key>Position</key>
+						<real>0.77499222755432129</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1014</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1079</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{301.736, 328.455}</string>
+						<string>{334.211, 196.635}</string>
+						<string>{395.813, 189.216}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{613.78, 53.2124}, {132, 56}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1166</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Entity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1025</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1025</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1013</integer>
+						<key>Info</key>
+						<integer>8</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1162</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{732.61, 462.999}</string>
+						<string>{763, 473.329}</string>
+						<string>{766, 551.258}</string>
+						<string>{791.057, 560.258}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1009</integer>
+						<key>Info</key>
+						<integer>8</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1161</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{746.897, 447.676}</string>
+						<string>{769, 448.459}</string>
+						<string>{791.057, 444.458}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1015</integer>
+						<key>Info</key>
+						<integer>8</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1160</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{733.772, 428.298}</string>
+						<string>{768, 417.329}</string>
+						<string>{771, 337.658}</string>
+						<string>{791.057, 328.658}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1011</integer>
+						<key>Info</key>
+						<integer>2</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1158</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{120.627, 211.245}</string>
+						<string>{121.734, 255.09}</string>
+						<string>{133.925, 262.315}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1170</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{542.609, 125.898}, {59, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1044</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1043</integer>
+						<key>Position</key>
+						<real>0.3514988124370575</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{526.004, 72.2145}, {59, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1060</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1059</integer>
+						<key>Position</key>
+						<real>0.51759564876556396</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{544.094, 180.216}, {59, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1078</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1077</integer>
+						<key>Position</key>
+						<real>0.45228636264801025</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{333.429, 233.287}, {69, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1112</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1111</integer>
+						<key>Position</key>
+						<real>0.68797850608825684</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{635.28, 139.331}, {89, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1114</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1113</integer>
+						<key>Position</key>
+						<real>0.3669467568397522</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{636.125, 503.348}, {89, 14}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1132</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1131</integer>
+						<key>Position</key>
+						<real>0.69855791330337524</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{731.606, 10.5489}, {46, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.4</string>
+							<key>g</key>
+							<string>0.4</string>
+							<key>r</key>
+							<string>0.4</string>
+						</dict>
+						<key>Font</key>
+						<string>LucidaGrande</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>11</real>
+					</dict>
+					<key>ID</key>
+					<integer>1146</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1145</integer>
+						<key>Position</key>
+						<real>0.49074620008468628</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 \expnd0\expndtw0\kerning0
+rdf:type}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{778.769, 34.8543}, {86, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1149</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1147</integer>
+						<key>Position</key>
+						<real>0.64258462190628052</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 owl:versionInfo}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{203.76, 539.469}, {188, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1001</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>TODO</string>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :   http://www.w3.org/ns/prov-o/}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>prefix mappings for</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1001</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1001</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>--PREFIX MAPPINGS USED--</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1001</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{949, 10.5554}, {75, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1002</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2002/07/owl#Ontology</string>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 owl:Ontology}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/2002/07/owl#Ontology</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1002</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1002</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/2002/07/owl#Ontology</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1002</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{791.057, 435.458}, {139.486, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1009</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/dependedOn</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 1}</string>
+						<string>{1, -1}</string>
+						<string>{-1, -1}</string>
+						<string>{-1, 1}</string>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :dependedOn  -(x)}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:TransitiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/dependedOn</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1009</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1009</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/dependedOn</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1009</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{402.403, 126.216}, {118.618, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1010</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadParticipant}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1010</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1010</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1010</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{133.925, 253.315}, {118.618, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1011</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/preceded</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :preceded  -(x)}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/preceded</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1011</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/preceded</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1011</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{430.41, 72.2156}, {62.604, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1012</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/used</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :used}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/used</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1012</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1012</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/used</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1012</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{791.057, 551.258}, {175.73, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1013</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 1}</string>
+						<string>{1, -1}</string>
+						<string>{-1, -1}</string>
+						<string>{-1, 1}</string>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasComplementOf  -(x)}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1013</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1013</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1013</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{395.813, 180.216}, {131.798, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1014</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasControlledBy}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1014</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1014</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1014</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{791.057, 319.658}, {161.452, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1015</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 1}</string>
+						<string>{1, -1}</string>
+						<string>{-1, -1}</string>
+						<string>{-1, 1}</string>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasDerivedFrom  -(x)}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1015</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1015</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1015</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{366.911, 436.329}, {130.699, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>HFlip</key>
+					<string>YES</string>
+					<key>ID</key>
+					<integer>1016</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>2</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
+
+\f0\fs22 \cf0 :wasGeneratedBy}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1016</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1016</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{413.936, 232.888}, {95.5534, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1017</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 The ProcessExecution activity performed was described by\
+            the given recipe resource. Process specifications, as\
+            referred to by recipe links, are out of scope of this\
+            specification}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadRecipe}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1017</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1017</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1017</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{629.78, 171.216}, {100, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1018</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Agent</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An agent represents a characterized entity capable of activity.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Agent}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Agent</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1018</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1018</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Agent</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1018</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{59.9999, 536.142}, {121, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1019</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Location</string>
+					</dict>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Location}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Location</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1019</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1019</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Location</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1019</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{183.982, 328.887}, {221.5, 56}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1020</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProcessExecution}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1020</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{301.656, 572.713}, {227, 43}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1021</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProvenanceContainer}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1021</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1021</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1021</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{59.9999, 590.717}, {121, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1022</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Revision</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Revision is defined as a modified version of a Entity.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Revision}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Revision</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1022</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1022</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Revision</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1022</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{606.775, 595.477}, {147.701, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1023</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Role</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Role is defined to be "a function assumed by a entity or an agent."}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:EntityInRole}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Role</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1023</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1023</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Role</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1023</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{59.9999, 442.459}, {121, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1024</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Time</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Time}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Time</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1024</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Time</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1024</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{614.625, 417.329}, {132, 56}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1025</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Entity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1025</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1025</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{393.277, 19.5437}, {174, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1026</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 1}</string>
+						<string>{1, -1}</string>
+						<string>{-1, -1}</string>
+						<string>{-1, 1}</string>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). \
+\
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome.}</string>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 http://www.w3.org/ns/prov-o/}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Ontology, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1026</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1026</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1026</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1034</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1033</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{861.108, 453.852}</string>
+						<string>{872.057, 467.858}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1009</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1166</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1043</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#range</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+					<key>Points</key>
+					<array>
+						<string>{521.521, 135.197}</string>
+						<string>{610.136, 131.806}</string>
+						<string>{646.084, 105.691}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1010</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1011</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1053</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{286.042, 328.492}</string>
+						<string>{271.143, 279.806}</string>
+						<string>{252.907, 262.658}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>FilledArrow</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1166</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1059</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#range</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+					<key>Points</key>
+					<array>
+						<string>{493.514, 81.2156}</string>
+						<string>{613.28, 81.2135}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1012</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1068</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1067</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{878.966, 569.756}</string>
+						<string>{880.183, 583.658}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1013</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1018</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1077</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#range</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+					<key>Points</key>
+					<array>
+						<string>{527.611, 189.216}</string>
+						<string>{629.28, 189.216}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1014</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1086</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1085</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{871.783, 337.658}</string>
+						<string>{879.806, 352.058}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1015</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1015</integer>
+						<key>Info</key>
+						<integer>7</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1089</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{736.452, 96.0402}</string>
+						<string>{946.509, 151}</string>
+						<string>{982, 302}</string>
+						<string>{952.509, 328.658}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>FilledArrow</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1166</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1096</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1095</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{432.247, 454.829}</string>
+						<string>{431.756, 472.932}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1016</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{261.157, 472.932}, {300.574, 43}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1096</integer>
+					<key>Magnets</key>
+					<array>
+						<string>{0.0675784, -0.5}</string>
+					</array>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution"</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1098</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1098</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasGeneratedBy_http://www.w3.org/2000/01/rdf-schema#comment_wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution_en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1098</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1016</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1099</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{614.125, 445.329}</string>
+						<string>{497.61, 445.329}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1101</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#range</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+					<key>Points</key>
+					<array>
+						<string>{366.911, 445.329}</string>
+						<string>{304.208, 439.736}</string>
+						<string>{297.99, 385.372}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1016</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1108</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1107</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{461.713, 250.888}</string>
+						<string>{465.157, 260.023}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1017</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{407.7, 260.023}, {250.824, 69}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1108</integer>
+					<key>Magnets</key>
+					<array>
+						<string>{-0.270928, -0.5}</string>
+					</array>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2 The ProcessExecution activity performed was described by the given recipe resource. Process specifications, as referred to by recipe links, are out of scope of this\
+specification}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"The ProcessExecution activity performed was described by
+            the given recipe resource. Process specifications, as
+            referred to by recipe links, are out of scope of this
+            specification"</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1110</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1110</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/hadRecipe_http://www.w3.org/2000/01/rdf-schema#comment_The ProcessExecution activity performed was described by
+            the given recipe resource. Process specifications, as
+            referred to by recipe links, are out of scope of this
+            specification_en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1110</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1017</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1111</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{311.437, 328.766}</string>
+						<string>{359.778, 247.388}</string>
+						<string>{413.439, 241.939}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1166</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1113</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{679.78, 170.716}</string>
+						<string>{679.78, 109.712}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1018</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1116</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1115</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{679.769, 207.716}</string>
+						<string>{679.761, 220.888}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1018</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{576.14, 220.888}, {207.224, 30}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1116</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  An agent represents a characterized entity capable of activity.}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"An agent represents a characterized entity capable of activity."</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1118</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1118</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Agent_http://www.w3.org/2000/01/rdf-schema#comment_An agent represents a characterized entity capable of activity._en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1118</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1120</integer>
+						<key>Info</key>
+						<integer>1</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1119</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{197.032, 343.385}</string>
+						<string>{137.521, 335.161}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.298039</string>
+								<key>g</key>
+								<string>0.298039</string>
+								<key>r</key>
+								<string>0.298039</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{9.15672, 292.161}, {190.264, 43}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1120</integer>
+					<key>Magnets</key>
+					<array>
+						<string>{0.174663, 0.5}</string>
+						<string>{-0.313924, -0.5}</string>
+					</array>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"ProcessExecution is defined to be "an identifiable activity, which performs a piece of work.""</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1122</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1122</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution_http://www.w3.org/2000/01/rdf-schema#comment_ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."_en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1122</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1124</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1123</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{415.156, 616.213}</string>
+						<string>{415.156, 634.733}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1021</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{268.582, 634.733}, {293.149, 43}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1124</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it."</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1126</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1126</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProvenanceContainer_http://www.w3.org/2000/01/rdf-schema#comment_ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it._en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1126</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1128</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1127</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{120.5, 627.217}</string>
+						<string>{120.5, 643.734}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1022</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{39.7739, 643.734}, {161.452, 30}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1128</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  Revision is defined as a modified version of a Entity.}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"Revision is defined as a modified version of a Entity."</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1130</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1130</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Revision_http://www.w3.org/2000/01/rdf-schema#comment_Revision is defined as a modified version of a Entity._en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1130</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1131</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{680.625, 594.977}</string>
+						<string>{680.625, 473.829}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1023</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1134</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1133</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{680.625, 631.977}</string>
+						<string>{680.625, 648.658}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1023</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{582.242, 648.658}, {196.767, 30}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1134</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  Role is defined to be "a function assumed by a entity or an agent."}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"Role is defined to be "a function assumed by a entity or an agent.""</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1136</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1136</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Role_http://www.w3.org/2000/01/rdf-schema#comment_Role is defined to be "a function assumed by a entity or an agent."_en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1136</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1138</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1137</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{120.5, 478.959}</string>
+						<string>{120.5, 494.225}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1024</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{6.99992, 494.225}, {227, 30}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1138</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  Time represents temporal information about entities in the Provenance model.}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"Time represents temporal information about entities in the Provenance model."</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1140</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1140</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Time_http://www.w3.org/2000/01/rdf-schema#comment_Time represents temporal information about entities in the Provenance model._en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1140</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1142</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1141</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{706.524, 107.234}</string>
+						<string>{783.364, 182}</string>
+						<string>{783.392, 268}</string>
+						<string>{694.845, 361.404}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.298039</string>
+								<key>g</key>
+								<string>0.298039</string>
+								<key>r</key>
+								<string>0.298039</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1166</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{620.125, 361.404}, {121, 30}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1142</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  An identifiable characterized entity.}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"An identifiable characterized entity."</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1144</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1144</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Entity_http://www.w3.org/2000/01/rdf-schema#comment_An identifiable characterized entity._en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1144</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.4</string>
+							<key>g</key>
+							<string>0.4</string>
+							<key>r</key>
+							<string>0.4</string>
+						</dict>
+						<key>Font</key>
+						<string>LucidaGrande</string>
+						<key>Size</key>
+						<real>11</real>
+					</dict>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1002</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1145</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdf:type}</string>
+					<key>Points</key>
+					<array>
+						<string>{567.277, 19.5437}</string>
+						<string>{949, 19.5544}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1026</integer>
+						<key>Info</key>
+						<integer>2</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1148</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1147</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2002/07/owl#versionInfo</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 owl:versionInfo}</string>
+					<key>Points</key>
+					<array>
+						<string>{567.277, 28.5437}</string>
+						<string>{963.322, 52.3702}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1026</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{963.322, 44.5133}, {38, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>.65</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1148</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue166;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2  0.02}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"0.02"</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1150</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1150</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/_http://www.w3.org/2002/07/owl#versionInfo_0.02_http://www.w3.org/2001/XMLSchema#string_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1150</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1152</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1151</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+					<key>Points</key>
+					<array>
+						<string>{393.277, 37.5437}</string>
+						<string>{359.839, 39.5676}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.701961</string>
+								<key>g</key>
+								<string>0.701961</string>
+								<key>r</key>
+								<string>0.701961</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>Pattern</key>
+							<integer>2</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1026</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{9.15672, 9.18042}, {350.682, 82}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1152</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). \
+\
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome.}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>"This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). 
+
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome."</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1154</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1154</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/_http://www.w3.org/2000/01/rdf-schema#comment_This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). 
+
+If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome._en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1154</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{791.057, 467.858}, {215.943, 69}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1034</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity.""</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1036</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1036</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/dependedOn_http://www.w3.org/2000/01/rdf-schema#comment_dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."_en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1036</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{791.057, 583.658}, {186.568, 95}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1068</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval.""</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1070</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1070</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasComplementOf_http://www.w3.org/2000/01/rdf-schema#comment_wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."_en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1070</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{791.057, 352.058}, {215.943, 69}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>1</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>ID</key>
+					<integer>1086</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf2  wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>"wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity.""</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1088</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1088</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasDerivedFrom_http://www.w3.org/2000/01/rdf-schema#comment_wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."_en_value</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1088</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+			</array>
+			<key>GridInfo</key>
+			<dict/>
+			<key>HPages</key>
+			<integer>2</integer>
+			<key>KeepToScale</key>
+			<false/>
+			<key>Layers</key>
+			<array>
+				<dict>
+					<key>Lock</key>
+					<string>NO</string>
+					<key>Name</key>
+					<string>Layer 1</string>
+					<key>Print</key>
+					<string>YES</string>
+					<key>View</key>
+					<string>YES</string>
+				</dict>
+			</array>
+			<key>LayoutInfo</key>
+			<dict>
+				<key>Animate</key>
+				<string>NO</string>
+				<key>HierarchicalOrientation</key>
+				<integer>0</integer>
+				<key>circoMinDist</key>
+				<real>18</real>
+				<key>circoSeparation</key>
+				<real>0.0</real>
+				<key>layoutEngine</key>
+				<string>dot</string>
+				<key>neatoSeparation</key>
+				<real>0.0</real>
+				<key>twopiSeparation</key>
+				<real>0.0</real>
+			</dict>
+			<key>Orientation</key>
+			<integer>2</integer>
+			<key>PrintOnePage</key>
+			<false/>
+			<key>RowAlign</key>
+			<integer>1</integer>
+			<key>RowSpacing</key>
+			<real>14.40000057220459</real>
+			<key>SheetTitle</key>
+			<string>Canvas 3</string>
+			<key>UniqueID</key>
+			<integer>3</integer>
+			<key>VPages</key>
+			<integer>2</integer>
+		</dict>
+		<dict>
+			<key>ActiveLayerIndex</key>
+			<integer>0</integer>
+			<key>AutoAdjust</key>
+			<true/>
+			<key>BackgroundGraphic</key>
+			<dict>
+				<key>Bounds</key>
+				<string>{{0, 0}, {1512, 553}}</string>
+				<key>Class</key>
+				<string>SolidGraphic</string>
+				<key>ID</key>
+				<integer>2</integer>
+				<key>Style</key>
+				<dict>
+					<key>shadow</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+					<key>stroke</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>CanvasOrigin</key>
+			<string>{0, 0}</string>
+			<key>ColumnAlign</key>
+			<integer>1</integer>
+			<key>ColumnSpacing</key>
+			<real>36</real>
+			<key>DisplayScale</key>
+			<string>1 0/72 in = 1.0000 in</string>
+			<key>ExportShapes</key>
+			<array>
+				<dict>
+					<key>InspectorGroup</key>
+					<real>255</real>
+					<key>ShapeImageRect</key>
+					<string>{{2, 2}, {22, 22}}</string>
+					<key>ShapeName</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>ShouldExport</key>
+					<string>YES</string>
+					<key>StrokePath</key>
+					<dict>
+						<key>elements</key>
+						<array>
+							<dict>
+								<key>element</key>
+								<string>MOVETO</string>
+								<key>point</key>
+								<string>{0.0898362, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.300141, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.363279, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.5, 0}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.363279, -0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.300141, -0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.0898362, -0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{-0.5, -0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{-0.5, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.0898362, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>CLOSE</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>MOVETO</string>
+								<key>point</key>
+								<string>{0.0898362, 0.5}</string>
+							</dict>
+						</array>
+					</dict>
+					<key>TextBounds</key>
+					<string>{{0, 0}, {1, 1}}</string>
+				</dict>
+			</array>
+			<key>GraphicsList</key>
+			<array>
+				<dict>
+					<key>Bounds</key>
+					<string>{{402.417, 289.136}, {65, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1187</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{260.322, 343.694}, {89, 14}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1184</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1183</integer>
+						<key>Position</key>
+						<real>0.71021294593811035</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1052</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1183</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{493.683, 393.56}</string>
+						<string>{374.242, 354}</string>
+						<string>{221.786, 352.283}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1023</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1180</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1182</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{541.135, 168.673}</string>
+						<string>{555.4, 211.427}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1018</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1180</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1181</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{540.834, 288.773}</string>
+						<string>{555.102, 248.036}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{517.01, 211.741}, {89, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1180</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.example.com/crime#CrimeFile</string>
+					</dict>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.88516</string>
+								<key>g</key>
+								<string>0.826514</string>
+								<key>r</key>
+								<string>0.673728</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf0 \expnd0\expndtw0\kerning0
+owl:Thing}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.example.com/crime#CrimeFile</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms#visual_form_1011</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1011</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.example.com/crime#CrimeFile</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1011</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1052</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1179</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{237.695, 263.801}</string>
+						<string>{189.087, 334.028}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1052</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1178</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{85.9689, 309.845}</string>
+						<string>{147.021, 338.028}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1024</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1052</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1177</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{102.981, 344.457}</string>
+						<string>{133.078, 347.441}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1019</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1052</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1176</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{94.9585, 373.329}</string>
+						<string>{139.019, 361.726}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1022</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1052</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1174</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{258.611, 390.125}</string>
+						<string>{206.329, 365.617}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1021</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{132.303, 333.776}, {89, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1052</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.example.com/crime#CrimeFile</string>
+					</dict>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.88516</string>
+								<key>g</key>
+								<string>0.826514</string>
+								<key>r</key>
+								<string>0.673728</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf0 \expnd0\expndtw0\kerning0
+owl:Thing}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.example.com/crime#CrimeFile</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms#visual_form_1011</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1011</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.example.com/crime#CrimeFile</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1011</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{56.9389, 139.125}, {65, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1172</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1158</integer>
+						<key>Position</key>
+						<real>0.37103757262229919</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{272.322, 33.498}, {65, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1171</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{8.83379, 87.4975}, {161.452, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1170</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{5.96046e-08, 2.38419e-07}</string>
+						<string>{-0.333927, 0.372163}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Pattern</key>
+							<integer>1</integer>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProcessExecution}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1020</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1009</integer>
+						<key>Info</key>
+						<integer>7</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1037</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{596.827, 52.0641}</string>
+						<string>{730.542, 72.5061}</string>
+						<string>{760.253, 287.227}</string>
+						<string>{717.581, 312.972}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>FilledArrow</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1166</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1013</integer>
+						<key>Info</key>
+						<integer>7</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1071</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{599.392, 48.151}</string>
+						<string>{747.542, 61.0122}</string>
+						<string>{774.542, 310.148}</string>
+						<string>{741.618, 345.63}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>FilledArrow</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1166</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1010</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1045</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{252.992, 227.114}</string>
+						<string>{270.357, 108.166}</string>
+						<string>{329.933, 96.4975}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1012</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1061</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{251.543, 227.102}</string>
+						<string>{263.032, 57.1665}</string>
+						<string>{353.091, 42.4971}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1014</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1079</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{255.855, 227.161}</string>
+						<string>{276.971, 157.167}</string>
+						<string>{323.989, 150.566}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{468.227, 14.4939}, {132, 56}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1166</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Entity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1025</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1025</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1013</integer>
+						<key>Info</key>
+						<integer>8</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1162</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{568.445, 323.055}</string>
+						<string>{617.446, 345.136}</string>
+						<string>{623, 345.63}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1009</integer>
+						<key>Info</key>
+						<integer>8</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1161</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{592.864, 311.336}</string>
+						<string>{623.446, 313.266}</string>
+						<string>{623.498, 313.27}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1015</integer>
+						<key>Info</key>
+						<integer>8</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1160</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{578.562, 295.044}</string>
+						<string>{613.446, 285.136}</string>
+						<string>{623, 280.831}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1011</integer>
+						<key>Info</key>
+						<integer>2</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1158</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{89.8415, 123.997}</string>
+						<string>{90.4939, 166.838}</string>
+						<string>{102.685, 174.063}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1170</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{490.252, 100.612}, {89, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1114</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1113</integer>
+						<key>Position</key>
+						<real>0.3669467568397522</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{489.727, 355.084}, {89, 14}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1132</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1131</integer>
+						<key>Position</key>
+						<real>0.42688357830047607</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{8.83379, 10}, {188, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1001</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>TODO</string>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :   http://www.w3.org/ns/prov-o/}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>prefix mappings for</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1001</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1001</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>--PREFIX MAPPINGS USED--</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1001</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{623, 304.23}, {94.1532, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1009</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/dependedOn</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 1}</string>
+						<string>{1, -1}</string>
+						<string>{-1, -1}</string>
+						<string>{-1, 1}</string>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :dependedOn}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:TransitiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/dependedOn</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1009</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1009</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/dependedOn</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1009</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{329.933, 87.4975}, {98.0821, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1010</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadParticipant}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1010</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1010</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/hadParticipant</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1010</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{102.685, 165.063}, {67.6009, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1011</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/preceded</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :preceded}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/preceded</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1011</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/preceded</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1011</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{353.091, 33.4971}, {41.8256, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1012</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/used</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :used}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/used</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1012</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1012</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/used</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1012</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{623, 336.63}, {118.618, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1013</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 1}</string>
+						<string>{1, -1}</string>
+						<string>{-1, -1}</string>
+						<string>{-1, 1}</string>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasComplementOf}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1013</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1013</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1013</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{324.484, 141.497}, {108.98, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1014</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasControlledBy}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1014</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1014</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasControlledBy</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1014</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{623, 271.831}, {108.98, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1015</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 1}</string>
+						<string>{1, -1}</string>
+						<string>{-1, -1}</string>
+						<string>{-1, 1}</string>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasDerivedFrom}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1015</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1015</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1015</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{290.582, 298.636}, {104.335, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>HFlip</key>
+					<string>YES</string>
+					<key>ID</key>
+					<integer>1016</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>2</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
+
+\f0\fs22 \cf0 :wasGeneratedBy}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1016</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1016</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{339.469, 194.169}, {71.4475, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1017</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 The ProcessExecution activity performed was described by\
+            the given recipe resource. Process specifications, as\
+            referred to by recipe links, are out of scope of this\
+            specification}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadRecipe}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1017</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1017</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1017</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{502.571, 132.497}, {65, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1018</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Agent</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An agent represents a characterized entity capable of activity.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Agent}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Agent</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1018</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1018</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Agent</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1018</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{15.4169, 325.745}, {89, 28.885}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1019</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Location</string>
+					</dict>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Location}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Location</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1019</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1019</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Location</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1019</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{169.567, 227.599}, {161.452, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1020</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProcessExecution}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1020</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{201.251, 388.988}, {186.666, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1021</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProvenanceContainer}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1021</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1021</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1021</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{15.4169, 368.115}, {89, 28.885}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1022</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Revision</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Revision is defined as a modified version of a Entity.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Revision}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Revision</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1022</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1022</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Revision</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1022</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{474.918, 388.988}, {118.618, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1023</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Role</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Role is defined to be "a function assumed by a entity or an agent."}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:EntityInRole}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Role</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1023</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1023</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Role</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1023</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{15.4169, 283.376}, {89, 28.885}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1024</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Time</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Time}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Time</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1024</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Time</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1024</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{474.918, 289.136}, {118.618, 37}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1025</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Entity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1025</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1025</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1166</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1043</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#range</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+					<key>Points</key>
+					<array>
+						<string>{428.015, 96.4975}</string>
+						<string>{480.807, 93.0875}</string>
+						<string>{506.876, 68.3981}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1010</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1011</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1053</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{243.51, 227.19}</string>
+						<string>{226.903, 182.119}</string>
+						<string>{170.781, 174.133}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>FilledArrow</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1166</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1059</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#range</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+					<key>Points</key>
+					<array>
+						<string>{395.417, 42.4971}</string>
+						<string>{467.727, 42.4954}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1012</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1018</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1077</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#range</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+					<key>Points</key>
+					<array>
+						<string>{433.464, 150.497}</string>
+						<string>{502.071, 150.497}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1014</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1015</integer>
+						<key>Info</key>
+						<integer>7</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1089</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{592.566, 56.0994}</string>
+						<string>{716.542, 85.0122}</string>
+						<string>{746.542, 259.012}</string>
+						<string>{731.98, 280.831}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>FilledArrow</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1166</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1016</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1099</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{474.418, 307.636}</string>
+						<string>{394.917, 307.636}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1101</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#range</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+					<key>Points</key>
+					<array>
+						<string>{290.092, 307.534}</string>
+						<string>{258.968, 301.043}</string>
+						<string>{253.185, 264.082}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1016</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1017</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1111</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{262.769, 227.392}</string>
+						<string>{279.538, 202.919}</string>
+						<string>{338.969, 203.167}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1166</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1113</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{534.926, 131.997}</string>
+						<string>{534.45, 70.9938}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1018</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1131</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{534.227, 388.488}</string>
+						<string>{534.227, 326.636}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1023</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{166.303, 178.995}, {55, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1173</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{431.03, 72.7485}, {55, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1185</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{673.537, 19}, {55, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1186</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+			</array>
+			<key>GridInfo</key>
+			<dict/>
+			<key>HPages</key>
+			<integer>2</integer>
+			<key>KeepToScale</key>
+			<false/>
+			<key>Layers</key>
+			<array>
+				<dict>
+					<key>Lock</key>
+					<string>NO</string>
+					<key>Name</key>
+					<string>Layer 1</string>
+					<key>Print</key>
+					<string>YES</string>
+					<key>View</key>
+					<string>YES</string>
+				</dict>
+			</array>
+			<key>LayoutInfo</key>
+			<dict>
+				<key>Animate</key>
+				<string>NO</string>
+				<key>HierarchicalOrientation</key>
+				<integer>0</integer>
+				<key>circoMinDist</key>
+				<real>18</real>
+				<key>circoSeparation</key>
+				<real>0.0</real>
+				<key>layoutEngine</key>
+				<string>dot</string>
+				<key>neatoSeparation</key>
+				<real>0.0</real>
+				<key>twopiSeparation</key>
+				<real>0.0</real>
+			</dict>
+			<key>Orientation</key>
+			<integer>2</integer>
+			<key>PrintOnePage</key>
+			<false/>
+			<key>RowAlign</key>
+			<integer>1</integer>
+			<key>RowSpacing</key>
+			<real>14.40000057220459</real>
+			<key>SheetTitle</key>
+			<string>Canvas 4</string>
+			<key>UniqueID</key>
+			<integer>4</integer>
+			<key>VPages</key>
+			<integer>1</integer>
+		</dict>
+		<dict>
+			<key>ActiveLayerIndex</key>
+			<integer>0</integer>
+			<key>AutoAdjust</key>
+			<true/>
+			<key>BackgroundGraphic</key>
+			<dict>
+				<key>Bounds</key>
+				<string>{{0, 0}, {756, 553}}</string>
+				<key>Class</key>
+				<string>SolidGraphic</string>
+				<key>ID</key>
+				<integer>2</integer>
+				<key>Style</key>
+				<dict>
+					<key>shadow</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+					<key>stroke</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>CanvasOrigin</key>
+			<string>{0, 0}</string>
+			<key>ColumnAlign</key>
+			<integer>1</integer>
+			<key>ColumnSpacing</key>
+			<real>36</real>
+			<key>DisplayScale</key>
+			<string>1 0/72 in = 1.0000 in</string>
+			<key>ExportShapes</key>
+			<array>
+				<dict>
+					<key>InspectorGroup</key>
+					<real>255</real>
+					<key>ShapeImageRect</key>
+					<string>{{2, 2}, {22, 22}}</string>
+					<key>ShapeName</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>ShouldExport</key>
+					<string>YES</string>
+					<key>StrokePath</key>
+					<dict>
+						<key>elements</key>
+						<array>
+							<dict>
+								<key>element</key>
+								<string>MOVETO</string>
+								<key>point</key>
+								<string>{0.0898362, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.300141, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.363279, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.5, 0}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.363279, -0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.300141, -0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.0898362, -0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{-0.5, -0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{-0.5, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.0898362, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>CLOSE</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>MOVETO</string>
+								<key>point</key>
+								<string>{0.0898362, 0.5}</string>
+							</dict>
+						</array>
+					</dict>
+					<key>TextBounds</key>
+					<string>{{0, 0}, {1, 1}}</string>
+				</dict>
+			</array>
+			<key>GraphicsList</key>
+			<array>
+				<dict>
+					<key>Bounds</key>
+					<string>{{399.335, 247.648}, {118.618, 37}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1025</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{0, -9.53674e-07}</string>
+						<string>{0.339708, 0.366884}</string>
+						<string>{0.339708, -0.250001}</string>
+						<string>{0.5, -9.53674e-07}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Entity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1025</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1025</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{532.951, 242.313}, {98, 14}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1208</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1089</integer>
+						<key>Position</key>
+						<real>0.83354294300079346</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>3</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasDerivedFrom}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{532.779, 258.841}, {78, 14}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1207</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1205</integer>
+						<key>Position</key>
+						<real>0.88984000682830811</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>3</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :dependedOn}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{529.941, 272.175}, {111, 14}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1203</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1071</integer>
+						<key>Offset</key>
+						<real>2.2535228729248047</real>
+						<key>Position</key>
+						<real>0.8480231761932373</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>3</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasComplementOf}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{270.162, 113.236}, {98, 14}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1202</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1201</integer>
+						<key>Position</key>
+						<real>0.59484779834747314</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>3</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :wasControlledBy}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{268.634, 55.4816}, {87, 14}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1198</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1043</integer>
+						<key>Position</key>
+						<real>0.65585595369338989</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>3</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadParticipant}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{291.046, 37.2758}, {35, 14}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1197</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1196</integer>
+						<key>Position</key>
+						<real>0.72167760133743286</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>3</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :used}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{124.865, 147.905}, {63, 24}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1193</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1192</integer>
+						<key>Position</key>
+						<real>0.51800614595413208</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :preceded}</string>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{263.898, 258.453}, {97, 14}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1188</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1101</integer>
+						<key>Position</key>
+						<real>0.39201277494430542</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>2</integer>
+						<key>Pad</key>
+						<integer>3</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
+
+\f0\fs22 \cf0 :wasGeneratedBy}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{222.137, 294.292}, {89, 14}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1184</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1183</integer>
+						<key>Position</key>
+						<real>0.71021294593811035</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1052</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1183</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{418.982, 334.826}</string>
+						<string>{342.659, 308.512}</string>
+						<string>{196.708, 296.824}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1023</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1180</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1182</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{466.689, 140.051}</string>
+						<string>{478.649, 170.017}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1018</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1180</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1181</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{465.251, 247.285}</string>
+						<string>{479.519, 206.548}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{441.427, 170.253}, {89, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1180</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.example.com/crime#CrimeFile</string>
+					</dict>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.88516</string>
+								<key>g</key>
+								<string>0.826514</string>
+								<key>r</key>
+								<string>0.673728</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf0 \expnd0\expndtw0\kerning0
+owl:Thing}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.example.com/crime#CrimeFile</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms#visual_form_1011</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1011</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.example.com/crime#CrimeFile</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1011</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1052</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1179</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{211.133, 222.202}</string>
+						<string>{166.945, 275.822}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1052</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1178</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{69.9773, 243.354}</string>
+						<string>{127.378, 278.065}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1024</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1052</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1177</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{93.5, 293.288}</string>
+						<string>{107.552, 293.288}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1019</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1052</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1176</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{72.1664, 335.942}</string>
+						<string>{125.129, 307.839}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1022</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1052</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1174</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{202.432, 330.762}</string>
+						<string>{174.053, 309.441}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1021</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{108.052, 275.288}, {89, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1052</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.example.com/crime#CrimeFile</string>
+					</dict>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.88516</string>
+								<key>g</key>
+								<string>0.826514</string>
+								<key>r</key>
+								<string>0.673728</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf0 \expnd0\expndtw0\kerning0
+owl:Thing}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.example.com/crime#CrimeFile</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms#visual_form_1011</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1011</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.example.com/crime#CrimeFile</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1011</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{14.4169, 100.009}, {161.452, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1170</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{5.96046e-08, 2.38419e-07}</string>
+						<string>{-0.333927, 0.372163}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Pattern</key>
+							<integer>1</integer>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProcessExecution}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1020</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+						<key>Info</key>
+						<integer>4</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1205</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{508.213, 53.5124}</string>
+						<string>{631.924, 79}</string>
+						<string>{655.667, 248.172}</string>
+						<string>{517.953, 266.148}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>FilledArrow</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1166</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+						<key>Info</key>
+						<integer>2</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1071</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{512.305, 51.3622}</string>
+						<string>{649.667, 72}</string>
+						<string>{666.667, 262.172}</string>
+						<string>{499.437, 279.671}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>FilledArrow</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1166</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{399.335, 25.2999}, {118.618, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1166</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{4.76837e-07, 0}</string>
+						<string>{-0.5, 0}</string>
+						<string>{-0.42132, 0.25}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Entity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1025</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1025</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{414.615, 80.2043}, {89, 14}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1114</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1113</integer>
+						<key>Position</key>
+						<real>0.39091908931732178</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{414.144, 307.853}, {89, 14}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>w</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Courier</string>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1132</integer>
+					<key>Line</key>
+					<dict>
+						<key>ID</key>
+						<integer>1131</integer>
+						<key>Position</key>
+						<real>0.3377017080783844</real>
+						<key>RotationType</key>
+						<integer>0</integer>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{14.4169, 9.09393}, {188, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1001</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>TODO</string>
+					</dict>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :   http://www.w3.org/ns/prov-o/}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/depictsBlank</key>
+						<string>prefix mappings for</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1001</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1001</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>--PREFIX MAPPINGS USED--</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1001</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{315.218, 152.681}, {71.4475, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1017</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 The ProcessExecution activity performed was described by\
+            the given recipe resource. Process specifications, as\
+            referred to by recipe links, are out of scope of this\
+            specification}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 :hadRecipe}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1017</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1017</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1017</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{426.988, 104.009}, {65, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1018</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Agent</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An agent represents a characterized entity capable of activity.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Agent}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Agent</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1018</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1018</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Agent</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1018</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{4, 278.845}, {89, 28.885}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1019</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Location</string>
+					</dict>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Location}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Location</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1019</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1019</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Location</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1019</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{145.316, 186.111}, {161.452, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1020</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1.19209e-07, -4.76837e-07}</string>
+						<string>{1.19209e-07, -0.5}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProcessExecution}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1020</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{132.709, 330.5}, {186.666, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1021</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:ProvenanceContainer}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1021</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1021</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1021</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{4, 334.057}, {89, 28.885}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1022</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Revision</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Revision is defined as a modified version of a Entity.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Revision}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Revision</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1022</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1022</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Revision</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1022</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{399.335, 330.5}, {118.618, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1023</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Role</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Role is defined to be "a function assumed by a entity or an agent."}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:EntityInRole}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Role</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1023</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1023</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Role</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1023</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{4, 215.924}, {89, 28.885}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1024</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Time</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+:Time}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Time</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1024</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Time</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1024</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1166</integer>
+						<key>Info</key>
+						<integer>3</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1043</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#range</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+					<key>Points</key>
+					<array>
+						<string>{228.65, 185.625}</string>
+						<string>{244.667, 72.0939}</string>
+						<string>{355.897, 64}</string>
+						<string>{407.197, 52.6259}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1170</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1192</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{215.139, 185.838}</string>
+						<string>{201.886, 163.626}</string>
+						<string>{113.417, 156.512}</string>
+						<string>{103.853, 136.361}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>FilledArrow</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1166</integer>
+						<key>Info</key>
+						<integer>2</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1196</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#range</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+					<key>Points</key>
+					<array>
+						<string>{227.397, 185.615}</string>
+						<string>{236.667, 59.0939}</string>
+						<string>{399.335, 43.2999}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1018</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1201</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#range</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+					<key>Points</key>
+					<array>
+						<string>{226.28, 185.671}</string>
+						<string>{258.886, 125.512}</string>
+						<string>{426.504, 122.585}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+						<key>Info</key>
+						<integer>2</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+						<key>Info</key>
+						<integer>3</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1089</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{503.135, 55.4992}</string>
+						<string>{621.667, 88}</string>
+						<string>{638.667, 229}</string>
+						<string>{507.265, 255.236}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>FilledArrow</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1166</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1101</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#range</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+					<key>Points</key>
+					<array>
+						<string>{398.98, 264.838}</string>
+						<string>{249.385, 261.555}</string>
+						<string>{233.515, 222.501}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+							<key>Width</key>
+							<real>2</real>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1017</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1111</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+					<key>Points</key>
+					<array>
+						<string>{255.28, 187.039}</string>
+						<string>{292.287, 165.431}</string>
+						<string>{314.725, 161.762}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1020</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1166</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1113</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{459.29, 103.509}</string>
+						<string>{458.842, 61.7998}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1018</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1025</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1131</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{458.644, 330}</string>
+						<string>{458.644, 285.148}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1023</integer>
+					</dict>
+				</dict>
+			</array>
+			<key>GridInfo</key>
+			<dict/>
+			<key>HPages</key>
+			<integer>1</integer>
+			<key>KeepToScale</key>
+			<false/>
+			<key>Layers</key>
+			<array>
+				<dict>
+					<key>Lock</key>
+					<string>NO</string>
+					<key>Name</key>
+					<string>Layer 1</string>
+					<key>Print</key>
+					<string>YES</string>
+					<key>View</key>
+					<string>YES</string>
+				</dict>
+			</array>
+			<key>LayoutInfo</key>
+			<dict>
+				<key>Animate</key>
+				<string>NO</string>
+				<key>HierarchicalOrientation</key>
+				<integer>0</integer>
+				<key>circoMinDist</key>
+				<real>18</real>
+				<key>circoSeparation</key>
+				<real>0.0</real>
+				<key>layoutEngine</key>
+				<string>dot</string>
+				<key>neatoSeparation</key>
+				<real>0.0</real>
+				<key>twopiSeparation</key>
+				<real>0.0</real>
+			</dict>
+			<key>Orientation</key>
+			<integer>2</integer>
+			<key>PrintOnePage</key>
+			<false/>
+			<key>RowAlign</key>
+			<integer>1</integer>
+			<key>RowSpacing</key>
+			<real>14.40000057220459</real>
+			<key>SheetTitle</key>
+			<string>Canvas 5</string>
+			<key>UniqueID</key>
+			<integer>5</integer>
+			<key>VPages</key>
+			<integer>1</integer>
+		</dict>
+		<dict>
+			<key>ActiveLayerIndex</key>
+			<integer>0</integer>
+			<key>AutoAdjust</key>
+			<true/>
+			<key>BackgroundGraphic</key>
+			<dict>
+				<key>Bounds</key>
+				<string>{{0, 0}, {1512, 1106}}</string>
+				<key>Class</key>
+				<string>SolidGraphic</string>
+				<key>ID</key>
+				<integer>2</integer>
+				<key>Style</key>
+				<dict>
+					<key>shadow</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+					<key>stroke</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>CanvasOrigin</key>
+			<string>{0, 0}</string>
+			<key>ColumnAlign</key>
+			<integer>1</integer>
+			<key>ColumnSpacing</key>
+			<real>36</real>
+			<key>DisplayScale</key>
+			<string>1 0/72 in = 1.0000 in</string>
+			<key>ExportShapes</key>
+			<array>
+				<dict>
+					<key>InspectorGroup</key>
+					<real>255</real>
+					<key>ShapeImageRect</key>
+					<string>{{2, 2}, {22, 22}}</string>
+					<key>ShapeName</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>ShouldExport</key>
+					<string>YES</string>
+					<key>StrokePath</key>
+					<dict>
+						<key>elements</key>
+						<array>
+							<dict>
+								<key>element</key>
+								<string>MOVETO</string>
+								<key>point</key>
+								<string>{0.0898362, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.300141, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.363279, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.5, 0}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.363279, -0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.300141, -0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.0898362, -0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{-0.5, -0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{-0.5, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>LINETO</string>
+								<key>point</key>
+								<string>{0.0898362, 0.5}</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>CLOSE</string>
+							</dict>
+							<dict>
+								<key>element</key>
+								<string>MOVETO</string>
+								<key>point</key>
+								<string>{0.0898362, 0.5}</string>
+							</dict>
+						</array>
+					</dict>
+					<key>TextBounds</key>
+					<string>{{0, 0}, {1, 1}}</string>
+				</dict>
+			</array>
+			<key>GraphicsList</key>
+			<array>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1239</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1311</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{318.763, 445.923}</string>
+						<string>{447.145, 410.273}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1309</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{180.305, 442.443}, {172.336, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1309</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.example.com/crime#CrimeFile</string>
+					</dict>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>1</string>
+								<key>g</key>
+								<string>0.8</string>
+								<key>r</key>
+								<string>0.4</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>1</string>
+								<key>g</key>
+								<string>0.501961</string>
+								<key>r</key>
+								<string>0</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf0 \expnd0\expndtw0\kerning0
+time:TemporalEntity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.example.com/crime#CrimeFile</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms#visual_form_1011</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1011</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.example.com/crime#CrimeFile</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1011</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1301</integer>
+						<key>Info</key>
+						<integer>2</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1308</integer>
+					<key>Points</key>
+					<array>
+						<string>{644.595, 230.036}</string>
+						<string>{635.921, 228}</string>
+						<string>{584.994, 194}</string>
+						<string>{579, 157}</string>
+						<string>{599, 138.393}</string>
+						<string>{643.539, 119.605}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1211</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1301</integer>
+						<key>Info</key>
+						<integer>1</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1303</integer>
+					<key>Points</key>
+					<array>
+						<string>{756.347, 228.802}</string>
+						<string>{789, 219}</string>
+						<string>{820, 161}</string>
+						<string>{733, 119.411}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>FilledArrow</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1211</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{644, 110.411}, {89, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1301</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/preceded</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 prov:followed}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/preceded</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1011</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/preceded</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1011</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1294</integer>
+						<key>Info</key>
+						<integer>8</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1300</integer>
+					<key>Points</key>
+					<array>
+						<string>{214.626, 242.998}</string>
+						<string>{214.704, 243}</string>
+						<string>{194.805, 240}</string>
+						<string>{98, 153}</string>
+						<string>{107.811, 127}</string>
+						<string>{176.355, 93.6478}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1188</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1294</integer>
+						<key>Info</key>
+						<integer>7</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1299</integer>
+					<key>Points</key>
+					<array>
+						<string>{334.934, 230.78}</string>
+						<string>{345, 227.77}</string>
+						<string>{454.305, 171}</string>
+						<string>{439.793, 141}</string>
+						<string>{368.805, 93.429}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>FilledArrow</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1188</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1191</integer>
+						<key>Info</key>
+						<integer>7</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1298</integer>
+					<key>Points</key>
+					<array>
+						<string>{324.503, 228.837}</string>
+						<string>{331, 226.009}</string>
+						<string>{423, 167}</string>
+						<string>{338.573, 117.663}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>FilledArrow</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1188</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{176.805, 84.429}, {192, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1294</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 1}</string>
+						<string>{1, -1}</string>
+						<string>{-1, -1}</string>
+						<string>{-1, 1}</string>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 prov:wasEventuallyDerivedFrom}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1013</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1013</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1013</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1239</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1293</integer>
+					<key>Points</key>
+					<array>
+						<string>{975.366, 262.291}</string>
+						<string>{949, 321}</string>
+						<string>{892, 373}</string>
+						<string>{670, 389}</string>
+						<string>{528.831, 397.312}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.445652</string>
+								<key>g</key>
+								<string>0.445652</string>
+								<key>r</key>
+								<string>0.445652</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1282</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1231</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1292</integer>
+					<key>Points</key>
+					<array>
+						<string>{688.605, 262.335}</string>
+						<string>{669, 284}</string>
+						<string>{633.921, 315}</string>
+						<string>{607, 321}</string>
+						<string>{556.66, 324.583}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1211</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1285</integer>
+						<key>Info</key>
+						<integer>1</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1289</integer>
+					<key>Points</key>
+					<array>
+						<string>{740.158, 227.211}</string>
+						<string>{753, 221}</string>
+						<string>{801, 187}</string>
+						<string>{801, 161}</string>
+						<string>{762, 142}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>FilledArrow</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1211</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1285</integer>
+						<key>Info</key>
+						<integer>2</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1288</integer>
+					<key>Points</key>
+					<array>
+						<string>{665.4, 227.581}</string>
+						<string>{623, 209.77}</string>
+						<string>{594, 188}</string>
+						<string>{599, 157}</string>
+						<string>{635.458, 142.188}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1211</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1247</integer>
+						<key>Info</key>
+						<integer>1</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1287</integer>
+					<key>Points</key>
+					<array>
+						<string>{728.24, 226.426}</string>
+						<string>{750, 209.77}</string>
+						<string>{787, 183.28}</string>
+						<string>{772, 166}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>FilledArrow</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1211</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1247</integer>
+						<key>Info</key>
+						<integer>2</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1286</integer>
+					<key>Points</key>
+					<array>
+						<string>{675.124, 226.828}</string>
+						<string>{617, 193}</string>
+						<string>{624, 175}</string>
+						<string>{634.535, 166.318}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1211</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{635.921, 133}, {126.079, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1285</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/preceded</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 prov:wasInformedBy}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/preceded</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1011</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/preceded</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1011</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1282</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1284</integer>
+					<key>Points</key>
+					<array>
+						<string>{902.5, 245.003}</string>
+						<string>{925.544, 244.72}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1017</integer>
+						<key>Info</key>
+						<integer>3</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1017</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1283</integer>
+					<key>Points</key>
+					<array>
+						<string>{801.427, 244.924}</string>
+						<string>{813, 245.009}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1211</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{926, 226.009}, {115.153, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1282</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0</string>
+								<key>g</key>
+								<string>0.501961</string>
+								<key>r</key>
+								<string>0</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+prov:Recipe}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1020</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{813, 236.009}, {89, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1017</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 The ProcessExecution activity performed was described by\
+            the given recipe resource. Process specifications, as\
+            referred to by recipe links, are out of scope of this\
+            specification}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 prov:hadRecipe}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1017</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1017</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/hadRecipe</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1017</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{115.811, 528.618}, {47, 17}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1268</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf0 Legend}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1277</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1269</integer>
+					<key>Points</key>
+					<array>
+						<string>{284.512, 614.061}</string>
+						<string>{364.311, 614.061}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1276</integer>
+						<key>Info</key>
+						<integer>7</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1276</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1270</integer>
+					<key>Points</key>
+					<array>
+						<string>{173.311, 614.061}</string>
+						<string>{234.5, 614.061}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1278</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1279</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1271</integer>
+					<key>Points</key>
+					<array>
+						<string>{270.858, 570.379}</string>
+						<string>{292, 570}</string>
+						<string>{310.473, 570.451}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.233696</string>
+								<key>g</key>
+								<string>0.233696</string>
+								<key>r</key>
+								<string>0.233696</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1273</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1273</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1272</integer>
+					<key>Points</key>
+					<array>
+						<string>{172.311, 571.061}</string>
+						<string>{194.805, 571.061}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.320652</string>
+								<key>g</key>
+								<string>0.320652</string>
+								<key>r</key>
+								<string>0.320652</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1280</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{194.805, 565.061}, {76.0532, 12}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>10</real>
+					</dict>
+					<key>ID</key>
+					<integer>1273</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs20 \cf0 rdfs:subClassOf}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{297.811, 601.032}, {65, 12}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>10</real>
+					</dict>
+					<key>ID</key>
+					<integer>1274</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs20 \cf0 rdfs:range}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{173.305, 600.618}, {65, 12}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>10</real>
+					</dict>
+					<key>ID</key>
+					<integer>1275</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs20 \cf0 rdfs:domain}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{235, 606.561}, {49.012, 15}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Font</key>
+						<string>LucidaGrande</string>
+						<key>Size</key>
+						<real>9</real>
+					</dict>
+					<key>ID</key>
+					<integer>1276</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/dependedOn</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 1}</string>
+						<string>{1, -1}</string>
+						<string>{-1, -1}</string>
+						<string>{-1, 1}</string>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs18 \cf0 property}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:TransitiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/dependedOn</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1009</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1009</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/dependedOn</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1009</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{364.811, 599.618}, {49.012, 28.885}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>10</real>
+					</dict>
+					<key>ID</key>
+					<integer>1277</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Time</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs20 \cf2 \expnd0\expndtw0\kerning0
+Class}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Time</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1024</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Time</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1024</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{123.799, 599.618}, {49.012, 28.885}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>10</real>
+					</dict>
+					<key>ID</key>
+					<integer>1278</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Time</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs20 \cf2 \expnd0\expndtw0\kerning0
+Class}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Time</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1024</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Time</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1024</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{310.952, 556.618}, {49.012, 28.885}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>10</real>
+					</dict>
+					<key>ID</key>
+					<integer>1279</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Time</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs20 \cf2 \expnd0\expndtw0\kerning0
+Class}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Time</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1024</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Time</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1024</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{122.799, 556.618}, {49.012, 28.885}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>10</real>
+					</dict>
+					<key>ID</key>
+					<integer>1280</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Time</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Time represents temporal information about entities in the Provenance model.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs20 \cf2 \expnd0\expndtw0\kerning0
+Class}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Time</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1024</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1024</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Time</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1024</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{107.811, 526.618}, {320.189, 116}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>ID</key>
+					<integer>1281</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>a</key>
+								<string>0</string>
+								<key>b</key>
+								<string>0</string>
+								<key>g</key>
+								<string>0</string>
+								<key>r</key>
+								<string>0</string>
+							</dict>
+						</dict>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1239</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1251</integer>
+					<key>Points</key>
+					<array>
+						<string>{624.075, 446.874}</string>
+						<string>{518.954, 411.618}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.690217</string>
+								<key>g</key>
+								<string>0.690217</string>
+								<key>r</key>
+								<string>0.690217</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1250</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{557.065, 446}, {214.935, 28.885}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1250</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Role</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 Role is defined to be "a function assumed by a entity or an agent."}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0</string>
+								<key>g</key>
+								<string>0.501961</string>
+								<key>r</key>
+								<string>0</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+prov:QualifiedInvolvement}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Role</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1023</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1023</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Role</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1023</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{634.921, 157}, {137.079, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1247</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/preceded</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 prov:wasScheduledAfter}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:IrreflexiveProperty, owl:ReflexiveProperty, owl:TransitiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/preceded</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1011</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1011</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/preceded</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1011</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1239</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1246</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{843.16, 448.746}</string>
+						<string>{526.976, 405.741}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1245</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{817.153, 442.443}, {224, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1245</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0</string>
+								<key>g</key>
+								<string>0.501961</string>
+								<key>r</key>
+								<string>0</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+prov:ProvenanceContainer}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1021</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1021</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProvenanceContainer</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1021</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1239</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1244</integer>
+					<key>Points</key>
+					<array>
+						<string>{698.396, 262.646}</string>
+						<string>{683, 305.618}</string>
+						<string>{663, 341.618}</string>
+						<string>{613, 371}</string>
+						<string>{523.687, 391.078}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.630435</string>
+								<key>g</key>
+								<string>0.630435</string>
+								<key>r</key>
+								<string>0.630435</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1211</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1239</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1243</integer>
+					<key>Points</key>
+					<array>
+						<string>{289.618, 263.997}</string>
+						<string>{299, 342.618}</string>
+						<string>{349, 381.934}</string>
+						<string>{441.516, 394.243}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.467391</string>
+								<key>g</key>
+								<string>0.467391</string>
+								<key>r</key>
+								<string>0.467391</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1188</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>AllowLabelDrop</key>
+					<false/>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1239</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1241</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+					<key>Points</key>
+					<array>
+						<string>{460.372, 445.674}</string>
+						<string>{474.93, 417.997}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.68</string>
+								<key>g</key>
+								<string>0.68</string>
+								<key>r</key>
+								<string>0.68</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1238</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{439.793, 381.934}, {89, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0</string>
+							<key>g</key>
+							<string>0</string>
+							<key>r</key>
+							<string>0</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1239</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.example.com/crime#CrimeFile</string>
+					</dict>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>1</string>
+								<key>g</key>
+								<string>0.8</string>
+								<key>r</key>
+								<string>0.4</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>1</string>
+								<key>g</key>
+								<string>0.501961</string>
+								<key>r</key>
+								<string>0</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf0 \expnd0\expndtw0\kerning0
+owl:Thing}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.example.com/crime#CrimeFile</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms#visual_form_1011</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1011</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.example.com/crime#CrimeFile</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1011</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-04_19-41_1317771673335_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{393.294, 446}, {118.618, 28.885}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1238</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Location</string>
+					</dict>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0</string>
+								<key>g</key>
+								<string>0.501961</string>
+								<key>r</key>
+								<string>0</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+prov:Location}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Location</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1019</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1019</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Location</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1019</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1188</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1235</integer>
+					<key>Points</key>
+					<array>
+						<string>{336.001, 306.851}</string>
+						<string>{301.93, 263.544}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.418478</string>
+								<key>g</key>
+								<string>0.418478</string>
+								<key>r</key>
+								<string>0.418478</string>
+							</dict>
+							<key>HeadArrow</key>
+							<string>Arrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1210</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1210</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1234</integer>
+					<key>Points</key>
+					<array>
+						<string>{419.082, 324.618}</string>
+						<string>{402.646, 324.618}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1231</integer>
+						<key>Info</key>
+						<integer>3</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{419.082, 315.618}, {137.079, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>HFlip</key>
+					<string>YES</string>
+					<key>ID</key>
+					<integer>1231</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>2</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
+
+\f0\fs22 \cf0 prov:wasControlledBy}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1016</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1016</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1211</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1229</integer>
+					<key>Points</key>
+					<array>
+						<string>{563.455, 272.817}</string>
+						<string>{563.571, 272.618}</string>
+						<string>{638.994, 257.471}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1216</integer>
+						<key>Info</key>
+						<integer>1</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1218</integer>
+						<key>Info</key>
+						<integer>4</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1228</integer>
+					<key>Points</key>
+					<array>
+						<string>{628.18, 233.224}</string>
+						<string>{589, 227.618}</string>
+						<string>{541, 221.618}</string>
+						<string>{521.342, 218.77}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1211</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1215</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1226</integer>
+					<key>Points</key>
+					<array>
+						<string>{608.5, 244.216}</string>
+						<string>{549.579, 244.216}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1211</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1216</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1225</integer>
+					<key>Points</key>
+					<array>
+						<string>{349.395, 254.923}</string>
+						<string>{360, 256.618}</string>
+						<string>{406.917, 274.618}</string>
+						<string>{426.125, 273.249}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1188</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1188</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1224</integer>
+					<key>Points</key>
+					<array>
+						<string>{422.5, 244.219}</string>
+						<string>{360.481, 244.581}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1215</integer>
+						<key>Info</key>
+						<integer>3</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1188</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1223</integer>
+					<key>Points</key>
+					<array>
+						<string>{455.843, 218.799}</string>
+						<string>{424.015, 220.618}</string>
+						<string>{390.917, 226.618}</string>
+						<string>{347.444, 234.338}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1218</integer>
+						<key>Info</key>
+						<integer>3</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{456.342, 209.77}, {65, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>HFlip</key>
+					<string>YES</string>
+					<key>ID</key>
+					<integer>1218</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>2</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
+
+\f0\fs22 \cf0 prov:used}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1016</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1016</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{426.125, 264.249}, {137.079, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1216</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/used</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 prov:wasGeneratedBy}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/used</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1012</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1012</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/used</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1012</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{423, 235.216}, {126.079, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>HFlip</key>
+					<string>YES</string>
+					<key>ID</key>
+					<integer>1215</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>2</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural
+
+\f0\fs22 \cf0 prov:hadParticipant}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1016</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1016</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasGeneratedBy</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1016</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{609, 226.216}, {192, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1211</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0</string>
+								<key>g</key>
+								<string>0.501961</string>
+								<key>r</key>
+								<string>0</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+prov:Activity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1020</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{297.811, 306.618}, {104.335, 36}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1210</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Agent</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An agent represents a characterized entity capable of activity.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0</string>
+								<key>g</key>
+								<string>0.501961</string>
+								<key>r</key>
+								<string>0</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+prov:Agent}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Agent</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1018</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1018</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Agent</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1018</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1191</integer>
+						<key>Info</key>
+						<integer>8</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1209</integer>
+					<key>Points</key>
+					<array>
+						<string>{227.185, 234.366}</string>
+						<string>{206, 230.618}</string>
+						<string>{128.303, 166.618}</string>
+						<string>{134, 142.618}</string>
+						<string>{194.343, 117.602}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1188</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1190</integer>
+						<key>Info</key>
+						<integer>8</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1208</integer>
+					<key>Points</key>
+					<array>
+						<string>{241.857, 230.334}</string>
+						<string>{230, 226.509}</string>
+						<string>{166.286, 175.618}</string>
+						<string>{174, 156.393}</string>
+						<string>{205, 147.393}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1188</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1190</integer>
+						<key>Info</key>
+						<integer>7</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1205</integer>
+					<key>Points</key>
+					<array>
+						<string>{314.634, 227.545}</string>
+						<string>{327.019, 219.618}</string>
+						<string>{390.917, 177.618}</string>
+						<string>{390.917, 162.618}</string>
+						<string>{369, 156.393}</string>
+						<string>{320.645, 147.484}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>FilledArrow</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1188</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1189</integer>
+						<key>Info</key>
+						<integer>7</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1204</integer>
+					<key>Points</key>
+					<array>
+						<string>{308.06, 226.916}</string>
+						<string>{358, 183.28}</string>
+						<string>{356, 176.618}</string>
+						<string>{345.489, 174.384}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>FilledArrow</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1188</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1189</integer>
+						<key>Info</key>
+						<integer>8</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1199</integer>
+					<key>Points</key>
+					<array>
+						<string>{256.339, 227.981}</string>
+						<string>{232, 214.618}</string>
+						<string>{209, 195.618}</string>
+						<string>{197.251, 178.618}</string>
+						<string>{214.704, 174.618}</string>
+						<string>{214.704, 174.28}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>0</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1188</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{194.805, 108.411}, {143.336, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1191</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 1}</string>
+						<string>{1, -1}</string>
+						<string>{-1, -1}</string>
+						<string>{-1, 1}</string>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 prov:wasComplementOf}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1013</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1013</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasComplementOf</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1013</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{205, 138.393}, {115.153, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1190</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/dependedOn</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 1}</string>
+						<string>{1, -1}</string>
+						<string>{-1, -1}</string>
+						<string>{-1, 1}</string>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 dependedOn links two distinct characterized entities, where "some characterized entity cannot be generated without the existence of another characterized entity."}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 prov:dependedOn}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:TransitiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/dependedOn</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1009</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1009</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/dependedOn</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1009</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{214.704, 165.28}, {130.296, 18}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>Vertical</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>ID</key>
+					<integer>1189</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+					</dict>
+					<key>Magnets</key>
+					<array>
+						<string>{1, 1}</string>
+						<string>{1, -1}</string>
+						<string>{-1, -1}</string>
+						<string>{-1, 1}</string>
+						<string>{0, 1}</string>
+						<string>{0, -1}</string>
+						<string>{1, 0}</string>
+						<string>{-1, 0}</string>
+					</array>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."}</string>
+					<key>Shape</key>
+					<string>FB32DBF3-3D21-4DEA-BC90-FDA705CBC635-13364-000086F7122A8669</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.87</string>
+								<key>g</key>
+								<string>1</string>
+								<key>r</key>
+								<string>1</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.6</string>
+								<key>g</key>
+								<string>0.6</string>
+								<key>r</key>
+								<string>0.6</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Pad</key>
+						<integer>2</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f0\fs22 \cf0 prov:wasDerivedFrom}</string>
+						<key>VerticalPad</key>
+						<integer>2</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:ObjectProperty, owl:AsymmetricProperty, owl:IrreflexiveProperty, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1015</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1015</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/wasDerivedFrom</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1015</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{214.704, 226.509}, {145.296, 37}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1188</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 An identifiable characterized entity.}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0</string>
+								<key>g</key>
+								<string>0.501961</string>
+								<key>r</key>
+								<string>0</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
+prov:Entity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1025</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1025</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/Entity</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1025</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+			</array>
+			<key>GridInfo</key>
+			<dict/>
+			<key>HPages</key>
+			<integer>2</integer>
+			<key>KeepToScale</key>
+			<false/>
+			<key>Layers</key>
+			<array>
+				<dict>
+					<key>Lock</key>
+					<string>NO</string>
+					<key>Name</key>
+					<string>Layer 1</string>
+					<key>Print</key>
+					<string>YES</string>
+					<key>View</key>
+					<string>YES</string>
+				</dict>
+			</array>
+			<key>LayoutInfo</key>
+			<dict>
+				<key>Animate</key>
+				<string>NO</string>
+				<key>HierarchicalOrientation</key>
+				<integer>0</integer>
+				<key>circoMinDist</key>
+				<real>18</real>
+				<key>circoSeparation</key>
+				<real>0.0</real>
+				<key>layoutEngine</key>
+				<string>dot</string>
+				<key>neatoSeparation</key>
+				<real>0.0</real>
+				<key>twopiSeparation</key>
+				<real>0.0</real>
+			</dict>
+			<key>Orientation</key>
+			<integer>2</integer>
+			<key>PrintOnePage</key>
+			<false/>
+			<key>RowAlign</key>
+			<integer>1</integer>
+			<key>RowSpacing</key>
+			<real>14.40000057220459</real>
+			<key>SheetTitle</key>
+			<string>Canvas 6</string>
+			<key>UniqueID</key>
+			<integer>6</integer>
+			<key>VPages</key>
+			<integer>2</integer>
+		</dict>
+		<dict>
+			<key>ActiveLayerIndex</key>
+			<integer>0</integer>
+			<key>AutoAdjust</key>
+			<true/>
+			<key>BackgroundGraphic</key>
+			<dict>
+				<key>Bounds</key>
+				<string>{{0, 0}, {756, 553}}</string>
+				<key>Class</key>
+				<string>SolidGraphic</string>
+				<key>ID</key>
+				<integer>2</integer>
+				<key>Style</key>
+				<dict>
+					<key>shadow</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+					<key>stroke</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>CanvasOrigin</key>
+			<string>{0, 0}</string>
+			<key>ColumnAlign</key>
+			<integer>1</integer>
+			<key>ColumnSpacing</key>
+			<real>36</real>
+			<key>DisplayScale</key>
+			<string>1 0/72 in = 1.0000 in</string>
+			<key>GraphicsList</key>
+			<array>
+				<dict>
+					<key>Bounds</key>
+					<string>{{284, 267}, {45, 14}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1214</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 followed}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1212</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1213</integer>
+					<key>Points</key>
+					<array>
+						<string>{268.294, 278.936}</string>
+						<string>{351.706, 280.064}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1211</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{352, 269}, {138, 24}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1212</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf2 \expnd0\expndtw0\kerning0
+ProcessExecution}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1020</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{130, 266}, {138, 24}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1211</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf2 \expnd0\expndtw0\kerning0
+ProcessExecution}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1020</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+			</array>
+			<key>GridInfo</key>
+			<dict/>
+			<key>HPages</key>
+			<integer>1</integer>
+			<key>KeepToScale</key>
+			<false/>
+			<key>Layers</key>
+			<array>
+				<dict>
+					<key>Lock</key>
+					<string>NO</string>
+					<key>Name</key>
+					<string>Layer 1</string>
+					<key>Print</key>
+					<string>YES</string>
+					<key>View</key>
+					<string>YES</string>
+				</dict>
+			</array>
+			<key>LayoutInfo</key>
+			<dict>
+				<key>Animate</key>
+				<string>NO</string>
+				<key>HierarchicalOrientation</key>
+				<integer>0</integer>
+				<key>circoMinDist</key>
+				<real>18</real>
+				<key>circoSeparation</key>
+				<real>0.0</real>
+				<key>layoutEngine</key>
+				<string>dot</string>
+				<key>neatoSeparation</key>
+				<real>0.0</real>
+				<key>twopiSeparation</key>
+				<real>0.0</real>
+			</dict>
+			<key>Orientation</key>
+			<integer>2</integer>
+			<key>PrintOnePage</key>
+			<false/>
+			<key>RowAlign</key>
+			<integer>1</integer>
+			<key>RowSpacing</key>
+			<real>14.40000057220459</real>
+			<key>SheetTitle</key>
+			<string>Canvas 7</string>
+			<key>UniqueID</key>
+			<integer>7</integer>
+			<key>VPages</key>
+			<integer>1</integer>
+		</dict>
+		<dict>
+			<key>ActiveLayerIndex</key>
+			<integer>0</integer>
+			<key>AutoAdjust</key>
+			<true/>
+			<key>BackgroundGraphic</key>
+			<dict>
+				<key>Bounds</key>
+				<string>{{0, 0}, {756, 553}}</string>
+				<key>Class</key>
+				<string>SolidGraphic</string>
+				<key>ID</key>
+				<integer>2</integer>
+				<key>Style</key>
+				<dict>
+					<key>shadow</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+					<key>stroke</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>CanvasOrigin</key>
+			<string>{0, 0}</string>
+			<key>ColumnAlign</key>
+			<integer>1</integer>
+			<key>ColumnSpacing</key>
+			<real>36</real>
+			<key>DisplayScale</key>
+			<string>1 0/72 in = 1.0000 in</string>
+			<key>GraphicsList</key>
+			<array>
+				<dict>
+					<key>Bounds</key>
+					<string>{{273, 267}, {77, 14}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1214</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 hadParticipant}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1212</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1213</integer>
+					<key>Points</key>
+					<array>
+						<string>{268.245, 279.041}</string>
+						<string>{362.535, 280.459}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1211</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{363, 269}, {71, 24}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1212</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf2 \expnd0\expndtw0\kerning0
+Entity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1020</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{130, 266}, {138, 24}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1211</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf2 \expnd0\expndtw0\kerning0
+ProcessExecution}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1020</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+			</array>
+			<key>GridInfo</key>
+			<dict/>
+			<key>HPages</key>
+			<integer>1</integer>
+			<key>KeepToScale</key>
+			<false/>
+			<key>Layers</key>
+			<array>
+				<dict>
+					<key>Lock</key>
+					<string>NO</string>
+					<key>Name</key>
+					<string>Layer 1</string>
+					<key>Print</key>
+					<string>YES</string>
+					<key>View</key>
+					<string>YES</string>
+				</dict>
+			</array>
+			<key>LayoutInfo</key>
+			<dict>
+				<key>Animate</key>
+				<string>NO</string>
+				<key>HierarchicalOrientation</key>
+				<integer>0</integer>
+				<key>circoMinDist</key>
+				<real>18</real>
+				<key>circoSeparation</key>
+				<real>0.0</real>
+				<key>layoutEngine</key>
+				<string>dot</string>
+				<key>neatoSeparation</key>
+				<real>0.0</real>
+				<key>twopiSeparation</key>
+				<real>0.0</real>
+			</dict>
+			<key>Orientation</key>
+			<integer>2</integer>
+			<key>PrintOnePage</key>
+			<false/>
+			<key>RowAlign</key>
+			<integer>1</integer>
+			<key>RowSpacing</key>
+			<real>14.40000057220459</real>
+			<key>SheetTitle</key>
+			<string>Canvas 8</string>
+			<key>UniqueID</key>
+			<integer>8</integer>
+			<key>VPages</key>
+			<integer>1</integer>
+		</dict>
+		<dict>
+			<key>ActiveLayerIndex</key>
+			<integer>0</integer>
+			<key>AutoAdjust</key>
+			<true/>
+			<key>BackgroundGraphic</key>
+			<dict>
+				<key>Bounds</key>
+				<string>{{0, 0}, {756, 553}}</string>
+				<key>Class</key>
+				<string>SolidGraphic</string>
+				<key>ID</key>
+				<integer>2</integer>
+				<key>Style</key>
+				<dict>
+					<key>shadow</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+					<key>stroke</key>
+					<dict>
+						<key>Draws</key>
+						<string>NO</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>CanvasOrigin</key>
+			<string>{0, 0}</string>
+			<key>ColumnAlign</key>
+			<integer>1</integer>
+			<key>ColumnSpacing</key>
+			<real>36</real>
+			<key>DisplayScale</key>
+			<string>1 0/72 in = 1.0000 in</string>
+			<key>GraphicsList</key>
+			<array>
+				<dict>
+					<key>Bounds</key>
+					<string>{{228, 266}, {103, 14}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FitText</key>
+					<string>YES</string>
+					<key>Flow</key>
+					<string>Resize</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>ID</key>
+					<integer>1214</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Pad</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf0 wasComplementOf}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>Wrap</key>
+					<string>NO</string>
+				</dict>
+				<dict>
+					<key>Class</key>
+					<string>LineGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>Size</key>
+						<real>14</real>
+					</dict>
+					<key>Head</key>
+					<dict>
+						<key>ID</key>
+						<integer>1212</integer>
+					</dict>
+					<key>ID</key>
+					<integer>1213</integer>
+					<key>Points</key>
+					<array>
+						<string>{207.476, 278.468}</string>
+						<string>{352.53, 280.497}</string>
+					</array>
+					<key>Style</key>
+					<dict>
+						<key>stroke</key>
+						<dict>
+							<key>HeadArrow</key>
+							<string>FilledArrow</string>
+							<key>LineType</key>
+							<integer>1</integer>
+							<key>TailArrow</key>
+							<string>0</string>
+						</dict>
+					</dict>
+					<key>Tail</key>
+					<dict>
+						<key>ID</key>
+						<integer>1211</integer>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{353, 269}, {71, 24}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1212</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf2 \expnd0\expndtw0\kerning0
+Entity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1020</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{141, 266}, {66, 24}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.188235</string>
+							<key>g</key>
+							<string>0.188235</string>
+							<key>r</key>
+							<string>0.188235</string>
+						</dict>
+						<key>Font</key>
+						<string>Helvetica</string>
+						<key>NSKern</key>
+						<real>0.0</real>
+						<key>Size</key>
+						<real>12</real>
+					</dict>
+					<key>ID</key>
+					<integer>1211</integer>
+					<key>Link</key>
+					<dict>
+						<key>url</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+					</dict>
+					<key>Notes</key>
+					<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."}</string>
+					<key>Shape</key>
+					<string>Circle</string>
+					<key>Style</key>
+					<dict>
+						<key>fill</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.649194</string>
+								<key>g</key>
+								<string>0.891129</string>
+								<key>r</key>
+								<string>0.71371</string>
+							</dict>
+						</dict>
+						<key>shadow</key>
+						<dict>
+							<key>Beneath</key>
+							<string>YES</string>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+							<key>Draws</key>
+							<string>NO</string>
+							<key>Fuzziness</key>
+							<real>0.57164120674133301</real>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Color</key>
+							<dict>
+								<key>b</key>
+								<string>0.245968</string>
+								<key>g</key>
+								<string>0.479839</string>
+								<key>r</key>
+								<string>0.334677</string>
+							</dict>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;\red48\green48\blue48;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs24 \cf2 \expnd0\expndtw0\kerning0
+Entity}</string>
+						<key>VerticalPad</key>
+						<integer>0</integer>
+					</dict>
+					<key>UserInfo</key>
+					<dict>
+						<key>http://open.vocab.org/terms/curieTypeList</key>
+						<string>owl:Class, </string>
+						<key>http://open.vocab.org/terms/depicts</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+						<key>http://open.vocab.org/terms/originatingVisualForm</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/vid</key>
+						<string>1020</string>
+						<key>http://open.vocab.org/terms/vid_given</key>
+						<string>http://www.w3.org/ns/prov-o/ProcessExecution</string>
+						<key>http://open.vocab.org/terms/vid_local_name</key>
+						<string>#visual_form_1020</string>
+						<key>http://open.vocab.org/terms/visualContext</key>
+						<string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Oct-03_09-17_1317647871248_ms</string>
+					</dict>
+				</dict>
+			</array>
+			<key>GridInfo</key>
+			<dict/>
+			<key>HPages</key>
+			<integer>1</integer>
+			<key>KeepToScale</key>
+			<false/>
+			<key>Layers</key>
+			<array>
+				<dict>
+					<key>Lock</key>
+					<string>NO</string>
+					<key>Name</key>
+					<string>Layer 1</string>
+					<key>Print</key>
+					<string>YES</string>
+					<key>View</key>
+					<string>YES</string>
+				</dict>
+			</array>
+			<key>LayoutInfo</key>
+			<dict>
+				<key>Animate</key>
+				<string>NO</string>
+				<key>HierarchicalOrientation</key>
+				<integer>0</integer>
+				<key>circoMinDist</key>
+				<real>18</real>
+				<key>circoSeparation</key>
+				<real>0.0</real>
+				<key>layoutEngine</key>
+				<string>dot</string>
+				<key>neatoSeparation</key>
+				<real>0.0</real>
+				<key>twopiSeparation</key>
+				<real>0.0</real>
+			</dict>
+			<key>Orientation</key>
+			<integer>2</integer>
+			<key>PrintOnePage</key>
+			<false/>
+			<key>RowAlign</key>
+			<integer>1</integer>
+			<key>RowSpacing</key>
+			<real>14.40000057220459</real>
+			<key>SheetTitle</key>
+			<string>Canvas 9</string>
+			<key>UniqueID</key>
+			<integer>9</integer>
+			<key>VPages</key>
+			<integer>1</integer>
+		</dict>
+	</array>
+	<key>SmartAlignmentGuidesActive</key>
+	<string>YES</string>
+	<key>SmartDistanceGuidesActive</key>
+	<string>YES</string>
+	<key>UseEntirePage</key>
+	<false/>
+	<key>UserInfo</key>
+	<dict>
+		<key>kMDItemAuthors</key>
+		<array>
+			<string>2graffle5.xsl</string>
+		</array>
+	</dict>
+	<key>WindowInfo</key>
+	<dict>
+		<key>CurrentSheet</key>
+		<integer>5</integer>
+		<key>ExpandedCanvases</key>
+		<array/>
+		<key>Frame</key>
+		<string>{{251, 580}, {1440, 838}}</string>
+		<key>ListView</key>
+		<true/>
+		<key>OutlineWidth</key>
+		<integer>142</integer>
+		<key>RightSidebar</key>
+		<false/>
+		<key>Sidebar</key>
+		<true/>
+		<key>SidebarWidth</key>
+		<integer>120</integer>
+		<key>VisibleRegion</key>
+		<string>{{74, 3}, {1306, 714}}</string>
+		<key>Zoom</key>
+		<real>1</real>
+		<key>ZoomValues</key>
+		<array>
+			<array>
+				<string>Canvas 1</string>
+				<real>1</real>
+				<real>1</real>
+			</array>
+			<array>
+				<string>Canvas 2</string>
+				<real>1</real>
+				<real>1</real>
+			</array>
+			<array>
+				<string>Canvas 3</string>
+				<real>1</real>
+				<real>1.3600000143051147</real>
+			</array>
+			<array>
+				<string>Canvas 4</string>
+				<real>1</real>
+				<real>1</real>
+			</array>
+			<array>
+				<string>Canvas 5</string>
+				<real>1</real>
+				<real>1</real>
+			</array>
+			<array>
+				<string>Canvas 6</string>
+				<real>1</real>
+				<real>1</real>
+			</array>
+			<array>
+				<string>Canvas 7</string>
+				<real>1</real>
+				<real>1</real>
+			</array>
+			<array>
+				<string>Canvas 8</string>
+				<real>1</real>
+				<real>1</real>
+			</array>
+			<array>
+				<string>Canvas 9</string>
+				<real>1</real>
+				<real>1</real>
+			</array>
+		</array>
+	</dict>
+	<key>saveQuickLookFiles</key>
+	<string>NO</string>
+</dict>
+</plist>
Binary file ontology/fpwd/diagrams/ProvenanceOntology.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/fpwd/diagrams/QualifiedInvolvementDiagram.graffle	Thu Dec 08 14:11:01 2011 +0000
@@ -0,0 +1,2566 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>ActiveLayerIndex</key>
+	<integer>0</integer>
+	<key>ApplicationVersion</key>
+	<array>
+		<string>com.omnigroup.OmniGrafflePro</string>
+		<string>138.33.0.157554</string>
+	</array>
+	<key>AutoAdjust</key>
+	<true/>
+	<key>BackgroundGraphic</key>
+	<dict>
+		<key>Bounds</key>
+		<string>{{0, 0}, {1221, 664}}</string>
+		<key>Class</key>
+		<string>SolidGraphic</string>
+		<key>ID</key>
+		<integer>2</integer>
+		<key>Style</key>
+		<dict>
+			<key>shadow</key>
+			<dict>
+				<key>Draws</key>
+				<string>NO</string>
+			</dict>
+			<key>stroke</key>
+			<dict>
+				<key>Draws</key>
+				<string>NO</string>
+			</dict>
+		</dict>
+	</dict>
+	<key>CanvasOrigin</key>
+	<string>{0, 0}</string>
+	<key>CanvasSize</key>
+	<string>{1221, 664}</string>
+	<key>ColumnAlign</key>
+	<integer>2</integer>
+	<key>ColumnSpacing</key>
+	<real>36</real>
+	<key>CreationDate</key>
+	<string>2011-11-15 16:03:49 +0000</string>
+	<key>Creator</key>
+	<string>Stephan Zednik</string>
+	<key>DisplayScale</key>
+	<string>1 0/72 in = 1.0000 in</string>
+	<key>GraphDocumentVersion</key>
+	<integer>8</integer>
+	<key>GraphicsList</key>
+	<array>
+		<dict>
+			<key>Bounds</key>
+			<string>{{708.00006, 224.98401}, {196.914, 56}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FitText</key>
+			<string>Vertical</string>
+			<key>Flow</key>
+			<string>Resize</string>
+			<key>ID</key>
+			<integer>644</integer>
+			<key>Shape</key>
+			<string>Rectangle</string>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+				<key>stroke</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Pad</key>
+				<integer>0</integer>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\fs24 \cf0 Note: Usage, Generation, Control, and Participation inherit hadQualifiedEntity from QualifiedInvolvement}</string>
+				<key>VerticalPad</key>
+				<integer>0</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{833.91498, 150.047}, {44, 14}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FitText</key>
+			<string>YES</string>
+			<key>Flow</key>
+			<string>Resize</string>
+			<key>FontInfo</key>
+			<dict>
+				<key>Color</key>
+				<dict>
+					<key>w</key>
+					<string>0</string>
+				</dict>
+				<key>Font</key>
+				<string>Courier</string>
+				<key>NSKern</key>
+				<real>0.0</real>
+				<key>Size</key>
+				<real>12</real>
+			</dict>
+			<key>ID</key>
+			<integer>642</integer>
+			<key>Shape</key>
+			<string>Rectangle</string>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+				<key>stroke</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Align</key>
+				<integer>0</integer>
+				<key>Pad</key>
+				<integer>0</integer>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fmodern\fcharset0 Courier;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural
+
+\f0\fs24 \cf0 \expnd0\expndtw0\kerning0
+Domain}</string>
+				<key>VerticalPad</key>
+				<integer>0</integer>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{735.16901, 178.047}, {37, 14}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FitText</key>
+			<string>YES</string>
+			<key>Flow</key>
+			<string>Resize</string>
+			<key>FontInfo</key>
+			<dict>
+				<key>Color</key>
+				<dict>
+					<key>w</key>
+					<string>0</string>
+				</dict>
+				<key>Font</key>
+				<string>Courier</string>
+				<key>NSKern</key>
+				<real>0.0</real>
+				<key>Size</key>
+				<real>12</real>
+			</dict>
+			<key>ID</key>
+			<integer>641</integer>
+			<key>Shape</key>
+			<string>Rectangle</string>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+				<key>stroke</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Align</key>
+				<integer>0</integer>
+				<key>Pad</key>
+				<integer>0</integer>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fmodern\fcharset0 Courier;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural
+
+\f0\fs24 \cf0 \expnd0\expndtw0\kerning0
+Range}</string>
+				<key>VerticalPad</key>
+				<integer>0</integer>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>ID</key>
+			<integer>640</integer>
+			<key>Points</key>
+			<array>
+				<string>{783.65491, 200.49905}</string>
+				<string>{722.914, 200.142}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>HeadArrow</key>
+					<string>FilledArrow</string>
+					<key>HeadScale</key>
+					<real>1.0000001192092896</real>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>638</integer>
+				<key>Info</key>
+				<integer>3</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>638</integer>
+				<key>Info</key>
+				<integer>4</integer>
+			</dict>
+			<key>ID</key>
+			<integer>639</integer>
+			<key>Points</key>
+			<array>
+				<string>{894.46002, 122.015}</string>
+				<string>{883.91498, 172.502}</string>
+				<string>{858.49359, 200.13394}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>HeadArrow</key>
+					<string>0</string>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{784.15503, 190.502}, {74, 20}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>HFlip</key>
+			<string>YES</string>
+			<key>ID</key>
+			<integer>638</integer>
+			<key>Magnets</key>
+			<array>
+				<string>{0, 1}</string>
+				<string>{0, -1}</string>
+				<string>{1, 0}</string>
+				<string>{-1, 0}</string>
+			</array>
+			<key>Shape</key>
+			<string>Bezier</string>
+			<key>ShapeData</key>
+			<dict>
+				<key>UnitPoints</key>
+				<array>
+					<string>{0.5, 0}</string>
+					<string>{0.5, 0}</string>
+					<string>{0.25, -0.5}</string>
+					<string>{0.25, -0.5}</string>
+					<string>{0.25, -0.5}</string>
+					<string>{-0.5, -0.5}</string>
+					<string>{-0.5, -0.5}</string>
+					<string>{-0.5, -0.5}</string>
+					<string>{-0.5, 0.5}</string>
+					<string>{-0.5, 0.5}</string>
+					<string>{-0.5, 0.5}</string>
+					<string>{0.25, 0.5}</string>
+					<string>{0.25, 0.5}</string>
+					<string>{0.25, 0.5}</string>
+					<string>{0.5, 0}</string>
+				</array>
+			</dict>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.869999</string>
+						<key>g</key>
+						<string>0.972591</string>
+						<key>r</key>
+						<string>0.97955</string>
+					</dict>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Align</key>
+				<integer>2</integer>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr
+
+\f0\fs24 \cf0 property}</string>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{747.16699, 117.015}, {58, 14}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FitText</key>
+			<string>YES</string>
+			<key>Flow</key>
+			<string>Resize</string>
+			<key>FontInfo</key>
+			<dict>
+				<key>Color</key>
+				<dict>
+					<key>w</key>
+					<string>0</string>
+				</dict>
+				<key>Font</key>
+				<string>Courier</string>
+				<key>NSKern</key>
+				<real>0.0</real>
+				<key>Size</key>
+				<real>12</real>
+			</dict>
+			<key>ID</key>
+			<integer>637</integer>
+			<key>Shape</key>
+			<string>Rectangle</string>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+				<key>stroke</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Align</key>
+				<integer>0</integer>
+				<key>Pad</key>
+				<integer>0</integer>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fmodern\fcharset0 Courier;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural
+
+\f0\fs24 \cf0 \expnd0\expndtw0\kerning0
+Subclass}</string>
+				<key>VerticalPad</key>
+				<integer>0</integer>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>ID</key>
+			<integer>636</integer>
+			<key>Points</key>
+			<array>
+				<string>{736.42102, 154.99899}</string>
+				<string>{736.42102, 84.015099}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.2</string>
+						<key>g</key>
+						<string>0.2</string>
+						<key>r</key>
+						<string>0.2</string>
+					</dict>
+					<key>HeadArrow</key>
+					<string>Arrow</string>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>Pattern</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>616</integer>
+			</dict>
+			<key>ID</key>
+			<integer>623</integer>
+			<key>Points</key>
+			<array>
+				<string>{266.16589, 210.64101}</string>
+				<string>{221.00705, 210.64101}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>HeadArrow</key>
+					<string>FilledArrow</string>
+					<key>HeadScale</key>
+					<real>1.0000001192092896</real>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>617</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>166</integer>
+			</dict>
+			<key>ID</key>
+			<integer>622</integer>
+			<key>Points</key>
+			<array>
+				<string>{175.42911, 195.2598}</string>
+				<string>{206.27299, 111.671}</string>
+				<string>{286.13574, 56.095695}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.2</string>
+						<key>g</key>
+						<string>0.2</string>
+						<key>r</key>
+						<string>0.2</string>
+					</dict>
+					<key>HeadArrow</key>
+					<string>Arrow</string>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>Pattern</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>616</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>617</integer>
+				<key>Info</key>
+				<integer>4</integer>
+			</dict>
+			<key>ID</key>
+			<integer>619</integer>
+			<key>Points</key>
+			<array>
+				<string>{373.54541, 132.15324}</string>
+				<string>{363, 182.64101}</string>
+				<string>{337.23962, 210.64101}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>HeadArrow</key>
+					<string>0</string>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>167</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{266.125, 200.64101}, {71.114601, 20}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>HFlip</key>
+			<string>YES</string>
+			<key>ID</key>
+			<integer>617</integer>
+			<key>Magnets</key>
+			<array>
+				<string>{0, 1}</string>
+				<string>{0, -1}</string>
+				<string>{1, 0}</string>
+				<string>{-1, 0}</string>
+			</array>
+			<key>Shape</key>
+			<string>Bezier</string>
+			<key>ShapeData</key>
+			<dict>
+				<key>UnitPoints</key>
+				<array>
+					<string>{0.5, 0.017942401}</string>
+					<string>{0.49999201, 0.017942401}</string>
+					<string>{0.28042999, -0.5}</string>
+					<string>{0.28042999, -0.5}</string>
+					<string>{0.28042999, -0.5}</string>
+					<string>{-0.5, -0.5}</string>
+					<string>{-0.5, -0.5}</string>
+					<string>{-0.5, -0.5}</string>
+					<string>{-0.5, 0.5}</string>
+					<string>{-0.5, 0.5}</string>
+					<string>{-0.5, 0.5}</string>
+					<string>{0.28042999, 0.5}</string>
+					<string>{0.28042999, 0.5}</string>
+					<string>{0.28042999, 0.5}</string>
+					<string>{0.49999499, 0.017942401}</string>
+				</array>
+			</dict>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.869999</string>
+						<key>g</key>
+						<string>0.972591</string>
+						<key>r</key>
+						<string>0.97955</string>
+					</dict>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Align</key>
+				<integer>0</integer>
+				<key>Pad</key>
+				<integer>2</integer>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs24 \cf0       hadRole}</string>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{119, 195.64101}, {101.507, 30}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>ID</key>
+			<integer>616</integer>
+			<key>Shape</key>
+			<string>Circle</string>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.675442</string>
+						<key>g</key>
+						<string>0.86773</string>
+						<key>r</key>
+						<string>0.735357</string>
+					</dict>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 prov:Role}</string>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>612</integer>
+				<key>Position</key>
+				<real>0.95266973972320557</real>
+			</dict>
+			<key>ID</key>
+			<integer>615</integer>
+			<key>Points</key>
+			<array>
+				<string>{306.39099, 280.98401}</string>
+				<string>{296, 304.98401}</string>
+				<string>{277.13748, 310.1308}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>HeadArrow</key>
+					<string>0</string>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>632</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>181</integer>
+			</dict>
+			<key>ID</key>
+			<integer>614</integer>
+			<key>Points</key>
+			<array>
+				<string>{150.99995, 308.98401}</string>
+				<string>{121.00703, 308.98401}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>HeadArrow</key>
+					<string>FilledArrow</string>
+					<key>HeadScale</key>
+					<real>1.0000001192092896</real>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>611</integer>
+				<key>Info</key>
+				<integer>3</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>611</integer>
+				<key>Info</key>
+				<integer>4</integer>
+			</dict>
+			<key>ID</key>
+			<integer>612</integer>
+			<key>Points</key>
+			<array>
+				<string>{306.39151, 336.98401}</string>
+				<string>{298, 320.54599}</string>
+				<string>{275.20169, 309.20667}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>HeadArrow</key>
+					<string>0</string>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>633</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{151, 298.98401}, {123.754, 20}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>HFlip</key>
+			<string>YES</string>
+			<key>ID</key>
+			<integer>611</integer>
+			<key>Magnets</key>
+			<array>
+				<string>{0, 1}</string>
+				<string>{0, -1}</string>
+				<string>{1, 0}</string>
+				<string>{-1, 0}</string>
+			</array>
+			<key>Shape</key>
+			<string>Bezier</string>
+			<key>ShapeData</key>
+			<dict>
+				<key>UnitPoints</key>
+				<array>
+					<string>{0.5, 0}</string>
+					<string>{0.5, 0}</string>
+					<string>{0.25, -0.5}</string>
+					<string>{0.25, -0.5}</string>
+					<string>{0.25, -0.5}</string>
+					<string>{-0.5, -0.5}</string>
+					<string>{-0.5, -0.5}</string>
+					<string>{-0.5, -0.5}</string>
+					<string>{-0.5, 0.5}</string>
+					<string>{-0.5, 0.5}</string>
+					<string>{-0.5, 0.5}</string>
+					<string>{0.25, 0.5}</string>
+					<string>{0.25, 0.5}</string>
+					<string>{0.25, 0.5}</string>
+					<string>{0.5, 0}</string>
+				</array>
+			</dict>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.869999</string>
+						<key>g</key>
+						<string>0.972591</string>
+						<key>r</key>
+						<string>0.97955</string>
+					</dict>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Align</key>
+				<integer>0</integer>
+				<key>Pad</key>
+				<integer>2</integer>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs24 \cf0       hadQualifiedEntity}</string>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>178</integer>
+			</dict>
+			<key>ID</key>
+			<integer>610</integer>
+			<key>Points</key>
+			<array>
+				<string>{213.48477, 172.64101}</string>
+				<string>{150.5, 163.92101}</string>
+				<string>{95.626465, 117.99187}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>HeadArrow</key>
+					<string>FilledArrow</string>
+					<key>HeadScale</key>
+					<real>1.0000001192092896</real>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>606</integer>
+				<key>Info</key>
+				<integer>3</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>606</integer>
+			</dict>
+			<key>ID</key>
+			<integer>609</integer>
+			<key>Points</key>
+			<array>
+				<string>{368.81592, 132.06599}</string>
+				<string>{353, 162.64101}</string>
+				<string>{337.23901, 172.64101}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>HeadArrow</key>
+					<string>0</string>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>167</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{213.485, 162.64101}, {123.754, 20}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>HFlip</key>
+			<string>YES</string>
+			<key>ID</key>
+			<integer>606</integer>
+			<key>Magnets</key>
+			<array>
+				<string>{0, 1}</string>
+				<string>{0, -1}</string>
+				<string>{1, 0}</string>
+				<string>{-1, 0}</string>
+			</array>
+			<key>Shape</key>
+			<string>Bezier</string>
+			<key>ShapeData</key>
+			<dict>
+				<key>UnitPoints</key>
+				<array>
+					<string>{0.5, 2.86102e-06}</string>
+					<string>{0.50000101, 3.8147e-06}</string>
+					<string>{0.249999, -0.5}</string>
+					<string>{0.249999, -0.5}</string>
+					<string>{0.249999, -0.5}</string>
+					<string>{-0.5, -0.5}</string>
+					<string>{-0.5, -0.5}</string>
+					<string>{-0.5, -0.5}</string>
+					<string>{-0.5, 0.5}</string>
+					<string>{-0.5, 0.5}</string>
+					<string>{-0.5, 0.5}</string>
+					<string>{0.249999, 0.5}</string>
+					<string>{0.249999, 0.5}</string>
+					<string>{0.249999, 0.5}</string>
+					<string>{0.5, 9.5367398e-07}</string>
+				</array>
+			</dict>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.869999</string>
+						<key>g</key>
+						<string>0.972591</string>
+						<key>r</key>
+						<string>0.97955</string>
+					</dict>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Align</key>
+				<integer>0</integer>
+				<key>Pad</key>
+				<integer>2</integer>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs24 \cf0       hadQualifiedEntity}</string>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>167</integer>
+			</dict>
+			<key>ID</key>
+			<integer>601</integer>
+			<key>Points</key>
+			<array>
+				<string>{836.9173, 384.54404}</string>
+				<string>{784.15503, 302}</string>
+				<string>{408.36884, 131.0432}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.2</string>
+						<key>g</key>
+						<string>0.2</string>
+						<key>r</key>
+						<string>0.2</string>
+					</dict>
+					<key>HeadArrow</key>
+					<string>Arrow</string>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>Pattern</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>169</integer>
+				<key>Info</key>
+				<integer>1</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>628</integer>
+			</dict>
+			<key>ID</key>
+			<integer>599</integer>
+			<key>Points</key>
+			<array>
+				<string>{449.93497, 399.26501}</string>
+				<string>{357.14505, 399.98401}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>HeadArrow</key>
+					<string>FilledArrow</string>
+					<key>HeadScale</key>
+					<real>1.0000001192092896</real>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>631</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{255.638, 384.98401}, {101.507, 30}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>HFlip</key>
+			<string>YES</string>
+			<key>ID</key>
+			<integer>628</integer>
+			<key>Magnets</key>
+			<array>
+				<string>{0, 1}</string>
+				<string>{0, -1}</string>
+				<string>{1, 0}</string>
+				<string>{-1, 0}</string>
+				<string>{-0.30305901, 0.5}</string>
+				<string>{-0.352245, -0.25000101}</string>
+			</array>
+			<key>Shape</key>
+			<string>Circle</string>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.675442</string>
+						<key>g</key>
+						<string>0.86773</string>
+						<key>r</key>
+						<string>0.735357</string>
+					</dict>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 prov:Usage}</string>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{416, 255.98401}, {157.68896, 20}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>HFlip</key>
+			<string>YES</string>
+			<key>ID</key>
+			<integer>629</integer>
+			<key>Magnets</key>
+			<array>
+				<string>{0, 1}</string>
+				<string>{0, -1}</string>
+				<string>{1, 0}</string>
+				<string>{-1, 0}</string>
+			</array>
+			<key>Shape</key>
+			<string>Bezier</string>
+			<key>ShapeData</key>
+			<dict>
+				<key>UnitPoints</key>
+				<array>
+					<string>{0.5, 0}</string>
+					<string>{0.5, 0}</string>
+					<string>{0.25, -0.5}</string>
+					<string>{0.25, -0.5}</string>
+					<string>{0.25, -0.5}</string>
+					<string>{-0.5, -0.5}</string>
+					<string>{-0.5, -0.5}</string>
+					<string>{-0.5, -0.5}</string>
+					<string>{-0.5, 0.5}</string>
+					<string>{-0.5, 0.5}</string>
+					<string>{-0.5, 0.5}</string>
+					<string>{0.25, 0.5}</string>
+					<string>{0.25, 0.5}</string>
+					<string>{0.25, 0.5}</string>
+					<string>{0.5, 0}</string>
+				</array>
+			</dict>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.869999</string>
+						<key>g</key>
+						<string>0.972591</string>
+						<key>r</key>
+						<string>0.97955</string>
+					</dict>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Align</key>
+				<integer>2</integer>
+				<key>Pad</key>
+				<integer>2</integer>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr
+
+\f0\fs24 \cf0 hadQualifiedParticipation}</string>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{444.06494, 341.98401}, {129.62399, 20}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>HFlip</key>
+			<string>YES</string>
+			<key>ID</key>
+			<integer>630</integer>
+			<key>Magnets</key>
+			<array>
+				<string>{0, 1}</string>
+				<string>{0, -1}</string>
+				<string>{1, 0}</string>
+				<string>{-1, 0}</string>
+				<string>{-0.34586599, -0.50000101}</string>
+			</array>
+			<key>Shape</key>
+			<string>Bezier</string>
+			<key>ShapeData</key>
+			<dict>
+				<key>UnitPoints</key>
+				<array>
+					<string>{0.5, 0}</string>
+					<string>{0.5, 0}</string>
+					<string>{0.25, -0.5}</string>
+					<string>{0.25, -0.5}</string>
+					<string>{0.25, -0.5}</string>
+					<string>{-0.5, -0.5}</string>
+					<string>{-0.5, -0.5}</string>
+					<string>{-0.5, -0.5}</string>
+					<string>{-0.5, 0.5}</string>
+					<string>{-0.5, 0.5}</string>
+					<string>{-0.5, 0.5}</string>
+					<string>{0.25, 0.5}</string>
+					<string>{0.25, 0.5}</string>
+					<string>{0.25, 0.5}</string>
+					<string>{0.5, 0}</string>
+				</array>
+			</dict>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.869999</string>
+						<key>g</key>
+						<string>0.972591</string>
+						<key>r</key>
+						<string>0.97955</string>
+					</dict>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Align</key>
+				<integer>2</integer>
+				<key>Pad</key>
+				<integer>2</integer>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr
+
+\f0\fs24 \cf0 hadQualifiedControl}</string>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{449.93494, 389.26501}, {123.754, 20}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>HFlip</key>
+			<string>YES</string>
+			<key>ID</key>
+			<integer>631</integer>
+			<key>Magnets</key>
+			<array>
+				<string>{0, 1}</string>
+				<string>{0, -1}</string>
+				<string>{1, 0}</string>
+				<string>{-1, 0}</string>
+			</array>
+			<key>Shape</key>
+			<string>Bezier</string>
+			<key>ShapeData</key>
+			<dict>
+				<key>UnitPoints</key>
+				<array>
+					<string>{0.49999952, -1.9073486e-06}</string>
+					<string>{0.50000095, 9.5367432e-06}</string>
+					<string>{0.25000048, -0.49999809}</string>
+					<string>{0.25000048, -0.49999809}</string>
+					<string>{0.25000048, -0.49999809}</string>
+					<string>{-0.5, -0.49999809}</string>
+					<string>{-0.5, -0.49999809}</string>
+					<string>{-0.5, -0.49999809}</string>
+					<string>{-0.5, 0.50000191}</string>
+					<string>{-0.5, 0.50000191}</string>
+					<string>{-0.5, 0.50000191}</string>
+					<string>{0.25000048, 0.50000191}</string>
+					<string>{0.25000048, 0.50000191}</string>
+					<string>{0.25000048, 0.50000191}</string>
+					<string>{0.49999905, -3.8146973e-06}</string>
+				</array>
+			</dict>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.869999</string>
+						<key>g</key>
+						<string>0.972591</string>
+						<key>r</key>
+						<string>0.97955</string>
+					</dict>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Align</key>
+				<integer>2</integer>
+				<key>Pad</key>
+				<integer>2</integer>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr
+
+\f0\fs24 \cf0 hadQualifiedUsage}</string>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{241.57899, 250.98399}, {129.62399, 30}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>HFlip</key>
+			<string>YES</string>
+			<key>ID</key>
+			<integer>632</integer>
+			<key>Magnets</key>
+			<array>
+				<string>{1, 1}</string>
+				<string>{1, -1}</string>
+				<string>{-0.25, -0.353553}</string>
+				<string>{-1, 1}</string>
+				<string>{0, 1}</string>
+				<string>{0, -1}</string>
+				<string>{1, 0}</string>
+				<string>{-1, 0}</string>
+			</array>
+			<key>Shape</key>
+			<string>Circle</string>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.675442</string>
+						<key>g</key>
+						<string>0.86773</string>
+						<key>r</key>
+						<string>0.735357</string>
+					</dict>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 prov:Participation}</string>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{255.638, 336.98401}, {101.507, 30}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>HFlip</key>
+			<string>YES</string>
+			<key>ID</key>
+			<integer>633</integer>
+			<key>Magnets</key>
+			<array>
+				<string>{1, 1}</string>
+				<string>{1, -1}</string>
+				<string>{-1, -1}</string>
+				<string>{-1, 1}</string>
+				<string>{0, 1}</string>
+				<string>{0, -1}</string>
+				<string>{1, 0}</string>
+				<string>{-1, 0}</string>
+			</array>
+			<key>Shape</key>
+			<string>Circle</string>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.675442</string>
+						<key>g</key>
+						<string>0.86773</string>
+						<key>r</key>
+						<string>0.735357</string>
+					</dict>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 prov:Control}</string>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>169</integer>
+			</dict>
+			<key>ID</key>
+			<integer>585</integer>
+			<key>Points</key>
+			<array>
+				<string>{772.16913, 399.98401}</string>
+				<string>{794.03796, 399.26501}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>HeadArrow</key>
+					<string>FilledArrow</string>
+					<key>HeadScale</key>
+					<real>1.0000001192092896</real>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>573</integer>
+				<key>Info</key>
+				<integer>3</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>633</integer>
+			</dict>
+			<key>ID</key>
+			<integer>584</integer>
+			<key>Points</key>
+			<array>
+				<string>{444.06491, 351.98401}</string>
+				<string>{357.14505, 351.98401}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>HeadArrow</key>
+					<string>FilledArrow</string>
+					<key>HeadScale</key>
+					<real>1.0000001192092896</real>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>630</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>632</integer>
+			</dict>
+			<key>ID</key>
+			<integer>583</integer>
+			<key>Points</key>
+			<array>
+				<string>{416, 265.98401}</string>
+				<string>{371.203, 265.98401}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>HeadArrow</key>
+					<string>FilledArrow</string>
+					<key>HeadScale</key>
+					<real>1.0000001192092896</real>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>629</integer>
+				<key>Info</key>
+				<integer>3</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>631</integer>
+				<key>Info</key>
+				<integer>4</integer>
+			</dict>
+			<key>ID</key>
+			<integer>582</integer>
+			<key>Points</key>
+			<array>
+				<string>{603.14465, 121.49867}</string>
+				<string>{596.953, 361.04599}</string>
+				<string>{573.68896, 399.26501}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>HeadArrow</key>
+					<string>0</string>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>180</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>573</integer>
+				<key>Info</key>
+				<integer>4</integer>
+			</dict>
+			<key>ID</key>
+			<integer>581</integer>
+			<key>Points</key>
+			<array>
+				<string>{604.45209, 121.49864}</string>
+				<string>{610.85199, 366.60901}</string>
+				<string>{626.31793, 399.98401}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>HeadArrow</key>
+					<string>0</string>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>180</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>ID</key>
+			<integer>580</integer>
+			<key>Points</key>
+			<array>
+				<string>{602.47308, 121.49443}</string>
+				<string>{592.953, 302.67099}</string>
+				<string>{573.68903, 351}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>HeadArrow</key>
+					<string>0</string>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>180</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>629</integer>
+			</dict>
+			<key>ID</key>
+			<integer>579</integer>
+			<key>Points</key>
+			<array>
+				<string>{601.26862, 121.47961}</string>
+				<string>{588.953, 244.04601}</string>
+				<string>{573.68896, 265.98401}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>HeadArrow</key>
+					<string>0</string>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>180</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{626.31799, 389.98401}, {145.85101, 20}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>ID</key>
+			<integer>573</integer>
+			<key>Magnets</key>
+			<array>
+				<string>{0, 1}</string>
+				<string>{0, -1}</string>
+				<string>{1, 0}</string>
+				<string>{-1, 0}</string>
+				<string>{-0.38042101, -0.5}</string>
+			</array>
+			<key>Shape</key>
+			<string>Bezier</string>
+			<key>ShapeData</key>
+			<dict>
+				<key>UnitPoints</key>
+				<array>
+					<string>{0.5, 0}</string>
+					<string>{0.5, 0}</string>
+					<string>{0.25, -0.5}</string>
+					<string>{0.25, -0.5}</string>
+					<string>{0.25, -0.5}</string>
+					<string>{-0.5, -0.5}</string>
+					<string>{-0.5, -0.5}</string>
+					<string>{-0.5, -0.5}</string>
+					<string>{-0.5, 0.5}</string>
+					<string>{-0.5, 0.5}</string>
+					<string>{-0.5, 0.5}</string>
+					<string>{0.25, 0.5}</string>
+					<string>{0.25, 0.5}</string>
+					<string>{0.25, 0.5}</string>
+					<string>{0.5, 0}</string>
+				</array>
+			</dict>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.869999</string>
+						<key>g</key>
+						<string>0.972591</string>
+						<key>r</key>
+						<string>0.97955</string>
+					</dict>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Align</key>
+				<integer>0</integer>
+				<key>Pad</key>
+				<integer>2</integer>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs24 \cf0 hadQualifiedGeneration}</string>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>166</integer>
+			</dict>
+			<key>ID</key>
+			<integer>184</integer>
+			<key>Points</key>
+			<array>
+				<string>{116.14201, 85.684593}</string>
+				<string>{265.82111, 51.315674}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.2</string>
+						<key>g</key>
+						<string>0.2</string>
+						<key>r</key>
+						<string>0.2</string>
+					</dict>
+					<key>HeadArrow</key>
+					<string>Arrow</string>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>Pattern</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>178</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>166</integer>
+			</dict>
+			<key>ID</key>
+			<integer>183</integer>
+			<key>Points</key>
+			<array>
+				<string>{544.86157, 85.567596}</string>
+				<string>{350.07239, 49.974792}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.2</string>
+						<key>g</key>
+						<string>0.2</string>
+						<key>r</key>
+						<string>0.2</string>
+					</dict>
+					<key>HeadArrow</key>
+					<string>Arrow</string>
+					<key>Pattern</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>180</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>178</integer>
+			</dict>
+			<key>ID</key>
+			<integer>182</integer>
+			<key>Points</key>
+			<array>
+				<string>{69.753502, 293.48401}</string>
+				<string>{69.753502, 121.50002}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.2</string>
+						<key>g</key>
+						<string>0.2</string>
+						<key>r</key>
+						<string>0.2</string>
+					</dict>
+					<key>HeadArrow</key>
+					<string>Arrow</string>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>Pattern</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>181</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{19, 293.98401}, {101.507, 30}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>ID</key>
+			<integer>181</integer>
+			<key>Shape</key>
+			<string>Circle</string>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.8</string>
+						<key>g</key>
+						<string>0.8</string>
+						<key>r</key>
+						<string>0.8</string>
+					</dict>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 prov:Agent}</string>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{538.98303, 71.672401}, {129.62399, 49.327599}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>ID</key>
+			<integer>180</integer>
+			<key>Shape</key>
+			<string>Circle</string>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.8</string>
+						<key>g</key>
+						<string>0.8</string>
+						<key>r</key>
+						<string>0.8</string>
+					</dict>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 prov:Activity}</string>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{19, 71.672401}, {101.507, 49.327599}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>ID</key>
+			<integer>178</integer>
+			<key>Shape</key>
+			<string>Circle</string>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.8</string>
+						<key>g</key>
+						<string>0.8</string>
+						<key>r</key>
+						<string>0.8</string>
+					</dict>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 prov:Entity}</string>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>166</integer>
+			</dict>
+			<key>ID</key>
+			<integer>176</integer>
+			<key>Points</key>
+			<array>
+				<string>{366.43152, 101.34262}</string>
+				<string>{350, 77}</string>
+				<string>{324.32376, 56.392342}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.2</string>
+						<key>g</key>
+						<string>0.2</string>
+						<key>r</key>
+						<string>0.2</string>
+					</dict>
+					<key>HeadArrow</key>
+					<string>Arrow</string>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>Pattern</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>167</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{794.03796, 384.26501}, {123.754, 30}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>ID</key>
+			<integer>169</integer>
+			<key>Magnets</key>
+			<array>
+				<string>{0, 1}</string>
+				<string>{0, -1}</string>
+				<string>{1, 0}</string>
+				<string>{-1, 0}</string>
+			</array>
+			<key>Shape</key>
+			<string>Circle</string>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.675442</string>
+						<key>g</key>
+						<string>0.86773</string>
+						<key>r</key>
+						<string>0.735357</string>
+					</dict>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 prov:Generation}</string>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{282.38901, 101.672}, {188.78, 30}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>ID</key>
+			<integer>167</integer>
+			<key>Magnets</key>
+			<array>
+				<string>{0, 0}</string>
+				<string>{0.17068, 0.44425499}</string>
+				<string>{0.101817, 0.44425499}</string>
+				<string>{0.038250901, 0.44425499}</string>
+			</array>
+			<key>Shape</key>
+			<string>Circle</string>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.675442</string>
+						<key>g</key>
+						<string>0.86773</string>
+						<key>r</key>
+						<string>0.735357</string>
+					</dict>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 prov:QualifiedInvolvement}</string>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{255.638, 27}, {101.507, 30}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>ID</key>
+			<integer>166</integer>
+			<key>Shape</key>
+			<string>Circle</string>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.814408</string>
+						<key>g</key>
+						<string>0.771136</string>
+						<key>r</key>
+						<string>0.653795</string>
+					</dict>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 owl:Thing}</string>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>167</integer>
+				<key>Info</key>
+				<integer>3</integer>
+			</dict>
+			<key>ID</key>
+			<integer>605</integer>
+			<key>Points</key>
+			<array>
+				<string>{342.75455, 341.22073}</string>
+				<string>{395, 323.98401}</string>
+				<string>{395.99042, 131.85966}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.2</string>
+						<key>g</key>
+						<string>0.2</string>
+						<key>r</key>
+						<string>0.2</string>
+					</dict>
+					<key>HeadArrow</key>
+					<string>Arrow</string>
+					<key>Pattern</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>633</integer>
+				<key>Info</key>
+				<integer>3</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>167</integer>
+				<key>Info</key>
+				<integer>4</integer>
+			</dict>
+			<key>ID</key>
+			<integer>604</integer>
+			<key>Points</key>
+			<array>
+				<string>{343.9332, 253.50595}</string>
+				<string>{381, 240}</string>
+				<string>{383.94193, 132.12868}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.2</string>
+						<key>g</key>
+						<string>0.2</string>
+						<key>r</key>
+						<string>0.2</string>
+					</dict>
+					<key>HeadArrow</key>
+					<string>Arrow</string>
+					<key>Pattern</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>632</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>167</integer>
+				<key>Info</key>
+				<integer>2</integer>
+			</dict>
+			<key>ID</key>
+			<integer>600</integer>
+			<key>Points</key>
+			<array>
+				<string>{347.56174, 390.87305}</string>
+				<string>{411, 372}</string>
+				<string>{409.0105, 131.2744}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.2</string>
+						<key>g</key>
+						<string>0.2</string>
+						<key>r</key>
+						<string>0.2</string>
+					</dict>
+					<key>HeadArrow</key>
+					<string>Arrow</string>
+					<key>Pattern</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>628</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{708, 63.015099}, {196.914, 157.62601}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FontInfo</key>
+			<dict>
+				<key>Font</key>
+				<string>Courier</string>
+				<key>Size</key>
+				<real>18</real>
+			</dict>
+			<key>ID</key>
+			<integer>643</integer>
+			<key>Shape</key>
+			<string>Rectangle</string>
+			<key>Style</key>
+			<dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+				<key>stroke</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.6</string>
+						<key>g</key>
+						<string>0.6</string>
+						<key>r</key>
+						<string>0.6</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl\f0\fmodern\fcharset0 Courier;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\fs36 \cf0 Key}</string>
+			</dict>
+			<key>TextPlacement</key>
+			<integer>0</integer>
+		</dict>
+	</array>
+	<key>GridInfo</key>
+	<dict/>
+	<key>GuidesLocked</key>
+	<string>NO</string>
+	<key>GuidesVisible</key>
+	<string>YES</string>
+	<key>HPages</key>
+	<integer>2</integer>
+	<key>ImageCounter</key>
+	<integer>1</integer>
+	<key>KeepToScale</key>
+	<false/>
+	<key>Layers</key>
+	<array>
+		<dict>
+			<key>Lock</key>
+			<string>NO</string>
+			<key>Name</key>
+			<string>Layer 1</string>
+			<key>Print</key>
+			<string>YES</string>
+			<key>View</key>
+			<string>YES</string>
+		</dict>
+	</array>
+	<key>LayoutInfo</key>
+	<dict>
+		<key>Animate</key>
+		<string>NO</string>
+		<key>circoMinDist</key>
+		<real>18</real>
+		<key>circoSeparation</key>
+		<real>0.0</real>
+		<key>layoutEngine</key>
+		<string>dot</string>
+		<key>neatoSeparation</key>
+		<real>0.0</real>
+		<key>twopiSeparation</key>
+		<real>0.0</real>
+	</dict>
+	<key>LinksVisible</key>
+	<string>NO</string>
+	<key>MagnetsVisible</key>
+	<string>NO</string>
+	<key>MasterSheets</key>
+	<array/>
+	<key>ModificationDate</key>
+	<string>2011-11-23 20:05:49 +0000</string>
+	<key>Modifier</key>
+	<string>Stephan Zednik</string>
+	<key>NotesVisible</key>
+	<string>NO</string>
+	<key>Orientation</key>
+	<integer>2</integer>
+	<key>OriginVisible</key>
+	<string>NO</string>
+	<key>PageBreaks</key>
+	<string>NO</string>
+	<key>PrintInfo</key>
+	<dict>
+		<key>NSBottomMargin</key>
+		<array>
+			<string>float</string>
+			<string>41</string>
+		</array>
+		<key>NSHorizonalPagination</key>
+		<array>
+			<string>int</string>
+			<string>0</string>
+		</array>
+		<key>NSLeftMargin</key>
+		<array>
+			<string>float</string>
+			<string>18</string>
+		</array>
+		<key>NSOrientation</key>
+		<array>
+			<string>int</string>
+			<string>1</string>
+		</array>
+		<key>NSPaperSize</key>
+		<array>
+			<string>coded</string>
+			<string>BAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAx7X05TU2l6ZT1mZn2WgRgDgWQChg==</string>
+		</array>
+		<key>NSPrintReverseOrientation</key>
+		<array>
+			<string>int</string>
+			<string>0</string>
+		</array>
+		<key>NSRightMargin</key>
+		<array>
+			<string>float</string>
+			<string>18</string>
+		</array>
+		<key>NSTopMargin</key>
+		<array>
+			<string>float</string>
+			<string>18</string>
+		</array>
+	</dict>
+	<key>PrintOnePage</key>
+	<false/>
+	<key>ReadOnly</key>
+	<string>NO</string>
+	<key>RowAlign</key>
+	<integer>1</integer>
+	<key>RowSpacing</key>
+	<real>18</real>
+	<key>SheetTitle</key>
+	<string>Canvas 1</string>
+	<key>SmartAlignmentGuidesActive</key>
+	<string>YES</string>
+	<key>SmartDistanceGuidesActive</key>
+	<string>YES</string>
+	<key>UniqueID</key>
+	<integer>1</integer>
+	<key>UseEntirePage</key>
+	<false/>
+	<key>VPages</key>
+	<integer>2</integer>
+	<key>WindowInfo</key>
+	<dict>
+		<key>CurrentSheet</key>
+		<integer>0</integer>
+		<key>ExpandedCanvases</key>
+		<array>
+			<dict>
+				<key>name</key>
+				<string>Canvas 1</string>
+			</dict>
+		</array>
+		<key>Frame</key>
+		<string>{{-42, 805}, {1339, 773}}</string>
+		<key>ListView</key>
+		<true/>
+		<key>OutlineWidth</key>
+		<integer>142</integer>
+		<key>RightSidebar</key>
+		<false/>
+		<key>Sidebar</key>
+		<true/>
+		<key>SidebarWidth</key>
+		<integer>120</integer>
+		<key>VisibleRegion</key>
+		<string>{{1, 1}, {1219, 663}}</string>
+		<key>Zoom</key>
+		<real>1</real>
+		<key>ZoomValues</key>
+		<array>
+			<array>
+				<string>Canvas 1</string>
+				<real>1</real>
+				<real>8</real>
+			</array>
+		</array>
+	</dict>
+	<key>saveQuickLookFiles</key>
+	<string>YES</string>
+</dict>
+</plist>
Binary file ontology/fpwd/diagrams/QualifiedInvolvementDiagram.png has changed
Binary file ontology/fpwd/diagrams/dependedOn.png has changed
Binary file ontology/fpwd/diagrams/endedAt.png has changed
Binary file ontology/fpwd/diagrams/hadOriginalSource.png has changed
Binary file ontology/fpwd/diagrams/hadParticipant.png has changed
Binary file ontology/fpwd/diagrams/hadQualifiedControl.png has changed
Binary file ontology/fpwd/diagrams/hadQualifiedEntity.png has changed
Binary file ontology/fpwd/diagrams/hadQualifiedGeneration.png has changed
Binary file ontology/fpwd/diagrams/hadQualifiedParticipation.png has changed
Binary file ontology/fpwd/diagrams/hadQualifiedUsage.png has changed
Binary file ontology/fpwd/diagrams/hadRecipe.png has changed
Binary file ontology/fpwd/diagrams/hadTemporalValue.png has changed
Binary file ontology/fpwd/diagrams/startedAt.png has changed
Binary file ontology/fpwd/diagrams/used.png has changed
Binary file ontology/fpwd/diagrams/wasAttributedTo.png has changed
Binary file ontology/fpwd/diagrams/wasComplementOf.png has changed
Binary file ontology/fpwd/diagrams/wasControlledBy.png has changed
Binary file ontology/fpwd/diagrams/wasDerivedFrom.png has changed
Binary file ontology/fpwd/diagrams/wasEventuallyDerivedFrom.png has changed
Binary file ontology/fpwd/diagrams/wasGeneratedAt.png has changed
Binary file ontology/fpwd/diagrams/wasGeneratedBy.png has changed
Binary file ontology/fpwd/diagrams/wasInformedBy.png has changed
Binary file ontology/fpwd/diagrams/wasQuoteOf.png has changed
Binary file ontology/fpwd/diagrams/wasScheduledAfter.png has changed
Binary file ontology/fpwd/diagrams/wasSummaryOf.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/fpwd/extra.css	Thu Dec 08 14:11:01 2011 +0000
@@ -0,0 +1,147 @@
+
+/* --- EDITORIAL NOTES --- */
+.pending {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #f00;
+    background: #BFEFFF;
+}
+
+.pending::before {
+    content:    "Pending Review";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #f00;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+
+.resolved {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #f00;
+    background: #9BCD9B;
+}
+
+.resolved::before {
+    content:    "Resolved";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #f00;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+
+.inference {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #f00;
+    background: #fff;
+}
+
+.inference::before {
+    content:    "Inference";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #f00;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+.unamedconstraint {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #00f;
+    background: #fff;
+}
+
+
+.unamedconstraint::before {
+    content:    "Constraint";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #00f;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+
+
+.constraint {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #00f;
+    background: #fff;
+}
+
+.constraint[id]::before {
+    content:    "Constraint: " attr(id);
+    width:  380px;  /* How can we compute the length of "Constraint: " attr(id) */
+}
+
+
+.constraint::before {
+    content:    "Constraint";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #00f;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+
+
+.conditional {
+    color: blue;
+}
+
+.grammar {
+    margin-top: 1ex;
+    margin-bottom: 1ex;
+    padding-left: 1ex;
+    padding-right: 1ex;
+    padding-top: 1ex;
+    padding-bottom: 0.6ex;
+    border: 1px dashed #2f6fab;
+    font-family: monospace;
+}
+.nonterminal {
+    font-weight: bold;
+    font-family: sans-serif;
+    font-size: 95%;
+}
+
+.name {
+    font-family: monospace;
+}
+
+
+.xmpl {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #f00;
+    background: #fff;
+}
+
+.xmpl::before {
+    content:    "Example";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #f00;
+    background: #fff;
+    padding:    3px 1em;
+}