@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/p337690405> a schema1:Person ;
    rdfs:label "Steel, Piers (1967-)" ;
    schema1:birthDate "1967" ;
    schema1:familyName "Steel" ;
    schema1:givenName "Piers" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/de40a92035fd3ab86538b4931545269e> ;
    schema1:name "Piers Steel" ;
    schema1:sameAs <http://viaf.org/viaf/107907750>,
        wd:Q11941597,
        <https://isni.org/isni/0000000082877682> .

