@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/69143/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Serenade to Music" ;
    ns2:baritone <http://data.carnegiehall.org/names/127759> ;
    ns2:choir <http://data.carnegiehall.org/names/121146>,
        <http://data.carnegiehall.org/names/127764>,
        <http://data.carnegiehall.org/names/127765>,
        <http://data.carnegiehall.org/names/127766> ;
    ns2:conductor <http://data.carnegiehall.org/names/127755> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/127757> ;
    ns2:soprano <http://data.carnegiehall.org/names/127756> ;
    ns2:tenor <http://data.carnegiehall.org/names/127758> ;
    ns1:performer <http://data.carnegiehall.org/names/121146>,
        <http://data.carnegiehall.org/names/127755>,
        <http://data.carnegiehall.org/names/127756>,
        <http://data.carnegiehall.org/names/127757>,
        <http://data.carnegiehall.org/names/127758>,
        <http://data.carnegiehall.org/names/127759>,
        <http://data.carnegiehall.org/names/127764>,
        <http://data.carnegiehall.org/names/127765>,
        <http://data.carnegiehall.org/names/127766> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/15936> .

