@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/p106949683> a schema1:Person ;
    rdfs:label "McDermott, John (1947-)" ;
    schema1:alternateName "MacDermott, John" ;
    schema1:birthDate "1947" ;
    schema1:familyName "McDermott" ;
    schema1:givenName "John" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/38bddb6c227914c3c50406e217b28101> ;
    schema1:name "John McDermott" ;
    schema1:sameAs <http://viaf.org/viaf/73893643>,
        wd:Q112384040,
        <https://isni.org/isni/0000000123145921> .

