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

<http://data.bibliotheken.nl/id/thes/p422735450> a schema1:Person ;
    rdfs:label "Janssens, Gunther" ;
    schema1:familyName "Janssens" ;
    schema1:givenName "Gunther" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/60b80bcaaa6e419457e89f3fec17cfa8> ;
    schema1:name "Gunther Janssens" ;
    schema1:sameAs <http://viaf.org/viaf/8097155953610242630007>,
        <https://isni.org/isni/0000000475969182> .

