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

<http://data.bibliotheken.nl/id/thes/p093663560> a schema1:Person ;
    rdfs:label "Dixon, Kay" ;
    schema1:description "vertaler" ;
    schema1:familyName "Dixon" ;
    schema1:givenName "Kay" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/05fa58e76da2cb5cc9242a0d1eaa582e> ;
    schema1:name "Kay Dixon" ;
    schema1:sameAs <http://viaf.org/viaf/284628543>,
        <https://isni.org/isni/0000000390936920> .

