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

<http://data.bibliotheken.nl/id/thes/p181045249> a schema1:Person ;
    rdfs:label "Huisintveld, Gerard" ;
    schema1:familyName "Huisintveld" ;
    schema1:givenName "Gerard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5b4fbe148c75f1a679de567516af2a84> ;
    schema1:name "Gerard Huisintveld" ;
    schema1:sameAs <http://viaf.org/viaf/288746677>,
        <https://isni.org/isni/000000039428064X> .

