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

<http://data.bibliotheken.nl/id/thes/p072995122> a schema1:Person ;
    rdfs:label "Harrell, Janice" ;
    schema1:description "mb" ;
    schema1:familyName "Harrell" ;
    schema1:givenName "Janice" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2fc37cb21ae27906ddd0f609bbee24ce> ;
    schema1:name "Janice Harrell" ;
    schema1:sameAs <http://viaf.org/viaf/288748152>,
        <https://isni.org/isni/0000000394289820> .

