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

<http://data.bibliotheken.nl/id/thes/p239538838> a schema1:Person ;
    rdfs:label "Soet, Leonoor" ;
    schema1:familyName "Soet" ;
    schema1:givenName "Leonoor" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/aa64b2463c62381bd502a036e23ab68f> ;
    schema1:name "Leonoor Soet" ;
    schema1:sameAs <http://viaf.org/viaf/280966293>,
        <https://isni.org/isni/0000000368796925> .

