@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/43305/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Honeysuckle Rose" ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/74257> ;
    ns2:cimbalom <http://data.carnegiehall.org/names/74261> ;
    ns2:double_bass <http://data.carnegiehall.org/names/74262> ;
    ns2:guitar <http://data.carnegiehall.org/names/74261>,
        <http://data.carnegiehall.org/names/74263> ;
    ns2:piano <http://data.carnegiehall.org/names/74259> ;
    ns2:violin <http://data.carnegiehall.org/names/74258>,
        <http://data.carnegiehall.org/names/74260> ;
    ns1:performer <http://data.carnegiehall.org/names/74257>,
        <http://data.carnegiehall.org/names/74258>,
        <http://data.carnegiehall.org/names/74259>,
        <http://data.carnegiehall.org/names/74260>,
        <http://data.carnegiehall.org/names/74261>,
        <http://data.carnegiehall.org/names/74262>,
        <http://data.carnegiehall.org/names/74263> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/53705> .

