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

<http://data.bibliotheken.nl/id/thes/p31471118X> a schema1:Person ;
    rdfs:label "Kelly, Simon" ;
    schema1:description "impressionisme" ;
    schema1:familyName "Kelly" ;
    schema1:givenName "Simon" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cb3a438ea415881e8ed057a68a72ca02> ;
    schema1:name "Simon Kelly" ;
    schema1:sameAs <http://viaf.org/viaf/335746>,
        <https://isni.org/isni/0000000050267302> .

