@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/396/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Soft Winds" ;
    ns1:baritone_saxophone <http://data.carnegiehall.org/names/39449> ;
    ns1:double_bass <http://data.carnegiehall.org/names/27651>,
        <http://data.carnegiehall.org/names/8966> ;
    ns1:drums <http://data.carnegiehall.org/names/25379>,
        <http://data.carnegiehall.org/names/78256> ;
    ns1:piano <http://data.carnegiehall.org/names/14889>,
        <http://data.carnegiehall.org/names/21388> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/25378>,
        <http://data.carnegiehall.org/names/50124> ;
    ns1:trombone <http://data.carnegiehall.org/names/12318>,
        <http://data.carnegiehall.org/names/9418> ;
    ns1:trumpet <http://data.carnegiehall.org/names/17058>,
        <http://data.carnegiehall.org/names/27695>,
        <http://data.carnegiehall.org/names/36145>,
        <http://data.carnegiehall.org/names/70451> ;
    ns2:performer <http://data.carnegiehall.org/names/12318>,
        <http://data.carnegiehall.org/names/14889>,
        <http://data.carnegiehall.org/names/17058>,
        <http://data.carnegiehall.org/names/21388>,
        <http://data.carnegiehall.org/names/25378>,
        <http://data.carnegiehall.org/names/25379>,
        <http://data.carnegiehall.org/names/27651>,
        <http://data.carnegiehall.org/names/27695>,
        <http://data.carnegiehall.org/names/36145>,
        <http://data.carnegiehall.org/names/39449>,
        <http://data.carnegiehall.org/names/50124>,
        <http://data.carnegiehall.org/names/70451>,
        <http://data.carnegiehall.org/names/78256>,
        <http://data.carnegiehall.org/names/8966>,
        <http://data.carnegiehall.org/names/9418> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/45329> .

