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

<http://data.carnegiehall.org/events/8402/work_20> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:dancer <http://data.carnegiehall.org/names/25408>,
        <http://data.carnegiehall.org/names/57406> ;
    ns1:director <http://data.carnegiehall.org/names/10437> ;
    ns1:vocalist <http://data.carnegiehall.org/names/29465>,
        <http://data.carnegiehall.org/names/35348>,
        <http://data.carnegiehall.org/names/35349>,
        <http://data.carnegiehall.org/names/37375>,
        <http://data.carnegiehall.org/names/8957> ;
    ns2:performer <http://data.carnegiehall.org/names/10437>,
        <http://data.carnegiehall.org/names/25408>,
        <http://data.carnegiehall.org/names/29465>,
        <http://data.carnegiehall.org/names/35348>,
        <http://data.carnegiehall.org/names/35349>,
        <http://data.carnegiehall.org/names/37375>,
        <http://data.carnegiehall.org/names/57406>,
        <http://data.carnegiehall.org/names/8957> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

