@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/49363/work_19> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Red, Hot and Blue: It's De-Lovely" ;
    ns2:choir <http://data.carnegiehall.org/names/23514>,
        <http://data.carnegiehall.org/names/81273>,
        <http://data.carnegiehall.org/names/87584> ;
    ns2:dancer <http://data.carnegiehall.org/names/90054> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/76388> ;
    ns2:rock_band <http://data.carnegiehall.org/names/84597> ;
    ns2:tap_dancer <http://data.carnegiehall.org/names/6057> ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/81263> ;
    ns2:vocalist <http://data.carnegiehall.org/names/17610>,
        <http://data.carnegiehall.org/names/26521>,
        <http://data.carnegiehall.org/names/28556>,
        <http://data.carnegiehall.org/names/40995>,
        <http://data.carnegiehall.org/names/52087>,
        <http://data.carnegiehall.org/names/66371>,
        <http://data.carnegiehall.org/names/80967>,
        <http://data.carnegiehall.org/names/87585>,
        <http://data.carnegiehall.org/names/90048>,
        <http://data.carnegiehall.org/names/90049>,
        <http://data.carnegiehall.org/names/90050>,
        <http://data.carnegiehall.org/names/90052> ;
    ns3:performer <http://data.carnegiehall.org/names/17610>,
        <http://data.carnegiehall.org/names/23514>,
        <http://data.carnegiehall.org/names/26521>,
        <http://data.carnegiehall.org/names/28556>,
        <http://data.carnegiehall.org/names/40995>,
        <http://data.carnegiehall.org/names/52087>,
        <http://data.carnegiehall.org/names/6057>,
        <http://data.carnegiehall.org/names/66371>,
        <http://data.carnegiehall.org/names/76388>,
        <http://data.carnegiehall.org/names/80967>,
        <http://data.carnegiehall.org/names/81263>,
        <http://data.carnegiehall.org/names/81273>,
        <http://data.carnegiehall.org/names/84597>,
        <http://data.carnegiehall.org/names/87584>,
        <http://data.carnegiehall.org/names/87585>,
        <http://data.carnegiehall.org/names/90048>,
        <http://data.carnegiehall.org/names/90049>,
        <http://data.carnegiehall.org/names/90050>,
        <http://data.carnegiehall.org/names/90052>,
        <http://data.carnegiehall.org/names/90054> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/12028> .

