@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/p069769117> a schema1:Person ;
    rdfs:label "Barruel, Paul (1901-1982)" ;
    schema1:birthDate "1901" ;
    schema1:deathDate "1982" ;
    schema1:familyName "Barruel" ;
    schema1:givenName "Paul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/347301239fc1ce4b1ac0a15a3f374d84> ;
    schema1:name "Paul Barruel" ;
    schema1:sameAs <http://viaf.org/viaf/27060510>,
        wd:Q3370572,
        <https://isni.org/isni/0000000108813792> .

