@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/30437/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mark VI" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/57460> ;
    ns2:baritone_saxophone <http://data.carnegiehall.org/names/7651> ;
    ns2:quartet <http://data.carnegiehall.org/names/19825> ;
    ns2:soprano_saxophone <http://data.carnegiehall.org/names/46655> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/16049> ;
    ns1:performer <http://data.carnegiehall.org/names/16049>,
        <http://data.carnegiehall.org/names/19825>,
        <http://data.carnegiehall.org/names/46655>,
        <http://data.carnegiehall.org/names/57460>,
        <http://data.carnegiehall.org/names/7651> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/13259> .

