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

<http://data.bibliotheken.nl/id/thes/p419846220> a schema1:Person ;
    rdfs:label "Hofker, Els" ;
    schema1:familyName "Hofker" ;
    schema1:givenName "Els" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/918507c7420ff49cf1a23e6df46cb70a> ;
    schema1:name "Els Hofker" ;
    schema1:sameAs <http://viaf.org/viaf/93154074470111742322> .

