@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/12868/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Fire and Rain" ;
    ns2:bass_guitar <http://data.carnegiehall.org/names/75308> ;
    ns2:drums <http://data.carnegiehall.org/names/75309> ;
    ns2:guitar <http://data.carnegiehall.org/names/30297>,
        <http://data.carnegiehall.org/names/64306> ;
    ns2:jazz_ensemble <http://data.carnegiehall.org/names/124638> ;
    ns2:percussion <http://data.carnegiehall.org/names/80265> ;
    ns2:piano <http://data.carnegiehall.org/names/80266> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/18785> ;
    ns2:trombone <http://data.carnegiehall.org/names/14113> ;
    ns2:trumpet <http://data.carnegiehall.org/names/59983> ;
    ns2:vocalist <http://data.carnegiehall.org/names/30297> ;
    ns1:performer <http://data.carnegiehall.org/names/124638>,
        <http://data.carnegiehall.org/names/14113>,
        <http://data.carnegiehall.org/names/18785>,
        <http://data.carnegiehall.org/names/30297>,
        <http://data.carnegiehall.org/names/59983>,
        <http://data.carnegiehall.org/names/64306>,
        <http://data.carnegiehall.org/names/75308>,
        <http://data.carnegiehall.org/names/75309>,
        <http://data.carnegiehall.org/names/80265>,
        <http://data.carnegiehall.org/names/80266> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/83489> .

