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

<http://data.bibliotheken.nl/id/thes/p075082292> a schema1:Person ;
    rdfs:label "Bosma, H.C." ;
    schema1:familyName "Bosma" ;
    schema1:givenName "H.C." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bf5ea99aea95505f467e46acebe5c949> ;
    schema1:name "H.C. Bosma" ;
    schema1:sameAs <http://viaf.org/viaf/285224117> .

