@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/p100904572> a schema1:Person ;
    rdfs:label "Alluard, Marie-Paule" ;
    schema1:alternateName "Alluard, ..." ;
    schema1:familyName "Alluard" ;
    schema1:givenName "Marie-Paule" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/dd02c99df15d774edde10408aa103584> ;
    schema1:name "Marie-Paule Alluard" ;
    schema1:sameAs <http://viaf.org/viaf/98700838>,
        wd:Q3292182,
        <https://isni.org/isni/0000000069287223> .

