@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/p32728997X> a schema1:Person ;
    rdfs:label "Berhane, Helen (1974-)" ;
    schema1:birthDate "1974" ;
    schema1:familyName "Berhane" ;
    schema1:givenName "Helen" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2dbd0d573d19c18f64fa3a3225198d4c> ;
    schema1:name "Helen Berhane" ;
    schema1:sameAs <http://viaf.org/viaf/171955000>,
        wd:Q5701868,
        <https://isni.org/isni/0000000120864365> .

