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

<http://data.bibliotheken.nl/id/thes/p321133323> a schema1:Person ;
    rdfs:label "Williamson, Pete" ;
    schema1:description "ill." ;
    schema1:familyName "Williamson" ;
    schema1:givenName "Pete" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/09c033ac7f3daf24e302358d9d4c0443> ;
    schema1:name "Pete Williamson" ;
    schema1:sameAs <http://viaf.org/viaf/171148472>,
        <https://isni.org/isni/0000000139739636> .

