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

<http://data.bibliotheken.nl/id/thes/p355014394> a schema1:Person ;
    rdfs:label "Martin, Gregory" ;
    schema1:familyName "Martin" ;
    schema1:givenName "Gregory" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f3173df1a013ac2a07a17e351bb3a888> ;
    schema1:name "Gregory Martin" ;
    schema1:sameAs <http://viaf.org/viaf/305804318> .

