@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/108297> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Hypnotic Brass Ensemble" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/261> ;
    ns1:name "Hypnotic Brass Ensemble" ;
    skos:exactMatch <http://dbpedia.org/resource/Hypnotic_Brass_Ensemble>,
        <http://id.loc.gov/authorities/names/no2012136799>,
        <http://www.wikidata.org/entity/Q4992089>,
        <https://musicbrainz.org/artist/cc37d0c1-493d-487e-9694-3cf48ae6370d> .

