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

<http://data.bibliotheken.nl/id/thes/p453923909> a schema1:Person ;
    rdfs:label "Douma, Klaas Jasper (1915-1971)" ;
    schema1:birthDate "1915" ;
    schema1:deathDate "1971" ;
    schema1:description "journalist; geb. 27 augustus 1915 te Herwen en Aerdt, overl. 26 februari 1971 te Utrecht" ;
    schema1:familyName "Douma" ;
    schema1:givenName "Klaas Jasper" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/462ef3ee5bfc658a2b3bcbd645641929> ;
    schema1:name "Klaas Jasper Douma" .

