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

<http://data.bibliotheken.nl/id/thes/p40916819X> a schema1:Person ;
    rdfs:label "Blach, Vigdis" ;
    schema1:familyName "Blach" ;
    schema1:givenName "Vigdis" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a1879e857e79819d7219c6681736bbf0> ;
    schema1:name "Vigdis Blach" ;
    schema1:nationality "de" ;
    schema1:sameAs <http://viaf.org/viaf/624149066558165601087>,
        <https://isni.org/isni/0000000460043213> .

