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

<http://data.bibliotheken.nl/id/thes/p091047439> a schema1:Person ;
    rdfs:label "Vink, Sylvia" ;
    schema1:familyName "Vink" ;
    schema1:givenName "Sylvia" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d09d825d405be5d857389616f844cbf5> ;
    schema1:name "Sylvia Vink" ;
    schema1:sameAs <http://viaf.org/viaf/287836686> .

