@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/9220/work_20> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selection (unspecified)" ;
    ns1:dancer <http://data.carnegiehall.org/names/26214>,
        <http://data.carnegiehall.org/names/26676>,
        <http://data.carnegiehall.org/names/32492>,
        <http://data.carnegiehall.org/names/42293>,
        <http://data.carnegiehall.org/names/42768>,
        <http://data.carnegiehall.org/names/59777> ;
    ns2:performer <http://data.carnegiehall.org/names/26214>,
        <http://data.carnegiehall.org/names/26676>,
        <http://data.carnegiehall.org/names/32492>,
        <http://data.carnegiehall.org/names/42293>,
        <http://data.carnegiehall.org/names/42768>,
        <http://data.carnegiehall.org/names/59777> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/25734> .

