@prefix dct: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix pav: .
@prefix prov: .
@prefix np: .
@prefix rdfs: .
@prefix orcid: .
@prefix foaf: .
@prefix grid: .
@prefix credit: .
@prefix con: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
orcid:0000-0001-9842-9718 dct:description "Stian Soiland-Reyes is a Technical Architect in the eScience Lab, based in the Department of Computer Science at The University of Manchester. Since 2006 he has worked as a software engineer and researcher focusing on reproducibility, scientific workflows, interoperability, linked data, metadata and open science. He is a persistent advocate of Open Scholarly Communication, and is on the leadership team of the Common Workflow Language and on the Project Management Committee of several open source projects at the Apache Software Foundation. He co-created the Research Object model, contributed to the W3C provenance model PROV-O and multiple Linked Data initiatives. He is co-chair of the Research Object Crate team.";
a foaf:person;
con:work grid:5379.8;
foaf:mbox "soiland-reyes@manchester.ac.uk";
foaf:name "Stian Soiland-Reyes";
foaf:topic_interest "reproducibility, scientific workflows, interoperability, linked data, metadata and open science";
foaf:workplaceHomepage ;
credit:Resources .
grid:5379.8 dct:Location "UK";
a foaf:Organization;
rdfs:label "The University of Manchester"@en;
con:postalCode "Manchester M13 9PL";
foaf:member orcid:0000-0001-9842-9718 .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-3633-1464 .
}
sub:pubinfo {
this: dct:created "2020-02-19T18:05:11+01:00"^^xsd:dateTime;
pav:createdBy orcid:0000-0002-3633-1464 .
}