--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedSource.ttl Mon May 14 20:27:03 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedSource.ttl Mon May 14 20:50:17 2012 -0400
@@ -7,11 +7,10 @@
:temperatureReading
a prov:Entity;
- prov:hadOriginalSource :temperatureSensor;
+ prov:hadOriginalSource :sensorReading20120510;
prov:qualifiedSource [
a prov:Source;
- prov:entity :temperatureSensor;
- prov:atLocation :SmokyMountainTrail;
- dcterms:isPartOf :weatherForecastNetwork;
+ prov:entity :sensorReading;
+ prov:wasGeneratedBy :temperatureSensor;
];
.