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

<http://data.bibliotheken.nl/id/thes/p439114128> a schema1:Person ;
    rdfs:label "Martel, Yves" ;
    schema1:familyName "Martel" ;
    schema1:givenName "Yves" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a835bd912840608088c72670d6d3bd0f> ;
    schema1:name "Yves Martel" ;
    schema1:sameAs <http://viaf.org/viaf/6535168850957567620009>,
        <https://isni.org/isni/0000000441825180> .

