@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/p175623317> a schema1:Person ;
    rdfs:label "Hall, Hendrik Johannes ter (1866-1944)" ;
    schema1:birthDate "1866" ;
    schema1:deathDate "1944" ;
    schema1:familyName "ter Hall" ;
    schema1:givenName "Hendrik Johannes" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1194dd6439b2c61b3e09dc5c2325738c> ;
    schema1:name "Hendrik Johannes ter Hall" ;
    schema1:sameAs <http://viaf.org/viaf/284841039>,
        wd:Q5015450 .

