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

<http://data.bibliotheken.nl/id/thes/p42270623X> a schema1:Person ;
    rdfs:label "Hilst, Ilona van (1961-)" ;
    schema1:birthDate "1961" ;
    schema1:familyName "van Hilst" ;
    schema1:givenName "Ilona" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9768092e568bc5142f38e912e36120e3> ;
    schema1:name "Ilona van Hilst" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/45155951630242510323>,
        <https://isni.org/isni/000000047594206X> .

