@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/52747> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Thad Jones/Mel Lewis Orchestra" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/183> ;
    ns1:name "Thad Jones/Mel Lewis Orchestra" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Thad_Jones/Mel_Lewis_Orchestra>,
        <http://id.loc.gov/authorities/names/n94056552>,
        <http://www.wikidata.org/entity/Q5969709>,
        <https://musicbrainz.org/artist/94d1f588-36d5-478c-8f32-8b27f2785617> .

