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

<http://data.carnegiehall.org/events/37618/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:baritone <http://data.carnegiehall.org/names/32200> ;
    ns2:boy_soprano <http://data.carnegiehall.org/names/61428> ;
    ns2:orchestra <http://data.carnegiehall.org/names/33369> ;
    ns2:piano <http://data.carnegiehall.org/names/23294> ;
    ns2:reader <http://data.carnegiehall.org/names/4114> ;
    ns2:soprano <http://data.carnegiehall.org/names/35815> ;
    ns2:tenor <http://data.carnegiehall.org/names/61429> ;
    ns2:violin <http://data.carnegiehall.org/names/25066> ;
    ns3:performer <http://data.carnegiehall.org/names/23294>,
        <http://data.carnegiehall.org/names/25066>,
        <http://data.carnegiehall.org/names/32200>,
        <http://data.carnegiehall.org/names/33369>,
        <http://data.carnegiehall.org/names/35815>,
        <http://data.carnegiehall.org/names/4114>,
        <http://data.carnegiehall.org/names/61428>,
        <http://data.carnegiehall.org/names/61429> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/104450> .

