@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/46232> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Royal Choral Society" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/258> ;
    ns1:name "Royal Choral Society" ;
    skos:exactMatch <http://dbpedia.org/resource/Royal_Choral_Society>,
        <http://id.loc.gov/authorities/names/n83178736>,
        <http://www.wikidata.org/entity/Q3445907>,
        <https://musicbrainz.org/artist/ac90c2a7-922f-4fc5-a51d-9460eb4d9df2> .

