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

<http://data.bibliotheken.nl/id/thes/p069182132> a schema1:Person ;
    rdfs:label "Möller, Monique (1933-2012)" ;
    schema1:birthDate "1933" ;
    schema1:deathDate "2012" ;
    schema1:description "bron: overlijdensadvertentie de Volkskrant, 2 juni 2012" ;
    schema1:familyName "Möller" ;
    schema1:givenName "Monique" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3e2447ce77b43149b37f6b45f13e0311> ;
    schema1:name "Monique Möller" ;
    schema1:sameAs <http://viaf.org/viaf/55430584>,
        <https://isni.org/isni/0000000021542272> .

