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

<http://data.bibliotheken.nl/id/thes/p329838881> a schema1:Person ;
    rdfs:label "Besseling, Mireille" ;
    schema1:description "arts" ;
    schema1:familyName "Besseling" ;
    schema1:givenName "Mireille" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e3feebdef8b0d7ba203d88d224c612ac> ;
    schema1:name "Mireille Besseling" ;
    schema1:sameAs <http://viaf.org/viaf/290963589>,
        <https://isni.org/isni/000000036875264X> .

