@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/9789/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Soundsoup" ;
    ns1:bass_clarinet <http://data.carnegiehall.org/names/33848> ;
    ns1:bassoon <http://data.carnegiehall.org/names/10397> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/655> ;
    ns1:clarinet <http://data.carnegiehall.org/names/41234> ;
    ns1:conductor <http://data.carnegiehall.org/names/1478> ;
    ns1:flute <http://data.carnegiehall.org/names/55939> ;
    ns1:percussion <http://data.carnegiehall.org/names/33697> ;
    ns1:piano <http://data.carnegiehall.org/names/9514> ;
    ns1:trumpet <http://data.carnegiehall.org/names/19899> ;
    ns1:tuba <http://data.carnegiehall.org/names/28307> ;
    ns2:performer <http://data.carnegiehall.org/names/10397>,
        <http://data.carnegiehall.org/names/1478>,
        <http://data.carnegiehall.org/names/19899>,
        <http://data.carnegiehall.org/names/28307>,
        <http://data.carnegiehall.org/names/33697>,
        <http://data.carnegiehall.org/names/33848>,
        <http://data.carnegiehall.org/names/41234>,
        <http://data.carnegiehall.org/names/55939>,
        <http://data.carnegiehall.org/names/655>,
        <http://data.carnegiehall.org/names/9514> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/50844> .

