@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/p069059357> a schema1:Person ;
    rdfs:label "Auld, Alan Graeme (1941-)" ;
    schema1:alternateName "Auld, A.G.",
        "Auld, Graeme" ;
    schema1:birthDate "1941" ;
    schema1:familyName "Auld" ;
    schema1:givenName "Alan Graeme" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a51fc838439e3ea030dab9d42fd71f55> ;
    schema1:name "Alan Graeme Auld" ;
    schema1:sameAs <http://viaf.org/viaf/32077466>,
        wd:Q47036488,
        <https://isni.org/isni/0000000108850833> .

