Binary file ontology/ProvenanceOntology.pdf has changed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/diagram-history/2011-07-30/ProvenanceOntology.owl Sat Jul 30 15:57:50 2011 -0400
@@ -0,0 +1,175 @@
+<?xml version="1.0"?>
+
+
+<!DOCTYPE rdf:RDF [
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
+ <!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" >
+ <!ENTITY ProvenanceOntology "http://w3.org/ProvenanceOntology.owl#" >
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
+]>
+
+
+<rdf:RDF xmlns="http://w3.org/ProvenanceOntology.owl#"
+ xml:base="http://w3.org/ProvenanceOntology.owl"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
+ xmlns:ProvenanceOntology="http://w3.org/ProvenanceOntology.owl#"
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <owl:Ontology rdf:about="">
+ <owl:versionInfo>0.01</owl:versionInfo>
+ <rdfs: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.</rdfs:comment>
+ </owl:Ontology>
+
+
+
+ <!--
+ ///////////////////////////////////////////////////////////////////////////////////////
+ //
+ // Object Properties
+ //
+ ///////////////////////////////////////////////////////////////////////////////////////
+ -->
+
+
+
+
+ <!-- http://w3.org/ProvenanceOntology.owl#isControlledBy -->
+
+ <owl:ObjectProperty rdf:about="#isControlledBy">
+ <rdfs:range rdf:resource="#Agent"/>
+ <rdfs:domain rdf:resource="#ProcessExecution"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://w3.org/ProvenanceOntology.owl#isDerivedFrom -->
+
+ <owl:ObjectProperty rdf:about="#isDerivedFrom">
+ <rdfs:label rdf:datatype="&xsd;string"
+ >isDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."</rdfs:label>
+ <rdfs:domain rdf:resource="#BOB"/>
+ <rdfs:range rdf:resource="#BOB"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://w3.org/ProvenanceOntology.owl#isGeneratedBy -->
+
+ <owl:ObjectProperty rdf:about="#isGeneratedBy">
+ <rdfs:label rdf:datatype="&xsd;string"
+ >isGeneratedBy links BOB with ProcessExecution representing that BOB was generated as a result of ProcessExecution</rdfs:label>
+ <rdfs:domain rdf:resource="#BOB"/>
+ <rdfs:range rdf:resource="#ProcessExecution"/>
+ <rdfs:subPropertyOf rdf:resource="#isParticipantIn"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://w3.org/ProvenanceOntology.owl#isParticipantIn -->
+
+ <owl:ObjectProperty rdf:about="#isParticipantIn"/>
+
+
+
+ <!-- http://w3.org/ProvenanceOntology.owl#isPrecededBy -->
+
+ <owl:ObjectProperty rdf:about="#isPrecededBy">
+ <rdfs:domain rdf:resource="#ProcessExecution"/>
+ <rdfs:range rdf:resource="#ProcessExecution"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://w3.org/ProvenanceOntology.owl#isUsedBy -->
+
+ <owl:ObjectProperty rdf:about="#isUsedBy">
+ <rdfs:domain rdf:resource="#BOB"/>
+ <rdfs:range rdf:resource="#ProcessExecution"/>
+ <rdfs:subPropertyOf rdf:resource="#isParticipantIn"/>
+ </owl:ObjectProperty>
+
+
+
+ <!--
+ ///////////////////////////////////////////////////////////////////////////////////////
+ //
+ // Classes
+ //
+ ///////////////////////////////////////////////////////////////////////////////////////
+ -->
+
+
+
+
+ <!-- http://w3.org/ProvenanceOntology.owl#Agent -->
+
+ <owl:Class rdf:about="#Agent">
+ <rdfs:label rdf:datatype="&xsd;string"
+ >An agent represents a characterized entity capable of activity.</rdfs:label>
+ <rdfs:subClassOf rdf:resource="#BOB"/>
+ </owl:Class>
+
+
+
+ <!-- http://w3.org/ProvenanceOntology.owl#BOB -->
+
+ <owl:Class rdf:about="#BOB">
+ <rdfs:label rdf:datatype="&xsd;string"
+ >A BOB represents an identifiable characterized entity.</rdfs:label>
+ </owl:Class>
+
+
+
+ <!-- http://w3.org/ProvenanceOntology.owl#Location -->
+
+ <owl:Class rdf:about="#Location"/>
+
+
+
+ <!-- http://w3.org/ProvenanceOntology.owl#ProcessExecution -->
+
+ <owl:Class rdf:about="#ProcessExecution">
+ <rdfs:label rdf:datatype="&xsd;string"
+ >ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."</rdfs:label>
+ </owl:Class>
+
+
+
+ <!-- http://w3.org/ProvenanceOntology.owl#ProvenanceContainer -->
+
+ <owl:Class rdf:about="#ProvenanceContainer">
+ <rdfs:label rdf:datatype="&xsd;string"
+ >ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.</rdfs:label>
+ <rdfs:subClassOf rdf:resource="#BOB"/>
+ </owl:Class>
+
+
+
+ <!-- http://w3.org/ProvenanceOntology.owl#Revision -->
+
+ <owl:Class rdf:about="#Revision">
+ <rdfs:label rdf:datatype="&xsd;string"
+ >Revision is defined as a modified version of a BOB.</rdfs:label>
+ </owl:Class>
+
+
+
+ <!-- http://w3.org/ProvenanceOntology.owl#Time -->
+
+ <owl:Class rdf:about="#Time">
+ <rdfs:label rdf:datatype="&xsd;string"
+ >Time represents temporal information about entities in the Provenance model.</rdfs:label>
+ </owl:Class>
+</rdf:RDF>
+
+
+
+<!-- Generated by the OWL API (version 2.2.1.1138) http://owlapi.sourceforge.net -->
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/diagram-history/2011-07-30/ProvenanceOntology.owl.graffle Sat Jul 30 15:57:50 2011 -0400
@@ -0,0 +1,3430 @@
+<plist version="1.0">
+ <dict>
+ <key>ActiveLayerIndex</key>
+ <integer>0</integer>
+ <key>ApplicationVersion</key>
+ <array>
+ <string>com.omnigroup.OmniGrafflePro</string>
+ <string>136.7.0.98135</string>
+ </array>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {576, 733}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <key>Style</key>
+ <dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>ColumnAlign</key>
+ <integer>1</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>CreationDate</key>
+ <string>2008-06-25 18:23:07 -0400</string>
+ <key>Creator</key>
+ <string>lebot</string>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1 0/72 in</string>
+ <key>FileType</key>
+ <string>flat</string>
+ <key>GraphDocumentVersion</key>
+ <integer>6</integer>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>ID</key>
+ <integer>1001</integer>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>Wrap</key>
+ <string>NO</string>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Bounds</key>
+ <string>{{300, 50}, {709, 36}}</string>
+ <key>Style</key>
+ <dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <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\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 (14) owl: http://www.w3.org/2002/07/owl#\
+(49) pil: http://w3.org/ProvenanceOntology.owl#\
+}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>TODO</string>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1001</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1001</string>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>prefix mappings for</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>--PREFIX MAPPINGS USED--</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1001</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>ID</key>
+ <integer>1002</integer>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>Wrap</key>
+ <string>NO</string>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Bounds</key>
+ <string>{{300, 100}, {114, 36}}</string>
+ <key>Style</key>
+ <dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>YES</string>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 owl:Ontology}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2002/07/owl#Ontology</string>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1002</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1002</string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/2002/07/owl#Ontology</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</key>
+ <string>1002</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>ID</key>
+ <integer>1003</integer>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>Wrap</key>
+ <string>NO</string>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Bounds</key>
+ <string>{{300, 100}, {156, 36}}</string>
+ <key>Style</key>
+ <dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>YES</string>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 owl:ObjectProperty}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2002/07/owl#ObjectProperty</string>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1003</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1003</string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/2002/07/owl#ObjectProperty</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/2002/07/owl#ObjectProperty</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1003</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>ID</key>
+ <integer>1004</integer>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>Wrap</key>
+ <string>NO</string>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Bounds</key>
+ <string>{{300, 100}, {93, 36}}</string>
+ <key>Style</key>
+ <dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>YES</string>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 owl:Class}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2002/07/owl#Class</string>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1004</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1004</string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://www.w3.org/2002/07/owl#Class</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/2002/07/owl#Class</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1004</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>ID</key>
+ <integer>1005</integer>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>Wrap</key>
+ <string>NO</string>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Bounds</key>
+ <string>{{600, 100}, {156, 36}}</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>1</string>
+ <key>g</key>
+ <string>1</string>
+ <key>b</key>
+ <string>.87</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string/>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>.6</string>
+ <key>g</key>
+ <string>.6</string>
+ <key>b</key>
+ <string>.6</string>
+ </dict>
+ <key>Draws</key>
+ <string>YES</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 pil:isControlledBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 }</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isControlledBy</string>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1005</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1005</string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isControlledBy</string>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, </string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isControlledBy</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1005</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>ID</key>
+ <integer>1006</integer>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>Wrap</key>
+ <string>NO</string>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Bounds</key>
+ <string>{{600, 100}, {191, 36}}</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>1</string>
+ <key>g</key>
+ <string>1</string>
+ <key>b</key>
+ <string>.87</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string/>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>.6</string>
+ <key>g</key>
+ <string>.6</string>
+ <key>b</key>
+ <string>.6</string>
+ </dict>
+ <key>Draws</key>
+ <string>YES</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 pil:isDerivedFrom -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 }</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isDerivedFrom</string>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1006</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1006</string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isDerivedFrom</string>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, </string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isDerivedFrom</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1006</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>ID</key>
+ <integer>1007</integer>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>Wrap</key>
+ <string>NO</string>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Bounds</key>
+ <string>{{600, 100}, {149, 36}}</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>1</string>
+ <key>g</key>
+ <string>1</string>
+ <key>b</key>
+ <string>.87</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string/>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>.6</string>
+ <key>g</key>
+ <string>.6</string>
+ <key>b</key>
+ <string>.6</string>
+ </dict>
+ <key>Draws</key>
+ <string>YES</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 pil:isGeneratedBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 }</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isGeneratedBy</string>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1007</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1007</string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isGeneratedBy</string>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, </string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isGeneratedBy</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1007</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>ID</key>
+ <integer>1008</integer>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>Wrap</key>
+ <string>NO</string>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Bounds</key>
+ <string>{{600, 100}, {163, 36}}</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>1</string>
+ <key>g</key>
+ <string>1</string>
+ <key>b</key>
+ <string>.87</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string/>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>.6</string>
+ <key>g</key>
+ <string>.6</string>
+ <key>b</key>
+ <string>.6</string>
+ </dict>
+ <key>Draws</key>
+ <string>YES</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 pil:isParticipantIn}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 }</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isParticipantIn</string>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1008</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1008</string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isParticipantIn</string>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, </string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isParticipantIn</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1008</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>ID</key>
+ <integer>1009</integer>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>Wrap</key>
+ <string>NO</string>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Bounds</key>
+ <string>{{600, 100}, {184, 36}}</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>1</string>
+ <key>g</key>
+ <string>1</string>
+ <key>b</key>
+ <string>.87</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string/>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>.6</string>
+ <key>g</key>
+ <string>.6</string>
+ <key>b</key>
+ <string>.6</string>
+ </dict>
+ <key>Draws</key>
+ <string>YES</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 pil:isPrecededBy -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 }</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isPrecededBy</string>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1009</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1009</string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isPrecededBy</string>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, </string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isPrecededBy</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1009</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>ID</key>
+ <integer>1010</integer>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>Wrap</key>
+ <string>NO</string>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Bounds</key>
+ <string>{{600, 100}, {114, 36}}</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>1</string>
+ <key>g</key>
+ <string>1</string>
+ <key>b</key>
+ <string>.87</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string/>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>.6</string>
+ <key>g</key>
+ <string>.6</string>
+ <key>b</key>
+ <string>.6</string>
+ </dict>
+ <key>Draws</key>
+ <string>YES</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 pil:isUsedBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 }</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isUsedBy</string>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1010</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1010</string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isUsedBy</string>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, </string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isUsedBy</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1010</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>ID</key>
+ <integer>1011</integer>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Clip</string>
+ <key>Flow</key>
+ <string>Clip</string>
+ <key>Wrap</key>
+ <string>NO</string>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Bounds</key>
+ <string>{{600, 100}, {93, 36}}</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>1</string>
+ <key>g</key>
+ <string>1</string>
+ <key>b</key>
+ <string>.9529411765</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string/>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>.69</string>
+ <key>g</key>
+ <string>.69</string>
+ <key>b</key>
+ <string>.69</string>
+ </dict>
+ <key>Draws</key>
+ <string>YES</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\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 pil:Agent}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 }</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl#Agent</string>
+ </dict>
+ <key>TextPlacement</key>
+ <integer>0</integer>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1011</string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://w3.org/ProvenanceOntology.owl#Agent</string>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://w3.org/ProvenanceOntology.owl#Agent</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1011</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>ID</key>
+ <integer>1012</integer>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Clip</string>
+ <key>Flow</key>
+ <string>Clip</string>
+ <key>Wrap</key>
+ <string>NO</string>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Bounds</key>
+ <string>{{600, 100}, {114, 36}}</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>1</string>
+ <key>g</key>
+ <string>1</string>
+ <key>b</key>
+ <string>.9529411765</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string/>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>.69</string>
+ <key>g</key>
+ <string>.69</string>
+ <key>b</key>
+ <string>.69</string>
+ </dict>
+ <key>Draws</key>
+ <string>YES</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\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 pil:Location}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 }</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl#Location</string>
+ </dict>
+ <key>TextPlacement</key>
+ <integer>0</integer>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1012</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1012</string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://w3.org/ProvenanceOntology.owl#Location</string>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://w3.org/ProvenanceOntology.owl#Location</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1012</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Clip</string>
+ <key>Flow</key>
+ <string>Clip</string>
+ <key>Wrap</key>
+ <string>NO</string>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Bounds</key>
+ <string>{{600, 100}, {170, 36}}</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>1</string>
+ <key>g</key>
+ <string>1</string>
+ <key>b</key>
+ <string>.9529411765</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string/>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>.69</string>
+ <key>g</key>
+ <string>.69</string>
+ <key>b</key>
+ <string>.69</string>
+ </dict>
+ <key>Draws</key>
+ <string>YES</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\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 pil:ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 }</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl#ProcessExecution</string>
+ </dict>
+ <key>TextPlacement</key>
+ <integer>0</integer>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1013</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1013</string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://w3.org/ProvenanceOntology.owl#ProcessExecution</string>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://w3.org/ProvenanceOntology.owl#ProcessExecution</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1013</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>ID</key>
+ <integer>1014</integer>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Clip</string>
+ <key>Flow</key>
+ <string>Clip</string>
+ <key>Wrap</key>
+ <string>NO</string>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Bounds</key>
+ <string>{{600, 100}, {191, 36}}</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>1</string>
+ <key>g</key>
+ <string>1</string>
+ <key>b</key>
+ <string>.9529411765</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string/>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>.69</string>
+ <key>g</key>
+ <string>.69</string>
+ <key>b</key>
+ <string>.69</string>
+ </dict>
+ <key>Draws</key>
+ <string>YES</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\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 pil:ProvenanceContainer}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 }</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl#ProvenanceContainer</string>
+ </dict>
+ <key>TextPlacement</key>
+ <integer>0</integer>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1014</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1014</string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://w3.org/ProvenanceOntology.owl#ProvenanceContainer</string>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://w3.org/ProvenanceOntology.owl#ProvenanceContainer</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1014</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>ID</key>
+ <integer>1015</integer>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Clip</string>
+ <key>Flow</key>
+ <string>Clip</string>
+ <key>Wrap</key>
+ <string>NO</string>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Bounds</key>
+ <string>{{600, 100}, {114, 36}}</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>1</string>
+ <key>g</key>
+ <string>1</string>
+ <key>b</key>
+ <string>.9529411765</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string/>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>.69</string>
+ <key>g</key>
+ <string>.69</string>
+ <key>b</key>
+ <string>.69</string>
+ </dict>
+ <key>Draws</key>
+ <string>YES</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\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 pil:Revision}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 }</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl#Revision</string>
+ </dict>
+ <key>TextPlacement</key>
+ <integer>0</integer>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1015</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1015</string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://w3.org/ProvenanceOntology.owl#Revision</string>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://w3.org/ProvenanceOntology.owl#Revision</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1015</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>ID</key>
+ <integer>1016</integer>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Clip</string>
+ <key>Flow</key>
+ <string>Clip</string>
+ <key>Wrap</key>
+ <string>NO</string>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Bounds</key>
+ <string>{{600, 100}, {86, 36}}</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>1</string>
+ <key>g</key>
+ <string>1</string>
+ <key>b</key>
+ <string>.9529411765</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string/>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>.69</string>
+ <key>g</key>
+ <string>.69</string>
+ <key>b</key>
+ <string>.69</string>
+ </dict>
+ <key>Draws</key>
+ <string>YES</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\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 pil:Time}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 }</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl#Time</string>
+ </dict>
+ <key>TextPlacement</key>
+ <integer>0</integer>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1016</string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://w3.org/ProvenanceOntology.owl#Time</string>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://w3.org/ProvenanceOntology.owl#Time</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1016</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Clip</string>
+ <key>Flow</key>
+ <string>Clip</string>
+ <key>Wrap</key>
+ <string>NO</string>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Bounds</key>
+ <string>{{600, 100}, {79, 36}}</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>1</string>
+ <key>g</key>
+ <string>1</string>
+ <key>b</key>
+ <string>.9529411765</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string/>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>.69</string>
+ <key>g</key>
+ <string>.69</string>
+ <key>b</key>
+ <string>.69</string>
+ </dict>
+ <key>Draws</key>
+ <string>YES</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\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 pil:BOB}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 }</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl#BOB</string>
+ </dict>
+ <key>TextPlacement</key>
+ <integer>0</integer>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1017</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1017</string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://w3.org/ProvenanceOntology.owl#BOB</string>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://w3.org/ProvenanceOntology.owl#BOB</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1017</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>Wrap</key>
+ <string>NO</string>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Bounds</key>
+ <string>{{600, 100}, {282, 36}}</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>1</string>
+ <key>g</key>
+ <string>1</string>
+ <key>b</key>
+ <string>1</string>
+ </dict>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string/>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 http://w3.org/ProvenanceOntology.owl}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\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>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl</string>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1018</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1018</string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://w3.org/ProvenanceOntology.owl</string>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Ontology, </string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://w3.org/ProvenanceOntology.owl</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1018</string>
+ </dict>
+ </dict>
+
+
+ <dict>
+ <key>ID</key>
+ <integer>1019</integer>
+ <key>UserInfo</key>
+ <dict/>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1005</integer>
+ </dict>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1011</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 rdfs:range}</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>b</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string/>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{201.388, 124.248}, {75, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0</string>
+ </dict>
+ <key>Font</key>
+ <string>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1020</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1019</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\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\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>ID</key>
+ <integer>1021</integer>
+ <key>UserInfo</key>
+ <dict/>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ </dict>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1005</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>b</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{201.388, 124.248}, {75, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0</string>
+ </dict>
+ <key>Font</key>
+ <string>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1022</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1021</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\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\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>
+ </dict>
+
+
+
+
+
+ <dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ <key>UserInfo</key>
+ <dict/>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1006</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>b</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{201.388, 124.248}, {75, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0</string>
+ </dict>
+ <key>Font</key>
+ <string>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1024</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1023</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\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\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>ID</key>
+ <integer>1025</integer>
+ <key>UserInfo</key>
+ <dict/>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1007</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>b</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{201.388, 124.248}, {75, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0</string>
+ </dict>
+ <key>Font</key>
+ <string>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1026</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</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\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\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>
+ </dict>
+
+ <dict>
+ <key>ID</key>
+ <integer>1027</integer>
+ <key>UserInfo</key>
+ <dict/>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1007</integer>
+ </dict>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 rdfs:range}</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>b</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string/>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{201.388, 124.248}, {75, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0</string>
+ </dict>
+ <key>Font</key>
+ <string>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1028</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1027</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\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\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>ID</key>
+ <integer>1029</integer>
+ <key>UserInfo</key>
+ <dict/>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1007</integer>
+ </dict>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1008</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 rdfs:subPropertyOf}</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</string>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>b</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string/>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{201.388, 124.248}, {75, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0</string>
+ </dict>
+ <key>Font</key>
+ <string>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1030</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1029</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\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\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:subPropertyOf}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ </dict>
+
+
+
+
+
+ <dict>
+ <key>ID</key>
+ <integer>1031</integer>
+ <key>UserInfo</key>
+ <dict/>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ </dict>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1009</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>b</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{201.388, 124.248}, {75, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0</string>
+ </dict>
+ <key>Font</key>
+ <string>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1032</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1031</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\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\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>ID</key>
+ <integer>1033</integer>
+ <key>UserInfo</key>
+ <dict/>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1010</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#domain</string>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>b</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{201.388, 124.248}, {75, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0</string>
+ </dict>
+ <key>Font</key>
+ <string>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1034</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1033</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\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\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>
+ </dict>
+
+ <dict>
+ <key>ID</key>
+ <integer>1035</integer>
+ <key>UserInfo</key>
+ <dict/>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1010</integer>
+ </dict>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 rdfs:range}</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#range</string>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>b</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string/>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{201.388, 124.248}, {75, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0</string>
+ </dict>
+ <key>Font</key>
+ <string>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1036</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1035</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\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\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>ID</key>
+ <integer>1037</integer>
+ <key>UserInfo</key>
+ <dict/>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1010</integer>
+ </dict>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1008</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 rdfs:subPropertyOf}</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</string>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>b</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string/>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{201.388, 124.248}, {75, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <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.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\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\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:subPropertyOf}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ </dict>
+
+
+
+
+
+ <dict>
+ <key>ID</key>
+ <integer>1039</integer>
+ <key>UserInfo</key>
+ <dict/>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1011</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 rdfs:subClassOf}</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>b</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{201.388, 124.248}, {75, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0</string>
+ </dict>
+ <key>Font</key>
+ <string>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1040</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1039</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\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\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>
+ </dict>
+
+
+
+
+
+
+
+
+
+
+
+ <dict>
+ <key>ID</key>
+ <integer>1041</integer>
+ <key>UserInfo</key>
+ <dict/>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1014</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 rdfs:subClassOf}</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subClassOf</string>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>b</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{201.388, 124.248}, {75, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0</string>
+ </dict>
+ <key>Font</key>
+ <string>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1042</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1041</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\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\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>
+ </dict>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <dict>
+ <key>ID</key>
+ <integer>1043</integer>
+ <key>UserInfo</key>
+ <dict/>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1002</integer>
+ </dict>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 rdf:type}</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</string>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>YES</string>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>b</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>Width</key>
+ <integer>3</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{201.388, 124.248}, {75, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <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.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\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 rdf:type}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ </dict>
+
+ <dict>
+ <key>ID</key>
+ <integer>1045</integer>
+ <key>UserInfo</key>
+ <dict/>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1046</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 owl:versionInfo}</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2002/07/owl#versionInfo</string>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>b</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/>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{201.388, 124.248}, {75, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0</string>
+ </dict>
+ <key>Font</key>
+ <string>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1047</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1045</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\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\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>
+ </dict>
+ <dict>
+ <key>ID</key>
+ <integer>1046</integer>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>Wrap</key>
+ <string>NO</string>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Bounds</key>
+ <string>{{1500, 250}, {, 36}}</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>YES</string>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string/>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>0</string>
+ <key>g</key>
+ <string>0</string>
+ <key>b</key>
+ <string>.65</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>5</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\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.01}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1048</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1048</string>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"0.01"</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://w3.org/ProvenanceOntology.owl_http://www.w3.org/2002/07/owl#versionInfo_0.01__value</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1048</string>
+ </dict>
+ </dict>
+
+ <dict>
+ <key>ID</key>
+ <integer>1049</integer>
+ <key>UserInfo</key>
+ <dict/>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1018</integer>
+ </dict>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1050</integer>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural\f0\fs22 \cf2 rdfs:comment}</string>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#comment</string>
+ </dict>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>b</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/>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{201.388, 124.248}, {75, 14}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0</string>
+ </dict>
+ <key>Font</key>
+ <string>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1051</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1049</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\cocoartf949\cocoasubrtf430{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}{\colortbl;\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>
+ </dict>
+ <dict>
+ <key>ID</key>
+ <integer>1050</integer>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Bounds</key>
+ <string>{{1500, 250}, {360, 36}}</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string/>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>r</key>
+ <string>0</string>
+ <key>g</key>
+ <string>0</string>
+ <key>b</key>
+ <string>1</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>5</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430{\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\qc\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/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1052</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1052</string>
+ <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/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://w3.org/ProvenanceOntology.owl_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.__value</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1052</string>
+ </dict>
+ </dict>
+ </array>
+ <key>GridInfo</key>
+ <dict/>
+ <key>GuidesLocked</key>
+ <string>NO</string>
+ <key>GuidesVisible</key>
+ <string>YES</string>
+ <key>HPages</key>
+ <integer>1</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>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>LinksVisible</key>
+ <string>NO</string>
+ <key>MagnetsVisible</key>
+ <string>NO</string>
+ <key>MasterSheets</key>
+ <array/>
+ <key>ModificationDate</key>
+ <string>2008-06-25 18:23:17 -0400</string>
+ <key>Modifier</key>
+ <string>lebot</string>
+ <key>NotesVisible</key>
+ <string>NO</string>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>OriginVisible</key>
+ <string>NO</string>
+ <key>PageBreaks</key>
+ <string>NO</string>
+ <key>PrintInfo</key>
+ <dict>
+ <key>NSBottomMargin</key>
+ <array>
+ <string>coded</string>
+ <string>BAtzdHJlYW10eXBlZIHoA4QBQISEhAhOU051bWJlcgCEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAFklymG</string>
+ </array>
+ <key>NSLeftMargin</key>
+ <array>
+ <string>coded</string>
+ <string>BAtzdHJlYW10eXBlZIHoA4QBQISEhAhOU051bWJlcgCEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAFklxKG</string>
+ </array>
+ <key>NSPaperSize</key>
+ <array>
+ <string>size</string>
+ <string>{612, 792}</string>
+ </array>
+ <key>NSRightMargin</key>
+ <array>
+ <string>coded</string>
+ <string>BAtzdHJlYW10eXBlZIHoA4QBQISEhAhOU051bWJlcgCEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAFklxKG</string>
+ </array>
+ <key>NSTopMargin</key>
+ <array>
+ <string>coded</string>
+ <string>BAtzdHJlYW10eXBlZIHoA4QBQISEhAhOU051bWJlcgCEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAFklxKG</string>
+ </array>
+ </dict>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>ReadOnly</key>
+ <string>NO</string>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 1</string>
+ <key>SmartAlignmentGuidesActive</key>
+ <string>YES</string>
+ <key>SmartDistanceGuidesActive</key>
+ <string>YES</string>
+ <key>UniqueID</key>
+ <integer>1</integer>
+ <key>UseEntirePage</key>
+ <false/>
+ <key>UserInfo</key>
+ <dict>
+ <key>kMDItemAuthors</key>
+ <array>
+ <string>2graffle5.xsl</string>
+ </array>
+ </dict>
+ <key>VPages</key>
+ <integer>1</integer>
+ <key>WindowInfo</key>
+ <dict>
+ <key>CurrentSheet</key>
+ <integer>0</integer>
+ <key>ExpandedCanvases</key>
+ <array>
+ <dict>
+ <key>name</key>
+ <string>Canvas 1</string>
+ </dict>
+ </array>
+ <key>Frame</key>
+ <string>{{385, 59}, {710, 819}}</string>
+ <key>ListView</key>
+ <true/>
+ <key>OutlineWidth</key>
+ <integer>142</integer>
+ <key>RightSidebar</key>
+ <false/>
+ <key>ShowRuler</key>
+ <false/>
+ <key>Sidebar</key>
+ <true/>
+ <key>SidebarWidth</key>
+ <integer>120</integer>
+ <key>VisibleRegion</key>
+ <string>{{0, 0}, {561, 650}}</string>
+ <key>Zoom</key>
+ <real>1</real>
+ <key>ZoomValues</key>
+ <array>
+ <array>
+ <string>Canvas 1</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ </array>
+ </dict>
+ <key>saveQuickLookFiles</key>
+ <string>NO</string>
+ </dict>
+</plist>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/diagram-history/2011-07-30/ProvenanceOntology.owl.manual.graffle Sat Jul 30 15:57:50 2011 -0400
@@ -0,0 +1,3869 @@
+<?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.23.0.152539</string>
+ </array>
+ <key>AutoAdjust</key>
+ <true/>
+ <key>BackgroundGraphic</key>
+ <dict>
+ <key>Bounds</key>
+ <string>{{0, 0}, {721, 733}}</string>
+ <key>Class</key>
+ <string>SolidGraphic</string>
+ <key>ID</key>
+ <integer>2</integer>
+ <key>Style</key>
+ <dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ </dict>
+ <key>CanvasOrigin</key>
+ <string>{0, 0}</string>
+ <key>CanvasSize</key>
+ <string>{721, 733}</string>
+ <key>ColumnAlign</key>
+ <integer>0</integer>
+ <key>ColumnSpacing</key>
+ <real>36</real>
+ <key>CreationDate</key>
+ <string>2008-06-25 18:23:07 -0400</string>
+ <key>Creator</key>
+ <string>lebot</string>
+ <key>DisplayScale</key>
+ <string>1 0/72 in = 1.0000 in</string>
+ <key>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>FileType</key>
+ <string>flat</string>
+ <key>GraphDocumentVersion</key>
+ <integer>6</integer>
+ <key>GraphicsList</key>
+ <array>
+ <dict>
+ <key>Bounds</key>
+ <string>{{36.5, 88.516}, {106, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1003</integer>
+ <key>Layer</key>
+ <integer>0</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2002/07/owl#ObjectProperty</string>
+ </dict>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 owl:ObjectProperty}</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#ObjectProperty</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1003</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1003</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/2002/07/owl#ObjectProperty</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1003</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{62.5, 52.516}, {54, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1004</integer>
+ <key>Layer</key>
+ <integer>0</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2002/07/owl#Class</string>
+ </dict>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 owl:Class}</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#Class</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1004</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1004</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://www.w3.org/2002/07/owl#Class</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1004</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_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>1006</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ <key>Layer</key>
+ <integer>0</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{98.6816, 328}</string>
+ <string>{99.0594, 328.321}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</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>FilledArrow</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{23.345, 319.139}, {151, 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>1024</integer>
+ <key>Layer</key>
+ <integer>0</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1023</integer>
+ <key>Position</key>
+ <real>0.43251731991767883</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain and rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{75.5201, 283.101}, {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>1026</integer>
+ <key>Layer</key>
+ <integer>0</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ <key>Position</key>
+ <real>0.43251731991767883</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{62.1436, 299.319}, {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>1034</integer>
+ <key>Layer</key>
+ <integer>0</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1033</integer>
+ <key>Position</key>
+ <real>0.43251731991767883</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs: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>1007</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1025</integer>
+ <key>Layer</key>
+ <integer>0</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{98.6816, 328}</string>
+ <string>{124.897, 245}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</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>FilledArrow</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1010</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1033</integer>
+ <key>Layer</key>
+ <integer>0</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{98.6816, 328}</string>
+ <string>{93.9696, 282.496}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</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>FilledArrow</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{259.754, 314.62}, {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>1022</integer>
+ <key>Layer</key>
+ <integer>0</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1021</integer>
+ <key>Position</key>
+ <real>0.43251731991767883</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs: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>1005</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1021</integer>
+ <key>Layer</key>
+ <integer>0</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{287.118, 289.915}</string>
+ <string>{303.618, 367.842}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</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>FilledArrow</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{237.477, 292.621}, {151, 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>1032</integer>
+ <key>Layer</key>
+ <integer>0</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1031</integer>
+ <key>Position</key>
+ <real>0.43251731991767883</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:domain and rdfs:range}</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>1009</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1031</integer>
+ <key>Layer</key>
+ <integer>0</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:domain}</string>
+ <key>Points</key>
+ <array>
+ <string>{287.573, 290.121}</string>
+ <string>{346.307, 316.71}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</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>FilledArrow</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{43.5743, 349.721}, {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>1040</integer>
+ <key>Layer</key>
+ <integer>0</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1039</integer>
+ <key>Position</key>
+ <real>0.43251731991767883</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{52.3834, 328.735}, {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>1042</integer>
+ <key>Layer</key>
+ <integer>0</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1041</integer>
+ <key>Position</key>
+ <real>0.43251731991767883</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subClassOf}</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>1011</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1039</integer>
+ <key>Layer</key>
+ <integer>0</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{98.6816, 328}</string>
+ <string>{74.1571, 399.027}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</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>FilledArrow</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1014</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1041</integer>
+ <key>Layer</key>
+ <integer>0</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subClassOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{98.6816, 328}</string>
+ <string>{94.5241, 350.508}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</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>FilledArrow</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1017</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{338.152, 410.024}, {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>1020</integer>
+ <key>Layer</key>
+ <integer>1</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1019</integer>
+ <key>Position</key>
+ <real>0.43251731991767883</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{197.849, 264.366}, {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>1028</integer>
+ <key>Layer</key>
+ <integer>1</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1027</integer>
+ <key>Position</key>
+ <real>0.63156187534332275</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{196.624, 189.758}, {106, 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>1030</integer>
+ <key>Layer</key>
+ <integer>1</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1029</integer>
+ <key>Position</key>
+ <real>0.57211488485336304</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subPropertyOf}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{195.188, 278.357}, {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>1036</integer>
+ <key>Layer</key>
+ <integer>1</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1035</integer>
+ <key>Position</key>
+ <real>0.67686313390731812</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:range}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{238.649, 210.828}, {106, 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>1038</integer>
+ <key>Layer</key>
+ <integer>1</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1037</integer>
+ <key>Position</key>
+ <real>0.69749915599822998</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:subPropertyOf}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{92.683, 52.207}, {46, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>FontInfo</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>w</key>
+ <string>0</string>
+ </dict>
+ <key>Font</key>
+ <string>Courier</string>
+ <key>Size</key>
+ <real>12</real>
+ </dict>
+ <key>ID</key>
+ <integer>1053</integer>
+ <key>Layer</key>
+ <integer>1</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1058</integer>
+ <key>Position</key>
+ <real>0.60198599100112915</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdf:type}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{243.001, 35.2668}, {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>1054</integer>
+ <key>Layer</key>
+ <integer>1</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1059</integer>
+ <key>Position</key>
+ <real>0.64694792032241821</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 owl:versionInfo}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{243.437, 84.8278}, {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>1055</integer>
+ <key>Layer</key>
+ <integer>1</integer>
+ <key>Line</key>
+ <dict>
+ <key>ID</key>
+ <integer>1061</integer>
+ <key>Position</key>
+ <real>0.43251731991767883</real>
+ <key>RotationType</key>
+ <integer>0</integer>
+ </dict>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red102\green102\blue102;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 rdfs:comment}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{78.1816, 7.685}, {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>1056</integer>
+ <key>Layer</key>
+ <integer>1</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>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 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-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_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-Jul-30_14-56_1312052163497_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{7.68164, 84.693}, {216, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>YES</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1057</integer>
+ <key>Layer</key>
+ <integer>1</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 http://w3.org/ProvenanceOntology.owl}</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://w3.org/ProvenanceOntology.owl</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_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://w3.org/ProvenanceOntology.owl</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-Jul-30_14-56_1312052163497_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>1057</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1058</integer>
+ <key>Layer</key>
+ <integer>1</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdf:type}</string>
+ <key>Points</key>
+ <array>
+ <string>{115.682, 25.685}</string>
+ <string>{115.684, 84.693}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>YES</string>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.68</string>
+ <key>g</key>
+ <string>0.68</string>
+ <key>r</key>
+ <string>0.68</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>0</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>Pattern</key>
+ <integer>2</integer>
+ <key>TailArrow</key>
+ <string>FilledArrow</string>
+ <key>Width</key>
+ <real>3</real>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1056</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1060</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1059</integer>
+ <key>Layer</key>
+ <integer>1</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 owl:versionInfo}</string>
+ <key>Points</key>
+ <array>
+ <string>{146.695, 84.693}</string>
+ <string>{362.022, 22.2054}</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>1057</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{362.022, 7.685}, {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>1060</integer>
+ <key>Layer</key>
+ <integer>1</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue166;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf2 0.01}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/depictsBlank</key>
+ <string>"0.01"</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1048</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1048</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://w3.org/ProvenanceOntology.owl_http://www.w3.org/2002/07/owl#versionInfo_0.01__value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1048</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_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>1062</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1061</integer>
+ <key>Layer</key>
+ <integer>1</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:comment}</string>
+ <key>Points</key>
+ <array>
+ <string>{223.682, 93.78}</string>
+ <string>{360.682, 93.8905}</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>1057</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{360.682, 52.9943}, {360, 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>1062</integer>
+ <key>Layer</key>
+ <integer>1</integer>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ <key>shadow</key>
+ <dict>
+ <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\cocoasubrtf360
+{\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\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-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1052</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1052</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://w3.org/ProvenanceOntology.owl_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.__value</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1052</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{417.841, 7.685}, {281, 43}}</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>Layer</key>
+ <integer>1</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>TODO</string>
+ </dict>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>shadow</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ <key>stroke</key>
+ <dict>
+ <key>Draws</key>
+ <string>NO</string>
+ </dict>
+ </dict>
+ <key>Text</key>
+ <dict>
+ <key>Align</key>
+ <integer>0</integer>
+ <key>Pad</key>
+ <integer>2</integer>
+ <key>Text</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs22 \cf0 (14) owl: http://www.w3.org/2002/07/owl#\
+(49) pil: http://w3.org/ProvenanceOntology.owl#\
+}</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-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_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-Jul-30_14-56_1312052163497_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{303.618, 358.842}, {104.686, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1005</integer>
+ <key>Layer</key>
+ <integer>1</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isControlledBy</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs22 \cf0 pil:isControlledBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isControlledBy</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1005</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1005</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isControlledBy</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1005</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{21.2788, 309.997}, {133.528, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Vertical</string>
+ <key>Flow</key>
+ <string>Resize</string>
+ <key>ID</key>
+ <integer>1006</integer>
+ <key>Layer</key>
+ <integer>1</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isDerivedFrom</string>
+ </dict>
+ <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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs22 \cf0 pil:isDerivedFrom -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isDerivedFrom</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1006</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1006</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isDerivedFrom</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1006</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{21.2788, 236}, {103.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>1007</integer>
+ <key>Layer</key>
+ <integer>1</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isGeneratedBy</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs22 \cf0 pil:isGeneratedBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isGeneratedBy</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1007</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1007</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isGeneratedBy</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1007</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{315.843, 146}, {103.618, 18}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Clip</string>
+ <key>Flow</key>
+ <string>Clip</string>
+ <key>ID</key>
+ <integer>1008</integer>
+ <key>Layer</key>
+ <integer>1</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isParticipantIn</string>
+ </dict>
+ <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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs22 \cf0 pil:isParticipantIn}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isParticipantIn</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms#visual_form_1008</string>
+ <key>http://open.vocab.org/terms/vid</key>
+ <string>1008</string>
+ <key>http://open.vocab.org/terms/vid_given</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isParticipantIn</string>
+ <key>http://open.vocab.org/terms/vid_local_name</key>
+ <string>#visual_form_1008</string>
+ <key>http://open.vocab.org/terms/visualContext</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{303.618, 316.916}, {126.051, 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>Layer</key>
+ <integer>1</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isPrecededBy</string>
+ </dict>
+ <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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs22 \cf0 pil:isPrecededBy -(x)}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isPrecededBy</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_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://w3.org/ProvenanceOntology.owl#isPrecededBy</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-Jul-30_14-56_1312052163497_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{21.2788, 272.999}, {72.6393, 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>Layer</key>
+ <integer>1</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isUsedBy</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs22 \cf0 pil:isUsedBy}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:ObjectProperty, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://w3.org/ProvenanceOntology.owl#isUsedBy</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_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://w3.org/ProvenanceOntology.owl#isUsedBy</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-Jul-30_14-56_1312052163497_ms</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{21.2788, 399.5}, {93, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Clip</string>
+ <key>Flow</key>
+ <string>Clip</string>
+ <key>ID</key>
+ <integer>1011</integer>
+ <key>Layer</key>
+ <integer>1</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl#Agent</string>
+ </dict>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.952941</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.69</string>
+ <key>g</key>
+ <string>0.69</string>
+ <key>r</key>
+ <string>0.69</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs22 \cf0 pil:Agent}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>TextPlacement</key>
+ <integer>0</integer>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://w3.org/ProvenanceOntology.owl#Agent</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_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://w3.org/ProvenanceOntology.owl#Agent</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-Jul-30_14-56_1312052163497_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{517.045, 316}, {108, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Clip</string>
+ <key>Flow</key>
+ <string>Clip</string>
+ <key>ID</key>
+ <integer>1012</integer>
+ <key>Layer</key>
+ <integer>1</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl#Location</string>
+ </dict>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.952941</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.69</string>
+ <key>g</key>
+ <string>0.69</string>
+ <key>r</key>
+ <string>0.69</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs22 \cf0 pil:Location}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>TextPlacement</key>
+ <integer>0</integer>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://w3.org/ProvenanceOntology.owl#Location</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_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://w3.org/ProvenanceOntology.owl#Location</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-Jul-30_14-56_1312052163497_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{21.2788, 351}, {139.659, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Clip</string>
+ <key>Flow</key>
+ <string>Clip</string>
+ <key>ID</key>
+ <integer>1014</integer>
+ <key>Layer</key>
+ <integer>1</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl#ProvenanceContainer</string>
+ </dict>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.952941</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.69</string>
+ <key>g</key>
+ <string>0.69</string>
+ <key>r</key>
+ <string>0.69</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs22 \cf0 pil:ProvenanceContainer}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>TextPlacement</key>
+ <integer>0</integer>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://w3.org/ProvenanceOntology.owl#ProvenanceContainer</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_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://w3.org/ProvenanceOntology.owl#ProvenanceContainer</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-Jul-30_14-56_1312052163497_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{517.045, 262}, {108, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Clip</string>
+ <key>Flow</key>
+ <string>Clip</string>
+ <key>ID</key>
+ <integer>1015</integer>
+ <key>Layer</key>
+ <integer>1</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl#Revision</string>
+ </dict>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.952941</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.69</string>
+ <key>g</key>
+ <string>0.69</string>
+ <key>r</key>
+ <string>0.69</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs22 \cf0 pil:Revision}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>TextPlacement</key>
+ <integer>0</integer>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://w3.org/ProvenanceOntology.owl#Revision</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_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://w3.org/ProvenanceOntology.owl#Revision</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-Jul-30_14-56_1312052163497_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{517.045, 208}, {108, 36}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Clip</string>
+ <key>Flow</key>
+ <string>Clip</string>
+ <key>ID</key>
+ <integer>1016</integer>
+ <key>Layer</key>
+ <integer>1</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl#Time</string>
+ </dict>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.952941</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.69</string>
+ <key>g</key>
+ <string>0.69</string>
+ <key>r</key>
+ <string>0.69</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs22 \cf0 pil:Time}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>TextPlacement</key>
+ <integer>0</integer>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://w3.org/ProvenanceOntology.owl#Time</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_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://w3.org/ProvenanceOntology.owl#Time</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-Jul-30_14-56_1312052163497_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>1011</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1019</integer>
+ <key>Layer</key>
+ <integer>1</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{408.804, 367.842}</string>
+ <string>{452.682, 372}</string>
+ <string>{411.682, 416}</string>
+ <string>{114.779, 417.295}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1005</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1027</integer>
+ <key>Layer</key>
+ <integer>1</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{124.897, 245}</string>
+ <string>{287.118, 289.915}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1007</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1008</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1029</integer>
+ <key>Layer</key>
+ <integer>1</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subPropertyOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{124.897, 245}</string>
+ <string>{342.908, 164.174}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1007</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1013</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1035</integer>
+ <key>Layer</key>
+ <integer>1</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:range}</string>
+ <key>Points</key>
+ <array>
+ <string>{93.9181, 281.999}</string>
+ <string>{287.118, 289.915}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1010</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>AllowLabelDrop</key>
+ <false/>
+ <key>Class</key>
+ <string>LineGraphic</string>
+ <key>Head</key>
+ <dict>
+ <key>ID</key>
+ <integer>1008</integer>
+ </dict>
+ <key>ID</key>
+ <integer>1037</integer>
+ <key>Layer</key>
+ <integer>1</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</string>
+ </dict>
+ <key>Notes</key>
+ <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+
+\f0\fs22 \cf0 rdfs:subPropertyOf}</string>
+ <key>Points</key>
+ <array>
+ <string>{94.3998, 281.865}</string>
+ <string>{265.682, 234.205}</string>
+ <string>{355.67, 164.307}</string>
+ </array>
+ <key>Style</key>
+ <dict>
+ <key>stroke</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.701961</string>
+ <key>g</key>
+ <string>0.701961</string>
+ <key>r</key>
+ <string>0.701961</string>
+ </dict>
+ <key>HeadArrow</key>
+ <string>FilledArrow</string>
+ <key>LineType</key>
+ <integer>1</integer>
+ <key>TailArrow</key>
+ <string>0</string>
+ </dict>
+ </dict>
+ <key>Tail</key>
+ <dict>
+ <key>ID</key>
+ <integer>1010</integer>
+ </dict>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{7.68164, 208}, {182, 240}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Clip</string>
+ <key>Flow</key>
+ <string>Clip</string>
+ <key>ID</key>
+ <integer>1017</integer>
+ <key>Layer</key>
+ <integer>1</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl#BOB</string>
+ </dict>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.952941</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.69</string>
+ <key>g</key>
+ <string>0.69</string>
+ <key>r</key>
+ <string>0.69</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs22 \cf0 pil:BOB}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>TextPlacement</key>
+ <integer>0</integer>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://w3.org/ProvenanceOntology.owl#BOB</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_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://w3.org/ProvenanceOntology.owl#BOB</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-Jul-30_14-56_1312052163497_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </dict>
+ <dict>
+ <key>Bounds</key>
+ <string>{{287.118, 278.048}, {151, 120.003}}</string>
+ <key>Class</key>
+ <string>ShapedGraphic</string>
+ <key>FitText</key>
+ <string>Clip</string>
+ <key>Flow</key>
+ <string>Clip</string>
+ <key>ID</key>
+ <integer>1013</integer>
+ <key>Layer</key>
+ <integer>1</integer>
+ <key>Link</key>
+ <dict>
+ <key>url</key>
+ <string>http://w3.org/ProvenanceOntology.owl#ProcessExecution</string>
+ </dict>
+ <key>Magnets</key>
+ <array>
+ <string>{-0.5, -0.40111}</string>
+ </array>
+ <key>Shape</key>
+ <string>Rectangle</string>
+ <key>Style</key>
+ <dict>
+ <key>fill</key>
+ <dict>
+ <key>Color</key>
+ <dict>
+ <key>b</key>
+ <string>0.952941</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.69</string>
+ <key>g</key>
+ <string>0.69</string>
+ <key>r</key>
+ <string>0.69</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\cocoasubrtf360
+{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs22 \cf0 pil:ProcessExecution}</string>
+ <key>VerticalPad</key>
+ <integer>2</integer>
+ </dict>
+ <key>TextPlacement</key>
+ <integer>0</integer>
+ <key>UserInfo</key>
+ <dict>
+ <key>http://open.vocab.org/terms/curieTypeList</key>
+ <string>owl:Class, </string>
+ <key>http://open.vocab.org/terms/depicts</key>
+ <string>http://w3.org/ProvenanceOntology.owl#ProcessExecution</string>
+ <key>http://open.vocab.org/terms/originatingVisualArtifact</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_ms</string>
+ <key>http://open.vocab.org/terms/originatingVisualForm</key>
+ <string>http://logd.tw.rpi.edu/source/lebot-rpi-edu/dataset/visualizations/version/2011-Jul-30_14-56_1312052163497_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://w3.org/ProvenanceOntology.owl#ProcessExecution</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-Jul-30_14-56_1312052163497_ms</string>
+ </dict>
+ <key>Wrap</key>
+ <string>NO</string>
+ </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>hide</string>
+ <key>Print</key>
+ <string>YES</string>
+ <key>View</key>
+ <string>NO</string>
+ </dict>
+ <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>LinksVisible</key>
+ <string>NO</string>
+ <key>MagnetsVisible</key>
+ <string>NO</string>
+ <key>MasterSheets</key>
+ <array/>
+ <key>ModificationDate</key>
+ <string>2011-07-30 15:05:45 -0400</string>
+ <key>Modifier</key>
+ <string>lebot</string>
+ <key>NotesVisible</key>
+ <string>NO</string>
+ <key>Orientation</key>
+ <integer>2</integer>
+ <key>OriginVisible</key>
+ <string>NO</string>
+ <key>PageBreaks</key>
+ <string>NO</string>
+ <key>PrintInfo</key>
+ <dict>
+ <key>NSBottomMargin</key>
+ <array>
+ <string>float</string>
+ <string>41</string>
+ </array>
+ <key>NSLeftMargin</key>
+ <array>
+ <string>float</string>
+ <string>18</string>
+ </array>
+ <key>NSPaperSize</key>
+ <array>
+ <string>coded</string>
+ <string>BAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAx7X05TU2l6ZT1mZn2WgWQCgRgDhg==</string>
+ </array>
+ <key>NSRightMargin</key>
+ <array>
+ <string>float</string>
+ <string>18</string>
+ </array>
+ <key>NSTopMargin</key>
+ <array>
+ <string>float</string>
+ <string>18</string>
+ </array>
+ </dict>
+ <key>PrintOnePage</key>
+ <false/>
+ <key>ReadOnly</key>
+ <string>NO</string>
+ <key>RowAlign</key>
+ <integer>1</integer>
+ <key>RowSpacing</key>
+ <real>36</real>
+ <key>SheetTitle</key>
+ <string>Canvas 1</string>
+ <key>SmartAlignmentGuidesActive</key>
+ <string>YES</string>
+ <key>SmartDistanceGuidesActive</key>
+ <string>YES</string>
+ <key>UniqueID</key>
+ <integer>1</integer>
+ <key>UseEntirePage</key>
+ <false/>
+ <key>UserInfo</key>
+ <dict>
+ <key>kMDItemAuthors</key>
+ <array>
+ <string>2graffle5.xsl</string>
+ </array>
+ </dict>
+ <key>VPages</key>
+ <integer>1</integer>
+ <key>WindowInfo</key>
+ <dict>
+ <key>CurrentSheet</key>
+ <integer>0</integer>
+ <key>ExpandedCanvases</key>
+ <array>
+ <dict>
+ <key>name</key>
+ <string>Canvas 1</string>
+ </dict>
+ </array>
+ <key>Frame</key>
+ <string>{{554, 141}, {718, 825}}</string>
+ <key>ListView</key>
+ <true/>
+ <key>OutlineWidth</key>
+ <integer>142</integer>
+ <key>RightSidebar</key>
+ <false/>
+ <key>Sidebar</key>
+ <false/>
+ <key>SidebarWidth</key>
+ <integer>120</integer>
+ <key>VisibleRegion</key>
+ <string>{{2, 1}, {718, 732}}</string>
+ <key>Zoom</key>
+ <real>1</real>
+ <key>ZoomValues</key>
+ <array>
+ <array>
+ <string>Canvas 1</string>
+ <real>1</real>
+ <real>1</real>
+ </array>
+ </array>
+ </dict>
+ <key>saveQuickLookFiles</key>
+ <string>NO</string>
+</dict>
+</plist>
Binary file ontology/diagram-history/2011-07-30/ProvenanceOntology.owl.manual.graffle.pdf has changed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/diagram-history/2011-07-30/ProvenanceOntology.owl.pml.ttl Sat Jul 30 15:57:50 2011 -0400
@@ -0,0 +1,169 @@
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pmlp: <http://inference-web.org/2.0/pml-provenance.owl#> .
+@prefix pmlj: <http://inference-web.org/2.0/pml-justification.owl#> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix sioc: <http://rdfs.org/sioc/ns#> .
+@prefix oboro: <http://obofoundry.org/ro/ro.owl#> .
+@prefix oprov: <http://openprovenance.org/ontology#> .
+@prefix hartigprov: <http://purl.org/net/provenance/ns#> .
+@prefix irw: <http://www.ontologydesignpatterns.org/ont/web/irw.owl#> .
+@prefix nfo: <http://www.semanticdesktop.org/ontologies/nfo/#> .
+@prefix conv: <http://purl.org/twc/vocab/conversion/> .
+@prefix httphead: <http://inference-web.org/registry/MPR/HTTP_1_1_HEAD.owl#> .
+@prefix httpget: <http://inference-web.org/registry/MPR/HTTP_1_1_GET.owl#> .
+@prefix httppost: <http://inference-web.org/registry/MPR/HTTP_1_1_POST.owl#> .
+
+<http://tw.rpi.edu/instances/TimLebo> foaf:holdsAccount <http://purl.org/twc/id/machine/lebot/MacBookPro6_2#lebot> .
+<http://purl.org/twc/id/machine/lebot/MacBookPro6_2#lebot>
+ a foaf:OnlineAccount;
+ foaf:accountName "lebot";
+ dcterms:isPartOf <http://purl.org/twc/id/machine/lebot/MacBookPro6_2>;
+ sioc:account_of <http://tw.rpi.edu/instances/TimLebo>;
+.
+
+<http://dvcs.w3.org/hg/prov/raw-file/33af4c38d469/ontology/ProvenanceOntology.owl>
+ a pmlp:Source;
+ irw:redirectsTo <https://dvcs.w3.org/hg/prov/raw-file/33af4c38d469/ontology/ProvenanceOntology.owl>;
+.
+
+<https://dvcs.w3.org/hg/prov/raw-file/33af4c38d469/ontology/ProvenanceOntology.owl>
+ a pmlp:Source;
+.
+
+<ProvenanceOntology.owl>
+ a pmlp:Information;
+ pmlp:hasReferenceSourceUsage <sourceUsage_cb797ad2-41db-473d-bc4b-54a52d1ab96d_content>;
+.
+<ProvenanceOntology.owl>
+ a pmlp:Information;
+ nfo:hasHash <md5_7073dfcd0cfec96ebf9f5731d7003f3a_time_1312051789>;
+.
+<md5_7073dfcd0cfec96ebf9f5731d7003f3a_time_1312051789>
+ a nfo:FileHash;
+ dcterms:date "2011-07-30T14:49:49-04:00"^^xsd:dateTime;
+ nfo:hashAlgorithm "md5";
+ nfo:hashValue "7073dfcd0cfec96ebf9f5731d7003f3a";
+.
+
+<nodeSet_cb797ad2-41db-473d-bc4b-54a52d1ab96d_content>
+ a pmlj:NodeSet;
+ pmlj:hasConclusion <ProvenanceOntology.owl>;
+ pmlj:isConsequentOf <inferenceStep_cb797ad2-41db-473d-bc4b-54a52d1ab96d_content>;
+.
+<inferenceStep_cb797ad2-41db-473d-bc4b-54a52d1ab96d_content>
+ a pmlj:InferenceStep;
+ pmlj:hasIndex 0;
+ pmlj:hasAntecedentList ();
+ pmlj:hasSourceUsage <sourceUsage_cb797ad2-41db-473d-bc4b-54a52d1ab96d_content>;
+ pmlj:hasInferenceEngine conv:curl_md5_5670dffdc5533a4c57243fc97b19a654;
+ pmlj:hasInferenceRule httpget:HTTP_1_1_GET;
+ oboro:has_agent <http://purl.org/twc/id/machine/lebot/MacBookPro6_2#lebot>;
+ hartigprov:involvedActor <http://purl.org/twc/id/machine/lebot/MacBookPro6_2#lebot>;
+.
+
+<sourceUsage_cb797ad2-41db-473d-bc4b-54a52d1ab96d_content>
+ a pmlp:SourceUsage;
+ pmlp:hasSource <https://dvcs.w3.org/hg/prov/raw-file/33af4c38d469/ontology/ProvenanceOntology.owl>;
+ pmlp:hasUsageDateTime "2011-07-30T14:49:48-04:00"^^xsd:dateTime;
+.
+
+<wasControlledBy_cb797ad2-41db-473d-bc4b-54a52d1ab96d_content>
+ a oprov:WasControlledBy;
+ oprov:cause <http://purl.org/twc/id/machine/lebot/MacBookPro6_2#lebot>;
+ oprov:effect <inferenceStep_cb797ad2-41db-473d-bc4b-54a52d1ab96d_content>;
+ oprov:endTime "2011-07-30T14:49:48-04:00"^^xsd:dateTime;
+.
+
+<info_cb797ad2-41db-473d-bc4b-54a52d1ab96d_url_header>
+ a pmlp:Information, conv:HTTPHeader;
+ pmlp:hasRawString """HTTP/1.1 301 Moved Permanently
+Date: Sat, 30 Jul 2011 18:49:44 GMT
+Server: Apache/2.2.16 (Debian)
+Location: https://dvcs.w3.org/hg/prov/raw-file/33af4c38d469/ontology/ProvenanceOntology.owl
+Vary: Accept-Encoding
+Content-Type: text/html; charset=iso-8859-1
+
""";
+ pmlp:hasReferenceSourceUsage <sourceUsage_cb797ad2-41db-473d-bc4b-54a52d1ab96d_url_header>;
+.
+
+<nodeSet_cb797ad2-41db-473d-bc4b-54a52d1ab96d_url_header>
+ a pmlj:NodeSet;
+ pmlj:hasConclusion <info_cb797ad2-41db-473d-bc4b-54a52d1ab96d_url_header>;
+ pmlj:isConsequentOf <inferenceStep_cb797ad2-41db-473d-bc4b-54a52d1ab96d_url_header>;
+.
+<inferenceStep_cb797ad2-41db-473d-bc4b-54a52d1ab96d_url_header>
+ a pmlj:InferenceStep;
+ pmlj:hasIndex 0;
+ pmlj:hasAntecedentList ();
+ pmlj:hasSourceUsage <sourceUsage_cb797ad2-41db-473d-bc4b-54a52d1ab96d_url_header>;
+ pmlj:hasInferenceEngine conv:curl_md5_5670dffdc5533a4c57243fc97b19a654;
+ pmlj:hasInferenceRule httphead:HTTP_1_1_HEAD;
+ oboro:has_agent <http://purl.org/twc/id/machine/lebot/MacBookPro6_2#lebot>;
+ hartigprov:involvedActor <http://purl.org/twc/id/machine/lebot/MacBookPro6_2#lebot>;
+.
+
+<sourceUsage_cb797ad2-41db-473d-bc4b-54a52d1ab96d_url_header>
+ a pmlp:SourceUsage;
+ pmlp:hasSource <http://dvcs.w3.org/hg/prov/raw-file/33af4c38d469/ontology/ProvenanceOntology.owl>;
+ pmlp:hasUsageDateTime "2011-07-30T14:49:48-04:00"^^xsd:dateTime;
+.
+<wasControlledBy_cb797ad2-41db-473d-bc4b-54a52d1ab96d_url_header>
+ a oprov:WasControlledBy;
+ oprov:cause <http://purl.org/twc/id/machine/lebot/MacBookPro6_2#lebot>;
+ oprov:effect <nodeSet_cb797ad2-41db-473d-bc4b-54a52d1ab96d_url_header>;
+ oprov:endTime "2011-07-30T14:49:48-04:00"^^xsd:dateTime;
+.
+
+<info_cb797ad2-41db-473d-bc4b-54a52d1ab96d_redirected_url_header>
+ a pmlp:Information, conv:HTTPHeader;
+ pmlp:hasRawString """HTTP/1.1 200 Script output follows
+Date: Sat, 30 Jul 2011 18:49:48 GMT
+Server: Apache/2.2.16 (Debian)
+Content-Disposition: inline; filename="ProvenanceOntology.owl"
+Content-Length: 5661
+Vary: Accept-Encoding
+Content-Type: text/plain; charset="UTF-8"
+X-Pad: avoid browser bug
+
""";
+ pmlp:hasReferenceSourceUsage <sourceUsage_cb797ad2-41db-473d-bc4b-54a52d1ab96d_redirected_url_header>;
+.
+
+<nodeSet_cb797ad2-41db-473d-bc4b-54a52d1ab96d_redirected_url_header>
+ a pmlj:NodeSet;
+ pmlj:hasConclusion <info_cb797ad2-41db-473d-bc4b-54a52d1ab96d_redirected_url_header>;
+ pmlj:isConsequentOf <inferenceStep_cb797ad2-41db-473d-bc4b-54a52d1ab96d_redirected_url_header>;
+.
+<inferenceStep_cb797ad2-41db-473d-bc4b-54a52d1ab96d_redirected_url_header>
+ a pmlj:InferenceStep;
+ pmlj:hasIndex 0;
+ pmlj:hasAntecedentList ();
+ pmlj:hasSourceUsage <sourceUsage_cb797ad2-41db-473d-bc4b-54a52d1ab96d_redirected_url_header>;
+ pmlj:hasInferenceEngine conv:curl_md5_5670dffdc5533a4c57243fc97b19a654;
+ pmlj:hasInferenceRule httphead:HTTP_1_1_HEAD;
+ oboro:has_agent <http://purl.org/twc/id/machine/lebot/MacBookPro6_2#lebot>;
+ hartigprov:involvedActor <http://purl.org/twc/id/machine/lebot/MacBookPro6_2#lebot>;
+.
+
+<sourceUsage_cb797ad2-41db-473d-bc4b-54a52d1ab96d_redirected_url_header>
+ a pmlp:SourceUsage;
+ pmlp:hasSource <https://dvcs.w3.org/hg/prov/raw-file/33af4c38d469/ontology/ProvenanceOntology.owl>;
+ pmlp:hasUsageDateTime "2011-07-30T14:49:48-04:00"^^xsd:dateTime;
+.
+<wasControlledBy_cb797ad2-41db-473d-bc4b-54a52d1ab96d_redirected_url_header>
+ a oprov:WasControlledBy;
+ oprov:cause <http://purl.org/twc/id/machine/lebot/MacBookPro6_2#lebot>;
+ oprov:effect <inferenceStep_cb797ad2-41db-473d-bc4b-54a52d1ab96d_redirected_url_header>;
+ oprov:endTime "2011-07-30T14:49:48-04:00"^^xsd:dateTime;
+.
+
+conv:curl_md5_5670dffdc5533a4c57243fc97b19a654
+ a pmlp:InferenceEngine, conv:Curl;
+ dcterms:identifier "md5_5670dffdc5533a4c57243fc97b19a654";
+ dcterms:description """curl 7.19.7 (universal-apple-darwin10.0) libcurl/7.19.7 OpenSSL/0.9.8r zlib/1.2.3
+Protocols: tftp ftp telnet dict ldap http file https ftps
+Features: GSS-Negotiate IPv6 Largefile NTLM SSL libz """;
+.
+
+conv:Curl rdfs:subClassOf pmlp:InferenceEngine .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/diagram-history/2011-07-30/ProvenanceOntology.owl.rdf Sat Jul 30 15:57:50 2011 -0400
@@ -0,0 +1,119 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns="http://w3.org/ProvenanceOntology.owl#">
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl">
+ <owl:versionInfo>0.01</owl:versionInfo>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl">
+ <rdfs: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.</rdfs:comment>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#isControlledBy">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#isControlledBy">
+ <rdfs:range rdf:resource="http://w3.org/ProvenanceOntology.owl#Agent"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#isControlledBy">
+ <rdfs:domain rdf:resource="http://w3.org/ProvenanceOntology.owl#ProcessExecution"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#isDerivedFrom">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#isDerivedFrom">
+ <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">isDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."</rdfs:label>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#isDerivedFrom">
+ <rdfs:domain rdf:resource="http://w3.org/ProvenanceOntology.owl#BOB"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#isDerivedFrom">
+ <rdfs:range rdf:resource="http://w3.org/ProvenanceOntology.owl#BOB"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#isGeneratedBy">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#isGeneratedBy">
+ <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">isGeneratedBy links BOB with ProcessExecution representing that BOB was generated as a result of ProcessExecution</rdfs:label>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#isGeneratedBy">
+ <rdfs:domain rdf:resource="http://w3.org/ProvenanceOntology.owl#BOB"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#isGeneratedBy">
+ <rdfs:range rdf:resource="http://w3.org/ProvenanceOntology.owl#ProcessExecution"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#isGeneratedBy">
+ <rdfs:subPropertyOf rdf:resource="http://w3.org/ProvenanceOntology.owl#isParticipantIn"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#isParticipantIn">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#isPrecededBy">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#isPrecededBy">
+ <rdfs:domain rdf:resource="http://w3.org/ProvenanceOntology.owl#ProcessExecution"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#isPrecededBy">
+ <rdfs:range rdf:resource="http://w3.org/ProvenanceOntology.owl#ProcessExecution"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#isUsedBy">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#isUsedBy">
+ <rdfs:domain rdf:resource="http://w3.org/ProvenanceOntology.owl#BOB"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#isUsedBy">
+ <rdfs:range rdf:resource="http://w3.org/ProvenanceOntology.owl#ProcessExecution"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#isUsedBy">
+ <rdfs:subPropertyOf rdf:resource="http://w3.org/ProvenanceOntology.owl#isParticipantIn"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#Agent">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#Agent">
+ <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An agent represents a characterized entity capable of activity.</rdfs:label>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#Agent">
+ <rdfs:subClassOf rdf:resource="http://w3.org/ProvenanceOntology.owl#BOB"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#BOB">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#BOB">
+ <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A BOB represents an identifiable characterized entity.</rdfs:label>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#Location">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#ProcessExecution">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#ProcessExecution">
+ <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."</rdfs:label>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#ProvenanceContainer">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#ProvenanceContainer">
+ <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.</rdfs:label>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#ProvenanceContainer">
+ <rdfs:subClassOf rdf:resource="http://w3.org/ProvenanceOntology.owl#BOB"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#Revision">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#Revision">
+ <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Revision is defined as a modified version of a BOB.</rdfs:label>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#Time">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://w3.org/ProvenanceOntology.owl#Time">
+ <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Time represents temporal information about entities in the Provenance model.</rdfs:label>
+ </rdf:Description>
+</rdf:RDF>