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

<http://data.bibliotheken.nl/id/thes/p074975331> a schema1:Person ;
    rdfs:label "Korevaar, Wim" ;
    schema1:familyName "Korevaar" ;
    schema1:givenName "Wim" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/85d8ca09fee07f44b38c59f30af74622> ;
    schema1:name "Wim Korevaar" ;
    schema1:sameAs <http://viaf.org/viaf/290199971>,
        <https://isni.org/isni/0000000395461960> .

