--- a/provenance/prov-o.ttl Tue Feb 26 14:20:46 2013 +0000
+++ b/provenance/prov-o.ttl Wed Feb 27 13:53:25 2013 +0000
@@ -1,19 +1,21 @@
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix : <#> .
<http://www.w3.org/TR/prov-o/> a prov:Entity.
<http://www.w3.org/TR/2012/CR-prov-o-20121211/>
prov:specializationOf <http://www.w3.org/TR/prov-o/>;
prov:wasRevisionOf <http://www.w3.org/TR/2012/WD-prov-o-20120724/>;
- prov:wasAttributedTo <http://tw.rpi.edu/instances/TimLebo>;
+ prov:wasAttributedTo <http://tw.rpi.edu/instances/TimLebo>,
+ :StianSoilandReyes ;
#Satya Sahoo, Case Western Reserve University, USA
#Deborah McGuinness, Rensselaer Polytechnic Institute, USA
#Khalid Belhajjame, University of Manchester, UK
#James Cheney, University of Edinburgh, UK
#David Corsar, University of Aberdeen, UK
#Daniel Garijo, Universidad Politécnica de Madrid, Spain
- #Stian Soiland-Reyes, University of Manchester, UK
#Stephan Zednik, Rensselaer Polytechnic Institute, USA
#Jun Zhao, University of Oxford, UK
@@ -21,8 +23,20 @@
prov:wasInfluencedBy <http://www.w3.org/TR/2012/CR-prov-o-20121211/#acknowledgements>;
.
+
+# Is this the correct URI for the group? With or without the /?
<http://www.w3.org/2011/prov>
- a prov:Organization;
+ a prov:Organization, foaf:Group;
+ foaf:homePage <http://www.w3.org/2011/prov/wiki/Main_Page> ;
+ dcterms:isPartOf [
+ # TODO: What is the proper URI for w3c the organization?
+ a foaf:Organization;
+ foaf:homepage <http://www.w3.org/> ;
+ ] ;
+ foaf:name "W3C Provenance Working Group" ;
+ foaf:member :TimLebo,
+ :StianSoilandReyes;
+ ## and others!
.
<http://www.w3.org/TR/2012/CR-prov-o-20121211/#acknowledgements>
@@ -44,13 +58,29 @@
prov:alternateOf <http://purl.org/twc/id/person/TimLebo>;
.
+
+:StianSoilandReyes a prov:Person, foaf:Person ;
+ prov:specializationOf <http://soiland-reyes.com/stian/#me> ;
+ prov:actedOnBehalfOf <http://dbpedia.org/page/University_of_Manchester> ;
+ foaf:name "Stian Soiland-Reyes"@en ;
+ foaf:account <http://www.w3.org/2011/prov/wiki/User:Ssoiland> ;
+ foaf:page <http://soiland-reyes.com/stian/about/> ;
+ foaf:homepage <http://soiland-reyes.com/stian/> ;
+ foaf:weblog <http://soiland-reyes.com/stian/> ;
+ foaf:workInfoHomepage <http://soiland-reyes.com/stian/work/> ;
+ foaf:workplaceHomepage <http://www.mygrid.org.uk/>, <http://www.manchester.ac.uk/> .
+
+<http://dbpedia.org/page/University_of_Manchester> a foaf:Organization ;
+ foaf:name "University of Manchester" ;
+ foaf:member :StianSoilandReyes ;
+ foaf:homepage <http://www.manchester.ac.uk/> .
+
#Satya Sahoo, Case Western Reserve University, USA
#Deborah McGuinness, Rensselaer Polytechnic Institute, USA
#Khalid Belhajjame, University of Manchester, UK
#James Cheney, University of Edinburgh, UK
#David Corsar, University of Aberdeen, UK
#Daniel Garijo, Universidad Politécnica de Madrid, Spain
-#Stian Soiland-Reyes, University of Manchester, UK
#Stephan Zednik, Rensselaer Polytechnic Institute, USA
#Jun Zhao, University of Oxford, UK