@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/12228> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Iceland Symphony Orchestra" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/621> ;
    ns1:name "Iceland Symphony Orchestra" ;
    skos:exactMatch <http://dbpedia.org/resource/Iceland_Symphony_Orchestra>,
        <http://www.wikidata.org/entity/Q2498270>,
        <https://id.loc.gov/authorities/names/n84130959>,
        <https://musicbrainz.org/artist/cc40ae57-e255-4c49-917d-3a957bc0f267> .

