@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/39912/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Wake Up and Dream!: What Is This Thing Called Love?" ;
    ns1:double_bass <http://data.carnegiehall.org/names/66492> ;
    ns1:drums <http://data.carnegiehall.org/names/66493> ;
    ns1:percussion <http://data.carnegiehall.org/names/66494> ;
    ns1:piano <http://data.carnegiehall.org/names/66491> ;
    ns1:soprano <http://data.carnegiehall.org/names/66489>,
        <http://data.carnegiehall.org/names/66490> ;
    ns2:performer <http://data.carnegiehall.org/names/66489>,
        <http://data.carnegiehall.org/names/66490>,
        <http://data.carnegiehall.org/names/66491>,
        <http://data.carnegiehall.org/names/66492>,
        <http://data.carnegiehall.org/names/66493>,
        <http://data.carnegiehall.org/names/66494> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/51215> .

