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

<http://data.bibliotheken.nl/id/thes/p150957866> a schema1:Person ;
    rdfs:label "Attema, Evert" ;
    schema1:description "ESA" ;
    schema1:familyName "Attema" ;
    schema1:givenName "Evert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d76ec81c3bf193adaf93286f33571923> ;
    schema1:name "Evert Attema" ;
    schema1:sameAs <http://viaf.org/viaf/5027575>,
        <https://isni.org/isni/0000000032379933> .

