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

<http://data.bibliotheken.nl/id/thes/p163662282> a schema1:Person ;
    rdfs:label "Kraat, Cor (1946-)" ;
    schema1:birthDate "1946" ;
    schema1:familyName "Kraat" ;
    schema1:givenName "Cor" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/594fc8fdd3c2c720514c8d1e1dbb00a8> ;
    schema1:name "Cor Kraat" ;
    schema1:sameAs <http://viaf.org/viaf/291861552>,
        wd:Q2426551,
        <https://isni.org/isni/0000000396823265> .

