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

<http://data.bibliotheken.nl/id/thes/p111072050> a schema1:Person ;
    rdfs:label "Delissen, Nicole" ;
    schema1:familyName "Delissen" ;
    schema1:givenName "Nicole" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/88a327293055242dac428f69164071c8> ;
    schema1:name "Nicole Delissen" ;
    schema1:sameAs <http://viaf.org/viaf/9728400>,
        <https://isni.org/isni/0000000050577888> .

