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

<http://data.bibliotheken.nl/id/thes/p068973489> a schema1:Person ;
    rdfs:label "Hodde, Kees Camille" ;
    schema1:familyName "Hodde" ;
    schema1:givenName "Kees Camille" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5b8b220e63c183291fffed7ff4970732> ;
    schema1:name "Kees Camille Hodde" ;
    schema1:sameAs <http://viaf.org/viaf/282342489>,
        <https://isni.org/isni/0000000389001407> .

