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

<http://data.bibliotheken.nl/id/thes/p074066161> a schema1:Person ;
    rdfs:label "Bloot, Janine" ;
    schema1:familyName "Bloot" ;
    schema1:givenName "Janine" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6fe22ac6a2c1e7f4d63be887bce57652> ;
    schema1:name "Janine Bloot" ;
    schema1:sameAs <http://viaf.org/viaf/281854756>,
        <https://isni.org/isni/0000000388623677> .

