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

<http://data.bibliotheken.nl/id/thes/p266794297> a schema1:Person ;
    rdfs:label "Valk, Anje" ;
    schema1:familyName "Valk" ;
    schema1:givenName "Anje" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a9bd57675d9c650dad2976d4eac14754> ;
    schema1:name "Anje Valk" ;
    schema1:sameAs <http://viaf.org/viaf/286021495>,
        <https://isni.org/isni/0000000368994120> .

