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

<http://data.bibliotheken.nl/id/thes/p08004347X> a schema1:Person ;
    rdfs:label "Gaskill, Howard" ;
    schema1:familyName "Gaskill" ;
    schema1:givenName "Howard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6e6d34f433e8c194273217910145c1d0> ;
    schema1:name "Howard Gaskill" ;
    schema1:sameAs <http://viaf.org/viaf/93048266>,
        <https://isni.org/isni/0000000110772504> .

