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

<http://data.bibliotheken.nl/id/thes/p072836253> a schema1:Person ;
    rdfs:label "Morse, Bradford W." ;
    schema1:familyName "Morse" ;
    schema1:givenName "Bradford W." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7b02557f5248221de78cd18c91bd18b2> ;
    schema1:name "Bradford W. Morse" ;
    schema1:sameAs <http://viaf.org/viaf/108417162>,
        <https://isni.org/isni/0000000082903668> .

