@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/p238576612> a schema1:Person ;
    rdfs:label "Bonhomme, Matthieu" ;
    schema1:familyName "Bonhomme" ;
    schema1:givenName "Matthieu" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/309fe440aa7d7154eabca462f2f664ea> ;
    schema1:name "Matthieu Bonhomme" ;
    schema1:sameAs <http://viaf.org/viaf/34627184>,
        wd:Q3299866,
        <https://isni.org/isni/0000000000862939> .

