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

<http://data.bibliotheken.nl/id/thes/p107380595> a schema1:Person ;
    rdfs:label "Hilhorst, N.C." ;
    schema1:alternateName "Hilhorst, N.",
        "Hilhorst, Nelleke" ;
    schema1:familyName "Hilhorst" ;
    schema1:givenName "N.C." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9a9cff6f374441dac5af6a159cd32b38> ;
    schema1:name "N.C. Hilhorst" ;
    schema1:sameAs <http://viaf.org/viaf/288569935>,
        <https://isni.org/isni/000000039412679X> .

