@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/41436/work_19> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Le sacre du printemps: Ritual of Abduction: Presto" ;
    ns2:cello <http://data.carnegiehall.org/names/69618> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/69617> ;
    ns2:double_bass <http://data.carnegiehall.org/names/69619> ;
    ns2:flute <http://data.carnegiehall.org/names/57989> ;
    ns2:guitar <http://data.carnegiehall.org/names/45330> ;
    ns2:percussion <http://data.carnegiehall.org/names/69620> ;
    ns2:piano <http://data.carnegiehall.org/names/18087> ;
    ns2:saxophone <http://data.carnegiehall.org/names/19265> ;
    ns2:violin <http://data.carnegiehall.org/names/13128> ;
    ns1:performer <http://data.carnegiehall.org/names/13128>,
        <http://data.carnegiehall.org/names/18087>,
        <http://data.carnegiehall.org/names/19265>,
        <http://data.carnegiehall.org/names/45330>,
        <http://data.carnegiehall.org/names/57989>,
        <http://data.carnegiehall.org/names/69617>,
        <http://data.carnegiehall.org/names/69618>,
        <http://data.carnegiehall.org/names/69619>,
        <http://data.carnegiehall.org/names/69620> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/66372> .

