@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/2765/work_23> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "South Pacific: Selections" ;
    ns2:bass <http://data.carnegiehall.org/names/135400> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/4114> ;
    ns2:choir <http://data.carnegiehall.org/names/13779>,
        <http://data.carnegiehall.org/names/49727>,
        <http://data.carnegiehall.org/names/96107> ;
    ns2:conductor <http://data.carnegiehall.org/names/13032> ;
    ns2:contralto <http://data.carnegiehall.org/names/18513> ;
    ns2:mens_chorus <http://data.carnegiehall.org/names/133548> ;
    ns2:soprano <http://data.carnegiehall.org/names/135399>,
        <http://data.carnegiehall.org/names/135401> ;
    ns2:tenor <http://data.carnegiehall.org/names/54060> ;
    ns2:womens_chorus <http://data.carnegiehall.org/names/133547> ;
    ns1:performer <http://data.carnegiehall.org/names/13032>,
        <http://data.carnegiehall.org/names/133547>,
        <http://data.carnegiehall.org/names/133548>,
        <http://data.carnegiehall.org/names/135399>,
        <http://data.carnegiehall.org/names/135400>,
        <http://data.carnegiehall.org/names/135401>,
        <http://data.carnegiehall.org/names/13779>,
        <http://data.carnegiehall.org/names/18513>,
        <http://data.carnegiehall.org/names/4114>,
        <http://data.carnegiehall.org/names/49727>,
        <http://data.carnegiehall.org/names/54060>,
        <http://data.carnegiehall.org/names/96107> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/119583> .

