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

<http://data.bibliotheken.nl/id/thes/p071119566> a schema1:Person ;
    rdfs:label "Baerlocher, Raoul" ;
    schema1:familyName "Baerlocher" ;
    schema1:givenName "Raoul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/91b73db01981805e3a2b71ad9dfd3f7a> ;
    schema1:name "Raoul Baerlocher" ;
    schema1:sameAs <http://viaf.org/viaf/285950389>,
        <https://isni.org/isni/000000039199185X> .

