@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/p314997725> a schema1:Person ;
    rdfs:label "Gloris, Thierry (1974-)" ;
    schema1:birthDate "1974" ;
    schema1:familyName "Gloris" ;
    schema1:givenName "Thierry" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/554358e8c112e49c0083b49cd1d3d3ed> ;
    schema1:name "Thierry Gloris" ;
    schema1:nationality "fr" ;
    schema1:sameAs <http://viaf.org/viaf/37208158>,
        wd:Q3524284,
        <https://isni.org/isni/0000000073692408> .

