@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/p079241670> a schema1:Person ;
    rdfs:label "Mason, Steven Neil (1957-)" ;
    schema1:birthDate "1957" ;
    schema1:familyName "Mason" ;
    schema1:givenName "Steven Neil" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e47de8153177507132dd6311c0f1224d> ;
    schema1:name "Steven Neil Mason" ;
    schema1:sameAs <http://viaf.org/viaf/11763874>,
        wd:Q15430825,
        <https://isni.org/isni/0000000076907945> .

