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

<http://data.bibliotheken.nl/id/thes/p072811773> a schema1:Person ;
    rdfs:label "Boel, Herman" ;
    schema1:familyName "Boel" ;
    schema1:givenName "Herman" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/844ba7c6b37cede2a67c8175a21cd89e> ;
    schema1:name "Herman Boel" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/283095279>,
        <https://isni.org/isni/0000000368767139> .

