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

<http://data.bibliotheken.nl/id/thes/p070077444> a schema1:Person ;
    rdfs:label "Claudel, Camille (1864-1943)" ;
    schema1:birthDate "1864" ;
    schema1:deathDate "1943" ;
    schema1:familyName "Claudel" ;
    schema1:givenName "Camille" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cd57201e9cd775bb7c4b76c21ea140dd> ;
    schema1:name "Camille Claudel" ;
    schema1:sameAs <http://viaf.org/viaf/66585142>,
        wd:Q120582,
        <https://isni.org/isni/0000000121374309> .

