@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/49342/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Double Sextet" ;
    ns1:cello <http://data.carnegiehall.org/names/30506>,
        <http://data.carnegiehall.org/names/80177> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/37631>,
        <http://data.carnegiehall.org/names/62196> ;
    ns1:clarinet <http://data.carnegiehall.org/names/24708>,
        <http://data.carnegiehall.org/names/44460> ;
    ns1:flute <http://data.carnegiehall.org/names/62681>,
        <http://data.carnegiehall.org/names/80125> ;
    ns1:piano <http://data.carnegiehall.org/names/6836>,
        <http://data.carnegiehall.org/names/88641> ;
    ns1:vibraphone <http://data.carnegiehall.org/names/37861>,
        <http://data.carnegiehall.org/names/52148> ;
    ns1:violin <http://data.carnegiehall.org/names/49708>,
        <http://data.carnegiehall.org/names/52541> ;
    ns2:performer <http://data.carnegiehall.org/names/24708>,
        <http://data.carnegiehall.org/names/30506>,
        <http://data.carnegiehall.org/names/37631>,
        <http://data.carnegiehall.org/names/37861>,
        <http://data.carnegiehall.org/names/44460>,
        <http://data.carnegiehall.org/names/49708>,
        <http://data.carnegiehall.org/names/52148>,
        <http://data.carnegiehall.org/names/52541>,
        <http://data.carnegiehall.org/names/62196>,
        <http://data.carnegiehall.org/names/62681>,
        <http://data.carnegiehall.org/names/6836>,
        <http://data.carnegiehall.org/names/80125>,
        <http://data.carnegiehall.org/names/80177>,
        <http://data.carnegiehall.org/names/88641> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/77116> .

