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

<http://data.bibliotheken.nl/id/thes/p191691763> a schema1:Person ;
    rdfs:label "Vonk, Tineke" ;
    schema1:familyName "Vonk" ;
    schema1:givenName "Tineke" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/82ccd9c82e60d55c83aff32b9300c518> ;
    schema1:name "Tineke Vonk" ;
    schema1:sameAs <http://viaf.org/viaf/203687976>,
        <https://isni.org/isni/000000039278086X> .

