@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/37678/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Pange Lingua Variations" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/32719> ;
    ns1:baritone <http://data.carnegiehall.org/names/61757> ;
    ns1:double_bass <http://data.carnegiehall.org/names/31451> ;
    ns1:drums <http://data.carnegiehall.org/names/60549> ;
    ns1:jazz_quartet <http://data.carnegiehall.org/names/3905> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/33267> ;
    ns1:piano <http://data.carnegiehall.org/names/13206> ;
    ns1:tenor <http://data.carnegiehall.org/names/42853> ;
    ns2:performer <http://data.carnegiehall.org/names/13206>,
        <http://data.carnegiehall.org/names/31451>,
        <http://data.carnegiehall.org/names/32719>,
        <http://data.carnegiehall.org/names/33267>,
        <http://data.carnegiehall.org/names/3905>,
        <http://data.carnegiehall.org/names/42853>,
        <http://data.carnegiehall.org/names/60549>,
        <http://data.carnegiehall.org/names/61757> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/59764> .

