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

<http://data.bibliotheken.nl/id/thes/p274532433> a schema1:Person ;
    rdfs:label "Willems, Sophie" ;
    schema1:familyName "Willems" ;
    schema1:givenName "Sophie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5a6e38d4421e6505f93b59efde6cecde> ;
    schema1:name "Sophie Willems" ;
    schema1:sameAs <http://viaf.org/viaf/285458773>,
        <https://isni.org/isni/0000000369184226> .

