@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/54248/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:cello <http://data.carnegiehall.org/names/99897> ;
    ns1:french_horn <http://data.carnegiehall.org/names/99891> ;
    ns1:piano <http://data.carnegiehall.org/names/99889>,
        <http://data.carnegiehall.org/names/99890> ;
    ns1:string_quartet <http://data.carnegiehall.org/names/99892> ;
    ns1:viola <http://data.carnegiehall.org/names/99895> ;
    ns1:violin <http://data.carnegiehall.org/names/99893>,
        <http://data.carnegiehall.org/names/99894> ;
    ns3:performer <http://data.carnegiehall.org/names/99889>,
        <http://data.carnegiehall.org/names/99890>,
        <http://data.carnegiehall.org/names/99891>,
        <http://data.carnegiehall.org/names/99892>,
        <http://data.carnegiehall.org/names/99893>,
        <http://data.carnegiehall.org/names/99894>,
        <http://data.carnegiehall.org/names/99895>,
        <http://data.carnegiehall.org/names/99897> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

