in context update
authorTim L <lebot@rpi.edu>
Mon, 18 Jun 2012 14:22:07 -0700
changeset 3403 6989c11ba711
parent 3402 f19cb875c986
child 3404 6dd63aa096fb
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:19:16 2012 -0700
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_inContext.ttl	Mon Jun 18 14:22:07 2012 -0700
@@ -9,7 +9,6 @@
       a prov:Activity;
       prov:startedAtTime "2011-11-17T10:00:00"^^xsd:dateTime;
       prov:endedAtTime   "2011-11-17T17:00:00"^^xsd:dateTime; 
-                      # (Duration was 7 hours.)
       prov:wasAssociatedWith :bob;
    .
 }
@@ -19,7 +18,7 @@
       a prov:Agent, prov:ContextualizedEntity;
       prov:contextualized :bob;
       prov:inContext      :run2;
-      perf:rating     perf:bad;
+      perf:rating     perf:very-slow;
    .
 }