@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/44315/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Little Blue" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/65757> ;
    ns1:double_bass <http://data.carnegiehall.org/names/65753> ;
    ns1:drums <http://data.carnegiehall.org/names/65754> ;
    ns1:jazz_ensemble <http://data.carnegiehall.org/names/30043> ;
    ns1:piano <http://data.carnegiehall.org/names/34106> ;
    ns1:trombone <http://data.carnegiehall.org/names/8181> ;
    ns1:trumpet <http://data.carnegiehall.org/names/65756> ;
    ns1:vibraphone <http://data.carnegiehall.org/names/65755> ;
    ns3:performer <http://data.carnegiehall.org/names/30043>,
        <http://data.carnegiehall.org/names/34106>,
        <http://data.carnegiehall.org/names/65753>,
        <http://data.carnegiehall.org/names/65754>,
        <http://data.carnegiehall.org/names/65755>,
        <http://data.carnegiehall.org/names/65756>,
        <http://data.carnegiehall.org/names/65757>,
        <http://data.carnegiehall.org/names/8181> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/62776> .

