@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/27016/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Serenade to Music" ;
    ns2:baritone <http://data.carnegiehall.org/names/47875>,
        <http://data.carnegiehall.org/names/47876> ;
    ns2:bass <http://data.carnegiehall.org/names/33515> ;
    ns2:choir <http://data.carnegiehall.org/names/53672> ;
    ns2:conductor <http://data.carnegiehall.org/names/14102> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/22679> ;
    ns2:orchestra <http://data.carnegiehall.org/names/27023> ;
    ns2:soprano <http://data.carnegiehall.org/names/37461>,
        <http://data.carnegiehall.org/names/9857> ;
    ns2:tenor <http://data.carnegiehall.org/names/43863> ;
    ns1:performer <http://data.carnegiehall.org/names/14102>,
        <http://data.carnegiehall.org/names/22679>,
        <http://data.carnegiehall.org/names/27023>,
        <http://data.carnegiehall.org/names/33515>,
        <http://data.carnegiehall.org/names/37461>,
        <http://data.carnegiehall.org/names/43863>,
        <http://data.carnegiehall.org/names/47875>,
        <http://data.carnegiehall.org/names/47876>,
        <http://data.carnegiehall.org/names/53672>,
        <http://data.carnegiehall.org/names/9857> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/15936> .

