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

<http://data.bibliotheken.nl/id/thes/p316702323> a schema1:Person ;
    rdfs:label "Binnekamp, Coert (1941-)" ;
    schema1:birthDate "1941" ;
    schema1:familyName "Binnekamp" ;
    schema1:givenName "Coert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5786f7df0dc128083b7e65885f5186f8> ;
    schema1:name "Coert Binnekamp" ;
    schema1:sameAs <http://viaf.org/viaf/281798600>,
        <https://isni.org/isni/0000000388622084> .

