@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/8413/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "L'histoire du soldat" ;
    ns1:bassoon <http://data.carnegiehall.org/names/40833> ;
    ns1:clarinet <http://data.carnegiehall.org/names/18423> ;
    ns1:double_bass <http://data.carnegiehall.org/names/10717> ;
    ns1:narrator <http://data.carnegiehall.org/names/9592> ;
    ns1:percussion <http://data.carnegiehall.org/names/60312> ;
    ns1:trombone <http://data.carnegiehall.org/names/55271> ;
    ns1:trumpet <http://data.carnegiehall.org/names/10902> ;
    ns1:violin <http://data.carnegiehall.org/names/18056> ;
    ns2:performer <http://data.carnegiehall.org/names/10717>,
        <http://data.carnegiehall.org/names/10902>,
        <http://data.carnegiehall.org/names/18056>,
        <http://data.carnegiehall.org/names/18423>,
        <http://data.carnegiehall.org/names/40833>,
        <http://data.carnegiehall.org/names/55271>,
        <http://data.carnegiehall.org/names/60312>,
        <http://data.carnegiehall.org/names/9592> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/221> .

