@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/19069/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selection (unspecified)" ;
    ns2:dancer <http://data.carnegiehall.org/names/11881>,
        <http://data.carnegiehall.org/names/20405>,
        <http://data.carnegiehall.org/names/33933>,
        <http://data.carnegiehall.org/names/36628>,
        <http://data.carnegiehall.org/names/40956>,
        <http://data.carnegiehall.org/names/40957>,
        <http://data.carnegiehall.org/names/54496>,
        <http://data.carnegiehall.org/names/55422> ;
    ns1:performer <http://data.carnegiehall.org/names/11881>,
        <http://data.carnegiehall.org/names/20405>,
        <http://data.carnegiehall.org/names/33933>,
        <http://data.carnegiehall.org/names/36628>,
        <http://data.carnegiehall.org/names/40956>,
        <http://data.carnegiehall.org/names/40957>,
        <http://data.carnegiehall.org/names/54496>,
        <http://data.carnegiehall.org/names/55422> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/15727> .

