eg 1 and eg 2
authorTim L <lebot@rpi.edu>
Mon, 27 Feb 2012 21:50:00 -0500
changeset 1701 de2939264b5b
parent 1700 86c19c178bbc
child 1703 7f03ed215105
eg 1 and eg 2
examples/rdf/eg-1/eg-1.ttl
examples/rdf/eg-2-self-portrait/eg-2-self-portrait.ttl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/rdf/eg-1/eg-1.ttl	Mon Feb 27 21:50:00 2012 -0500
@@ -0,0 +1,13 @@
+@prefix prov:    <http://www.w3.org/ns/prov#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix sd:      <http://www.w3.org/ns/sparql-service-description#> .
+@prefix void:    <http://rdfs.org/ns/void#> .
+@prefix : <#> .
+
+:e2 a prov:Entity;
+   prov:wasDerivedFrom :e1;
+. 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/rdf/eg-2-self-portrait/eg-2-self-portrait.ttl	Mon Feb 27 21:50:00 2012 -0500
@@ -0,0 +1,11 @@
+@prefix prov:    <http://www.w3.org/ns/prov#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix sd:      <http://www.w3.org/ns/sparql-service-description#> .
+@prefix void:    <http://rdfs.org/ns/void#> .
+@prefix : <#> .
+
+:ag a prov:Agent .