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

<http://data.carnegiehall.org/events/71556/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "L'histoire du soldat" ;
    ns1:bassoon <http://data.carnegiehall.org/names/13448> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/131031> ;
    ns1:clarinet <http://data.carnegiehall.org/names/112114> ;
    ns1:conductor <http://data.carnegiehall.org/names/94019> ;
    ns1:double_bass <http://data.carnegiehall.org/names/131032> ;
    ns1:percussion <http://data.carnegiehall.org/names/131033> ;
    ns1:trombone <http://data.carnegiehall.org/names/78716> ;
    ns1:trumpet <http://data.carnegiehall.org/names/70077> ;
    ns1:violin <http://data.carnegiehall.org/names/68668> ;
    ns2:performer <http://data.carnegiehall.org/names/112114>,
        <http://data.carnegiehall.org/names/131031>,
        <http://data.carnegiehall.org/names/131032>,
        <http://data.carnegiehall.org/names/131033>,
        <http://data.carnegiehall.org/names/13448>,
        <http://data.carnegiehall.org/names/68668>,
        <http://data.carnegiehall.org/names/70077>,
        <http://data.carnegiehall.org/names/78716>,
        <http://data.carnegiehall.org/names/94019> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/221> .

