@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/22969> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Orchestra of St. Luke's" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/621> ;
    ns1:name "Orchestra of St. Luke's" ;
    skos:exactMatch <http://dbpedia.org/resource/Orchestra_of_St._Luke's>,
        <http://id.loc.gov/authorities/names/n86861403>,
        <http://www.wikidata.org/entity/Q7100255>,
        <https://musicbrainz.org/artist/2dc04707-7cf9-4e9b-8869-6cb5644794b8> .

