@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/p172471400> a schema1:Person ;
    rdfs:label "Dodge, Hazel" ;
    schema1:familyName "Dodge" ;
    schema1:givenName "Hazel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c99990d9c47a9dbf8eb6b9a6f789cb8f> ;
    schema1:name "Hazel Dodge" ;
    schema1:sameAs <http://viaf.org/viaf/22272461>,
        wd:Q5687879,
        <https://isni.org/isni/0000000071424194> .

