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

<http://data.bibliotheken.nl/id/thes/p342089498> a schema1:Person ;
    rdfs:label "Molmans, Dionne" ;
    schema1:familyName "Molmans" ;
    schema1:givenName "Dionne" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1b7cd07d1b45771eb1dc86a32e72b3cb> ;
    schema1:name "Dionne Molmans" ;
    schema1:sameAs <http://viaf.org/viaf/282047706>,
        <https://isni.org/isni/000000038878207X> .

