@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/51126> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Phil Collins Big Band" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/183> ;
    ns1:name "Phil Collins Big Band" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Phil_Collins_Big_Band>,
        <http://www.wikidata.org/entity/Q2596621>,
        <https://musicbrainz.org/artist/db2553f8-3b4f-4415-a268-fdf8e600fa0b> .

