@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/57530/work_21> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Candide: Make Our Garden Grow" ;
    ns1:choir <http://data.carnegiehall.org/names/47525> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/17196>,
        <http://data.carnegiehall.org/names/76388> ;
    ns1:soprano <http://data.carnegiehall.org/names/106772>,
        <http://data.carnegiehall.org/names/40918>,
        <http://data.carnegiehall.org/names/54807>,
        <http://data.carnegiehall.org/names/76102> ;
    ns1:tenor <http://data.carnegiehall.org/names/106653>,
        <http://data.carnegiehall.org/names/106771>,
        <http://data.carnegiehall.org/names/106773>,
        <http://data.carnegiehall.org/names/91752> ;
    ns2:performer <http://data.carnegiehall.org/names/106653>,
        <http://data.carnegiehall.org/names/106771>,
        <http://data.carnegiehall.org/names/106772>,
        <http://data.carnegiehall.org/names/106773>,
        <http://data.carnegiehall.org/names/17196>,
        <http://data.carnegiehall.org/names/40918>,
        <http://data.carnegiehall.org/names/47525>,
        <http://data.carnegiehall.org/names/54807>,
        <http://data.carnegiehall.org/names/76102>,
        <http://data.carnegiehall.org/names/76388>,
        <http://data.carnegiehall.org/names/91752> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/36094> .

