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

<http://data.bibliotheken.nl/id/thes/p333433548> a schema1:Person ;
    rdfs:label "Tomboy, Veerle" ;
    schema1:familyName "Tomboy" ;
    schema1:givenName "Veerle" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/430d13369fb70379118b3d4ae38b6cc9> ;
    schema1:name "Veerle Tomboy" ;
    schema1:sameAs <http://viaf.org/viaf/291067631>,
        <https://isni.org/isni/0000000368866073> .

