@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/p108464016> a schema1:Person ;
    rdfs:label "Redmond, Ian" ;
    schema1:familyName "Redmond" ;
    schema1:givenName "Ian" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/03d2683400f46e5adaaa5ed673b9cf15> ;
    schema1:name "Ian Redmond" ;
    schema1:sameAs <http://viaf.org/viaf/69605666>,
        wd:Q5982679,
        <https://isni.org/isni/0000000109130475> .

