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

<http://data.bibliotheken.nl/id/thes/p091380863> a schema1:Person ;
    rdfs:label "Vanhove, Doris" ;
    schema1:familyName "Vanhove" ;
    schema1:givenName "Doris" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d2054c9306a6a2d071f7051a83f7a8a1> ;
    schema1:name "Doris Vanhove" ;
    schema1:sameAs <http://viaf.org/viaf/78724>,
        wd:Q114236071,
        <https://isni.org/isni/0000000115577695> .

