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

<http://data.bibliotheken.nl/id/thes/p070093202> a schema1:Person ;
    rdfs:label "Hoek, Cor" ;
    schema1:description "mb" ;
    schema1:familyName "Hoek" ;
    schema1:givenName "Cor" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cb46d96d9d96d06b58f77e94da43047d> ;
    schema1:name "Cor Hoek" ;
    schema1:sameAs <http://viaf.org/viaf/289646961>,
        <https://isni.org/isni/0000000394977463> .

