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

<http://data.bibliotheken.nl/id/thes/p07144159X> a schema1:Person ;
    rdfs:label "Boon, Gerard Karel" ;
    schema1:familyName "Boon" ;
    schema1:givenName "Gerard Karel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5aaad24301d44324d5b1ffe25b73b925> ;
    schema1:name "Gerard Karel Boon" ;
    schema1:sameAs <http://viaf.org/viaf/35739572>,
        <https://isni.org/isni/0000000084398095> .

