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

<http://data.carnegiehall.org/events/44209/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "L'histoire du soldat" ;
    ns1:bassoon <http://data.carnegiehall.org/names/58817> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/76574> ;
    ns1:clarinet <http://data.carnegiehall.org/names/20388> ;
    ns1:conductor <http://data.carnegiehall.org/names/45133> ;
    ns1:double_bass <http://data.carnegiehall.org/names/23624> ;
    ns1:percussion <http://data.carnegiehall.org/names/76576> ;
    ns1:trombone <http://data.carnegiehall.org/names/76445> ;
    ns1:trumpet <http://data.carnegiehall.org/names/76575> ;
    ns1:violin <http://data.carnegiehall.org/names/8631> ;
    ns3:performer <http://data.carnegiehall.org/names/20388>,
        <http://data.carnegiehall.org/names/23624>,
        <http://data.carnegiehall.org/names/45133>,
        <http://data.carnegiehall.org/names/58817>,
        <http://data.carnegiehall.org/names/76445>,
        <http://data.carnegiehall.org/names/76574>,
        <http://data.carnegiehall.org/names/76575>,
        <http://data.carnegiehall.org/names/76576>,
        <http://data.carnegiehall.org/names/8631> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/221> .

