@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/16011> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Uncle Tupelo" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/1075> ;
    ns1:name "Uncle Tupelo" ;
    skos:exactMatch <http://dbpedia.org/resource/Uncle_Tupelo>,
        <http://id.loc.gov/authorities/names/n92079727>,
        <http://www.wikidata.org/entity/Q1473092>,
        <https://musicbrainz.org/artist/95c043f1-0bdd-403a-b714-663908d7e4fc> .

