@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/51959/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:bassoon <http://data.carnegiehall.org/names/89190> ;
    ns1:cello <http://data.carnegiehall.org/names/76125> ;
    ns1:clarinet <http://data.carnegiehall.org/names/62683> ;
    ns1:host <http://data.carnegiehall.org/names/56801> ;
    ns1:percussion <http://data.carnegiehall.org/names/76338> ;
    ns1:piano <http://data.carnegiehall.org/names/81525> ;
    ns1:trumpet <http://data.carnegiehall.org/names/80687> ;
    ns1:viola <http://data.carnegiehall.org/names/88532> ;
    ns1:violin <http://data.carnegiehall.org/names/22083> ;
    ns2:performer <http://data.carnegiehall.org/names/22083>,
        <http://data.carnegiehall.org/names/56801>,
        <http://data.carnegiehall.org/names/62683>,
        <http://data.carnegiehall.org/names/76125>,
        <http://data.carnegiehall.org/names/76338>,
        <http://data.carnegiehall.org/names/80687>,
        <http://data.carnegiehall.org/names/81525>,
        <http://data.carnegiehall.org/names/88532>,
        <http://data.carnegiehall.org/names/89190> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

