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

<http://data.bibliotheken.nl/id/thes/p111367115> a schema1:Person ;
    rdfs:label "Reinders, Anna Christina (1931-2024)" ;
    schema1:birthDate "1931" ;
    schema1:deathDate "2024" ;
    schema1:description "Bron: overlijdensadvertentie in de Volkskrant, 9 juli 2024",
        "zangkunst" ;
    schema1:familyName "Reinders" ;
    schema1:givenName "Anna Christina" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4deaa26a663bf3f9e0465da364819b45> ;
    schema1:name "Anna Christina Reinders" ;
    schema1:sameAs <https://isni.org/isni/0000000140367489> .

