@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/p070130116> a schema1:Person ;
    rdfs:label "MacMahon, Thomas A. (1943-)" ;
    schema1:birthDate "1943" ;
    schema1:familyName "MacMahon" ;
    schema1:givenName "Thomas A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9ed9959cae8613ea47a321acecfdd1d1> ;
    schema1:name "Thomas A. MacMahon" ;
    schema1:sameAs <http://viaf.org/viaf/27222131>,
        wd:Q7786894 .

