@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/p070797420> a schema1:Person ;
    rdfs:label "Gray, Martin (1922-2016)" ;
    schema1:birthDate "1922" ;
    schema1:deathDate "2016" ;
    schema1:description "bron: https://nl.wikipedia.org/wiki/Martin_Gray_(schrijver)",
        "geboren als; Mieczysław (Mietek) Grajewski" ;
    schema1:familyName "Gray" ;
    schema1:givenName "Martin" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/23024566012e0d8e66e471d11bf92f22> ;
    schema1:name "Martin Gray" ;
    schema1:nationality "fr",
        "pl" ;
    schema1:sameAs <http://viaf.org/viaf/95323076>,
        wd:Q708648,
        <https://isni.org/isni/0000000399276834> .

