@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/78266> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Weather Report" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/262> ;
    ns1:name "Weather Report" ;
    skos:exactMatch <http://dbpedia.org/resource/Weather_Report>,
        <http://id.loc.gov/authorities/names/nr91029866>,
        <http://www.wikidata.org/entity/Q1120697>,
        <https://musicbrainz.org/artist/0f9997bd-e079-429e-8ccd-9378c9b0c746> .

