provo egs typo
authorTim L <lebot@rpi.edu>
Tue, 10 Jul 2012 10:48:35 -0400
changeset 3886 e87799be995b
parent 3885 d8f1914b72ec
child 3887 0967e1bdd949
provo egs typo
examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Quotation.ttl
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Quotation.ttl	Tue Jul 10 10:38:05 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Quotation.ttl	Tue Jul 10 10:48:35 2012 -0400
@@ -2,20 +2,25 @@
 @prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
 @prefix owl:  <http://www.w3.org/2002/07/owl#> .
 @prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix ex:   <http://example.com/vocab#> .
 @prefix :     <http://example.com/> .
 
-:bl-dagstuhl
+:dagstuhl-quote
    a prov:Entity;
+   prov:value         "why would people record and share provenance in the first place?";
    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:hadQuoter <http://data.semanticweb.org/person/luc-moreau>;
-      prov:hadQuoted <http://data.semanticweb.org/person/paul-groth>;
-   ] .
+      prov:entity     <http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/>;
+      ex:fromSection 2;
+   ];
+   prov:wasAttributedTo <http://data.semanticweb.org/person/luc-moreau>;
+.
 
 <http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/> 
-   a prov:Entity .
+   a prov:Entity;
+   prov:wasAttributedTo <http://data.semanticweb.org/person/paul-groth>;
+.
 
 <http://data.semanticweb.org/person/luc-moreau> a prov:Person, prov:Agent .
 <http://data.semanticweb.org/person/paul-groth> a prov:Person, prov:Agent .