quotation example
authorTim L <lebot@rpi.edu>
Sun, 01 Apr 2012 17:20:48 -0400
changeset 2165 f5d656b6a07d
parent 2164 1dfc9c916073
child 2166 92848adfb4f0
quotation example
examples/eg-21-towards-simplified-quotations/document/homepage
examples/eg-21-towards-simplified-quotations/rdf/eg-21-towards-simplified-quotations.ttl
examples/eg-21-towards-simplified-quotations/rdf/eg-21-towards-simplified-quotations.ttl.sd_name
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-21-towards-simplified-quotations/document/homepage	Sun Apr 01 17:20:48 2012 -0400
@@ -0,0 +1,2 @@
+http://www.w3.org/2011/prov/wiki/Eg-21-towards-simplified-quotations
+http://dvcs.w3.org/hg/prov/file/tip/examples/eg-21-towards-simplified-quotations
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-21-towards-simplified-quotations/rdf/eg-21-towards-simplified-quotations.ttl	Sun Apr 01 17:20:48 2012 -0400
@@ -0,0 +1,33 @@
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix sd:      <http://www.w3.org/ns/sparql-service-description#> .
+@prefix dcat:    <http://www.w3.org/ns/dcat#> .
+@prefix void:    <http://rdfs.org/ns/void#> .
+@prefix sioc:    <http://rdfs.org/sioc/ns#> .
+@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
+@prefix prov:    <http://www.w3.org/ns/prov#> .
+@prefix :        <http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-21-towards-simplified-quotations/rdf/eg-21-towards-simplified-quotations.ttl#> .
+
+:my_blog_post
+   a sioc:Post, prov:Entity;
+   dcterms:subject :a_quote_I_included;
+   prov:wasAttributedTo <http://data.semanticweb.org/person/timothy-lebo>;
+.
+
+:a_quote_I_included
+   a prov:Entity;
+   rdf:value "Four score and seven years ago";
+   prov:wasQuotedFrom <http://dbpedia.org/resource/Gettysburg_Address>;
+   prov:qualifiedQuotation [
+      prov:entity <http://dbpedia.org/resource/Gettysburg_Address>;
+      :foo :bar;
+   ];
+.
+
+<http://dbpedia.org/resource/Gettysburg_Address> 
+   a prov:Entity;
+   prov:wasAttributedTo <http://dbpedia.org/resource/Abraham_Lincoln>;
+.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-21-towards-simplified-quotations/rdf/eg-21-towards-simplified-quotations.ttl.sd_name	Sun Apr 01 17:20:48 2012 -0400
@@ -0,0 +1,1 @@
+http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-21-towards-simplified-quotations/rdf/eg-21-towards-simplified-quotations.ttl