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

<http://data.bibliotheken.nl/id/thes/p339134607> a schema1:Person ;
    rdfs:label "Gallo, Tina" ;
    schema1:familyName "Gallo" ;
    schema1:givenName "Tina" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f6b8faf9ddba25aa860fe171d14a551c> ;
    schema1:name "Tina Gallo" ;
    schema1:sameAs <http://viaf.org/viaf/221827572>,
        <https://isni.org/isni/0000000362137507> .

