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

<http://data.bibliotheken.nl/id/thes/p421566248> a schema1:Person ;
    rdfs:label "Menotti, Gabriel" ;
    schema1:familyName "Menotti" ;
    schema1:givenName "Gabriel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/83a1abe73af61dbad37d25daff55fb49> ;
    schema1:name "Gabriel Menotti" ;
    schema1:sameAs <https://isni.org/isni/000000047435117X> .

