@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/p074723049> a schema1:Person ;
    rdfs:label "Murgatroyd, Paul" ;
    schema1:familyName "Murgatroyd" ;
    schema1:givenName "Paul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0a80a07b603936169249bce7e5a3f898> ;
    schema1:name "Paul Murgatroyd" ;
    schema1:sameAs <http://viaf.org/viaf/76418549>,
        wd:Q123990894,
        <https://isni.org/isni/0000000109175577> .

