@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/48447/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Song (unspecified)" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/83175> ;
    ns1:double_bass <http://data.carnegiehall.org/names/84281> ;
    ns1:drums <http://data.carnegiehall.org/names/83178> ;
    ns1:jazz_quintet <http://data.carnegiehall.org/names/83173> ;
    ns1:piano <http://data.carnegiehall.org/names/83177> ;
    ns1:trumpet <http://data.carnegiehall.org/names/83174> ;
    ns2:performer <http://data.carnegiehall.org/names/83173>,
        <http://data.carnegiehall.org/names/83174>,
        <http://data.carnegiehall.org/names/83175>,
        <http://data.carnegiehall.org/names/83177>,
        <http://data.carnegiehall.org/names/83178>,
        <http://data.carnegiehall.org/names/84281> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/7039> .

