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

