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

<http://data.bibliotheken.nl/id/thes/p299374130> a schema1:Person ;
    rdfs:label "Marty, Lionel (1971-)" ;
    schema1:alternateName "Marty, ..." ;
    schema1:birthDate "1971" ;
    schema1:familyName "Marty" ;
    schema1:givenName "Lionel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3e038cb412133f179322b5f8385a9682> ;
    schema1:name "Lionel Marty" ;
    schema1:nationality "fr" ;
    schema1:sameAs <http://viaf.org/viaf/34623257>,
        <https://isni.org/isni/0000000116180964> .

