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

<http://data.bibliotheken.nl/id/thes/p068518498> a schema1:Person ;
    rdfs:label "Humble, John William" ;
    schema1:familyName "Humble" ;
    schema1:givenName "John William" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/81da511cd03d3a294a500f231639964f> ;
    schema1:name "John William Humble" ;
    schema1:sameAs <http://viaf.org/viaf/66998643>,
        <https://isni.org/isni/0000000073631365> .

