--- 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.