updated organization.ttl and reverted @base to previous format
authorSatya Sahoo <satya.sahoo@case.edu>
Wed, 12 Sep 2012 18:20:06 -0400
changeset 4461 748a05b5d5ce
parent 4460 f77e8f33afbf
child 4462 c198d3fe595b
updated organization.ttl and reverted @base to previous format
examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Invalidation.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Organization.ttl
--- 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";
 .