@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/8270/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for Violin with Percussion Orchestra" ;
    ns2:conductor <http://data.carnegiehall.org/names/733> ;
    ns2:percussion <http://data.carnegiehall.org/names/1124>,
        <http://data.carnegiehall.org/names/1125>,
        <http://data.carnegiehall.org/names/20657>,
        <http://data.carnegiehall.org/names/2814>,
        <http://data.carnegiehall.org/names/47984> ;
    ns2:percussion_ensemble <http://data.carnegiehall.org/names/15679> ;
    ns2:violin <http://data.carnegiehall.org/names/41525> ;
    ns1:performer <http://data.carnegiehall.org/names/1124>,
        <http://data.carnegiehall.org/names/1125>,
        <http://data.carnegiehall.org/names/15679>,
        <http://data.carnegiehall.org/names/20657>,
        <http://data.carnegiehall.org/names/2814>,
        <http://data.carnegiehall.org/names/41525>,
        <http://data.carnegiehall.org/names/47984>,
        <http://data.carnegiehall.org/names/733> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/33452> .

