@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/10578/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Soundpiece for Jazz Orchestra" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/10192> ;
    ns2:baritone_saxophone <http://data.carnegiehall.org/names/115900> ;
    ns2:bass_trombone <http://data.carnegiehall.org/names/58216> ;
    ns2:conductor <http://data.carnegiehall.org/names/14889> ;
    ns2:double_bass <http://data.carnegiehall.org/names/8966> ;
    ns2:drums <http://data.carnegiehall.org/names/115902> ;
    ns2:french_horn <http://data.carnegiehall.org/names/21564>,
        <http://data.carnegiehall.org/names/70335> ;
    ns2:percussion <http://data.carnegiehall.org/names/44754> ;
    ns2:piano <http://data.carnegiehall.org/names/21388> ;
    ns2:saxophone <http://data.carnegiehall.org/names/115899> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/25378>,
        <http://data.carnegiehall.org/names/44391> ;
    ns2:trombone <http://data.carnegiehall.org/names/44683>,
        <http://data.carnegiehall.org/names/60881>,
        <http://data.carnegiehall.org/names/9418> ;
    ns2:trumpet <http://data.carnegiehall.org/names/115897>,
        <http://data.carnegiehall.org/names/17058>,
        <http://data.carnegiehall.org/names/50910>,
        <http://data.carnegiehall.org/names/57407> ;
    ns2:tuba <http://data.carnegiehall.org/names/57202> ;
    ns1:performer <http://data.carnegiehall.org/names/10192>,
        <http://data.carnegiehall.org/names/115897>,
        <http://data.carnegiehall.org/names/115899>,
        <http://data.carnegiehall.org/names/115900>,
        <http://data.carnegiehall.org/names/115902>,
        <http://data.carnegiehall.org/names/14889>,
        <http://data.carnegiehall.org/names/17058>,
        <http://data.carnegiehall.org/names/21388>,
        <http://data.carnegiehall.org/names/21564>,
        <http://data.carnegiehall.org/names/25378>,
        <http://data.carnegiehall.org/names/44391>,
        <http://data.carnegiehall.org/names/44683>,
        <http://data.carnegiehall.org/names/44754>,
        <http://data.carnegiehall.org/names/50910>,
        <http://data.carnegiehall.org/names/57202>,
        <http://data.carnegiehall.org/names/57407>,
        <http://data.carnegiehall.org/names/58216>,
        <http://data.carnegiehall.org/names/60881>,
        <http://data.carnegiehall.org/names/70335>,
        <http://data.carnegiehall.org/names/8966>,
        <http://data.carnegiehall.org/names/9418> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/24573> .

