@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/14602/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "My First Rain" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/27414>,
        <http://data.carnegiehall.org/names/69924> ;
    ns2:choir <http://data.carnegiehall.org/names/44133> ;
    ns2:conductor <http://data.carnegiehall.org/names/16893> ;
    ns2:double_bass <http://data.carnegiehall.org/names/85414> ;
    ns2:drums <http://data.carnegiehall.org/names/36299> ;
    ns2:electric_guitar <http://data.carnegiehall.org/names/85416> ;
    ns2:flute <http://data.carnegiehall.org/names/58006> ;
    ns2:percussion <http://data.carnegiehall.org/names/85415> ;
    ns2:piano <http://data.carnegiehall.org/names/31891> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/85417> ;
    ns2:trombone <http://data.carnegiehall.org/names/85420> ;
    ns2:trumpet <http://data.carnegiehall.org/names/85419> ;
    ns1:performer <http://data.carnegiehall.org/names/16893>,
        <http://data.carnegiehall.org/names/27414>,
        <http://data.carnegiehall.org/names/31891>,
        <http://data.carnegiehall.org/names/36299>,
        <http://data.carnegiehall.org/names/44133>,
        <http://data.carnegiehall.org/names/58006>,
        <http://data.carnegiehall.org/names/69924>,
        <http://data.carnegiehall.org/names/85414>,
        <http://data.carnegiehall.org/names/85415>,
        <http://data.carnegiehall.org/names/85416>,
        <http://data.carnegiehall.org/names/85417>,
        <http://data.carnegiehall.org/names/85419>,
        <http://data.carnegiehall.org/names/85420> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/80253> .

