@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/42849> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Toronto Symphony Orchestra" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/621> ;
    ns1:name "Toronto Symphony Orchestra" ;
    skos:exactMatch <http://dbpedia.org/resource/Toronto_Symphony_Orchestra>,
        <http://www.wikidata.org/entity/Q684435>,
        <https://id.loc.gov/authorities/names/n83065742>,
        <https://musicbrainz.org/artist/36869aa7-528f-491d-b1a0-5fc9fe141cb6> .

