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

<http://data.bibliotheken.nl/id/thes/p073083976> a schema1:Person ;
    rdfs:label "Putten, Cornelis Maria van (1951-)" ;
    schema1:birthDate "1951" ;
    schema1:familyName "van Putten" ;
    schema1:givenName "Cornelis Maria" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1f755d5b68d983e181c3f879a47e2312> ;
    schema1:name "Cornelis Maria van Putten" ;
    schema1:sameAs <http://viaf.org/viaf/187697432>,
        <https://isni.org/isni/0000000357845867> .

