@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/p236289047> a schema1:Person ;
    rdfs:label "Chouin, Lionel (1972-)" ;
    schema1:birthDate "1972" ;
    schema1:familyName "Chouin" ;
    schema1:givenName "Lionel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f82174f44071fa9ef2259b15d9722999> ;
    schema1:name "Lionel Chouin" ;
    schema1:sameAs <http://viaf.org/viaf/24767864>,
        wd:Q3241837,
        <https://isni.org/isni/0000000108801679> .

