@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/p068535910> a schema1:Person ;
    rdfs:label "Catchpole, Brian" ;
    schema1:familyName "Catchpole" ;
    schema1:givenName "Brian" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3a41fdafba67a1b08c11fa245509438c> ;
    schema1:name "Brian Catchpole" ;
    schema1:sameAs <http://viaf.org/viaf/64181558>,
        wd:Q109350772,
        <https://isni.org/isni/0000000109799953> .

