@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/p072551771> a schema1:Person ;
    rdfs:label "Hales, Jonathan" ;
    schema1:familyName "Hales" ;
    schema1:givenName "Jonathan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f1206d386a600927c57f07591c5cf66e> ;
    schema1:name "Jonathan Hales" ;
    schema1:sameAs <http://viaf.org/viaf/34671739>,
        wd:Q6273316,
        <https://isni.org/isni/000000010887072X> .

