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

<http://data.bibliotheken.nl/id/thes/p073242268> a schema1:Person ;
    rdfs:label "Veys, Dion" ;
    schema1:familyName "Veys" ;
    schema1:givenName "Dion" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/67b94229dde8f93e995c067ff1de6cdf> ;
    schema1:name "Dion Veys" ;
    schema1:sameAs <http://viaf.org/viaf/50674055>,
        <https://isni.org/isni/0000000025164790> .

