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

<http://data.bibliotheken.nl/id/thes/p114753938> a schema1:Person ;
    rdfs:label "Droog, Kees" ;
    schema1:description "Limmen" ;
    schema1:familyName "Droog" ;
    schema1:givenName "Kees" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1e951f90a2703be363d1af739a52d365> ;
    schema1:name "Kees Droog" ;
    schema1:sameAs <http://viaf.org/viaf/288672078>,
        <https://isni.org/isni/0000000394265466> .

