prov:hadQuoter :-)
authorTim L <lebot@rpi.edu>
Sat, 30 Jun 2012 20:26:24 -0400
changeset 3552 11452dfae31d
parent 3551 9c3a15dba543
child 3553 ef05693cc673
prov:hadQuoter :-)
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:21:05 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedQuotation.ttl	Sat Jun 30 20:26:24 2012 -0400
@@ -2,9 +2,9 @@
 @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 my:   <http://example.com/vocab/my#> .
 @prefix :     <http://example.com/> .
 
-
 :bl-dagstuhl
    a prov:Entity;
    prov:value """During the workshop, it became clear to me that the consensus
@@ -15,18 +15,20 @@
 	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/>;
+     <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>;
-   ] .
+        <http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop>;
+      my:hadQuoter <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 .
+<http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop> 
+   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 .