fixed multi line string in provn example
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Wed, 05 Dec 2012 08:15:58 +0000
changeset 5282 7dd958d5302f
parent 5281 47246d812b80
child 5283 fa524854794f
fixed multi line string in provn example
testcases/provo/prov-o-class-PrimarySource-PASS.provn
--- a/testcases/provo/prov-o-class-PrimarySource-PASS.provn	Tue Dec 04 16:34:20 2012 +0000
+++ b/testcases/provo/prov-o-class-PrimarySource-PASS.provn	Wed Dec 05 08:15:58 2012 +0000
@@ -7,6 +7,5 @@
 prefix pc1 <http://www.ipaw.info/pc1/>
 entity(def:donQuixote)
 entity(def:myPost)
-wasDerivedFrom(def:myPost, def:donQuixote,[prov:type='prov:PrimarySource', def:confidenceValue = "6" %% xsd:integer, rdfs:comment = "Not sure if Don Quixote was the original source, 
-                      so asserting a confidence value of 6 out of 10." %% xsd:string])
+wasDerivedFrom(def:myPost, def:donQuixote,[prov:type='prov:PrimarySource', def:confidenceValue = "6" %% xsd:integer, rdfs:comment = "Not sure if Don Quixote was the original source, so asserting a confidence value of 6 out of 10." %% xsd:string])
 endDocument
\ No newline at end of file