@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/p06933711X> a schema1:Person ;
    rdfs:label "Blundell, Nigel" ;
    schema1:description "journalist" ;
    schema1:familyName "Blundell" ;
    schema1:givenName "Nigel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4f94fc5b6997ea3facbabfbe033fb823> ;
    schema1:name "Nigel Blundell" ;
    schema1:sameAs <http://viaf.org/viaf/27093799>,
        wd:Q55949929,
        <https://isni.org/isni/0000000083664750> .

