@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/48719/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:dancer <http://data.carnegiehall.org/names/25563>,
        <http://data.carnegiehall.org/names/31971>,
        <http://data.carnegiehall.org/names/54612> ;
    ns1:piano <http://data.carnegiehall.org/names/30034> ;
    ns1:tap_dancer <http://data.carnegiehall.org/names/37016> ;
    ns1:unspecified_instrument <http://data.carnegiehall.org/names/67012> ;
    ns1:vocalist <http://data.carnegiehall.org/names/31971>,
        <http://data.carnegiehall.org/names/35937> ;
    ns2:performer <http://data.carnegiehall.org/names/25563>,
        <http://data.carnegiehall.org/names/30034>,
        <http://data.carnegiehall.org/names/31971>,
        <http://data.carnegiehall.org/names/35937>,
        <http://data.carnegiehall.org/names/37016>,
        <http://data.carnegiehall.org/names/54612>,
        <http://data.carnegiehall.org/names/67012> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

