@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/p313036136> a schema1:Person ;
    rdfs:label "Hunter, Chris" ;
    schema1:description "ca. 1973-",
        "is pseud.: " ;
    schema1:familyName "Hunter" ;
    schema1:givenName "Chris" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9c24ce2f03d2fdb08ae3c1796534564d> ;
    schema1:name "Chris Hunter" ;
    schema1:sameAs <http://viaf.org/viaf/7009964>,
        wd:Q1077356,
        <https://isni.org/isni/0000000114670222> .

