@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/p125023367> a schema1:Person ;
    rdfs:label "Hensel, Andreas (1961-)" ;
    schema1:birthDate "1961" ;
    schema1:familyName "Hensel" ;
    schema1:givenName "Andreas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1aea3bd78c71bbf0dfb2670c2c369ee0> ;
    schema1:name "Andreas Hensel" ;
    schema1:sameAs <http://viaf.org/viaf/77136478>,
        wd:Q17310284,
        <https://isni.org/isni/0000000012900437> .

