merge
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Tue, 08 May 2012 16:00:35 +0100
changeset 2734 62b51f0d8a50
parent 2733 ce56dc32ba1e (current diff)
parent 2732 01f6e5656116 (diff)
child 2735 7049bc0b335f
merge
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Source.ttl	Tue May 08 16:00:14 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Source.ttl	Tue May 08 16:00:35 2012 +0100
@@ -10,7 +10,7 @@
 	prov:qualifiedSource [
 		a prov:Source;
 		prov:entity :donQuixote;
-		#other attributes of the relationship
+		:confidenceValue "6"^^xsd:int #I am not sure if "myPost" had as original source Don Quixote, so I assert a confidence value of 6 out of 10.
 	].
 	
 :donQuixote a prov:Entity.
--- a/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-example.ttl	Tue May 08 16:00:14 2012 +0100
+++ b/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-example.ttl	Tue May 08 16:00:35 2012 +0100
@@ -44,12 +44,6 @@
 	   prov:wasGeneratedBy ex:publicationActivity1123;
 	   prov:atLocation ex:more-crime-happens-in-cities;  ##PERMALINK of the post
 	   ex:snapshotContent ex:postContent0;                ##Snapshot with the content of this version
-	   prov:qualifiedGeneration [
-		  a prov:Generation;
-		  prov:activity ex:publicationActivity1123;
-		  prov:atTime "2011-07-16T01:52:02Z"^^xsd:dateTime; 
-		  prov:atLocation <http://dbpedia.org/resource/Madrid>;
-	   ];
 	   sioc:title "More crime happens in cities"^^xsd:string;
 	   prov:hadOriginalSource ex:aggregatedByRegions;
 	   prov:wasAttributedTo ex:dereck
@@ -76,11 +70,6 @@
 		sioc:title "More crime happens in cities for dummies"^^xsd:string;
 		prov:wasAttributedTo ex:monica
 	.
-		
-	   
-	<http://dbpedia.org/resource/Madrid> 
-		a prov:Location
-	.
 
 	ex:publicationActivity1123 
 		a prov:Activity;
--- a/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1.ttl	Tue May 08 16:00:14 2012 +0100
+++ b/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1.ttl	Tue May 08 16:00:35 2012 +0100
@@ -36,12 +36,6 @@
       prov:wasGeneratedBy ex:publicationActivity1123;
       prov:atLocation     ex:more-crime-happens-in-cities;  ## PERMALINK to the (latest revision of the) post
       ex:snapshotContent  ex:postContent0;                  ## Snapshot with the content of this version
-      prov:qualifiedGeneration [
-         a prov:Generation;
-         prov:activity    ex:publicationActivity1123;
-         prov:atTime     "2011-07-16T01:52:02Z"^^xsd:dateTime; 
-         prov:atLocation <http://dbpedia.org/resource/Madrid>;
-      ];
       sioc:title "More crime happens in cities"^^xsd:string;
       prov:hadOriginalSource ex:aggregatedByRegions;
       prov:wasAttributedTo   ex:derek
@@ -70,10 +64,6 @@
       sioc:title "More crime happens in cities for dummies"^^xsd:string;
       prov:wasAttributedTo ex:monica;
    .
-      
-   <http://dbpedia.org/resource/Madrid> 
-      a prov:Location;
-   .
 
    ex:publicationActivity1123 
       a prov:Activity;