@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/72237> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Gangbé Brass Band" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/237> ;
    ns1:name "Gangbé Brass Band" ;
    skos:exactMatch <http://dbpedia.org/resource/Gangb%C3%A9_Brass_Band>,
        <http://www.wikidata.org/entity/Q5521098>,
        <https://id.loc.gov/authorities/names/n2006019580>,
        <https://musicbrainz.org/artist/2f26a5dd-6807-45b8-800d-c5a9f40da117> .

