@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/32868/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:accordion <http://data.carnegiehall.org/names/95556>,
        <http://data.carnegiehall.org/names/95557>,
        <http://data.carnegiehall.org/names/95558>,
        <http://data.carnegiehall.org/names/95559>,
        <http://data.carnegiehall.org/names/95560> ;
    ns2:actor <http://data.carnegiehall.org/names/95553> ;
    ns2:dancer <http://data.carnegiehall.org/names/95561> ;
    ns2:director <http://data.carnegiehall.org/names/95554> ;
    ns2:host <http://data.carnegiehall.org/names/1933> ;
    ns2:music_ensemble <http://data.carnegiehall.org/names/95555> ;
    ns2:soprano <http://data.carnegiehall.org/names/11406> ;
    ns2:theater_group <http://data.carnegiehall.org/names/95552> ;
    ns1:performer <http://data.carnegiehall.org/names/11406>,
        <http://data.carnegiehall.org/names/1933>,
        <http://data.carnegiehall.org/names/95552>,
        <http://data.carnegiehall.org/names/95553>,
        <http://data.carnegiehall.org/names/95554>,
        <http://data.carnegiehall.org/names/95555>,
        <http://data.carnegiehall.org/names/95556>,
        <http://data.carnegiehall.org/names/95557>,
        <http://data.carnegiehall.org/names/95558>,
        <http://data.carnegiehall.org/names/95559>,
        <http://data.carnegiehall.org/names/95560>,
        <http://data.carnegiehall.org/names/95561> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

