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

<http://data.bibliotheken.nl/id/thes/p06755847X> a schema1:Person ;
    rdfs:label "Ridder, Cornelis Antonie de (1912-1966)" ;
    schema1:birthDate "1912" ;
    schema1:deathDate "1966" ;
    schema1:familyName "de Ridder" ;
    schema1:givenName "Cornelis Antonie" ;
    schema1:hasOccupation "theoloog" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/091832f3e423e703ee858e048e132374> ;
    schema1:name "Cornelis Antonie de Ridder" ;
    schema1:sameAs <https://isni.org/isni/0000000079959214> .

