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

<http://data.bibliotheken.nl/id/thes/p073814385> a schema1:Person ;
    rdfs:label "Blenk, Cock (1940-)" ;
    schema1:birthDate "1940" ;
    schema1:description "Drs., historicus, theoloog" ;
    schema1:familyName "Blenk" ;
    schema1:givenName "Cock" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/59b32487ae86003ffa9877cc4d9d1de3> ;
    schema1:name "Cock Blenk" ;
    schema1:sameAs <http://viaf.org/viaf/31193865>,
        <https://isni.org/isni/0000000033161311> .

