merged; comments on prov:component and prov:categor
authorTim L <lebot@rpi.edu>
Mon, 23 Apr 2012 11:22:57 -0400
changeset 2454 c7c04eca4533
parent 2453 27c8b9fb8f64 (current diff)
parent 2452 9bb855cca480 (diff)
child 2456 a45f552f7d00
child 2457 67dc1471ef2d
merged; comments on prov:component and prov:categor
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Entity.ttl	Mon Apr 23 11:22:31 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Entity.ttl	Mon Apr 23 11:22:57 2012 -0400
@@ -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 11:22:31 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_actedOnBehalfOf.ttl	Mon Apr 23 11:22:57 2012 -0400
@@ -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 11:22:31 2012 -0400
+++ b/ontology/prov-o-html-sections/description-starting-points.inc.html	Mon Apr 23 11:22:57 2012 -0400
@@ -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