@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/18417/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns3:bass <http://data.carnegiehall.org/names/32597> ;
    ns3:celesta <http://data.carnegiehall.org/names/42237> ;
    ns3:flute <http://data.carnegiehall.org/names/54393> ;
    ns3:piano <http://data.carnegiehall.org/names/26738> ;
    ns3:tenor <http://data.carnegiehall.org/names/30801> ;
    ns3:timpani <http://data.carnegiehall.org/names/46405> ;
    ns2:performer <http://data.carnegiehall.org/names/26738>,
        <http://data.carnegiehall.org/names/30801>,
        <http://data.carnegiehall.org/names/32597>,
        <http://data.carnegiehall.org/names/42237>,
        <http://data.carnegiehall.org/names/46405>,
        <http://data.carnegiehall.org/names/54393> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/104450> .

