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

<http://data.bibliotheken.nl/id/thes/p19169133X> a schema1:Person ;
    rdfs:label "Schüpp, Heiner" ;
    schema1:familyName "Schüpp" ;
    schema1:givenName "Heiner" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1924dfc4d70fbdce213d81bd8bb551c2> ;
    schema1:name "Heiner Schüpp" ;
    schema1:sameAs <http://viaf.org/viaf/290696042>,
        <https://isni.org/isni/0000000395856823> .

