@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/8547/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:choir <http://data.carnegiehall.org/names/5183>,
        <http://data.carnegiehall.org/names/6478> ;
    ns2:dancer <http://data.carnegiehall.org/names/1437>,
        <http://data.carnegiehall.org/names/16805>,
        <http://data.carnegiehall.org/names/23391>,
        <http://data.carnegiehall.org/names/30836>,
        <http://data.carnegiehall.org/names/30837>,
        <http://data.carnegiehall.org/names/45733>,
        <http://data.carnegiehall.org/names/5032>,
        <http://data.carnegiehall.org/names/57956> ;
    ns2:host <http://data.carnegiehall.org/names/33239> ;
    ns2:piano <http://data.carnegiehall.org/names/3312> ;
    ns2:vocalist <http://data.carnegiehall.org/names/2273>,
        <http://data.carnegiehall.org/names/6176> ;
    ns1:performer <http://data.carnegiehall.org/names/1437>,
        <http://data.carnegiehall.org/names/16805>,
        <http://data.carnegiehall.org/names/2273>,
        <http://data.carnegiehall.org/names/23391>,
        <http://data.carnegiehall.org/names/30836>,
        <http://data.carnegiehall.org/names/30837>,
        <http://data.carnegiehall.org/names/3312>,
        <http://data.carnegiehall.org/names/33239>,
        <http://data.carnegiehall.org/names/45733>,
        <http://data.carnegiehall.org/names/5032>,
        <http://data.carnegiehall.org/names/5183>,
        <http://data.carnegiehall.org/names/57956>,
        <http://data.carnegiehall.org/names/6176>,
        <http://data.carnegiehall.org/names/6478> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

