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

<http://data.bibliotheken.nl/id/thes/p306236524> a schema1:Person ;
    rdfs:label "Romeo, Nicoletta" ;
    schema1:familyName "Romeo" ;
    schema1:givenName "Nicoletta" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c203fec2880336806ef6b312998911f7> ;
    schema1:name "Nicoletta Romeo" ;
    schema1:sameAs <http://viaf.org/viaf/10178538>,
        <https://isni.org/isni/0000000048042622> .

