--- 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.";
];
.