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

<http://data.bibliotheken.nl/id/thes/p07418380X> a schema1:Person ;
    rdfs:label "Hummel, Lucie" ;
    schema1:familyName "Hummel" ;
    schema1:givenName "Lucie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/91de3c755ebddfaaf816f21056dffe67> ;
    schema1:name "Lucie Hummel" ;
    schema1:sameAs <http://viaf.org/viaf/285723148> .

