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

<http://data.bibliotheken.nl/id/thes/p07197542X> a schema1:Person ;
    rdfs:label "Korink, Wim (1937-)" ;
    schema1:birthDate "1937" ;
    schema1:familyName "Korink" ;
    schema1:givenName "Wim" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a4630910986cdc7435174fb82a28a6fd> ;
    schema1:name "Wim Korink" ;
    schema1:sameAs <http://viaf.org/viaf/283196305>,
        <https://isni.org/isni/0000000389759007> .

