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

<http://data.bibliotheken.nl/id/thes/p314934960> a schema1:Person ;
    rdfs:label "Lemieux, Diane" ;
    schema1:familyName "Lemieux" ;
    schema1:givenName "Diane" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9704b795e2752cb581cb327d623f2307> ;
    schema1:name "Diane Lemieux" ;
    schema1:sameAs <http://viaf.org/viaf/78997016>,
        <https://isni.org/isni/0000000055088629> .

