@prefix dct: <http://purl.org/dc/terms/> .
@prefix this: <http://example.org/nanopub-validator-example.RA_zr9_Y_3IFlQgUR6KV0Gi84wfaF2lUww1WtMNfu_qgE> .
@prefix sub: <http://example.org/nanopub-validator-example.RA_zr9_Y_3IFlQgUR6KV0Gi84wfaF2lUww1WtMNfu_qgE#> .
@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 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-5355-2576 dct:description "Sarala Wimalaratne spent the last 10 years at the European Bioinformatics Institute (EMBL-EBI) working with multiple data integration and infrastructure projects. During her time at the EMBL-EBI, she led the Identifiers.org resource, which provides stable identifier resolution for life science data and beyond. She was also involved in the Data Commons Pilot Phase Consortium on globallyunique identifiers (GUIDs), the Elixir Interoperability Platform on BioSchemas and Identifiers, the FORCE11 Data Citation Implementation Pilot on Identifiers and the EU FREYA Project on identifier services. From September 2019, she will be joining DataCite as Head of Infrastructure Services." ;
    a foaf:person ;
    con:work grid:225360.0 ;
    foaf:mbox " sarala.dissanayake@gmail.com" ;
    foaf:name "Sarala M. Wimalaratne" ;
    foaf:topic_interest "identifier resolution and  infrastructure services" ;
    foaf:workplaceHomepage <http://www.ebi.ac.uk/> ;
    credit:Resources <http://www.doi.org/10.1162/dint_a_00025> .
  grid:225360.0 dct:Location "UK" ;
    a foaf:Organization ;
    rdfs:label "European Bioinformatics Institute (EMBL-EBI)"@en ;
    con:postalCode "CB10 1SD" ;
    foaf:member orcid:0000-0002-5355-2576 .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-3633-1464 .
}
sub:pubinfo {
  this: dct:created "2020-02-18T18:05:11+01:00"^^xsd:dateTime ;
    pav:createdBy orcid:0000-0002-3633-1464 .
}