provo egs typo
authorTim L <lebot@rpi.edu>
Tue, 10 Jul 2012 15:58:57 -0400
changeset 3899 b153586b0a7f
parent 3890 f4d75343a6fd
child 3900 ae74803a6167
provo egs typo
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
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedQuotation.ttl	Tue Jul 10 11:12:09 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedQuotation.ttl	Tue Jul 10 15:58:57 2012 -0400
@@ -20,7 +20,7 @@
       a prov:Quotation;
       prov:entity 
         <http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop>;
-      my:hadQuoter <http://data.semanticweb.org/person/luc-moreau>;
+      my:fromSection 1;
    ];
 .
 
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedSource.ttl	Tue Jul 10 11:12:09 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedSource.ttl	Tue Jul 10 15:58:57 2012 -0400
@@ -7,10 +7,12 @@
 
 :temperatureDisplay
    a prov:Entity;
-   prov:hadOriginalSource :sensorReading20120510;
+   prov:hadPrimarySource :sensorReading20120510;
    prov:qualifiedSource [
       a prov:Source;
-      prov:entity         :sensorReading20120510;
+      prov:entity        :sensorReading20120510;
+      ex:precisionLoss true;
+      rdfs:comment "The displayed temperature does not show the full precision available in the reading.";
    ];
 .