--- a/mention/prov-mention.html Fri Nov 23 12:49:24 2012 +0000
+++ b/mention/prov-mention.html Fri Nov 23 12:58:29 2012 +0000
@@ -1340,6 +1340,9 @@
<div class="anexample" typeof="prov:Entity" about="#example-for-property-mentionOf">
<span resource="http://www.w3.org/ns/prov#mentionOf" rel="dcterms:subject"></span>
+
+<p>We revisit <a href="#anexample-mention-rating" class="anexample-ref"><span>Example REF</span></a>, encoding in RDF the rating of Bob in the context of the second activity.</p>
+
<pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_mentionOf.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@@ -1373,43 +1376,6 @@
tool:bob-2011-11-17 prov:alternateOf :bob .
</pre>
</div>
-
-<div class="anexample" typeof="prov:Entity" about="#example-for-property-asInBundle">
- <span resource="http://www.w3.org/ns/prov#asInBundle" rel="dcterms:subject"></span>
- <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_asInBundle.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-@prefix owl: <http://www.w3.org/2002/07/owl#> .
-@prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix tool: <http://example.com/tool/> .
-@prefix perf: <http://example.com/performance/> .
-@prefix : <http://example.com/> .
-
-:run2 {
- :activity_2
- a prov:Activity;
- prov:startedAtTime "2011-11-17T10:00:00"^^xsd:dateTime;
- prov:endedAtTime "2011-11-17T17:00:00"^^xsd:dateTime;
- prov:wasAssociatedWith :bob;
- .
-}
-
-tool:analysis_01 {
- tool:bob-2011-11-17
- a prov:Agent;
- prov:mentionOf :bob;
- prov:asInBundle :run2;
- perf:rating perf:very-slow;
- .
-}
-
-# 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 .
-</pre>
-</div>
-
</section>