@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/p07132853X> a schema1:Person ;
    rdfs:label "Benson, Morton" ;
    schema1:familyName "Benson" ;
    schema1:givenName "Morton" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/271f2e3def012c12fef2d5f7d6a36d95> ;
    schema1:name "Morton Benson" ;
    schema1:sameAs <http://viaf.org/viaf/27089888>,
        wd:Q55772869,
        <https://isni.org/isni/0000000108815990> .

