@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/19267/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Song (unspecified)" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/51151>,
        <http://data.carnegiehall.org/names/57800> ;
    ns1:baritone_saxophone <http://data.carnegiehall.org/names/39700> ;
    ns1:bass_saxophone <http://data.carnegiehall.org/names/30112> ;
    ns1:soprano_saxophone <http://data.carnegiehall.org/names/30012> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/13137>,
        <http://data.carnegiehall.org/names/18537> ;
    ns2:performer <http://data.carnegiehall.org/names/13137>,
        <http://data.carnegiehall.org/names/18537>,
        <http://data.carnegiehall.org/names/30012>,
        <http://data.carnegiehall.org/names/30112>,
        <http://data.carnegiehall.org/names/39700>,
        <http://data.carnegiehall.org/names/51151>,
        <http://data.carnegiehall.org/names/57800> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/7039> .

