@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/p072092149> a schema1:Person ;
    rdfs:label "Deterding, David" ;
    schema1:familyName "Deterding" ;
    schema1:givenName "David" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f4ff786ab4ef331632fcb1ce4ac38087> ;
    schema1:name "David Deterding" ;
    schema1:sameAs <http://viaf.org/viaf/55634633>,
        wd:Q56251714,
        <https://isni.org/isni/0000000071032115> .

