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

<http://data.bibliotheken.nl/id/thes/p07322720X> a schema1:Person ;
    rdfs:label "Preston, Trevor S." ;
    schema1:familyName "Preston" ;
    schema1:givenName "Trevor S." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ec7a7d3ba67339cb7eb6bb80720e3096> ;
    schema1:name "Trevor S. Preston" ;
    schema1:sameAs <http://viaf.org/viaf/31501834>,
        <https://isni.org/isni/000000011756250X> .

