@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/p071969322> a schema1:Person ;
    rdfs:label "Colijn, Antonie Hendrikus (1894-1945)" ;
    schema1:birthDate "1894" ;
    schema1:deathDate "1945" ;
    schema1:familyName "Colijn" ;
    schema1:givenName "Antonie Hendrikus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f7c298f22b1c524ca63e7cbd584cb68a> ;
    schema1:name "Antonie Hendrikus Colijn" ;
    schema1:sameAs <https://isni.org/isni/000000038552469X> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/coli024> .

