@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/50229/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "L'histoire du soldat" ;
    ns3:bassoon <http://data.carnegiehall.org/names/89190> ;
    ns3:chamber_ensemble <http://data.carnegiehall.org/names/76579> ;
    ns3:clarinet <http://data.carnegiehall.org/names/85615> ;
    ns3:double_bass <http://data.carnegiehall.org/names/89191> ;
    ns3:narrator <http://data.carnegiehall.org/names/82419> ;
    ns3:percussion <http://data.carnegiehall.org/names/83113> ;
    ns3:trombone <http://data.carnegiehall.org/names/68012> ;
    ns3:trumpet <http://data.carnegiehall.org/names/72860> ;
    ns3:violin <http://data.carnegiehall.org/names/75609> ;
    ns1:performer <http://data.carnegiehall.org/names/68012>,
        <http://data.carnegiehall.org/names/72860>,
        <http://data.carnegiehall.org/names/75609>,
        <http://data.carnegiehall.org/names/76579>,
        <http://data.carnegiehall.org/names/82419>,
        <http://data.carnegiehall.org/names/83113>,
        <http://data.carnegiehall.org/names/85615>,
        <http://data.carnegiehall.org/names/89190>,
        <http://data.carnegiehall.org/names/89191> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/221> .

