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

<http://data.bibliotheken.nl/id/thes/p06979071X> a schema1:Person ;
    rdfs:label "Hingst, Jelle (1875-1927)" ;
    schema1:birthDate "1875" ;
    schema1:deathDate "1927" ;
    schema1:familyName "Hingst" ;
    schema1:givenName "Jelle" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/61ed7eeaeaeec285e5cf4f19951debfe> ;
    schema1:name "Jelle Hingst" ;
    schema1:sameAs <http://viaf.org/viaf/292244731>,
        <https://isni.org/isni/0000000397135528> .

