@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/p070337705> a schema1:Person ;
    rdfs:label "Elger, Dietmar (1958-)" ;
    schema1:birthDate "1958" ;
    schema1:familyName "Elger" ;
    schema1:givenName "Dietmar" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d46014051721958958eed697964a51c2> ;
    schema1:name "Dietmar Elger" ;
    schema1:sameAs <http://viaf.org/viaf/276459323>,
        wd:Q1223367,
        <https://isni.org/isni/0000000109077352> .

