@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/p069004811> a schema1:Person ;
    rdfs:label "Grard, George (1901-1984)" ;
    schema1:alternateName "Grard, Georges" ;
    schema1:birthDate "1901" ;
    schema1:deathDate "1984" ;
    schema1:familyName "Grard" ;
    schema1:givenName "George" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/beaa21e8afab68f2d658750363908f73> ;
    schema1:name "George Grard" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/54957496>,
        wd:Q2038260,
        <https://isni.org/isni/0000000066777286> .

