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

<http://data.bibliotheken.nl/id/thes/p072905050> a schema1:Person ;
    rdfs:label "Koekkoek, Ad.J. (1939-)" ;
    schema1:birthDate "1939" ;
    schema1:description "vertaler, kunsthistoricus, dichter",
        "zie ook: Johan Cavier" ;
    schema1:familyName "Koekkoek" ;
    schema1:givenName "Ad.J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/89e39e24928b7a5426358c8efc2c4a42> ;
    schema1:name "Ad.J. Koekkoek" ;
    schema1:sameAs <http://data.bibliotheken.nl/id/thes/p069740321>,
        <http://viaf.org/viaf/291415470>,
        <https://isni.org/isni/0000000368709692> .

