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

<http://data.bibliotheken.nl/id/thes/p167734989> a schema1:Person ;
    rdfs:label "Louwes, Marlies (1955-2021)" ;
    schema1:birthDate "1955" ;
    schema1:deathDate "2021" ;
    schema1:description "Bron: overlijdensadvertentie in de Volkskrant, 2 november 2021" ;
    schema1:familyName "Louwes" ;
    schema1:givenName "Marlies" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f9ac5c13c44607fe77ca01c859d1e325> ;
    schema1:name "Marlies Louwes" ;
    schema1:sameAs <http://viaf.org/viaf/284884573>,
        <https://isni.org/isni/0000000391105870> .

