@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/45149/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "L'histoire du soldat" ;
    ns1:bassoon <http://data.carnegiehall.org/names/39834> ;
    ns1:clarinet <http://data.carnegiehall.org/names/25615> ;
    ns1:cornet <http://data.carnegiehall.org/names/70077> ;
    ns1:double_bass <http://data.carnegiehall.org/names/17739> ;
    ns1:narrator <http://data.carnegiehall.org/names/44426> ;
    ns1:percussion <http://data.carnegiehall.org/names/48390> ;
    ns1:speaker <http://data.carnegiehall.org/names/36881>,
        <http://data.carnegiehall.org/names/712> ;
    ns1:trombone <http://data.carnegiehall.org/names/38042> ;
    ns1:violin <http://data.carnegiehall.org/names/31340> ;
    ns2:performer <http://data.carnegiehall.org/names/17739>,
        <http://data.carnegiehall.org/names/25615>,
        <http://data.carnegiehall.org/names/31340>,
        <http://data.carnegiehall.org/names/36881>,
        <http://data.carnegiehall.org/names/38042>,
        <http://data.carnegiehall.org/names/39834>,
        <http://data.carnegiehall.org/names/44426>,
        <http://data.carnegiehall.org/names/48390>,
        <http://data.carnegiehall.org/names/70077>,
        <http://data.carnegiehall.org/names/712> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/221> .

