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

<http://data.bibliotheken.nl/id/thes/p068394373> a schema1:Person ;
    rdfs:label "Docter, H.J. (1929-)" ;
    schema1:birthDate "1929" ;
    schema1:familyName "Docter" ;
    schema1:givenName "H.J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5d0e4fe77fb5559f09099aa843ed3cd7> ;
    schema1:name "H.J. Docter" ;
    schema1:sameAs <http://viaf.org/viaf/289702096>,
        <https://isni.org/isni/0000000395049706> .

