@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/p184917026> a schema1:Person ;
    rdfs:label "Rodgers, Nigel" ;
    schema1:familyName "Rodgers" ;
    schema1:givenName "Nigel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fe14083e2da4e71493f35a4bc5052a4c> ;
    schema1:name "Nigel Rodgers" ;
    schema1:sameAs <http://viaf.org/viaf/65186473>,
        wd:Q19057027,
        <https://isni.org/isni/0000000073752087> .

