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

<http://data.bibliotheken.nl/id/thes/p331066882> a schema1:Person ;
    rdfs:label "Davidson, Keith" ;
    schema1:description "ed." ;
    schema1:familyName "Davidson" ;
    schema1:givenName "Keith" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/80d8db986be35fa6bc193e588ab25326> ;
    schema1:name "Keith Davidson" ;
    schema1:sameAs <http://viaf.org/viaf/311179648>,
        <https://isni.org/isni/0000000066132322> .

