@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/10547/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "L'histoire du soldat" ;
    ns2:actor <http://data.carnegiehall.org/names/17567>,
        <http://data.carnegiehall.org/names/36047> ;
    ns2:bassoon <http://data.carnegiehall.org/names/10664> ;
    ns2:clarinet <http://data.carnegiehall.org/names/1840> ;
    ns2:conductor <http://data.carnegiehall.org/names/53443> ;
    ns2:double_bass <http://data.carnegiehall.org/names/9895> ;
    ns2:narrator <http://data.carnegiehall.org/names/13200> ;
    ns2:percussion <http://data.carnegiehall.org/names/19371> ;
    ns2:trombone <http://data.carnegiehall.org/names/39564> ;
    ns2:trumpet <http://data.carnegiehall.org/names/1601> ;
    ns2:violin <http://data.carnegiehall.org/names/4560> ;
    ns1:performer <http://data.carnegiehall.org/names/10664>,
        <http://data.carnegiehall.org/names/13200>,
        <http://data.carnegiehall.org/names/1601>,
        <http://data.carnegiehall.org/names/17567>,
        <http://data.carnegiehall.org/names/1840>,
        <http://data.carnegiehall.org/names/19371>,
        <http://data.carnegiehall.org/names/36047>,
        <http://data.carnegiehall.org/names/39564>,
        <http://data.carnegiehall.org/names/4560>,
        <http://data.carnegiehall.org/names/53443>,
        <http://data.carnegiehall.org/names/9895> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/221> .

