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

<http://data.bibliotheken.nl/id/thes/p100615686> a schema1:Person ;
    rdfs:label "Moore, Gregory" ;
    schema1:familyName "Moore" ;
    schema1:givenName "Gregory" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1411cd63fbc80225d02430cb9f7f988b> ;
    schema1:name "Gregory Moore" ;
    schema1:sameAs <http://viaf.org/viaf/280455972>,
        <https://isni.org/isni/0000000387494375> .

