@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/29489> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Hot Tuna" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/744> ;
    ns1:name "Hot Tuna" ;
    skos:exactMatch <http://dbpedia.org/resource/Hot_Tuna>,
        <https://id.loc.gov/authorities/names/n91119207>,
        <https://musicbrainz.org/artist/d13d9feb-b7c7-49f4-9b72-65e29a16aa24> .

