@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/p073902861> a schema1:Person ;
    rdfs:label "Dempsey, Lorcan (1958-)" ;
    schema1:birthDate "1958" ;
    schema1:familyName "Dempsey" ;
    schema1:givenName "Lorcan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9eb823ac31367cde2d29aa8fae3da6ef> ;
    schema1:name "Lorcan Dempsey" ;
    schema1:sameAs <http://viaf.org/viaf/36978042>,
        wd:Q6678817,
        <https://isni.org/isni/000000010888091X> .

