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

<http://data.bibliotheken.nl/id/thes/p07474626X> a schema1:Person ;
    rdfs:label "Vollenhoven, Mieke" ;
    schema1:familyName "Vollenhoven" ;
    schema1:givenName "Mieke" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a34179476898d43db2145148b6c772e1> ;
    schema1:name "Mieke Vollenhoven" ;
    schema1:sameAs <http://viaf.org/viaf/166141325>,
        <https://isni.org/isni/0000000113683865> .

