@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/69530> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Dorothy Shaw Bell Choir" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/892> ;
    ns1:name "Dorothy Shaw Bell Choir" ;
    skos:exactMatch <http://dbpedia.org/resource/Dorothy_Shaw_Bell_Choir>,
        <http://id.loc.gov/authorities/names/no98085809>,
        <http://www.wikidata.org/entity/Q5298627>,
        <https://musicbrainz.org/artist/bfd194a4-d50d-4120-a675-ac6b05cc9c24> .

