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

<http://data.bibliotheken.nl/id/thes/p068317352> a schema1:Person ;
    rdfs:label "Hoens, Dirk Jan (1920-2003)" ;
    schema1:birthDate "1920" ;
    schema1:deathDate "2003" ;
    schema1:description "geb. Oldenzaal 11-8-1920, overl. 23-2-2003" ;
    schema1:familyName "Hoens" ;
    schema1:givenName "Dirk Jan" ;
    schema1:hasOccupation "theoloog" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5fc8f80e7707e156710b8f9118416c3f> ;
    schema1:name "Dirk Jan Hoens" ;
    schema1:sameAs <http://viaf.org/viaf/109376957>,
        wd:Q63003516,
        <https://isni.org/isni/000000008294892X> .

