@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/138089> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Air Supply" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/117> ;
    ns1:name "Air Supply" ;
    skos:exactMatch <http://dbpedia.org/resource/Air_Supply>,
        <http://www.wikidata.org/entity/Q407814>,
        <https://id.loc.gov/authorities/n91122411>,
        <https://musicbrainz.org/artist/df9a1914-7fad-4900-bdd4-d7811712a2a8> .

