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

<http://data.bibliotheken.nl/id/thes/p09726637X> a schema1:Person ;
    rdfs:label "Davidson, Peter (1957-)" ;
    schema1:birthDate "1957" ;
    schema1:description "letterkundige" ;
    schema1:familyName "Davidson" ;
    schema1:givenName "Peter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8c92c45b40ceaab007a38517d3fd6060> ;
    schema1:name "Peter Davidson" ;
    schema1:sameAs <http://viaf.org/viaf/309603836> .

