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

<http://data.bibliotheken.nl/id/thes/p314874445> a schema1:Person ;
    rdfs:label "Le Chevallier, Matthieu" ;
    schema1:alternateName "Chevallier, Matthieu Le" ;
    schema1:familyName "Le Chevallier" ;
    schema1:givenName "Matthieu" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/704391b39013dceab9cdd0e130a51abe> ;
    schema1:name "Matthieu Le Chevallier" ;
    schema1:sameAs <http://viaf.org/viaf/71708489>,
        <https://isni.org/isni/0000000002609742> .

