@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/108426> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Orchestra of the Swan" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/541> ;
    ns1:name "Orchestra of the Swan" ;
    skos:exactMatch <http://dbpedia.org/resource/Orchestra_of_the_Swan>,
        <http://id.loc.gov/authorities/names/no2008184952>,
        <http://www.wikidata.org/entity/Q7100258>,
        <https://musicbrainz.org/artist/ae2f6e06-2d1f-428d-81bc-9ffab7a8d1dc> .

