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

<http://data.bibliotheken.nl/id/thes/p124284329> a schema1:Person ;
    rdfs:label "Neefjes, Moniek" ;
    schema1:description "Monique" ;
    schema1:familyName "Neefjes" ;
    schema1:givenName "Moniek" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5cfe9674c2dd930f8afd24ac3e05d0c2> ;
    schema1:name "Moniek Neefjes" ;
    schema1:sameAs <http://viaf.org/viaf/291150353>,
        <https://isni.org/isni/0000000369058561> .

