@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/p420560432> a schema1:Person ;
    rdfs:label "Capezzone, Thierry (1963-)" ;
    schema1:birthDate "1963" ;
    schema1:familyName "Capezzone" ;
    schema1:givenName "Thierry" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2aa2e075a2f2229cbcece98ae54ba629> ;
    schema1:name "Thierry Capezzone" ;
    schema1:sameAs <http://viaf.org/viaf/282240774>,
        wd:Q3524164,
        <https://isni.org/isni/0000000388939612> .

