@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/22864> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Boston Symphony Orchestra" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/621> ;
    ns1:name "Boston Symphony Orchestra" ;
    skos:exactMatch <http://dbpedia.org/resource/Boston_Symphony_Orchestra>,
        <http://id.loc.gov/authorities/names/n50056384>,
        <http://www.wikidata.org/entity/Q864369>,
        <https://musicbrainz.org/artist/6ed6a493-0300-428d-82da-91c62b4d50aa> .

