@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/58874/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "L'histoire du soldat (A Soldier's Tale)" ;
    ns1:actor <http://data.carnegiehall.org/names/109683> ;
    ns1:bass_trombone <http://data.carnegiehall.org/names/109682>,
        <http://data.carnegiehall.org/names/34119> ;
    ns1:double_bass <http://data.carnegiehall.org/names/109687> ;
    ns1:drums <http://data.carnegiehall.org/names/109688> ;
    ns1:piano <http://data.carnegiehall.org/names/109672> ;
    ns1:trumpet <http://data.carnegiehall.org/names/109681> ;
    ns1:woodwinds <http://data.carnegiehall.org/names/109684>,
        <http://data.carnegiehall.org/names/109685>,
        <http://data.carnegiehall.org/names/109686> ;
    ns2:performer <http://data.carnegiehall.org/names/109672>,
        <http://data.carnegiehall.org/names/109681>,
        <http://data.carnegiehall.org/names/109682>,
        <http://data.carnegiehall.org/names/109683>,
        <http://data.carnegiehall.org/names/109684>,
        <http://data.carnegiehall.org/names/109685>,
        <http://data.carnegiehall.org/names/109686>,
        <http://data.carnegiehall.org/names/109687>,
        <http://data.carnegiehall.org/names/109688>,
        <http://data.carnegiehall.org/names/34119> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/99837> .

