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

<http://data.bibliotheken.nl/id/thes/p145646106> a schema1:Person ;
    rdfs:label "Smith, Haye (1935-)" ;
    schema1:alternateName "Smith, H.J." ;
    schema1:birthDate "1935" ;
    schema1:description "voorzitter van Schilderkundig genootschap Pulchri Studio" ;
    schema1:familyName "Smith" ;
    schema1:givenName "Haye" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/38bb5e0f5b70c156e6ae2971a4f45b21> ;
    schema1:name "Haye Smith" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/281612050> .

