@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/40059/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Suite from La revue de cuisine" ;
    ns3:bassoon <http://data.carnegiehall.org/names/59313> ;
    ns3:cello <http://data.carnegiehall.org/names/56307> ;
    ns3:clarinet <http://data.carnegiehall.org/names/34486> ;
    ns3:piano <http://data.carnegiehall.org/names/66798> ;
    ns3:trumpet <http://data.carnegiehall.org/names/23252> ;
    ns3:violin <http://data.carnegiehall.org/names/38551> ;
    ns1:performer <http://data.carnegiehall.org/names/23252>,
        <http://data.carnegiehall.org/names/34486>,
        <http://data.carnegiehall.org/names/38551>,
        <http://data.carnegiehall.org/names/56307>,
        <http://data.carnegiehall.org/names/59313>,
        <http://data.carnegiehall.org/names/66798> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/17744> .

