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

<http://data.bibliotheken.nl/id/thes/p073735779> a schema1:Person ;
    rdfs:label "Bouwmeester, E.C." ;
    schema1:familyName "Bouwmeester" ;
    schema1:givenName "E.C." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1e14970aeea4d08ce867d49ce7ea07c2> ;
    schema1:name "E.C. Bouwmeester" ;
    schema1:sameAs <http://viaf.org/viaf/284947542>,
        <https://isni.org/isni/0000000391217987> .

