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

<http://data.carnegiehall.org/events/41747/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Serenade to Music" ;
    ns1:baritone <http://data.carnegiehall.org/names/37876> ;
    ns1:choir <http://data.carnegiehall.org/names/64848>,
        <http://data.carnegiehall.org/names/65203>,
        <http://data.carnegiehall.org/names/70423>,
        <http://data.carnegiehall.org/names/70424>,
        <http://data.carnegiehall.org/names/70426>,
        <http://data.carnegiehall.org/names/70427> ;
    ns1:conductor <http://data.carnegiehall.org/names/70422> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/31676> ;
    ns1:soprano <http://data.carnegiehall.org/names/67731> ;
    ns1:tenor <http://data.carnegiehall.org/names/68359> ;
    ns3:performer <http://data.carnegiehall.org/names/31676>,
        <http://data.carnegiehall.org/names/37876>,
        <http://data.carnegiehall.org/names/64848>,
        <http://data.carnegiehall.org/names/65203>,
        <http://data.carnegiehall.org/names/67731>,
        <http://data.carnegiehall.org/names/68359>,
        <http://data.carnegiehall.org/names/70422>,
        <http://data.carnegiehall.org/names/70423>,
        <http://data.carnegiehall.org/names/70424>,
        <http://data.carnegiehall.org/names/70426>,
        <http://data.carnegiehall.org/names/70427> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/15936> .

