@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/18371/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:accordion <http://data.carnegiehall.org/names/130615> ;
    ns1:dance_group <http://data.carnegiehall.org/names/130612> ;
    ns1:host <http://data.carnegiehall.org/names/130611> ;
    ns1:jazz_ensemble <http://data.carnegiehall.org/names/130617> ;
    ns1:music_ensemble <http://data.carnegiehall.org/names/130614> ;
    ns1:tenor <http://data.carnegiehall.org/names/56177> ;
    ns1:unspecified_instrument <http://data.carnegiehall.org/names/130616> ;
    ns1:vocalist <http://data.carnegiehall.org/names/37535> ;
    ns2:performer <http://data.carnegiehall.org/names/130611>,
        <http://data.carnegiehall.org/names/130612>,
        <http://data.carnegiehall.org/names/130614>,
        <http://data.carnegiehall.org/names/130615>,
        <http://data.carnegiehall.org/names/130616>,
        <http://data.carnegiehall.org/names/130617>,
        <http://data.carnegiehall.org/names/37535>,
        <http://data.carnegiehall.org/names/56177> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

