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

<http://data.bibliotheken.nl/id/thes/p413346153> a schema1:Person ;
    rdfs:label "Galland, Christelle (1981-)" ;
    schema1:birthDate "1981" ;
    schema1:familyName "Galland" ;
    schema1:givenName "Christelle" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/10a9879101d7b93f0ce2f44bbdc2297b> ;
    schema1:name "Christelle Galland" ;
    schema1:nationality "fr" ;
    schema1:sameAs <http://viaf.org/viaf/173817516>,
        <https://isni.org/isni/000000012379557X> .

