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

<http://data.bibliotheken.nl/id/thes/p25639413X> a schema1:Person ;
    rdfs:label "Zeeuw, Janeke de" ;
    schema1:description "red." ;
    schema1:familyName "de Zeeuw" ;
    schema1:givenName "Janeke" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d79134a5f365c3c24d24d20c4a970ffe> ;
    schema1:name "Janeke de Zeeuw" ;
    schema1:sameAs <http://viaf.org/viaf/285215511>,
        <https://isni.org/isni/0000000391364143> .

