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

<http://data.bibliotheken.nl/id/thes/p321821084> a schema1:Person ;
    rdfs:label "Hunter, Denise (1968-)" ;
    schema1:birthDate "1968" ;
    schema1:description "bron: https://www.uitgeverijdeparel.nl/denise-hunter" ;
    schema1:familyName "Hunter" ;
    schema1:givenName "Denise" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0df25c59ff39d46ca926bfd490460ca0> ;
    schema1:name "Denise Hunter" ;
    schema1:nationality "us" ;
    schema1:sameAs <http://viaf.org/viaf/58450446>,
        <https://isni.org/isni/0000000036294953> .

