@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/107069> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Tabou Combo" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/1360> ;
    ns1:name "Tabou Combo" ;
    skos:exactMatch <http://dbpedia.org/resource/Tabou_Combo>,
        <http://www.wikidata.org/entity/Q3513534>,
        <https://id.loc.gov/authorities/names/no98129268>,
        <https://musicbrainz.org/artist/cd7af012-dba3-4eb6-8fc4-86d891b0657e> .

