@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/p072496762> a schema1:Person ;
    rdfs:label "Cairns, Stephen Douglas (1949-)" ;
    schema1:birthDate "1949" ;
    schema1:familyName "Cairns" ;
    schema1:givenName "Stephen Douglas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7a76eacc291887c2c449b9737ff01704> ;
    schema1:name "Stephen Douglas Cairns" ;
    schema1:sameAs <http://viaf.org/viaf/102381879>,
        wd:Q18238018,
        <https://isni.org/isni/0000000117782502> .

