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

<http://data.bibliotheken.nl/id/thes/p108680525> a schema1:Person ;
    rdfs:label "Gorton, Steve" ;
    schema1:description "fotogr." ;
    schema1:familyName "Gorton" ;
    schema1:givenName "Steve" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/50b1cb538582bf5a5e5a4b04265f7e00> ;
    schema1:name "Steve Gorton" ;
    schema1:sameAs <http://viaf.org/viaf/64061190>,
        <https://isni.org/isni/0000000073629687> .

