prov-implementations: Added provenance for the NOTE document
authorTrung Dong Huynh <tdh@ecs.soton.ac.uk>
Thu, 25 Apr 2013 12:41:19 +0100
changeset 6296 e6bddb818786
parent 6295 aa0a0b99919d
child 6297 5aba003b06d1
prov-implementations: Added provenance for the NOTE document
provenance/prov-implementations.ttl
reports/NOTE-prov-implementations-20130430/Overview.html
reports/prov-implementations.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/provenance/prov-implementations.ttl	Thu Apr 25 12:41:19 2013 +0100
@@ -0,0 +1,37 @@
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix  prov: <http://www.w3.org/ns/prov#> .
+@prefix : <#> .
+
+<http://www.w3.org/TR/prov-implementations/> a prov:Entity.
+
+<http://www.w3.org/TR/2013/NOTE-prov-implementations-20130430/> 
+    prov:wasRevisionOf <http://www.w3.org/TR/2013/WD-prov-implementations-20130312/>;
+    prov:specializationOf <http://www.w3.org/TR/prov-implementations/>;
+    prov:wasAttributedTo :TrungDongHuynh; 
+    prov:wasAttributedTo :PaulGroth; 
+    prov:wasAttributedTo :StephanZednik;
+    prov:wasAttributedTo <http://www.w3.org/2011/prov>
+.
+
+:TrungDongHuynh
+    prov:specializationOf <http://users.ecs.soton.ac.uk/tdh/foaf.rdf#me>;
+    a prov:Person;
+    foaf:name "Trung Dong Huynh";
+    foaf:account <http://www.w3.org/2011/prov/wiki/User:Thuynh>
+.
+:PaulGroth
+    prov:specializationOf <http://id.ecs.soton.ac.uk/person/10022>;
+    a prov:Person;
+    foaf:name "Paul Groth";
+    foaf:account <http://www.w3.org/2011/prov/wiki/User:Pgroth>
+.
+:StephanZednik
+    prov:specializationOf <http://tw.rpi.edu/instances/StephanZednik>;
+    a prov:Person;
+    foaf:name "Stephan Zednik";
+    foaf:account    <http://www.w3.org/2011/prov/wiki/User:Szednik>;
+    prov:actedOnBehalfOf <http://dbpedia.org/resource/Rensselaer_Polytechnic_Institute>;
+.
+
+<http://www.w3.org/2011/prov> a prov:Organization .
+
--- a/reports/NOTE-prov-implementations-20130430/Overview.html	Thu Apr 25 12:32:38 2013 +0200
+++ b/reports/NOTE-prov-implementations-20130430/Overview.html	Thu Apr 25 12:41:19 2013 +0100
@@ -5,6 +5,7 @@
     <meta name="description" content="W3C PROV Implementation Report">
     <meta name="keywords" content="W3C,PROV,implementation,Provenance Working Group">
     <meta name="author" content="Trung Dong Huynh, Paul Groth, Stephan Zednik">
+    <link rel="http://www.w3.org/ns/prov#has_provenance" href="http://www.w3.org/2011/prov/provenance/prov-implementations">
     <title>PROV Implementation Report</title> 
      
 
--- a/reports/prov-implementations.html	Thu Apr 25 12:32:38 2013 +0200
+++ b/reports/prov-implementations.html	Thu Apr 25 12:41:19 2013 +0100
@@ -6,6 +6,7 @@
     <meta name="description" content="W3C PROV Implementation Report">
     <meta name="keywords" content="W3C,PROV,implementation,Provenance Working Group">
     <meta name="author" content="Trung Dong Huynh, Paul Groth, Stephan Zednik">
+    <link rel="http://www.w3.org/ns/prov#has_provenance" href="http://www.w3.org/2011/prov/provenance/prov-implementations">
     <title>PROV Implementation Report</title> 
     <script src="https://www.w3.org/Tools/respec/respec-w3c-common" class="remove" async></script>