Added an attribute for Source
authordgarijo
Tue, 08 May 2012 15:05:53 +0200
changeset 2732 01f6e5656116
parent 2731 8e6cf385a289
child 2734 62b51f0d8a50
Added an attribute for Source
examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Source.ttl
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Source.ttl	Tue May 08 15:00:07 2012 +0200
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Source.ttl	Tue May 08 15:05:53 2012 +0200
@@ -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.