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

<http://data.bibliotheken.nl/id/thes/p261814230> a schema1:Person ;
    rdfs:label "Begg, Roddy" ;
    schema1:familyName "Begg" ;
    schema1:givenName "Roddy" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4630d990fb86adaeaa9d1738cf71393d> ;
    schema1:name "Roddy Begg" ;
    schema1:sameAs <http://viaf.org/viaf/23981034>,
        <https://isni.org/isni/0000000037831167> .

