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

<http://data.bibliotheken.nl/id/thes/p424887436> a schema1:Person ;
    rdfs:label "Gijselhart, Bas" ;
    schema1:familyName "Gijselhart" ;
    schema1:givenName "Bas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/67e93a2b2a90d352cbfc03f1961ef58a> ;
    schema1:name "Bas Gijselhart" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/80158066748208432448>,
        <https://isni.org/isni/0000000501816631> .

