@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/17979> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "The New York Pops" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/621> ;
    ns1:name "The New York Pops" ;
    skos:exactMatch <http://dbpedia.org/resource/The_New_York_Pops>,
        <http://id.loc.gov/authorities/names/no96036666>,
        <http://www.wikidata.org/entity/Q7753813>,
        <https://musicbrainz.org/artist/3ec8129c-034c-473a-9d4f-e5463fec6903> .

