--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Quotation.ttl Wed Apr 25 14:34:32 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Quotation.ttl Wed Apr 25 14:45:20 2012 +0100
@@ -6,23 +6,17 @@
:bl-dagstuhl
a prov:Entity;
- prov:value "During the workshop, it became clear to me that the consensus based models (which are often graphical in nature) can not only be formalized but also be directly connected to these database focused formalizations. I just needed to get over the differences in syntax. 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:wasAttributedTo <http://data.semanticweb.org/person/luc-moreau>;
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>;
- ];
-.
+ ] .
<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>;
-.
+ a prov:Entity .
<http://data.semanticweb.org/person/luc-moreau> a prov:Person, prov:Agent .
<http://data.semanticweb.org/person/paul-groth> a prov:Person, prov:Agent .
-<> prov:wasDerivedFrom <http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#dfn-wasquotedfrom> .
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hadQuoted.ttl Wed Apr 25 14:34:32 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hadQuoted.ttl Wed Apr 25 14:45:20 2012 +0100
@@ -4,4 +4,15 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix : <http://example.com/> .
-# TODO
+
+:bl-dagstuhl
+ a prov:Entity;
+ 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:hadQuoted <http://data.semanticweb.org/person/paul-groth>;
+ ] .
+
+<http://data.semanticweb.org/person/paul-groth> a prov:Person, prov:Agent .
+
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hadQuoter.ttl Wed Apr 25 14:34:32 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hadQuoter.ttl Wed Apr 25 14:45:20 2012 +0100
@@ -4,4 +4,15 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix : <http://example.com/> .
-# TODO
+
+:bl-dagstuhl
+ a prov:Entity;
+ 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>;
+ ] .
+
+<http://data.semanticweb.org/person/luc-moreau> a prov:Person, prov:Agent .
+
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedQuotation.ttl Wed Apr 25 14:34:32 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedQuotation.ttl Wed Apr 25 14:45:20 2012 +0100
@@ -4,4 +4,28 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix : <http://example.com/> .
-# TODO
+
+:bl-dagstuhl
+ a prov:Entity;
+ prov:value """During the workshop, it became clear to me that the consensus
+ based models (which are often graphical in nature) can not only be
+ formalized but also be directly connected to these database focused
+ formalizations. I just needed to get over the differences in syntax.
+ 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: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/>
+ a prov:Entity .
+
+<http://data.semanticweb.org/person/luc-moreau> a prov:Person, prov:Agent .
+<http://data.semanticweb.org/person/paul-groth> a prov:Person, prov:Agent .
+
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasQuotedFrom.ttl Wed Apr 25 14:34:32 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasQuotedFrom.ttl Wed Apr 25 14:45:20 2012 +0100
@@ -6,8 +6,15 @@
:bl-dagstuhl
a prov:Entity;
- prov:value "During the workshop, it became clear to me that the consensus based models (which are often graphical in nature) can not only be formalized but also be directly connected to these database focused formalizations. I just needed to get over the differences in syntax. 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:value """During the workshop, it became clear to me that the consensus
+ based models (which are often graphical in nature) can not only be
+ formalized but also be directly connected to these database focused
+ formalizations. I just needed to get over the differences in syntax.
+ 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/>;
.
<http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/> a prov:Entity .