@prefix this: . @prefix sub: . @prefix xsd: . @prefix pav: . @prefix prov: . @prefix np: . @prefix rdfs: . @prefix dcterms: . @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-0003-4818-2360 dcterms:description "Annika Jacobsen is a postdoctoral researcher at the BioSemantics group, Human Genetics Department, Leiden University Medical Center, The Netherlands. She obtained her Bachelor and Master degrees at the Technical University of Denmark in 2009 and 2012, and her PhD degree at the Vrije Universiteit Amsterdam in 2019. Her research interests are to create interoperable FAIR rare disease data with the aim to learn more about cause, diagnosis and treatment." ; a foaf:person ; con:work grid:10419.3d ; foaf:mbox "a.jacobsen@lumc.nl" ; foaf:name "Annika Jacobsen" ; foaf:topic_interest "create interoperable FAIR rare disease data with the aim to learn more about cause, diagnosis and treatment" ; foaf:workplaceHomepage ; credit:Writing-review_editing ; credit:credit:Writing-original_draft . grid:10419.3d dcterms:Location "The Netherlands" ; a foaf:Organization ; rdfs:label "Leiden University Medical Center"@en ; con:postalCode "2333 ZA" ; foaf:member orcid:0000-0003-4818-2360 . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-3633-1464 . } sub:pubinfo { this: dcterms:created "2020-02-19T18:05:11+01:00"^^xsd:dateTime ; pav:createdBy orcid:0000-0002-3633-1464 . }