@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/p073708941> a schema1:Person ;
    rdfs:label "Hopkins, Adam (1939-)" ;
    schema1:birthDate "1939" ;
    schema1:description "reisgidsen" ;
    schema1:familyName "Hopkins" ;
    schema1:givenName "Adam" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5f3ef3749e3f805edda98db29393285c> ;
    schema1:name "Adam Hopkins" ;
    schema1:sameAs <http://viaf.org/viaf/101824417>,
        wd:Q55937934,
        <https://isni.org/isni/0000000081707198> .

