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

<http://data.bibliotheken.nl/id/thes/p147069866> a schema1:Person ;
    rdfs:label "Doorn, Gaby van" ;
    schema1:description "GEVADO, Valkenburg aan de Geul" ;
    schema1:familyName "van Doorn" ;
    schema1:givenName "Gaby" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/56ddf6fbf503e6019bc23a1173d35c2e> ;
    schema1:name "Gaby van Doorn" ;
    schema1:sameAs <http://viaf.org/viaf/280063911>,
        <https://isni.org/isni/000000038713576X> .

