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

<http://data.bibliotheken.nl/id/thes/p34411208X> a schema1:Person ;
    rdfs:label "Bosscha, Wietske" ;
    schema1:familyName "Bosscha" ;
    schema1:givenName "Wietske" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b05fcb2466721e312fdc1e4c500e398c> ;
    schema1:name "Wietske Bosscha" ;
    schema1:sameAs <http://viaf.org/viaf/287301432>,
        <https://isni.org/isni/0000000393131941> .

