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

<http://data.carnegiehall.org/events/16564/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "L'histoire du soldat" ;
    ns2:actor <http://data.carnegiehall.org/names/53066>,
        <http://data.carnegiehall.org/names/54790>,
        <http://data.carnegiehall.org/names/59581> ;
    ns2:bassoon <http://data.carnegiehall.org/names/35045> ;
    ns2:clarinet <http://data.carnegiehall.org/names/22297> ;
    ns2:cornet <http://data.carnegiehall.org/names/42758> ;
    ns2:dancer <http://data.carnegiehall.org/names/6825> ;
    ns2:double_bass <http://data.carnegiehall.org/names/48799> ;
    ns2:magician <http://data.carnegiehall.org/names/35044>,
        <http://data.carnegiehall.org/names/66785> ;
    ns2:percussion <http://data.carnegiehall.org/names/46801> ;
    ns2:trombone <http://data.carnegiehall.org/names/58705> ;
    ns2:violin <http://data.carnegiehall.org/names/19690> ;
    ns3:performer <http://data.carnegiehall.org/names/19690>,
        <http://data.carnegiehall.org/names/22297>,
        <http://data.carnegiehall.org/names/35044>,
        <http://data.carnegiehall.org/names/35045>,
        <http://data.carnegiehall.org/names/42758>,
        <http://data.carnegiehall.org/names/46801>,
        <http://data.carnegiehall.org/names/48799>,
        <http://data.carnegiehall.org/names/53066>,
        <http://data.carnegiehall.org/names/54790>,
        <http://data.carnegiehall.org/names/58705>,
        <http://data.carnegiehall.org/names/59581>,
        <http://data.carnegiehall.org/names/66785>,
        <http://data.carnegiehall.org/names/6825> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/221> .

