@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/p106945750> a schema1:Person ;
    rdfs:label "Christophersen, Erling" ;
    schema1:familyName "Christophersen" ;
    schema1:givenName "Erling" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f4fd5642a9fc11a536c7fd08c821232f> ;
    schema1:name "Erling Christophersen" ;
    schema1:sameAs <http://viaf.org/viaf/76563943>,
        wd:Q2037059,
        <https://isni.org/isni/0000000063113927> .

