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

<http://data.bibliotheken.nl/id/thes/p068632606> a schema1:Person ;
    rdfs:label "Kort, Toon (1954-)" ;
    schema1:birthDate "1954" ;
    schema1:familyName "Kort" ;
    schema1:givenName "Toon" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/eec23904f356c63d1e5c2c7d1924e0da> ;
    schema1:name "Toon Kort" ;
    schema1:sameAs <http://viaf.org/viaf/280627638>,
        <https://isni.org/isni/0000000387654658> .

