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

<http://data.bibliotheken.nl/id/thes/p093622325> a schema1:Person ;
    rdfs:label "Zeilstra, M.I." ;
    schema1:familyName "Zeilstra" ;
    schema1:givenName "M.I." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5f28960808b71f64452939213c8707df> ;
    schema1:name "M.I. Zeilstra" ;
    schema1:sameAs <http://viaf.org/viaf/28696955>,
        <https://isni.org/isni/0000000033061441> .

