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

<http://data.bibliotheken.nl/id/thes/p075243075> a schema1:Person ;
    rdfs:label "Kraaijeveld, Jacob Cornelis (1953-)" ;
    schema1:birthDate "1953" ;
    schema1:description "B0125018 volledige naam",
        "bron: https://nl.wikisage.org/wiki/Jacques_Kraaijeveld" ;
    schema1:familyName "Kraaijeveld" ;
    schema1:givenName "Jacob Cornelis" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d9dd0889e17775804bcf729e4882e9be> ;
    schema1:name "Jacob Cornelis Kraaijeveld" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/285303010> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/kraa004> .

