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

<http://data.bibliotheken.nl/id/thes/p071894101> a schema1:Person ;
    rdfs:label "Alma, Wiene" ;
    schema1:familyName "Alma" ;
    schema1:givenName "Wiene" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c691355997aa564f5fa4332476e62345> ;
    schema1:name "Wiene Alma" ;
    schema1:sameAs <http://viaf.org/viaf/282022194>,
        <https://isni.org/isni/000000038880817X> .

