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

<http://data.bibliotheken.nl/id/thes/p080083609> a schema1:Person ;
    rdfs:label "Es, Elly van" ;
    schema1:familyName "van Es" ;
    schema1:givenName "Elly" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/13879f248e35836b596394b0568fffa5> ;
    schema1:name "Elly van Es" ;
    schema1:sameAs <http://viaf.org/viaf/286935371> .

