@prefix dct: <http://purl.org/dc/terms/> .
@prefix this: <http://example.org/nanopub-validator-example.RAeMlj_FcH8dyEQcN0xD7avhT1u04EZIF9tylX-QBuh98> .
@prefix sub: <http://example.org/nanopub-validator-example.RAeMlj_FcH8dyEQcN0xD7avhT1u04EZIF9tylX-QBuh98#> .
@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-7633-1442 dct:description "Mark Thompson is a senior research scientist in the Biosemantics group at the Human Geneticsdepartment of Leiden University Medical Centre. He obtained a PhD in Computer Science fromthe University of Amsterdam in 2012. He has expertise in hardware and software architecture (co-)design, data management, data modeling, FAIR data infrastructure and computational aspects ofknowledge discovery." ;
    a foaf:person ;
    con:work grid:10419.3d ;
    foaf:mbox "m.thompson@lumc.nl" ;
    foaf:name "Mark Thompson" ;
    foaf:topic_interest "hardware and software architecture (co-)design, data management, data modeling, FAIR data infrastructure and computational aspects of knowledge discovery" ;
    foaf:workplaceHomepage <https://www.universiteitleiden.nl/en/medicine-lumc> ;
    credit:Methodology <https://doi.org/10.1162/dint_a_00027> ;
    credit:Writing-review_editing <https://doi.org/10.1162/dint_a_00027> ;
    credit:credit:Writing-original_draft <https://doi.org/10.1162/dint_a_00027> .
  grid:10419.3d dct:Location "The Netherlands" ;
    a foaf:Organization ;
    rdfs:label "Leiden University Medical Center"@en ;
    con:postalCode "2333 ZA" ;
    foaf:member orcid:0000-0002-7633-1442 .
}
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 .
}