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

<http://data.bibliotheken.nl/id/thes/p212834924> a schema1:Person ;
    rdfs:label "Lewe, Egbert" ;
    schema1:description "Middelstum" ;
    schema1:familyName "Lewe" ;
    schema1:givenName "Egbert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/68cd6eeedd4d9503d14f6ec8f653b83d> ;
    schema1:name "Egbert Lewe" ;
    schema1:sameAs <http://viaf.org/viaf/288906273>,
        <https://isni.org/isni/0000000394398250> .

