in context update
authorTim L <lebot@rpi.edu>
Mon, 18 Jun 2012 14:24:18 -0700
changeset 3404 6dd63aa096fb
parent 3403 6989c11ba711
child 3405 0265440bee59
in context update
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_inContext.ttl
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_inContext.ttl	Mon Jun 18 14:22:07 2012 -0700
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_inContext.ttl	Mon Jun 18 14:24:18 2012 -0700
@@ -5,7 +5,7 @@
 @prefix :     <http://example.com/> .
 
 :run2 {
-   :a2
+   :activity_2
       a prov:Activity;
       prov:startedAtTime "2011-11-17T10:00:00"^^xsd:dateTime;
       prov:endedAtTime   "2011-11-17T17:00:00"^^xsd:dateTime; 
@@ -13,7 +13,7 @@
    .
 }
 
-tool:analysis01 {
+tool:analysis_01 {
    tool:bob-2011-11-17
       a prov:Agent, prov:ContextualizedEntity;
       prov:contextualized :bob;