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

<http://data.bibliotheken.nl/id/thes/p067568629> a schema1:Person ;
    rdfs:label "Bronsveld, Cees (1954-)" ;
    schema1:alternateName "Bronsveld, Cornelius C." ;
    schema1:birthDate "1954" ;
    schema1:familyName "Bronsveld" ;
    schema1:givenName "Cees" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e6f9c9bfc7c1767c231d8f468495c4fd> ;
    schema1:name "Cees Bronsveld" ;
    schema1:sameAs <http://viaf.org/viaf/283620310>,
        <https://isni.org/isni/0000000390039891> .

