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

<http://data.bibliotheken.nl/id/thes/p06958494X> a schema1:Person ;
    rdfs:label "Morton, Herbert Charles (fl. 1961)" ;
    schema1:alternateName "Morton, M.C." ;
    schema1:description "economie",
        "fl. 1961" ;
    schema1:familyName "Morton" ;
    schema1:givenName "Herbert Charles" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2daef466314e0858cc270b00c0788239> ;
    schema1:name "Herbert Charles Morton" ;
    schema1:sameAs <http://viaf.org/viaf/91216442>,
        <https://isni.org/isni/0000000081637724> .

