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

<http://data.bibliotheken.nl/id/thes/p305406051> a schema1:Person ;
    rdfs:label "Kerremans, Els" ;
    schema1:familyName "Kerremans" ;
    schema1:givenName "Els" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ff801d40f52a7f89c1f72169a59876e4> ;
    schema1:name "Els Kerremans" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/31529883>,
        <https://isni.org/isni/0000000043419419> .

