@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/p06884333X> a schema1:Person ;
    rdfs:label "Moore, George Edward (1873-1958)" ;
    schema1:alternateName "Moore, G.E.",
        "Moore, George" ;
    schema1:birthDate "1873" ;
    schema1:deathDate "1958" ;
    schema1:familyName "Moore" ;
    schema1:givenName "George Edward" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f3d351b48666886a0c77ee28cee92939> ;
    schema1:name "George Edward Moore" ;
    schema1:sameAs <http://viaf.org/viaf/88634979>,
        wd:Q295386,
        <https://isni.org/isni/0000000121428290> .

