updated iswc tutorial slides provo walkthrough
authorTim L <lebot@rpi.edu>
Sun, 11 Nov 2012 23:01:24 -0500
changeset 4742 269280540a39
parent 4741 97078ddbc67a
child 4743 ac8154c83aa0
updated iswc tutorial slides provo walkthrough
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_mentionOf.ttl
presentations/iswc-2012/prov-o-walkthrough-iswc2012.pptx
presentations/iswc-2012/prov-walkthrough-iswc2012.pptx
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_mentionOf.ttl	Sun Nov 11 22:28:00 2012 -0500
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_mentionOf.ttl	Sun Nov 11 23:01:24 2012 -0500
@@ -7,12 +7,12 @@
 @prefix :     <http://example.com/> .
 
 :run2 {
-   :activity_2
+   :running_marathon
       a prov:Activity;
       prov:startedAtTime "2011-11-17T10:00:00"^^xsd:dateTime;
       prov:endedAtTime   "2011-11-17T17:00:00"^^xsd:dateTime; 
-      prov:wasAssociatedWith :bob;
-   .
+      prov:wasAssociatedWith :bob .
+   :bob-2011-11-17 prov:specializationOf :bob . 
 }
 
 tool:analysis_01 {
@@ -25,7 +25,6 @@
 }
 
 # This is inferred from prov:mentionOf
-tool:bob-2011-11-17 prov:specializationOf :bob . 
 
 # This is inferred from prov:specializationOf
 tool:bob-2011-11-17 prov:alternateOf      :bob . 
Binary file presentations/iswc-2012/prov-o-walkthrough-iswc2012.pptx has changed
Binary file presentations/iswc-2012/prov-walkthrough-iswc2012.pptx has changed