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

<http://data.bibliotheken.nl/id/thes/p305169823> a schema1:Person ;
    rdfs:label "Costa, Ionara" ;
    schema1:familyName "Costa" ;
    schema1:givenName "Ionara" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fc46e388ec6fae6f3f4e5019d94048aa> ;
    schema1:name "Ionara Costa" ;
    schema1:sameAs <http://viaf.org/viaf/162573243>,
        <https://isni.org/isni/0000000117334101> .

