@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/79621/work_21> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Scenes from an Italian Restaurant" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/141126> ;
    ns2:bass_guitar <http://data.carnegiehall.org/names/141128> ;
    ns2:drums <http://data.carnegiehall.org/names/141129> ;
    ns2:guitar <http://data.carnegiehall.org/names/141127> ;
    ns2:percussion <http://data.carnegiehall.org/names/141126> ;
    ns2:piano <http://data.carnegiehall.org/names/141120> ;
    ns2:rock_band <http://data.carnegiehall.org/names/141124> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/141125> ;
    ns2:trombone <http://data.carnegiehall.org/names/141130> ;
    ns2:trumpet <http://data.carnegiehall.org/names/141130> ;
    ns1:performer <http://data.carnegiehall.org/names/141120>,
        <http://data.carnegiehall.org/names/141124>,
        <http://data.carnegiehall.org/names/141125>,
        <http://data.carnegiehall.org/names/141126>,
        <http://data.carnegiehall.org/names/141127>,
        <http://data.carnegiehall.org/names/141128>,
        <http://data.carnegiehall.org/names/141129>,
        <http://data.carnegiehall.org/names/141130> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/23507> .

