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

<http://data.bibliotheken.nl/id/thes/p371554535> a schema1:Person ;
    rdfs:label "Benoit, Annemie" ;
    schema1:familyName "Benoit" ;
    schema1:givenName "Annemie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f2c9abaeaf286900f3b82f268b43e2cb> ;
    schema1:name "Annemie Benoit" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/282312603>,
        <https://isni.org/isni/0000000389036300> .

