@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/p185681514> a schema1:Person ;
    rdfs:label "Carr, Marina (1964-)" ;
    schema1:birthDate "1964" ;
    schema1:familyName "Carr" ;
    schema1:givenName "Marina" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a03f65cf6005463927e8fe3c307478cd> ;
    schema1:name "Marina Carr" ;
    schema1:sameAs <http://viaf.org/viaf/25717448>,
        wd:Q467609,
        <https://isni.org/isni/0000000108811236> .

