@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/26244/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Serenade to Music" ;
    ns2:baritone <http://data.carnegiehall.org/names/42638> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/16900>,
        <http://data.carnegiehall.org/names/28569> ;
    ns2:soprano <http://data.carnegiehall.org/names/2979>,
        <http://data.carnegiehall.org/names/32841>,
        <http://data.carnegiehall.org/names/37117> ;
    ns2:tenor <http://data.carnegiehall.org/names/27441>,
        <http://data.carnegiehall.org/names/60493> ;
    ns1:performer <http://data.carnegiehall.org/names/16900>,
        <http://data.carnegiehall.org/names/27441>,
        <http://data.carnegiehall.org/names/28569>,
        <http://data.carnegiehall.org/names/2979>,
        <http://data.carnegiehall.org/names/32841>,
        <http://data.carnegiehall.org/names/37117>,
        <http://data.carnegiehall.org/names/42638>,
        <http://data.carnegiehall.org/names/60493> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/15936> .

