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

<http://data.bibliotheken.nl/id/thes/p12069106X> a schema1:Person ;
    rdfs:label "Kok, Klaas (1955-)" ;
    schema1:birthDate "1955" ;
    schema1:familyName "Kok" ;
    schema1:givenName "Klaas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1fba288c2c337ddc7d47668e210b3be6> ;
    schema1:name "Klaas Kok" ;
    schema1:sameAs <http://viaf.org/viaf/286933298>,
        <https://isni.org/isni/0000000392786356> .

