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

<http://data.bibliotheken.nl/id/thes/p070799679> a schema1:Person ;
    rdfs:label "Schijndel, Henricus van (1835-1911)" ;
    schema1:birthDate "1835" ;
    schema1:deathDate "1911" ;
    schema1:description "S.J." ;
    schema1:familyName "van Schijndel" ;
    schema1:givenName "Henricus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d9ab49391833037c471ea6c7ab7d43c8> ;
    schema1:name "Henricus van Schijndel" ;
    schema1:sameAs <http://viaf.org/viaf/280629996>,
        <https://isni.org/isni/0000000387668865> .

