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

<http://data.bibliotheken.nl/id/thes/p437052729> a schema1:Person ;
    rdfs:label "Boogerd, Diny" ;
    schema1:description "red." ;
    schema1:familyName "Boogerd" ;
    schema1:givenName "Diny" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ae6dc28e84f9a55f1bf43861e89a18f5> ;
    schema1:name "Diny Boogerd" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/48166475861707401558>,
        <https://isni.org/isni/0000000508062713> .

