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

<http://data.bibliotheken.nl/id/thes/p421419024> a schema1:Person ;
    rdfs:label "Hörl, Erich" ;
    schema1:familyName "Hörl" ;
    schema1:givenName "Erich" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4a7e27de2f6a147b6bef75e20ee8eb6d> ;
    schema1:name "Erich Hörl" ;
    schema1:sameAs <https://isni.org/isni/0000000116299420> .

