@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/p068101104> a schema1:Person ;
    rdfs:label "Hill, Steven Phillips" ;
    schema1:familyName "Hill" ;
    schema1:givenName "Steven Phillips" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c4a113c66f656e9c39b9700f3971e2a4> ;
    schema1:name "Steven Phillips Hill" ;
    schema1:sameAs <http://viaf.org/viaf/236765860>,
        wd:Q87674926,
        <https://isni.org/isni/0000000385493360> .

