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

<http://data.bibliotheken.nl/id/thes/p073360929> a schema1:Person ;
    rdfs:label "Borghuis, Gerard J." ;
    schema1:familyName "Borghuis" ;
    schema1:givenName "Gerard J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2d7cbf41e5381e4c8db24ccd620ff683> ;
    schema1:name "Gerard J. Borghuis" ;
    schema1:sameAs <http://viaf.org/viaf/218806752>,
        <https://isni.org/isni/0000000389582379> .

