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

<http://data.bibliotheken.nl/id/thes/p315822341> a schema1:Person ;
    rdfs:label "Walraven, Amber (1980-)" ;
    schema1:birthDate "1980" ;
    schema1:familyName "Walraven" ;
    schema1:givenName "Amber" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/509b2450df28ebdf9c520820ff2ffd9b> ;
    schema1:name "Amber Walraven" ;
    schema1:sameAs <http://viaf.org/viaf/280032376>,
        <https://isni.org/isni/000000038717454X> .

