@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/60684/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Serenade to Music" ;
    ns1:baritone <http://data.carnegiehall.org/names/113325> ;
    ns1:choir <http://data.carnegiehall.org/names/113343>,
        <http://data.carnegiehall.org/names/113344>,
        <http://data.carnegiehall.org/names/113345>,
        <http://data.carnegiehall.org/names/113346>,
        <http://data.carnegiehall.org/names/93014> ;
    ns1:conductor <http://data.carnegiehall.org/names/84926> ;
    ns1:contralto <http://data.carnegiehall.org/names/73867> ;
    ns1:soprano <http://data.carnegiehall.org/names/113322> ;
    ns1:tenor <http://data.carnegiehall.org/names/113336> ;
    ns2:performer <http://data.carnegiehall.org/names/113322>,
        <http://data.carnegiehall.org/names/113325>,
        <http://data.carnegiehall.org/names/113336>,
        <http://data.carnegiehall.org/names/113343>,
        <http://data.carnegiehall.org/names/113344>,
        <http://data.carnegiehall.org/names/113345>,
        <http://data.carnegiehall.org/names/113346>,
        <http://data.carnegiehall.org/names/73867>,
        <http://data.carnegiehall.org/names/84926>,
        <http://data.carnegiehall.org/names/93014> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/15936> .

