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

<http://data.bibliotheken.nl/id/thes/p432761004> a schema1:Person ;
    rdfs:label "Holzhey, Reimund (1866-1952)" ;
    schema1:birthDate "1866" ;
    schema1:deathDate "1952" ;
    schema1:familyName "Holzhey" ;
    schema1:givenName "Reimund" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7ca25ba33b787381c4ae598cc5bcb15d> ;
    schema1:name "Reimund Holzhey" ;
    schema1:sameAs <http://viaf.org/viaf/52161996982644430396> .

