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

<http://data.bibliotheken.nl/id/thes/p401122069> a schema1:Person ;
    rdfs:label "Jones, Tamin" ;
    schema1:description "fotografie" ;
    schema1:familyName "Jones" ;
    schema1:givenName "Tamin" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/15947f0cc4d59894e89a9f5c5d86227e> ;
    schema1:name "Tamin Jones" ;
    schema1:nationality "gb" ;
    schema1:sameAs <http://viaf.org/viaf/149147267002035482898>,
        <https://isni.org/isni/0000000504626315> .

