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

<http://data.bibliotheken.nl/id/thes/p06793269X> a schema1:Person ;
    rdfs:label "Bouwhuys, M. ten (fl. 1909-1921)" ;
    schema1:description "fl. 1909-1921",
        "leraar H.B.S. en Gem. cursus voor hoofdonderwijzers te Utrecht" ;
    schema1:familyName "ten Bouwhuys" ;
    schema1:givenName "M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/40df68833d631b18429d6ec568e42de5> ;
    schema1:name "M. ten Bouwhuys" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/285200011>,
        <https://isni.org/isni/000000039141688X> .

