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

<http://data.bibliotheken.nl/id/thes/p068263872> a schema1:Person ;
    rdfs:label "Grandjean, Etienne" ;
    schema1:familyName "Grandjean" ;
    schema1:givenName "Etienne" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d206cc72a8003afff2f98034c22727c9> ;
    schema1:name "Etienne Grandjean" ;
    schema1:sameAs <http://viaf.org/viaf/12774638>,
        <https://isni.org/isni/0000000108712588> .

