@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/p074945092> a schema1:Person ;
    rdfs:label "Hölbl, Günther (1947-)" ;
    schema1:birthDate "1947" ;
    schema1:familyName "Hölbl" ;
    schema1:givenName "Günther" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8c7f49d80acb4cacf45973304b83967e> ;
    schema1:name "Günther Hölbl" ;
    schema1:sameAs <http://viaf.org/viaf/115040436>,
        wd:Q1561539,
        <https://isni.org/isni/0000000110331696> .

