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

<http://data.bibliotheken.nl/id/thes/p269431411> a schema1:Person ;
    rdfs:label "McGill, Tom" ;
    schema1:alternateName "MacGill, Tom" ;
    schema1:familyName "McGill" ;
    schema1:givenName "Tom" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/62672eb8df222dc6179ae2936d4bd95d> ;
    schema1:name "Tom McGill" ;
    schema1:sameAs <http://viaf.org/viaf/291061264>,
        <https://isni.org/isni/0000000396210151> .

