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

<http://data.bibliotheken.nl/id/thes/p072073470> a schema1:Person ;
    rdfs:label "Wagtendonk, Kees (1933-)" ;
    schema1:birthDate "1933" ;
    schema1:familyName "Wagtendonk" ;
    schema1:givenName "Kees" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2b9a9aecc90a0b6d0b1747321d21753d> ;
    schema1:name "Kees Wagtendonk" ;
    schema1:sameAs <http://viaf.org/viaf/28547583>,
        <https://isni.org/isni/0000000067431762> .

