@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p08802833X> a schema1:Person ;
    rdfs:label "Eykman, P.H. (1862-1914)" ;
    schema1:alternateName "Eijkman, Pieter Hendrik" ;
    schema1:birthDate "1862" ;
    schema1:deathDate "1914" ;
    schema1:description "medicus" ;
    schema1:familyName "Eykman" ;
    schema1:givenName "P.H." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f1d5498d8e53a4ce74cabffbfc81f198> ;
    schema1:name "P.H. Eykman" ;
    schema1:sameAs <http://viaf.org/viaf/97791853>,
        <https://isni.org/isni/0000000068768105> .

