spacing
authorTim L <lebot@rpi.edu>
Sat, 30 Jun 2012 20:21:05 -0400
changeset 3551 9c3a15dba543
parent 3550 31d2e88423bc
child 3552 11452dfae31d
spacing
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedQuotation.ttl
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedQuotation.ttl	Sat Jun 30 20:18:10 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedQuotation.ttl	Sat Jun 30 20:21:05 2012 -0400
@@ -14,10 +14,12 @@
 	This could imply that we could have nice way to trace provenance across
 	systems and through databases and be able to understand the
 	mathematical properties of this interconnection.""";
-   prov:wasQuotedFrom <http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/>;
+   prov:wasQuotedFrom 
+     <http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/>;
    prov:qualifiedQuotation [
       a prov:Quotation;
-      prov:entity <http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/>;
+      prov:entity 
+        <http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/>;
       prov:hadQuoter <http://data.semanticweb.org/person/luc-moreau>;
       prov:hadQuoted <http://data.semanticweb.org/person/paul-groth>;
    ] .