--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Entity.ttl Mon Apr 23 10:35:28 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Entity.ttl Mon Apr 23 17:19:45 2012 +0200
@@ -4,4 +4,7 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix ex: <http://example.com/> .
-ex:bar_chart a prov:Entity.
+ex:bar_chart
+ a prov:Entity;
+ dc:title "Aggregated statistics from the crime file"^^xsd:string;
+ prov:wasAttributedTo ex:derek .
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_actedOnBehalfOf.ttl Mon Apr 23 10:35:28 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_actedOnBehalfOf.ttl Mon Apr 23 17:19:45 2012 +0200
@@ -9,5 +9,10 @@
a foaf:Person;
foaf:givenName "Derek"^^xsd:string;
foaf:mbox <mailto:dererk@example.org>;
- prov:actedOnBehalfOf ex:chartgen
+ prov:actedOnBehalfOf ex:chartgen;
.
+
+ex:chartgen
+ a prov:Agent, prov:Organization;
+ foaf:name "Chart Generators, Inc.";
+ .
\ No newline at end of file
--- a/ontology/prov-o-html-sections/description-starting-points.inc.html Mon Apr 23 10:35:28 2012 -0400
+++ b/ontology/prov-o-html-sections/description-starting-points.inc.html Mon Apr 23 17:19:45 2012 +0200
@@ -74,7 +74,7 @@
generated a new entity, <code>ex:aggregatedByRegions</code>, that aggregates the statistics in
<code>ex:crimeData</code> according to the regions in <code>ex:nationalRegionsList</code>.
The <code>ex:aggregatedByRegions</code> entity was then used by the <code>ex:illustrationActivity</code> activity,
- to generate a new entity <code>ex:chart1</code> that depicts the aggregated statistics.
+ to generate a new entity <code>ex:bar_chart</code> that depicts the aggregated statistics.
</p>
<p> The example also states that the activity <code>ex:illustrationActivity</code> was