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

<http://data.bibliotheken.nl/id/thes/p380212757> a schema1:Person ;
    rdfs:label "Bréda, Mathieu (1971-)" ;
    schema1:birthDate "1971" ;
    schema1:familyName "Bréda" ;
    schema1:givenName "Mathieu" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d024c36af4db93aa374bae4faa032e96> ;
    schema1:name "Mathieu Bréda" ;
    schema1:sameAs <http://viaf.org/viaf/310684035>,
        <https://isni.org/isni/0000000437066214> .

