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

<http://data.bibliotheken.nl/id/thes/p22789619X> a schema1:Person ;
    rdfs:label "Davies, Mark Thomas Lloyd (1975-)" ;
    schema1:alternateName "Lloyd Davies, Mark T." ;
    schema1:birthDate "1975" ;
    schema1:description "geboren te Epsom, UK" ;
    schema1:familyName "Davies" ;
    schema1:givenName "Mark Thomas Lloyd" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d52d34344c4427e752f62fca06761c1d> ;
    schema1:name "Mark Thomas Lloyd Davies" ;
    schema1:sameAs <http://viaf.org/viaf/288888902>,
        <https://isni.org/isni/0000000394363568> .

