@prefix this: <http://example.org/nanopub-validator-example.RAPQ28d7y1BRWv6fd8juETOIUbPJBIlxdglxKYybIq4VI> .
@prefix sub: <http://example.org/nanopub-validator-example.RAPQ28d7y1BRWv6fd8juETOIUbPJBIlxdglxKYybIq4VI#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix pav: <http://purl.org/pav/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix orcid: <https://orcid.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix grid: <https://www.grid.ac/> .
@prefix credit: <https://casrai.org/credit/> .
@prefix con: <http://www.w3.org/2000/10/swap/pim/contact#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  orcid:0000-0002-2036-8350 dcterms:description "Nick Juty is a Senior Research Technical Manager in the eScience Lab, based in the Department of Computer Science at The University of Manchester. He is involved in numerous EU projects relating to aspects of FAIR and interoperability, particularly with respect to identifier systems and metadata. Nick previously worked at EMBL-EBI where he helped create the identifiers.org identifier resolution system. Nick holds a PhD in Biochemistry from the University of Southampton." ;
    a foaf:person ;
    con:work grid:5379.8 ;
    foaf:mbox "nsjuty@gmail.com" ;
    foaf:name "Nick Juty" ;
    foaf:topic_interest "FAIR and interoperability, particularly with respect to identifier systems and metadata" ;
    foaf:workplaceHomepage <http://www.manchester.ac.uk/> ;
    credit:Writing-original_draft <http://www.doi.org/10.1162/dint_a_00025> .
  grid:5379.8 dcterms:Location "UK" ;
    a foaf:Organization ;
    rdfs:label "The University of Manchester"@en ;
    con:postalCode "Manchester M13 9PL" ;
    foaf:member orcid:0000-0002-2036-8350 .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-3633-1464 .
}
sub:pubinfo {
  this: dcterms:created "2020-02-08T18:05:11+01:00"^^xsd:dateTime ;
    pav:createdBy orcid:0000-0002-3633-1464 .
}