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

<http://data.bibliotheken.nl/id/thes/p074178660> a schema1:Person ;
    rdfs:label "Gerritsen, Guus A." ;
    schema1:familyName "Gerritsen" ;
    schema1:givenName "Guus A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6f2804435f638418b720a250c56116e8> ;
    schema1:name "Guus A. Gerritsen" ;
    schema1:sameAs <http://viaf.org/viaf/280829525>,
        <https://isni.org/isni/0000000387819360> .

