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

<http://data.bibliotheken.nl/id/thes/p141785241> a schema1:Person ;
    rdfs:label "Droog, K." ;
    schema1:familyName "Droog" ;
    schema1:givenName "K." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3fc8cfc3a5f7cd5f70fd93888613b71e> ;
    schema1:name "K. Droog" ;
    schema1:sameAs <http://viaf.org/viaf/280084763> .

