@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/52768/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:bass_clarinet <http://data.carnegiehall.org/names/79023> ;
    ns1:cello <http://data.carnegiehall.org/names/80177> ;
    ns1:clarinet <http://data.carnegiehall.org/names/79023> ;
    ns1:double_bass <http://data.carnegiehall.org/names/960> ;
    ns1:electric_guitar <http://data.carnegiehall.org/names/60825> ;
    ns1:host <http://data.carnegiehall.org/names/66342> ;
    ns1:percussion <http://data.carnegiehall.org/names/37861> ;
    ns1:piano <http://data.carnegiehall.org/names/88641> ;
    ns2:performer <http://data.carnegiehall.org/names/37861>,
        <http://data.carnegiehall.org/names/60825>,
        <http://data.carnegiehall.org/names/66342>,
        <http://data.carnegiehall.org/names/79023>,
        <http://data.carnegiehall.org/names/80177>,
        <http://data.carnegiehall.org/names/88641>,
        <http://data.carnegiehall.org/names/960> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

