@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/134498> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Kentucky Thunder" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/1005> ;
    ns1:name "Kentucky Thunder" ;
    skos:exactMatch <http://dbpedia.org/resource/Kentucky_Thunder>,
        <http://www.wikidata.org/entity/Q6392405>,
        <https://id.loc.gov/authorities/no99061747>,
        <https://musicbrainz.org/artist/600a0adc-bcf5-4ede-8200-2cb37e1438b4> .

