@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/p19117565X> a schema1:Person ;
    rdfs:label "Laporte, Didier" ;
    schema1:familyName "Laporte" ;
    schema1:givenName "Didier" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6a9f0ed1425ca9fbfb9108eab8d7886c> ;
    schema1:name "Didier Laporte" ;
    schema1:sameAs <http://viaf.org/viaf/229033355>,
        wd:Q57914045,
        <https://isni.org/isni/0000000364486372> .

