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

<http://data.bibliotheken.nl/id/thes/p314399399> a schema1:Person ;
    rdfs:label "Dewilde, Caroline (1976-)" ;
    schema1:alternateName "Dewilde, C.L." ;
    schema1:birthDate "1976" ;
    schema1:familyName "Dewilde" ;
    schema1:givenName "Caroline" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b322a8af54d8c2b60b8e939f2bcf0f2d> ;
    schema1:name "Caroline Dewilde" ;
    schema1:sameAs <http://viaf.org/viaf/259814909>,
        <https://isni.org/isni/0000000368765504> .

