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

<http://data.bibliotheken.nl/id/thes/p26260096X> a schema1:Person ;
    rdfs:label "Rassat, Cédric (1971-)" ;
    schema1:birthDate "1971" ;
    schema1:familyName "Rassat" ;
    schema1:givenName "Cédric" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ba736778c91faeadf116056f05095782> ;
    schema1:name "Cédric Rassat" ;
    schema1:sameAs <http://viaf.org/viaf/59309227>,
        <https://isni.org/isni/0000000001168455> .

