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

<http://data.bibliotheken.nl/id/thes/p370705254> a schema1:Person ;
    rdfs:label "Stevens, Elke" ;
    schema1:familyName "Stevens" ;
    schema1:givenName "Elke" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/50ad2e9289fee93c93117bc9113bba16> ;
    schema1:name "Elke Stevens" ;
    schema1:sameAs <http://viaf.org/viaf/309883643>,
        <https://isni.org/isni/0000000443319185> .

