@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/44209/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "L'histoire du soldat" ;
    ns3:bassoon <http://data.carnegiehall.org/names/58817> ;
    ns3:chamber_ensemble <http://data.carnegiehall.org/names/76574> ;
    ns3:clarinet <http://data.carnegiehall.org/names/20388> ;
    ns3:conductor <http://data.carnegiehall.org/names/45133> ;
    ns3:double_bass <http://data.carnegiehall.org/names/23624> ;
    ns3:percussion <http://data.carnegiehall.org/names/76576> ;
    ns3:trombone <http://data.carnegiehall.org/names/76445> ;
    ns3:trumpet <http://data.carnegiehall.org/names/76575> ;
    ns3:violin <http://data.carnegiehall.org/names/8631> ;
    ns1:performer <http://data.carnegiehall.org/names/20388>,
        <http://data.carnegiehall.org/names/23624>,
        <http://data.carnegiehall.org/names/45133>,
        <http://data.carnegiehall.org/names/58817>,
        <http://data.carnegiehall.org/names/76445>,
        <http://data.carnegiehall.org/names/76574>,
        <http://data.carnegiehall.org/names/76575>,
        <http://data.carnegiehall.org/names/76576>,
        <http://data.carnegiehall.org/names/8631> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/221> .

