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

<http://data.bibliotheken.nl/id/thes/p072903902> a schema1:Person ;
    rdfs:label "Boom, H.J." ;
    schema1:description "Hendrik" ;
    schema1:familyName "Boom" ;
    schema1:givenName "H.J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0a0d57e855f0f1189d33abfb9af48d78> ;
    schema1:name "H.J. Boom" ;
    schema1:sameAs <http://viaf.org/viaf/105866771>,
        <https://isni.org/isni/0000000076260205> .

