@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/p068676271> a schema1:Person ;
    rdfs:label "Carter, M.G." ;
    schema1:familyName "Carter" ;
    schema1:givenName "M.G." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6ccda6b626abacd8817491594b8d5362> ;
    schema1:name "M.G. Carter" ;
    schema1:sameAs <http://viaf.org/viaf/200881003>,
        wd:Q111493417,
        <https://isni.org/isni/0000000114477246> .

