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

<http://data.bibliotheken.nl/id/thes/p073332453> a schema1:Person ;
    rdfs:label "Bloupot, Herman" ;
    schema1:familyName "Bloupot" ;
    schema1:givenName "Herman" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9db153cdc7d01522a314ce11e557dc06> ;
    schema1:name "Herman Bloupot" ;
    schema1:sameAs <http://viaf.org/viaf/45918643>,
        <https://isni.org/isni/0000000033577704> .

