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

<http://data.bibliotheken.nl/id/thes/p195003896> a schema1:Person ;
    rdfs:label "Meertens, Katja" ;
    schema1:description "red." ;
    schema1:familyName "Meertens" ;
    schema1:givenName "Katja" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0d8547e8bf5e965a635b84ebe732030c> ;
    schema1:name "Katja Meertens" ;
    schema1:sameAs <http://viaf.org/viaf/286783983>,
        <https://isni.org/isni/0000000368788984> .

