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

<http://data.bibliotheken.nl/id/thes/p102008701> a schema1:Person ;
    rdfs:label "Gioux, Thierry" ;
    schema1:familyName "Gioux" ;
    schema1:givenName "Thierry" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/dffd17c9896d41f328ac7da0a732a739> ;
    schema1:name "Thierry Gioux" ;
    schema1:sameAs <http://viaf.org/viaf/44338323>,
        <https://isni.org/isni/0000000000974498> .

