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

<http://data.bibliotheken.nl/id/thes/p070483442> a schema1:Person ;
    rdfs:label "Mason, Robert Grant" ;
    schema1:familyName "Mason" ;
    schema1:givenName "Robert Grant" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/21b899223d2aaed41e5c53557b117c22> ;
    schema1:name "Robert Grant Mason" ;
    schema1:sameAs <http://viaf.org/viaf/287276635>,
        <https://isni.org/isni/0000000393087282> .

