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

<http://data.bibliotheken.nl/id/thes/p40842995X> a schema1:Person ;
    rdfs:label "Tuijl, Gijs van" ;
    schema1:familyName "van Tuijl" ;
    schema1:givenName "Gijs" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6d095c780fb60d44b365f66f7bfb270e> ;
    schema1:name "Gijs van Tuijl" ;
    schema1:sameAs <http://viaf.org/viaf/4148522018920850514>,
        <https://isni.org/isni/0000000459441716> .

