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

<http://data.carnegiehall.org/events/9868/work_05> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Cassation" ;
    ns3:bassoon <http://data.carnegiehall.org/names/55666> ;
    ns3:cello <http://data.carnegiehall.org/names/12840> ;
    ns3:clarinet <http://data.carnegiehall.org/names/30579> ;
    ns3:flute <http://data.carnegiehall.org/names/12499> ;
    ns3:oboe <http://data.carnegiehall.org/names/40582> ;
    ns3:piano <http://data.carnegiehall.org/names/44698> ;
    ns3:trumpet <http://data.carnegiehall.org/names/8252> ;
    ns3:viola <http://data.carnegiehall.org/names/59062> ;
    ns3:violin <http://data.carnegiehall.org/names/53040> ;
    ns1:performer <http://data.carnegiehall.org/names/12499>,
        <http://data.carnegiehall.org/names/12840>,
        <http://data.carnegiehall.org/names/30579>,
        <http://data.carnegiehall.org/names/40582>,
        <http://data.carnegiehall.org/names/44698>,
        <http://data.carnegiehall.org/names/53040>,
        <http://data.carnegiehall.org/names/55666>,
        <http://data.carnegiehall.org/names/59062>,
        <http://data.carnegiehall.org/names/8252> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/25695> ;
    rdfs:comment "United States premiere" .

