@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/52085> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Denver Symphony Orchestra" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/621> ;
    ns1:name "Denver Symphony Orchestra" ;
    skos:exactMatch <http://dbpedia.org/resource/Denver_Symphony_Orchestra>,
        <http://www.wikidata.org/entity/Q3355336>,
        <https://id.loc.gov/authorities/n83182775>,
        <https://musicbrainz.org/artist/2e781e4a-afc7-4431-acb4-e044f52b498a> .

