@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/63/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:comedian <http://data.carnegiehall.org/names/1115> ;
    ns1:concert_band <http://data.carnegiehall.org/names/41023> ;
    ns1:conductor <http://data.carnegiehall.org/names/15834>,
        <http://data.carnegiehall.org/names/8986> ;
    ns1:dance_group <http://data.carnegiehall.org/names/41023> ;
    ns1:dancer <http://data.carnegiehall.org/names/1116>,
        <http://data.carnegiehall.org/names/20376>,
        <http://data.carnegiehall.org/names/52109> ;
    ns1:host <http://data.carnegiehall.org/names/44599>,
        <http://data.carnegiehall.org/names/45938>,
        <http://data.carnegiehall.org/names/54434> ;
    ns1:percussion <http://data.carnegiehall.org/names/15834> ;
    ns1:tenor <http://data.carnegiehall.org/names/8835> ;
    ns1:vocalist <http://data.carnegiehall.org/names/1115>,
        <http://data.carnegiehall.org/names/33618>,
        <http://data.carnegiehall.org/names/36851> ;
    ns2:performer <http://data.carnegiehall.org/names/1115>,
        <http://data.carnegiehall.org/names/1116>,
        <http://data.carnegiehall.org/names/15834>,
        <http://data.carnegiehall.org/names/20376>,
        <http://data.carnegiehall.org/names/33618>,
        <http://data.carnegiehall.org/names/36851>,
        <http://data.carnegiehall.org/names/41023>,
        <http://data.carnegiehall.org/names/44599>,
        <http://data.carnegiehall.org/names/45938>,
        <http://data.carnegiehall.org/names/52109>,
        <http://data.carnegiehall.org/names/54434>,
        <http://data.carnegiehall.org/names/8835>,
        <http://data.carnegiehall.org/names/8986> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

