fixed provo eg widths
authorTim L <lebot@rpi.edu>
Fri, 01 Jun 2012 16:25:52 -0400
changeset 3152 78efedd89958
parent 3151 4f304ced416a
child 3153 69bd159d7ddb
fixed provo eg widths
examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Generation.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_InstantaneousEvent.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Source.ttl
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Generation.ttl	Fri Jun 01 16:14:54 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Generation.ttl	Fri Jun 01 16:25:52 2012 -0400
@@ -7,7 +7,9 @@
 
 :bbcNews2012-04-03 
    a prov:Entity, :DailyNews;
-   rdfs:comment "The BBC news home page on 2012-04-03 contained a reference to a given news item, but the BBC news home page on the next day did not.";
+   rdfs:comment """The BBC news home page on 2012-04-03 contained a reference 
+                   to a given news item, but the BBC news home page on the next day did not.""";
+
    prov:wasGeneratedBy :publishingActivity.
    prov:qualifiedGeneration [
       a prov:Generation, prov:InstantaneousEvent;
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_InstantaneousEvent.ttl	Fri Jun 01 16:14:54 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_InstantaneousEvent.ttl	Fri Jun 01 16:25:52 2012 -0400
@@ -7,7 +7,8 @@
 
 :bbcNews2012-04-03 
    a prov:Entity, :DailyNews;
-   rdfs:comment "The BBC news home page on 2012-04-03 contained a reference to a given news item, but the BBC news home page on the next day did not.";
+   rdfs:comment """The BBC news home page on 2012-04-03 contained a reference 
+                 to a given news item, but the BBC news home page on the next day did not.""";
 
    prov:qualifiedGeneration [
       a prov:Generation, prov:InstantaneousEvent;
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Source.ttl	Fri Jun 01 16:14:54 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Source.ttl	Fri Jun 01 16:25:52 2012 -0400
@@ -10,7 +10,9 @@
    prov:qualifiedSource [
       a prov:Source;
       prov:entity :donQuixote;
-      :confidenceValue "6"^^xsd:integer # I am not sure if "myPost" had as original source Don Quixote, so I assert a confidence value of 6 out of 10.
+      :confidenceValue "6"^^xsd:integer 
+      rdfs:comment """I am not sure if :myPost Don Quixote was the original source, 
+                      so I assert a confidence value of 6 out of 10.""";
    ];
 .