outdated props
authorStian Soiland-Reyes <soiland-reyes@cs.manchester.ac.uk>
Thu, 27 Sep 2012 16:37:34 +0100
changeset 4493 1aa33cf0aff8
parent 4492 9d2764b32619
child 4494 d394d905b33b
outdated props
examples/eg-24-prov-o-html-examples/rdf/create/old/property_prov-dm.ttl
examples/eg-24-prov-o-html-examples/rdf/create/old/property_provenanceUriTemplate.ttl
examples/eg-24-prov-o-html-examples/rdf/create/old/property_wasApprovedBy.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_prov-dm.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_provenanceUriTemplate.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasApprovedBy.ttl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/old/property_prov-dm.ttl	Thu Sep 27 16:37:34 2012 +0100
@@ -0,0 +1,7 @@
+@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 prov: <http://www.w3.org/ns/prov#> .
+@prefix :     <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/old/property_provenanceUriTemplate.ttl	Thu Sep 27 16:37:34 2012 +0100
@@ -0,0 +1,7 @@
+@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 prov: <http://www.w3.org/ns/prov#> .
+@prefix :     <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/old/property_wasApprovedBy.ttl	Thu Sep 27 16:37:34 2012 +0100
@@ -0,0 +1,16 @@
+@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 prov: <http://www.w3.org/ns/prov#> .
+@prefix :     <http://example.com/> .
+
+:draft2 a prov:Entity ;
+	prov:wasRevisionOf :draft1 ;
+	prov:qualifiedRevision [
+		a prov:Revision ;
+                prov:wasApprovedBy :draftEditor ;
+		prov:entity :draft1
+	] .
+
+:draft1 a prov:Entity .
+:draftEditor a prov:Person, prov:Agent, prov:Entity .
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_prov-dm.ttl	Thu Sep 27 16:14:37 2012 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-@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 prov: <http://www.w3.org/ns/prov#> .
-@prefix :     <http://example.com/> .
-
-# TODO
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_provenanceUriTemplate.ttl	Thu Sep 27 16:14:37 2012 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-@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 prov: <http://www.w3.org/ns/prov#> .
-@prefix :     <http://example.com/> .
-
-# TODO
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasApprovedBy.ttl	Thu Sep 27 16:14:37 2012 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-@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 prov: <http://www.w3.org/ns/prov#> .
-@prefix :     <http://example.com/> .
-
-:draft2 a prov:Entity ;
-	prov:wasRevisionOf :draft1 ;
-	prov:qualifiedRevision [
-		a prov:Revision ;
-                prov:wasApprovedBy :draftEditor ;
-		prov:entity :draft1
-	] .
-
-:draft1 a prov:Entity .
-:draftEditor a prov:Person, prov:Agent, prov:Entity .