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

<http://data.bibliotheken.nl/id/thes/p073670758> a schema1:Person ;
    rdfs:label "Kuypers, Paul (1929-)" ;
    schema1:alternateName "Kuypers, P." ;
    schema1:birthDate "1929" ;
    schema1:description "cultuurcriticus",
        "mb",
        "organisatie-adviseur" ;
    schema1:familyName "Kuypers" ;
    schema1:givenName "Paul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/16f0704b0693510449296c7d4237ada1> ;
    schema1:name "Paul Kuypers" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/234931037>,
        <https://isni.org/isni/0000000029938327> .

