@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/44675/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "'Ekolu Mele No Hawai'i (\"Three Songs of Hawaii\")" ;
    ns2:conductor <http://data.carnegiehall.org/names/77826> ;
    ns2:hula_dancer <http://data.carnegiehall.org/names/77822>,
        <http://data.carnegiehall.org/names/77823>,
        <http://data.carnegiehall.org/names/77824> ;
    ns2:orchestra <http://data.carnegiehall.org/names/3744> ;
    ns2:piano <http://data.carnegiehall.org/names/77825> ;
    ns2:ukulele <http://data.carnegiehall.org/names/77821> ;
    ns2:vocalist <http://data.carnegiehall.org/names/77821> ;
    ns1:performer <http://data.carnegiehall.org/names/3744>,
        <http://data.carnegiehall.org/names/77821>,
        <http://data.carnegiehall.org/names/77822>,
        <http://data.carnegiehall.org/names/77823>,
        <http://data.carnegiehall.org/names/77824>,
        <http://data.carnegiehall.org/names/77825>,
        <http://data.carnegiehall.org/names/77826> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/73847> .

