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

<http://data.bibliotheken.nl/id/thes/p277903866> a schema1:Person ;
    rdfs:label "Green, Steve (freelance red., vert.)" ;
    schema1:familyName "Green" ;
    schema1:givenName "Steve" ;
    schema1:hasOccupation "freelance red., vert." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4cf2f88cad45328d4ebefada00d3073e> ;
    schema1:name "Steve Green" ;
    schema1:sameAs <http://viaf.org/viaf/283004259>,
        wd:Q65965957,
        <https://isni.org/isni/0000000389547733> .

