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

<http://data.bibliotheken.nl/id/thes/p328174300> a schema1:Person ;
    rdfs:label "Guy-Smith, Gregor D." ;
    schema1:description "beeldende kunst" ;
    schema1:familyName "Guy-Smith" ;
    schema1:givenName "Gregor D." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8c3d88ff166c3361fad7650d095abb77> ;
    schema1:name "Gregor D. Guy-Smith" ;
    schema1:sameAs <http://viaf.org/viaf/282342103>,
        <https://isni.org/isni/0000000389052343> .

