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

<http://data.bibliotheken.nl/id/thes/p079541267> a schema1:Person ;
    rdfs:label "Kooy, Adriaan (1960-)" ;
    schema1:birthDate "1960" ;
    schema1:familyName "Kooy" ;
    schema1:givenName "Adriaan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/407718d4bc11fede3edd8f6f6cc21e99> ;
    schema1:name "Adriaan Kooy" ;
    schema1:sameAs <http://viaf.org/viaf/283558150>,
        <https://isni.org/isni/0000000392483005> .

