@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/p073981516> a schema1:Person ;
    rdfs:label "Huber, Thomas (1955-)" ;
    schema1:birthDate "1955" ;
    schema1:familyName "Huber" ;
    schema1:givenName "Thomas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/27cbe653baeea6bff60f19f1f18ec62a> ;
    schema1:name "Thomas Huber" ;
    schema1:sameAs <http://viaf.org/viaf/95822666>,
        wd:Q202769,
        <https://isni.org/isni/0000000110000096> .

