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

<http://data.bibliotheken.nl/id/thes/p071119094> a schema1:Person ;
    rdfs:label "McDermott, John (1948-)" ;
    schema1:alternateName "MacDermott, John" ;
    schema1:birthDate "1948" ;
    schema1:familyName "McDermott" ;
    schema1:givenName "John" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fb8a4cd7304197ff73730bfa9d779d48> ;
    schema1:name "John McDermott" ;
    schema1:sameAs <http://viaf.org/viaf/110054387>,
        <https://isni.org/isni/0000000109341109> .

