updated qualifiedSource
authorSatya Sahoo <satya.sahoo@case.edu>
Mon, 14 May 2012 20:50:17 -0400
changeset 2810 52b7f90ca023
parent 2809 309e2ff706ab
child 2813 5e3221db9f03
updated qualifiedSource
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_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;         
   ];
 .