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

<http://data.bibliotheken.nl/id/thes/p338659900> a schema1:Person ;
    rdfs:label "D'haene, Virginie" ;
    schema1:familyName "D'haene" ;
    schema1:givenName "Virginie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3a4613f9afe8986f6cf171f3e8ab51eb> ;
    schema1:name "Virginie D'haene" ;
    schema1:sameAs <http://viaf.org/viaf/229731156>,
        <https://isni.org/isni/0000000367033993> .

