@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p226839265> a schema1:Person ;
    rdfs:label "Hölzl, Werner (MERIT)" ;
    schema1:familyName "Hölzl" ;
    schema1:givenName "Werner" ;
    schema1:hasOccupation "MERIT" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4f6743937f80c39a60d5e717aa64cfec> ;
    schema1:name "Werner Hölzl" ;
    schema1:sameAs <http://viaf.org/viaf/101076474>,
        <https://isni.org/isni/0000000396284994> .

