@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p322053935> a schema1:Person ;
    rdfs:label "Jones, Nick" ;
    schema1:familyName "Jones" ;
    schema1:givenName "Nick" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4f85b4836e15930b2b0c0a3fa8ed5c44> ;
    schema1:name "Nick Jones" ;
    schema1:sameAs <http://viaf.org/viaf/289702970>,
        <https://isni.org/isni/0000000395059592> .

