@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p408801603> a schema1:Person ;
    rdfs:label "Morice, Sébastien (1974-)" ;
    schema1:birthDate "1974" ;
    schema1:familyName "Morice" ;
    schema1:givenName "Sébastien" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1bffc1dce430961d8f28fee19f4e3e06> ;
    schema1:name "Sébastien Morice" ;
    schema1:sameAs <http://viaf.org/viaf/126034311>,
        <https://isni.org/isni/0000000086974252> .

