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

<http://data.bibliotheken.nl/id/thes/p23199060X> a schema1:Person ;
    rdfs:label "Carmiggelt, Esther" ;
    schema1:familyName "Carmiggelt" ;
    schema1:givenName "Esther" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/65172c530e09e99cdedbf1240a2fc2df> ;
    schema1:name "Esther Carmiggelt" .

