@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/49314/work_30> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/17711> ;
    ns1:drums <http://data.carnegiehall.org/names/89738> ;
    ns1:electric_guitar <http://data.carnegiehall.org/names/89735> ;
    ns1:keyboard <http://data.carnegiehall.org/names/36113> ;
    ns1:organ <http://data.carnegiehall.org/names/36113> ;
    ns1:percussion <http://data.carnegiehall.org/names/47074> ;
    ns1:piano <http://data.carnegiehall.org/names/36113> ;
    ns1:vocalist <http://data.carnegiehall.org/names/89736>,
        <http://data.carnegiehall.org/names/89737>,
        <http://data.carnegiehall.org/names/89739> ;
    ns2:performer <http://data.carnegiehall.org/names/17711>,
        <http://data.carnegiehall.org/names/36113>,
        <http://data.carnegiehall.org/names/47074>,
        <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> .

