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

<http://data.carnegiehall.org/events/15433/work_04> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "As Yet Untitled" ;
    ns3:alto_saxophone <http://data.carnegiehall.org/names/53470> ;
    ns3:baritone_saxophone <http://data.carnegiehall.org/names/19166> ;
    ns3:conductor <http://data.carnegiehall.org/names/36259> ;
    ns3:saxophone_quartet <http://data.carnegiehall.org/names/21492> ;
    ns3:soprano_saxophone <http://data.carnegiehall.org/names/8390> ;
    ns3:tenor_saxophone <http://data.carnegiehall.org/names/1861> ;
    ns3:wind_ensemble <http://data.carnegiehall.org/names/4595> ;
    ns2:performer <http://data.carnegiehall.org/names/1861>,
        <http://data.carnegiehall.org/names/19166>,
        <http://data.carnegiehall.org/names/21492>,
        <http://data.carnegiehall.org/names/36259>,
        <http://data.carnegiehall.org/names/4595>,
        <http://data.carnegiehall.org/names/53470>,
        <http://data.carnegiehall.org/names/8390> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/55394> ;
    rdfs:comment "world premiere" .

