@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/22642/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns3:piano <http://data.carnegiehall.org/names/17910> ;
    ns3:speaker <http://data.carnegiehall.org/names/19610> ;
    ns3:unspecified_instrument <http://data.carnegiehall.org/names/29836>,
        <http://data.carnegiehall.org/names/43364>,
        <http://data.carnegiehall.org/names/50225>,
        <http://data.carnegiehall.org/names/52918>,
        <http://data.carnegiehall.org/names/56817>,
        <http://data.carnegiehall.org/names/56818> ;
    ns2:performer <http://data.carnegiehall.org/names/17910>,
        <http://data.carnegiehall.org/names/19610>,
        <http://data.carnegiehall.org/names/29836>,
        <http://data.carnegiehall.org/names/43364>,
        <http://data.carnegiehall.org/names/50225>,
        <http://data.carnegiehall.org/names/52918>,
        <http://data.carnegiehall.org/names/56817>,
        <http://data.carnegiehall.org/names/56818> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/104450> .

