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

<http://data.bibliotheken.nl/id/thes/p282386173> a schema1:Person ;
    rdfs:label "Perrier, Pascale" ;
    schema1:familyName "Perrier" ;
    schema1:givenName "Pascale" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/778ae17d8b74893dd934c34f037ffaa6> ;
    schema1:name "Pascale Perrier" ;
    schema1:sameAs <http://viaf.org/viaf/214871323>,
        <https://isni.org/isni/0000000432406830> .

