@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/13756/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "L'histoire du soldat" ;
    ns1:bassoon <http://data.carnegiehall.org/names/13816> ;
    ns1:clarinet <http://data.carnegiehall.org/names/9098> ;
    ns1:double_bass <http://data.carnegiehall.org/names/36757> ;
    ns1:percussion <http://data.carnegiehall.org/names/57647> ;
    ns1:trombone <http://data.carnegiehall.org/names/57646> ;
    ns1:trumpet <http://data.carnegiehall.org/names/42957> ;
    ns1:violin <http://data.carnegiehall.org/names/19967> ;
    ns2:performer <http://data.carnegiehall.org/names/13816>,
        <http://data.carnegiehall.org/names/19967>,
        <http://data.carnegiehall.org/names/36757>,
        <http://data.carnegiehall.org/names/42957>,
        <http://data.carnegiehall.org/names/57646>,
        <http://data.carnegiehall.org/names/57647>,
        <http://data.carnegiehall.org/names/9098> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/221> .

