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

<http://data.bibliotheken.nl/id/thes/p169947688> a schema1:Person ;
    rdfs:label "Vos, Monique Greta" ;
    schema1:description "Ook als: M. (= Moniek) Vos" ;
    schema1:familyName "Vos" ;
    schema1:givenName "Monique Greta" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d32b280d5babdb66ee8f4447f0875744> ;
    schema1:name "Monique Greta Vos" ;
    schema1:sameAs <http://viaf.org/viaf/41205433>,
        <https://isni.org/isni/000000003837798X> .

