@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/p399126465> a schema1:Person ;
    rdfs:label "Astier, Laurent (1975-)" ;
    schema1:birthDate "1975" ;
    schema1:familyName "Astier" ;
    schema1:givenName "Laurent" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/10ca8afd8695bac53970be93ae1945b8> ;
    schema1:name "Laurent Astier" ;
    schema1:sameAs <http://viaf.org/viaf/5159923>,
        wd:Q19606521,
        <https://isni.org/isni/0000000042537878> .

