@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/36044> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "The Main Ingredient" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/1399> ;
    ns1:name "The Main Ingredient" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Main_Ingredient_(band)>,
        <http://id.loc.gov/authorities/names/n92021247>,
        <http://www.wikidata.org/entity/Q383398>,
        <https://musicbrainz.org/artist/ee06187e-f6db-46e0-8164-be626127673d> .

