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

<http://data.bibliotheken.nl/id/thes/p067899137> a schema1:Person ;
    rdfs:label "Verhoeff, Koenraad (1931-)" ;
    schema1:birthDate "1931" ;
    schema1:description "Directeur Wetenschap en Technologie",
        "Lid KNAW",
        "Prof., dr., toegepaste biologie" ;
    schema1:familyName "Verhoeff" ;
    schema1:givenName "Koenraad" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1c619a238efa68e37b38a0cfcdd42400> ;
    schema1:name "Koenraad Verhoeff" ;
    schema1:sameAs <http://viaf.org/viaf/281292397>,
        <https://isni.org/isni/0000000388174357> .

