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

<http://data.bibliotheken.nl/id/thes/p152792430> a schema1:Person ;
    rdfs:label "Canon, Christophe" ;
    schema1:familyName "Canon" ;
    schema1:givenName "Christophe" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6d52cf933072a1e752114ab192861600> ;
    schema1:name "Christophe Canon" ;
    schema1:sameAs <http://viaf.org/viaf/291701278>,
        <https://isni.org/isni/0000000396779858> .

