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

<http://data.bibliotheken.nl/id/thes/p389024260> a schema1:Person ;
    rdfs:label "Allain, Laure (1980-)" ;
    schema1:birthDate "1980" ;
    schema1:familyName "Allain" ;
    schema1:givenName "Laure" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e44d7ceed64ae87b8a0b7bc95dd831ab> ;
    schema1:name "Laure Allain" ;
    schema1:sameAs <http://viaf.org/viaf/317170287>,
        <https://isni.org/isni/0000000452586381> .

