--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedSource.ttl Mon Apr 30 13:01:37 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedSource.ttl Mon Apr 30 13:30:09 2012 -0400
@@ -4,4 +4,12 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix : <http://example.com/> .
-# TODO
+:temperatureReading
+ a prov:Entity;
+ prov:hadOriginalSource :temperatureSensor;
+ prov:qualifiedSource [
+ a prov:Source;
+ :partOf :weatherForecastNetwork;
+ prov:atLocation :SmokyMountainTrail;
+ ];
+.