@prefix pav:   <http://purl.org/pav/> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix gn:    <http://www.geonames.org/ontology#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov:  <http://www.w3.org/ns/prov#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix wgs:   <http://www.w3.org/2003/01/geo/wgs84_pos> .
@prefix cc:    <http://creativecommons.org/ns#> .
@prefix schema: <http://schema.org/> .
@prefix contact: <http://www.w3.org/2000/10/swap/pim/contact#> .

<http://soiland-reyes.com/stian/foaf>
        a                     foaf:PersonalProfileDocument ;
        pav:derivedFrom       <http://pub.orcid.org/orcid-pub-web/experimental_rdf_v1/0000-0001-9842-9718> ;
        prov:wasDerivedFrom       <http://pub.orcid.org/orcid-pub-web/experimental_rdf_v1/0000-0001-9842-9718> ;
        pav:contributedOn     "2013-05-23T16:10:06.211Z"^^xsd:dateTime ;
        pav:createdBy         <http://soiland-reyes.com/stian/#me> ;
        pav:createdOn         "2012-10-15T15:09:28.647Z"^^xsd:dateTime ;
        pav:createdWith       <http://soiland-reyes.com/stian/#me> ;
        pav:lastUpdateOn      "2017-01-25T15:06:00.328Z"^^xsd:dateTime ;
        prov:generatedAtTime  "2017-01-25T15:06:00.328Z"^^xsd:dateTime ;
        prov:wasAttributedTo  <http://soiland-reyes.com/stian/#me> ;
        foaf:maker            <http://soiland-reyes.com/stian/#me> ;
        foaf:primaryTopic     <http://soiland-reyes.com/stian/#me> .

<http://soiland-reyes.com/stian/#me>
        a                  foaf:Person , prov:Person, schema:Person ;
        owl:sameAs <http://orcid.org/0000-0001-9842-9718> ;
        contact:preferredURI "http://orcid.org/0000-0001-9842-9718" ;
        schema:sameAs <http://orcid.org/0000-0001-9842-9718> ;
        schema:url         <http://soiland-reyes.com/stian/#me> ;
        rdfs:label         "Stian Soiland-Reyes" ;
        schema:name "Stian Soiland-Reyes";
        foaf:familyName    "Soiland-Reyes" ;
        schema:familyName  "Soiland-Reyes";
        foaf:givenName     "Stian" ;
        schema:givenName "Stian";
        schema:alternateName "Stian Søiland"@no;
        foaf:account       <http://orcid.org/0000-0001-9842-9718#orcid-id> ;
        foaf:based_near    <http://sws.geonames.org/9884116/> ;
        schema:workLocation <http://sws.geonames.org/9884116/> ;
        schema:mainEntityOfPage <http://soiland-reyes.com/stian/work>, <http://uk.linkedin.com/in/stain/>  ;
        foaf:homepage      <http://soiland-reyes.com/stian/work/> ;
        foaf:name          "Stian Soiland-Reyes" ;
        foaf:depiction     <http://soiland-reyes.com/stian/pics/stain-2015.jpg> ;
        schema:image       <http://soiland-reyes.com/stian/pics/stain-2015.jpg> ;
        foaf:page          <http://www.manchester.ac.uk/research/soiland-reyes/publications> , <https://twitter.com/soilandreyes> , <http://scholar.google.com/citations?user=OeBjonkAAAAJ> , <http://academic.research.microsoft.com/Author/5200832> , <http://uk.linkedin.com/in/stain/> , <https://github.com/stain> , <http://www.slideshare.net/soilandreyes/> ;
        foaf:plan          "Stian works in School of Computer Science, at the University of Manchester on the myGrid project as a technical software architect and researcher.\r\n\r\nStian is or has been working on Taverna (scientific workflow system), Wf4Ever (digital preservation), myExperiment (sharing scientific workflows), provenance (where did things come from) and annotations (who said what)." ;
        foaf:nickname      "stain";
        foaf:publications
            <http://orcid.org/0000-0001-9842-9718#workspace-works>,
            <https://www.research.manchester.ac.uk/portal/soiland-reyes.html> ;
        schema:jobTitle "Technical Architect";
        schema:worksFor [ a schema:Organization;
            schema:name "The University of Manchester"@en ;
            rdfs:label "The University of Manchester"@en ;
            schema:url <http://www.manchester.ac.uk/> ;
            schema:logo <http://assets.manchester.ac.uk/corporate/images/design/logo-university-of-manchester.png> ];
        schema:affiliation [ 
            schema:name "The Apache Software Foundation";
            schema:url <http://apache.org/> 
        ];
        foaf:mbox   <mailto:stian@soiland-reyes.com>,
                    <mailto:soiland-reyes@manchester.ac.uk>,
                    <mailto:stain@apache.org>;
        schema:email <mailto:stian@soiland-reyes.com>,
                    <mailto:soiland-reyes@manchester.ac.uk>,
                    <mailto:stain@apache.org>;

        .

<http://sws.geonames.org/9884116/> a gn:Feature ;
 rdfs:isDefinedBy <http://sws.geonames.org/9884116/about.rdf> ;
 rdfs:label "The University of Manchester School of Computer Science" ;
 gn:name "The University of Manchester School of Computer Science" ;
 gn:countryCode "GB" ;
 gn:parentCountry  <http://sws.geonames.org/2635167/> ;
 wgs:lat "53.4672" ;
 wgs:long "-2.23412" .

<http://sws.geonames.org/9884116/about.rdf> 
  cc:license <http://creativecommons.org/licenses/by/3.0/>;
  cc:attributionURL <http://sws.geonames.org/9884116/> ;
  cc:attributionName "GeoNames" .

<http://orcid.org/0000-0001-9842-9718#orcid-id>
        a                            foaf:OnlineAccount ;
        rdfs:label                   "0000-0001-9842-9718" ;
        foaf:accountName             "0000-0001-9842-9718" ;
        foaf:accountServiceHomepage  <http://orcid.org> .

<http://sws.geonames.org/2635167/>
        rdfs:label      "United Kingdom" , "United Kingdom of Great Britain and Northern Ireland" ;
        gn:countryCode  "GB" ;
        gn:name         "United Kingdom" , "United Kingdom of Great Britain and Northern Ireland" .
