@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/36013> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Oratorio Society of New York" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/258>,
        <http://data.carnegiehall.org/ensembles/621> ;
    ns1:name "Oratorio Society of New York" ;
    skos:exactMatch <http://dbpedia.org/resource/Oratorio_Society_of_New_York>,
        <http://id.loc.gov/authorities/names/nr88007783>,
        <http://www.wikidata.org/entity/Q7099927>,
        <https://musicbrainz.org/artist/0e5cca67-9b03-4b9a-8067-0363575b7c43> .

