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

<http://data.bibliotheken.nl/id/thes/p430013051> a schema1:Person ;
    rdfs:label "Hazes, Roxanne (1993-)" ;
    schema1:birthDate "1993" ;
    schema1:familyName "Hazes" ;
    schema1:givenName "Roxanne" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/dc31ef3819c82c4371bc62beeb4b6bcd> ;
    schema1:name "Roxanne Hazes" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/13160664957203360975>,
        <https://isni.org/isni/0000000130924528> .

