@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/20391/work_22> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Sound of Music: Selection" ;
    ns2:choir <http://data.carnegiehall.org/names/136591>,
        <http://data.carnegiehall.org/names/18598>,
        <http://data.carnegiehall.org/names/49727>,
        <http://data.carnegiehall.org/names/78324> ;
    ns2:conductor <http://data.carnegiehall.org/names/13032> ;
    ns2:contralto <http://data.carnegiehall.org/names/8361> ;
    ns2:piano <http://data.carnegiehall.org/names/47134> ;
    ns2:soprano <http://data.carnegiehall.org/names/136592>,
        <http://data.carnegiehall.org/names/136593>,
        <http://data.carnegiehall.org/names/136594>,
        <http://data.carnegiehall.org/names/27193> ;
    ns2:tenor <http://data.carnegiehall.org/names/30968> ;
    ns1:performer <http://data.carnegiehall.org/names/13032>,
        <http://data.carnegiehall.org/names/136591>,
        <http://data.carnegiehall.org/names/136592>,
        <http://data.carnegiehall.org/names/136593>,
        <http://data.carnegiehall.org/names/136594>,
        <http://data.carnegiehall.org/names/18598>,
        <http://data.carnegiehall.org/names/27193>,
        <http://data.carnegiehall.org/names/30968>,
        <http://data.carnegiehall.org/names/47134>,
        <http://data.carnegiehall.org/names/49727>,
        <http://data.carnegiehall.org/names/78324>,
        <http://data.carnegiehall.org/names/8361> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/120563> .

