@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/p333610903> a schema1:Person ;
    rdfs:label "Harding, Luke (1968-)" ;
    schema1:birthDate "1968" ;
    schema1:familyName "Harding" ;
    schema1:givenName "Luke" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1bbd08aab0cd931ed5251a9e413951e8> ;
    schema1:name "Luke Harding" ;
    schema1:sameAs <http://viaf.org/viaf/43790643>,
        wd:Q6702023,
        <https://isni.org/isni/0000000119492023> .

