@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/56745/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns3:cello <http://data.carnegiehall.org/names/68308>,
        <http://data.carnegiehall.org/names/68888> ;
    ns3:double_bass <http://data.carnegiehall.org/names/63217> ;
    ns3:drums <http://data.carnegiehall.org/names/90768> ;
    ns3:french_horn <http://data.carnegiehall.org/names/106767> ;
    ns3:guitar <http://data.carnegiehall.org/names/106763> ;
    ns3:piano <http://data.carnegiehall.org/names/67910> ;
    ns3:viola <http://data.carnegiehall.org/names/106766> ;
    ns3:violin <http://data.carnegiehall.org/names/106764>,
        <http://data.carnegiehall.org/names/106765>,
        <http://data.carnegiehall.org/names/106766>,
        <http://data.carnegiehall.org/names/55535> ;
    ns3:woodwinds <http://data.carnegiehall.org/names/41074> ;
    ns2:performer <http://data.carnegiehall.org/names/106763>,
        <http://data.carnegiehall.org/names/106764>,
        <http://data.carnegiehall.org/names/106765>,
        <http://data.carnegiehall.org/names/106766>,
        <http://data.carnegiehall.org/names/106767>,
        <http://data.carnegiehall.org/names/41074>,
        <http://data.carnegiehall.org/names/55535>,
        <http://data.carnegiehall.org/names/63217>,
        <http://data.carnegiehall.org/names/67910>,
        <http://data.carnegiehall.org/names/68308>,
        <http://data.carnegiehall.org/names/68888>,
        <http://data.carnegiehall.org/names/90768> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/104450> .

