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

<http://data.bibliotheken.nl/id/thes/p31580775X> a schema1:Person ;
    rdfs:label "Wessels-Reijerse, Monique (1958-)" ;
    schema1:birthDate "1958" ;
    schema1:familyName "Wessels-Reijerse" ;
    schema1:givenName "Monique" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ed4d7675a3ad5b50b56d008a5b16837d> ;
    schema1:name "Monique Wessels-Reijerse" ;
    schema1:sameAs <http://viaf.org/viaf/283307235>,
        <https://isni.org/isni/0000000368837678> .

