--- 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;
.
}