@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/23821/work_18> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Prelude in C-sharp Minor" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/42637>,
        <http://data.carnegiehall.org/names/69924> ;
    ns2:baritone_saxophone <http://data.carnegiehall.org/names/39449> ;
    ns2:double_bass <http://data.carnegiehall.org/names/8966> ;
    ns2:drums <http://data.carnegiehall.org/names/43888> ;
    ns2:guitar <http://data.carnegiehall.org/names/46164> ;
    ns2:piano <http://data.carnegiehall.org/names/21388> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/115995>,
        <http://data.carnegiehall.org/names/20229> ;
    ns2:trombone <http://data.carnegiehall.org/names/115965>,
        <http://data.carnegiehall.org/names/13897>,
        <http://data.carnegiehall.org/names/8181> ;
    ns2:trumpet <http://data.carnegiehall.org/names/115994>,
        <http://data.carnegiehall.org/names/1194>,
        <http://data.carnegiehall.org/names/31649>,
        <http://data.carnegiehall.org/names/57407> ;
    ns1:performer <http://data.carnegiehall.org/names/115965>,
        <http://data.carnegiehall.org/names/115994>,
        <http://data.carnegiehall.org/names/115995>,
        <http://data.carnegiehall.org/names/1194>,
        <http://data.carnegiehall.org/names/13897>,
        <http://data.carnegiehall.org/names/20229>,
        <http://data.carnegiehall.org/names/21388>,
        <http://data.carnegiehall.org/names/31649>,
        <http://data.carnegiehall.org/names/39449>,
        <http://data.carnegiehall.org/names/42637>,
        <http://data.carnegiehall.org/names/43888>,
        <http://data.carnegiehall.org/names/46164>,
        <http://data.carnegiehall.org/names/57407>,
        <http://data.carnegiehall.org/names/69924>,
        <http://data.carnegiehall.org/names/8181>,
        <http://data.carnegiehall.org/names/8966> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104546> .

