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

<http://data.bibliotheken.nl/id/thes/p168290685> a schema1:Person ;
    rdfs:label "Aston, Guy" ;
    schema1:familyName "Aston" ;
    schema1:givenName "Guy" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a2dd03030511c59f6521b1f0a0487345> ;
    schema1:name "Guy Aston" ;
    schema1:sameAs <http://viaf.org/viaf/92513652>,
        <https://isni.org/isni/0000000109249978> .

