@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/19069/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selection (unspecified)" ;
    ns1:dancer <http://data.carnegiehall.org/names/16858>,
        <http://data.carnegiehall.org/names/18784>,
        <http://data.carnegiehall.org/names/22095>,
        <http://data.carnegiehall.org/names/25964>,
        <http://data.carnegiehall.org/names/2792>,
        <http://data.carnegiehall.org/names/30087>,
        <http://data.carnegiehall.org/names/4850>,
        <http://data.carnegiehall.org/names/51909>,
        <http://data.carnegiehall.org/names/53679>,
        <http://data.carnegiehall.org/names/54562>,
        <http://data.carnegiehall.org/names/54563>,
        <http://data.carnegiehall.org/names/54957>,
        <http://data.carnegiehall.org/names/60897>,
        <http://data.carnegiehall.org/names/9305> ;
    ns2:performer <http://data.carnegiehall.org/names/16858>,
        <http://data.carnegiehall.org/names/18784>,
        <http://data.carnegiehall.org/names/22095>,
        <http://data.carnegiehall.org/names/25964>,
        <http://data.carnegiehall.org/names/2792>,
        <http://data.carnegiehall.org/names/30087>,
        <http://data.carnegiehall.org/names/4850>,
        <http://data.carnegiehall.org/names/51909>,
        <http://data.carnegiehall.org/names/53679>,
        <http://data.carnegiehall.org/names/54562>,
        <http://data.carnegiehall.org/names/54563>,
        <http://data.carnegiehall.org/names/54957>,
        <http://data.carnegiehall.org/names/60897>,
        <http://data.carnegiehall.org/names/9305> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/15727> .

