@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/27588/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Rivals" ;
    ns2:bassoon <http://data.carnegiehall.org/names/54473> ;
    ns2:cello <http://data.carnegiehall.org/names/20200> ;
    ns2:chamber_orchestra <http://data.carnegiehall.org/names/12532> ;
    ns2:clarinet <http://data.carnegiehall.org/names/5103> ;
    ns2:double_bass <http://data.carnegiehall.org/names/3980> ;
    ns2:flute <http://data.carnegiehall.org/names/57997> ;
    ns2:french_horn <http://data.carnegiehall.org/names/27007> ;
    ns2:oboe <http://data.carnegiehall.org/names/22769> ;
    ns2:piano <http://data.carnegiehall.org/names/1590> ;
    ns2:soprano <http://data.carnegiehall.org/names/55503> ;
    ns2:viola <http://data.carnegiehall.org/names/18230> ;
    ns2:violin <http://data.carnegiehall.org/names/20203>,
        <http://data.carnegiehall.org/names/42154> ;
    ns1:performer <http://data.carnegiehall.org/names/12532>,
        <http://data.carnegiehall.org/names/1590>,
        <http://data.carnegiehall.org/names/18230>,
        <http://data.carnegiehall.org/names/20200>,
        <http://data.carnegiehall.org/names/20203>,
        <http://data.carnegiehall.org/names/22769>,
        <http://data.carnegiehall.org/names/27007>,
        <http://data.carnegiehall.org/names/3980>,
        <http://data.carnegiehall.org/names/42154>,
        <http://data.carnegiehall.org/names/5103>,
        <http://data.carnegiehall.org/names/54473>,
        <http://data.carnegiehall.org/names/55503>,
        <http://data.carnegiehall.org/names/57997> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/48218> .

