@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-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 ;
credit:Methodology ;
credit:Writing-review_editing ;
credit:credit:Writing-original_draft .
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 .
}