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

<http://data.carnegiehall.org/events/3461/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "L'histoire du soldat" ;
    ns2:actor <http://data.carnegiehall.org/names/35100>,
        <http://data.carnegiehall.org/names/47393> ;
    ns2:bassoon <http://data.carnegiehall.org/names/24295> ;
    ns2:clarinet <http://data.carnegiehall.org/names/18423> ;
    ns2:dancer <http://data.carnegiehall.org/names/18580> ;
    ns2:double_bass <http://data.carnegiehall.org/names/10717> ;
    ns2:narrator <http://data.carnegiehall.org/names/10218> ;
    ns2:percussion <http://data.carnegiehall.org/names/42113> ;
    ns2:trombone <http://data.carnegiehall.org/names/3141> ;
    ns2:trumpet <http://data.carnegiehall.org/names/27391> ;
    ns2:violin <http://data.carnegiehall.org/names/40295> ;
    ns1:performer <http://data.carnegiehall.org/names/10218>,
        <http://data.carnegiehall.org/names/10717>,
        <http://data.carnegiehall.org/names/18423>,
        <http://data.carnegiehall.org/names/18580>,
        <http://data.carnegiehall.org/names/24295>,
        <http://data.carnegiehall.org/names/27391>,
        <http://data.carnegiehall.org/names/3141>,
        <http://data.carnegiehall.org/names/35100>,
        <http://data.carnegiehall.org/names/40295>,
        <http://data.carnegiehall.org/names/42113>,
        <http://data.carnegiehall.org/names/47393> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/221> .

