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

<http://data.bibliotheken.nl/id/thes/p109667913> a schema1:Person ;
    rdfs:label "Das, Gerrit" ;
    schema1:familyName "Das" ;
    schema1:givenName "Gerrit" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4b6b09b16d900dd887571746d37e0b84> ;
    schema1:name "Gerrit Das" ;
    schema1:sameAs <http://viaf.org/viaf/200406116>,
        <https://isni.org/isni/0000000390698627> .

