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

<http://data.bibliotheken.nl/id/thes/p15499166X> a schema1:Person ;
    rdfs:label "Vries-Kikkert, D. de" ;
    schema1:familyName "de Vries-Kikkert" ;
    schema1:givenName "D." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c699d1814857ffb1b8f58ee724658392> ;
    schema1:name "D. de Vries-Kikkert" ;
    schema1:sameAs <http://viaf.org/viaf/280835541>,
        <https://isni.org/isni/0000000387802913> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/vrie238> .

