@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://data.carnegiehall.org/names/1026713> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Giovanni Gualberto Bottarelli" ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Giovanni Gualberto Bottarelli" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q64748558>,
        <https://musicbrainz.org/artist/d1e1ffae-be36-4f35-a814-a023ee1d901b> .

