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

<http://data.bibliotheken.nl/id/thes/p067981429> a schema1:Person ;
    rdfs:label "Addens, N.G. (1892-1971)" ;
    schema1:birthDate "1892" ;
    schema1:deathDate "1971" ;
    schema1:familyName "Addens" ;
    schema1:givenName "N.G." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/acdfbada6965c2377cbd819bc17a1ccd> ;
    schema1:name "N.G. Addens" ;
    schema1:sameAs <http://viaf.org/viaf/199388392>,
        <https://isni.org/isni/0000000390431041> .

