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

<http://data.bibliotheken.nl/id/thes/p084557397> a schema1:Person ;
    rdfs:label "Jiskoot, Wim (1961-)" ;
    schema1:birthDate "1961" ;
    schema1:familyName "Jiskoot" ;
    schema1:givenName "Wim" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/873cdf81b4509f7dc76d3dca354fe431> ;
    schema1:name "Wim Jiskoot" ;
    schema1:sameAs <http://viaf.org/viaf/36172055>,
        <https://isni.org/isni/0000000031024495> .

