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

<http://data.bibliotheken.nl/id/thes/p304715417> a schema1:Person ;
    rdfs:label "Smith, Geoffrey" ;
    schema1:description "kunstkenner" ;
    schema1:familyName "Smith" ;
    schema1:givenName "Geoffrey" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/839d87e806917fd650e09b29515a4cb5> ;
    schema1:name "Geoffrey Smith" ;
    schema1:sameAs <http://viaf.org/viaf/5275155919279239730001>,
        <https://isni.org/isni/0000000393338053> .

