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

<http://data.bibliotheken.nl/id/thes/p409784141> a schema1:Person ;
    rdfs:label "Christophe, Denis" ;
    schema1:description "Fotograaf" ;
    schema1:familyName "Christophe" ;
    schema1:givenName "Denis" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f9028beb9ba2743fc17c3929ba52d0df> ;
    schema1:name "Denis Christophe" ;
    schema1:sameAs <http://viaf.org/viaf/385149294291380520983> .

