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

<http://data.bibliotheken.nl/id/thes/p20283946X> a schema1:Person ;
    rdfs:label "Slooten, Eline van" ;
    schema1:familyName "van Slooten" ;
    schema1:givenName "Eline" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1c2006a67b0e41a29fbde7c5842bd3ab> ;
    schema1:name "Eline van Slooten" .

