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

<http://data.bibliotheken.nl/id/thes/p264790057> a schema1:Person ;
    rdfs:label "Bloemert, Baukje" ;
    schema1:familyName "Bloemert" ;
    schema1:givenName "Baukje" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8315141a4ff4ee6c1588d16677c01242> ;
    schema1:name "Baukje Bloemert" ;
    schema1:sameAs <http://viaf.org/viaf/154375352>,
        <https://isni.org/isni/0000000387814594> .

