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

<http://data.bibliotheken.nl/id/thes/p371227895> a schema1:Person ;
    rdfs:label "Teunis, Gerlo" ;
    schema1:familyName "Teunis" ;
    schema1:givenName "Gerlo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/26e3dbe5d5b8eb12e994b08b63c38870> ;
    schema1:name "Gerlo Teunis" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/309886976>,
        <https://isni.org/isni/0000000443380998> .

