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

<http://data.bibliotheken.nl/id/thes/p120424452> a schema1:Person ;
    rdfs:label "Uyttenhove, Ilse" ;
    schema1:familyName "Uyttenhove" ;
    schema1:givenName "Ilse" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c007e970db2f863509340168770cf60c> ;
    schema1:name "Ilse Uyttenhove" ;
    schema1:sameAs <http://viaf.org/viaf/281904026>,
        <https://isni.org/isni/0000000388637139> .

