@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/p42789817X> a schema1:Person ;
    rdfs:label "Varden, Erik (1975-)" ;
    schema1:birthDate "1975" ;
    schema1:description "bisschop van Trondheim (Noorwegen)" ;
    schema1:familyName "Varden" ;
    schema1:givenName "Erik" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fcac8671fa1cc2bfb873902286732502> ;
    schema1:name "Erik Varden" ;
    schema1:sameAs wd:Q69386753,
        <https://isni.org/isni/0000000135426894> .

