@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/79783/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "O My Love's Like a Red, Red Rose" ;
    ns2:cello <http://data.carnegiehall.org/names/68888> ;
    ns2:choir <http://data.carnegiehall.org/names/126886>,
        <http://data.carnegiehall.org/names/130312>,
        <http://data.carnegiehall.org/names/141654>,
        <http://data.carnegiehall.org/names/141655>,
        <http://data.carnegiehall.org/names/141656>,
        <http://data.carnegiehall.org/names/64842> ;
    ns2:conductor <http://data.carnegiehall.org/names/9215> ;
    ns2:djembe <http://data.carnegiehall.org/names/95311> ;
    ns2:piano <http://data.carnegiehall.org/names/67781> ;
    ns2:violin <http://data.carnegiehall.org/names/46258> ;
    ns1:performer <http://data.carnegiehall.org/names/126886>,
        <http://data.carnegiehall.org/names/130312>,
        <http://data.carnegiehall.org/names/141654>,
        <http://data.carnegiehall.org/names/141655>,
        <http://data.carnegiehall.org/names/141656>,
        <http://data.carnegiehall.org/names/46258>,
        <http://data.carnegiehall.org/names/64842>,
        <http://data.carnegiehall.org/names/67781>,
        <http://data.carnegiehall.org/names/68888>,
        <http://data.carnegiehall.org/names/9215>,
        <http://data.carnegiehall.org/names/95311> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/53119> .

