@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/p067783872> a schema1:Person ;
    rdfs:label "Thoen, Hugo" ;
    schema1:description "archeoloog" ;
    schema1:familyName "Thoen" ;
    schema1:givenName "Hugo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/64088e779cd989e35553490365440911> ;
    schema1:name "Hugo Thoen" ;
    schema1:sameAs <http://viaf.org/viaf/14791311>,
        wd:Q55233317,
        <https://isni.org/isni/0000000083588794> .

