@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/p216573602> a schema1:Person ;
    rdfs:label "Descamps, Luc (1962-)" ;
    schema1:birthDate "1962" ;
    schema1:familyName "Descamps" ;
    schema1:givenName "Luc" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2025acbf2523f709785ea3bcd17daf4a> ;
    schema1:name "Luc Descamps" ;
    schema1:sameAs <http://viaf.org/viaf/289936612>,
        wd:Q2471173,
        <https://isni.org/isni/0000000369181105> .

