@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/p182584909> a schema1:Person ;
    rdfs:label "Bolton, Reg" ;
    schema1:description "theater, circus" ;
    schema1:familyName "Bolton" ;
    schema1:givenName "Reg" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/619b465f8c7f60d46dcac81f3717a83c> ;
    schema1:name "Reg Bolton" ;
    schema1:sameAs <http://viaf.org/viaf/93471270>,
        wd:Q7307736,
        <https://isni.org/isni/0000000067730797> .

