@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/53076/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Typewriter Tune for Saxophone Quartet" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/91767> ;
    ns2:baritone_saxophone <http://data.carnegiehall.org/names/19265> ;
    ns2:saxophone_quartet <http://data.carnegiehall.org/names/1855> ;
    ns2:soprano_saxophone <http://data.carnegiehall.org/names/23205> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/48616> ;
    ns1:performer <http://data.carnegiehall.org/names/1855>,
        <http://data.carnegiehall.org/names/19265>,
        <http://data.carnegiehall.org/names/23205>,
        <http://data.carnegiehall.org/names/48616>,
        <http://data.carnegiehall.org/names/91767> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/89463> .

