--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Invalidation.ttl Wed Sep 12 17:58:27 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Invalidation.ttl Wed Sep 12 18:20:06 2012 -0400
@@ -4,7 +4,7 @@
@prefix wgs: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-@base: <http://example.com/> .
+@prefix : <http://example.com/> .
:the-Painter
a prov:Entity, :Painting;
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Organization.ttl Wed Sep 12 17:58:27 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Organization.ttl Wed Sep 12 18:20:06 2012 -0400
@@ -5,7 +5,7 @@
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix : <http://example.com/> .
-:boogle
+:W3C
a prov:Agent, prov:Organization;
- foaf:name "Boogle";
+ foaf:name "World Wide Web Consortium";
.