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

<http://data.bibliotheken.nl/id/thes/p375586539> a schema1:Person ;
    rdfs:label "Millecamps, Maud (1982-)" ;
    schema1:birthDate "1982" ;
    schema1:familyName "Millecamps" ;
    schema1:givenName "Maud" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c92865ae90a83a130d55e6eee4b92576> ;
    schema1:name "Maud Millecamps" ;
    schema1:sameAs <http://viaf.org/viaf/137750662>,
        wd:Q118849723,
        <https://isni.org/isni/0000000093750417> .

