@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/80251/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "If Music Be the Food of Love" ;
    ns2:choir <http://data.carnegiehall.org/names/142679>,
        <http://data.carnegiehall.org/names/77881> ;
    ns2:conductor <http://data.carnegiehall.org/names/142675> ;
    ns2:girls_chorus <http://data.carnegiehall.org/names/127802>,
        <http://data.carnegiehall.org/names/55301>,
        <http://data.carnegiehall.org/names/98350> ;
    ns2:womens_chorus <http://data.carnegiehall.org/names/142678> ;
    ns1:performer <http://data.carnegiehall.org/names/127802>,
        <http://data.carnegiehall.org/names/142675>,
        <http://data.carnegiehall.org/names/142678>,
        <http://data.carnegiehall.org/names/142679>,
        <http://data.carnegiehall.org/names/55301>,
        <http://data.carnegiehall.org/names/77881>,
        <http://data.carnegiehall.org/names/98350> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/37703> .

