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

<http://data.bibliotheken.nl/id/thes/p149241666> a schema1:Person ;
    rdfs:label "Vries, Katinka de" ;
    schema1:familyName "de Vries" ;
    schema1:givenName "Katinka" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ee347c41aa06bff9d9279c9521985cf9> ;
    schema1:name "Katinka de Vries" ;
    schema1:sameAs <http://viaf.org/viaf/290022855> .

