@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/134060> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Tambuco Percussion Ensemble" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/370> ;
    ns1:name "Tambuco Percussion Ensemble" ;
    skos:exactMatch <http://dbpedia.org/resource/Tambuco>,
        <http://id.loc.gov/authorities/names/no96003002>,
        <http://www.wikidata.org/entity/Q7681086>,
        <https://musicbrainz.org/artist/c2f4d16b-c017-4ef6-b082-0df9fcf75fc3> .

