@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/14915/work_19> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Moanin' Lady (Plantation Melody)" ;
    ns1:unspecified_voice <http://data.carnegiehall.org/names/94695>,
        <http://data.carnegiehall.org/names/94697>,
        <http://data.carnegiehall.org/names/94698>,
        <http://data.carnegiehall.org/names/94699>,
        <http://data.carnegiehall.org/names/94700>,
        <http://data.carnegiehall.org/names/94701>,
        <http://data.carnegiehall.org/names/94702>,
        <http://data.carnegiehall.org/names/94703> ;
    ns1:vocal_ensemble <http://data.carnegiehall.org/names/37857> ;
    ns2:performer <http://data.carnegiehall.org/names/37857>,
        <http://data.carnegiehall.org/names/94695>,
        <http://data.carnegiehall.org/names/94697>,
        <http://data.carnegiehall.org/names/94698>,
        <http://data.carnegiehall.org/names/94699>,
        <http://data.carnegiehall.org/names/94700>,
        <http://data.carnegiehall.org/names/94701>,
        <http://data.carnegiehall.org/names/94702>,
        <http://data.carnegiehall.org/names/94703> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/44726> .

