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

<http://data.bibliotheken.nl/id/thes/p069872627> a schema1:Person ;
    rdfs:label "Christiaanse, Dirk Johannes (1908-1990)" ;
    schema1:birthDate "1908" ;
    schema1:deathDate "1990" ;
    schema1:familyName "Christiaanse" ;
    schema1:givenName "Dirk Johannes" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cb51d159b50dec72c1906d2915edc664> ;
    schema1:name "Dirk Johannes Christiaanse" ;
    schema1:sameAs <http://viaf.org/viaf/291211374>,
        <https://isni.org/isni/0000000396321767> .

