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

<http://data.bibliotheken.nl/id/thes/p170259587> a schema1:Person ;
    rdfs:label "Kloet, Nelleke" ;
    schema1:description "Account manager bij Claritas Nederland",
        "Drs" ;
    schema1:familyName "Kloet" ;
    schema1:givenName "Nelleke" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b69e5962cc6be0de53360adfc510f165> ;
    schema1:name "Nelleke Kloet" ;
    schema1:sameAs <http://viaf.org/viaf/287260054>,
        <https://isni.org/isni/0000000393035079> .

