@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/p152895280> a schema1:Person ;
    rdfs:label "Geddes, Anne" ;
    schema1:familyName "Geddes" ;
    schema1:givenName "Anne" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/767af4e4ef7fb413ba31d3c3660523b8> ;
    schema1:name "Anne Geddes" ;
    schema1:sameAs <http://viaf.org/viaf/17361619>,
        wd:Q272617,
        <https://isni.org/isni/000000010875258X> .

