provo examples syntax errors
authorTim L <lebot@rpi.edu>
Mon, 14 May 2012 20:49:38 -0400
changeset 2811 7a3e6920505a
parent 2806 d22364536dfd
child 2812 f760ae1331a7
provo examples syntax errors
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedSource.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasAttributedTo.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasDerivedFrom.ttl
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedSource.ttl	Mon May 14 16:48:05 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedSource.ttl	Mon May 14 20:49:38 2012 -0400
@@ -1,7 +1,7 @@
 @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 dcterms: <http://purl.org/dc/terms/> >
+@prefix dcterms: <http://purl.org/dc/terms/> .
 @prefix prov:    <http://www.w3.org/ns/prov#> .
 @prefix :        <http://example.com/> .
 
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasAttributedTo.ttl	Mon May 14 16:48:05 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasAttributedTo.ttl	Mon May 14 20:49:38 2012 -0400
@@ -6,5 +6,5 @@
 
 :nationalRegionsList 
    a prov:Entity;
-   prov:wasAttributedTo ex:civil_action_group;
+   prov:wasAttributedTo :civil_action_group;
 .
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasDerivedFrom.ttl	Mon May 14 16:48:05 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasDerivedFrom.ttl	Mon May 14 20:49:38 2012 -0400
@@ -4,4 +4,4 @@
 @prefix prov: <http://www.w3.org/ns/prov#> .
 @prefix :     <http://example.com/> .
 
-:bar_chart  prov:wasDerivedFrom ex:aggregatedByRegions .
+:bar_chart prov:wasDerivedFrom :aggregatedByRegions .