@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/18404/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:choir <http://data.carnegiehall.org/names/14477>,
        <http://data.carnegiehall.org/names/14738>,
        <http://data.carnegiehall.org/names/14739>,
        <http://data.carnegiehall.org/names/16349>,
        <http://data.carnegiehall.org/names/17677>,
        <http://data.carnegiehall.org/names/36067>,
        <http://data.carnegiehall.org/names/3909>,
        <http://data.carnegiehall.org/names/39785>,
        <http://data.carnegiehall.org/names/42788>,
        <http://data.carnegiehall.org/names/45108>,
        <http://data.carnegiehall.org/names/46688>,
        <http://data.carnegiehall.org/names/50348> ;
    ns1:performer <http://data.carnegiehall.org/names/14477>,
        <http://data.carnegiehall.org/names/14738>,
        <http://data.carnegiehall.org/names/14739>,
        <http://data.carnegiehall.org/names/16349>,
        <http://data.carnegiehall.org/names/17677>,
        <http://data.carnegiehall.org/names/36067>,
        <http://data.carnegiehall.org/names/3909>,
        <http://data.carnegiehall.org/names/39785>,
        <http://data.carnegiehall.org/names/42788>,
        <http://data.carnegiehall.org/names/45108>,
        <http://data.carnegiehall.org/names/46688>,
        <http://data.carnegiehall.org/names/50348> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

