@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/8640/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:cello <http://data.carnegiehall.org/names/14675>,
        <http://data.carnegiehall.org/names/43277>,
        <http://data.carnegiehall.org/names/53238>,
        <http://data.carnegiehall.org/names/54729> ;
    ns1:double_bass <http://data.carnegiehall.org/names/19942>,
        <http://data.carnegiehall.org/names/26662> ;
    ns1:viola <http://data.carnegiehall.org/names/30796>,
        <http://data.carnegiehall.org/names/32305>,
        <http://data.carnegiehall.org/names/33584>,
        <http://data.carnegiehall.org/names/40480> ;
    ns1:violin <http://data.carnegiehall.org/names/22188>,
        <http://data.carnegiehall.org/names/23363>,
        <http://data.carnegiehall.org/names/25904>,
        <http://data.carnegiehall.org/names/26525>,
        <http://data.carnegiehall.org/names/31340>,
        <http://data.carnegiehall.org/names/35778>,
        <http://data.carnegiehall.org/names/51439>,
        <http://data.carnegiehall.org/names/55375>,
        <http://data.carnegiehall.org/names/58650> ;
    ns2:performer <http://data.carnegiehall.org/names/14675>,
        <http://data.carnegiehall.org/names/19942>,
        <http://data.carnegiehall.org/names/22188>,
        <http://data.carnegiehall.org/names/23363>,
        <http://data.carnegiehall.org/names/25904>,
        <http://data.carnegiehall.org/names/26525>,
        <http://data.carnegiehall.org/names/26662>,
        <http://data.carnegiehall.org/names/30796>,
        <http://data.carnegiehall.org/names/31340>,
        <http://data.carnegiehall.org/names/32305>,
        <http://data.carnegiehall.org/names/33584>,
        <http://data.carnegiehall.org/names/35778>,
        <http://data.carnegiehall.org/names/40480>,
        <http://data.carnegiehall.org/names/43277>,
        <http://data.carnegiehall.org/names/51439>,
        <http://data.carnegiehall.org/names/53238>,
        <http://data.carnegiehall.org/names/54729>,
        <http://data.carnegiehall.org/names/55375>,
        <http://data.carnegiehall.org/names/58650> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

