@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/37540> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "World's Greatest Jazz Band" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/183> ;
    ns1:name "World's Greatest Jazz Band" ;
    skos:exactMatch <http://dbpedia.org/resource/World%27s_Greatest_Jazz_Band>,
        <http://www.wikidata.org/entity/Q8035239>,
        <https://id.loc.gov/authorities/no99050657>,
        <https://musicbrainz.org/artist/f08735df-14e8-4a65-8764-664632db0972> .

