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

<http://data.bibliotheken.nl/id/thes/p069327777> a schema1:Person ;
    rdfs:label "Matute, Ana María (1925-2014)" ;
    schema1:alternateName "Matute Ausejo, Ana María" ;
    schema1:birthDate "1925" ;
    schema1:deathDate "2014" ;
    schema1:description "geb./overl. te Barcelona",
        "literator",
        "ook gevonden als geb.jaar: 1926" ;
    schema1:familyName "Matute" ;
    schema1:givenName "Ana María" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d75664909f4cf7e98e4612a881537454> ;
    schema1:name "Ana María Matute" ;
    schema1:nationality "es" ;
    schema1:sameAs <http://viaf.org/viaf/98041386>,
        wd:Q235403,
        <https://isni.org/isni/0000000121447811> .

