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

<http://data.carnegiehall.org/events/20315/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:choir <http://data.carnegiehall.org/names/22886>,
        <http://data.carnegiehall.org/names/25260>,
        <http://data.carnegiehall.org/names/3192>,
        <http://data.carnegiehall.org/names/3432>,
        <http://data.carnegiehall.org/names/36186>,
        <http://data.carnegiehall.org/names/37763>,
        <http://data.carnegiehall.org/names/37825>,
        <http://data.carnegiehall.org/names/45118>,
        <http://data.carnegiehall.org/names/5290>,
        <http://data.carnegiehall.org/names/59757> ;
    ns3:performer <http://data.carnegiehall.org/names/22886>,
        <http://data.carnegiehall.org/names/25260>,
        <http://data.carnegiehall.org/names/3192>,
        <http://data.carnegiehall.org/names/3432>,
        <http://data.carnegiehall.org/names/36186>,
        <http://data.carnegiehall.org/names/37763>,
        <http://data.carnegiehall.org/names/37825>,
        <http://data.carnegiehall.org/names/45118>,
        <http://data.carnegiehall.org/names/5290>,
        <http://data.carnegiehall.org/names/59757> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

