@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/p069224307> a schema1:Person ;
    rdfs:label "Casteret, Norbert (1897-1987)" ;
    schema1:birthDate "1897" ;
    schema1:deathDate "1987" ;
    schema1:description "speleoloog" ;
    schema1:familyName "Casteret" ;
    schema1:givenName "Norbert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/032dec53f0b4040527c34b5a09d4e4d6> ;
    schema1:name "Norbert Casteret" ;
    schema1:nationality "fr" ;
    schema1:sameAs <http://viaf.org/viaf/49222919>,
        wd:Q3343492,
        <https://isni.org/isni/0000000081271814> .

