provo eg widths
authorTim L <lebot@rpi.edu>
Mon, 23 Jul 2012 10:54:01 -0400
changeset 4241 9fa1bac54035
parent 4240 100962427792
child 4242 ec83dea1402f
provo eg widths
examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Collection.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Quotation.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hadMember.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedQuotation.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedSource.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_value.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasQuotedFrom.ttl
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Collection.ttl	Mon Jul 23 10:33:47 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Collection.ttl	Mon Jul 23 10:54:01 2012 -0400
@@ -41,12 +41,12 @@
 
 :page-by-seat
    a prov:Entity, :WikipediaPage;
-   prov:specializationOf <http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_seat>;
+   prov:specializationOf <http://purl.org/twc/page/wikipedia/us-supreme-court-by-seat>;
    prov:generatedAtTime "2011-08-31T12:51"^^xsd:dateTime;
 .
 
 :page-by-composition
    a prov:Entity, :WikipediaPage;
-   prov:specializationOf <http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_court_composition>;
+   prov:specializationOf <http://purl.org/twc/page/wikipedia/us-supreme-court-by-composition>;
    prov:generatedAtTime "2012-05-16T14:33"^^xsd:dateTime;
 .
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Quotation.ttl	Mon Jul 23 10:33:47 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Quotation.ttl	Mon Jul 23 10:54:01 2012 -0400
@@ -8,16 +8,16 @@
 :dagstuhl-quote
    a prov:Entity;
    prov:value   "why would people record and share provenance in the first place?";
-   prov:wasQuotedFrom <http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/>;
+   prov:wasQuotedFrom <http://purl.org/twc/page/thoughts-from-the-dagstuhl-workshop>;
    prov:qualifiedQuotation [
       a prov:Quotation;
-      prov:entity     <http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/>;
+      prov:entity     <http://purl.org/twc/page/thoughts-from-the-dagstuhl-workshop>;
       ex:fromSection 2;
    ];
    prov:wasAttributedTo <http://data.semanticweb.org/person/luc-moreau>;
 .
 
-<http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/> 
+<http://purl.org/twc/page/thoughts-from-the-dagstuhl-workshop> 
    a prov:Entity;
    prov:wasAttributedTo <http://data.semanticweb.org/person/paul-groth>;
 .
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hadMember.ttl	Mon Jul 23 10:33:47 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hadMember.ttl	Mon Jul 23 10:54:01 2012 -0400
@@ -9,8 +9,8 @@
    a prov:Collection, :RobertsCourt;
    dcterms:description [
       a prov:Entity;
-      prov:value 
-         "2010–present: A. Scalia A. Kennedy C. Thomas R.B. Ginsburg S. Breyer S. Alito S. Sotomayor E. Kagan";
+      prov:value """2010–present: A. Scalia A. Kennedy C. Thomas R.B. Ginsburg S. 
+                  Breyer S. Alito S. Sotomayor E. Kagan""";
       prov:wasQuotedFrom :page-by-composition;
    ];
    prov:qualifiedGeneration [
@@ -36,14 +36,12 @@
 
 :page-by-seat
    a prov:Entity, :WikipediaPage;
-   prov:specializationOf 
-      <http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_seat>;
+   prov:specializationOf <http://purl.org/twc/page/wikipedia/us-supreme-court-by-seat>;
    prov:generatedAtTime "2011-08-31T12:51"^^xsd:dateTime;
 .
 
 :page-by-composition
    a prov:Entity, :WikipediaPage;
-   prov:specializationOf 
-      <http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_court_composition>;
+   prov:specializationOf <http://purl.org/twc/page/wikipedia/us-supreme-court-by-composition>;
    prov:generatedAtTime "2012-05-16T14:33"^^xsd:dateTime;
 .
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedQuotation.ttl	Mon Jul 23 10:33:47 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedQuotation.ttl	Mon Jul 23 10:54:01 2012 -0400
@@ -14,18 +14,15 @@
 	This could imply that we could have nice way to trace provenance across
 	systems and through databases and be able to understand the
 	mathematical properties of this interconnection.""";
-   prov:wasQuotedFrom 
-     <http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop>;
+   prov:wasQuotedFrom <http://purl.org/twc/page/thoughts-from-the-dagstuhl-workshop>;
    prov:qualifiedQuotation [
       a prov:Quotation;
-      prov:entity 
-        <http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop>;
+      prov:entity <http://purl.org/twc/page/thoughts-from-the-dagstuhl-workshop>;
       my:fromSection 1;
    ];
 .
 
-
-<http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop> 
+<http://purl.org/twc/page/thoughts-from-the-dagstuhl-workshop>
    a prov:Entity;
    prov:wasAttributedTo <http://data.semanticweb.org/person/paul-groth>;
 .
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedSource.ttl	Mon Jul 23 10:33:47 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedSource.ttl	Mon Jul 23 10:54:01 2012 -0400
@@ -12,7 +12,8 @@
       a prov:Source;
       prov:entity        :sensorReading20120510;
       ex:precisionLoss true;
-      rdfs:comment "The displayed temperature does not show the full precision available in the reading.";
+      rdfs:comment """The displayed temperature does not show the full precision 
+                      available in the reading.""";
    ];
 .
 
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_value.ttl	Mon Jul 23 10:33:47 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_value.ttl	Mon Jul 23 10:54:01 2012 -0400
@@ -8,7 +8,7 @@
    a prov:Entity;
    prov:value 
       """2010–present: A. Scalia A. Kennedy C. Thomas R.B. Ginsburg 
-         S. Breyer S. Alito S. Sotomayor E. Kagan"""";
+         S. Breyer S. Alito S. Sotomayor E. Kagan""";
    prov:wasQuotedFrom 
-      <http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_court_composition>;
+      <http://purl.org/twc/page/wikipedia/us-supreme-court-by-composition>;
 .
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasQuotedFrom.ttl	Mon Jul 23 10:33:47 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasQuotedFrom.ttl	Mon Jul 23 10:54:01 2012 -0400
@@ -15,10 +15,9 @@
 	systems and through databases and be able to understand the
 	mathematical properties of this interconnection.""";
 
-   prov:wasQuotedFrom 
-      <http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/>;
+   prov:wasQuotedFrom <http://purl.org/twc/page/thoughts-from-the-dagstuhl-workshop>;
 .
 
-<http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/> 
+<http://purl.org/twc/page/thoughts-from-the-dagstuhl-workshop>
    a prov:Entity;
 .