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

<http://data.bibliotheken.nl/id/thes/p069839131> a schema1:Person ;
    rdfs:label "Vervoort, Yvonne" ;
    schema1:familyName "Vervoort" ;
    schema1:givenName "Yvonne" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/05d64d178781fda0ce8756e47663d067> ;
    schema1:name "Yvonne Vervoort" ;
    schema1:sameAs <http://viaf.org/viaf/286992735>,
        <https://isni.org/isni/000000039284566X> .

