@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/49286/work_25> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/17711> ;
    ns1:double_bass <http://data.carnegiehall.org/names/89733> ;
    ns1:drums <http://data.carnegiehall.org/names/89738> ;
    ns1:electric_guitar <http://data.carnegiehall.org/names/89735> ;
    ns1:fiddle <http://data.carnegiehall.org/names/89739> ;
    ns1:keyboard <http://data.carnegiehall.org/names/36113> ;
    ns1:organ <http://data.carnegiehall.org/names/36113> ;
    ns1:percussion <http://data.carnegiehall.org/names/52874> ;
    ns1:piano <http://data.carnegiehall.org/names/36113> ;
    ns1:trumpet <http://data.carnegiehall.org/names/89734> ;
    ns1:tuba <http://data.carnegiehall.org/names/89733> ;
    ns1:vocalist <http://data.carnegiehall.org/names/89736>,
        <http://data.carnegiehall.org/names/89737>,
        <http://data.carnegiehall.org/names/89739> ;
    ns1:woodwinds <http://data.carnegiehall.org/names/52338> ;
    ns2:performer <http://data.carnegiehall.org/names/17711>,
        <http://data.carnegiehall.org/names/36113>,
        <http://data.carnegiehall.org/names/52338>,
        <http://data.carnegiehall.org/names/52874>,
        <http://data.carnegiehall.org/names/89733>,
        <http://data.carnegiehall.org/names/89734>,
        <http://data.carnegiehall.org/names/89735>,
        <http://data.carnegiehall.org/names/89736>,
        <http://data.carnegiehall.org/names/89737>,
        <http://data.carnegiehall.org/names/89738>,
        <http://data.carnegiehall.org/names/89739> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

