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

<http://data.bibliotheken.nl/id/thes/p075093456> a schema1:Person ;
    rdfs:label "Dik, Anje" ;
    schema1:familyName "Dik" ;
    schema1:givenName "Anje" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a87c1ef92af0821a2cbe3fffee643727> ;
    schema1:name "Anje Dik" ;
    schema1:sameAs <http://viaf.org/viaf/54232329>,
        <https://isni.org/isni/0000000053359114> .

