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

<http://data.bibliotheken.nl/id/thes/p303582170> a schema1:Person ;
    rdfs:label "Sievers, Wiebke" ;
    schema1:familyName "Sievers" ;
    schema1:givenName "Wiebke" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6b332612ea301bb99a25835d6e208dcd> ;
    schema1:name "Wiebke Sievers" ;
    schema1:sameAs <http://viaf.org/viaf/64339127>,
        <https://isni.org/isni/000000011067842X> .

