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

<http://data.carnegiehall.org/events/57356/work_31> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:alto_viol <http://data.carnegiehall.org/names/79160> ;
    ns2:bass_viol <http://data.carnegiehall.org/names/106183>,
        <http://data.carnegiehall.org/names/79160> ;
    ns2:guitar <http://data.carnegiehall.org/names/106199> ;
    ns2:percussion <http://data.carnegiehall.org/names/106187> ;
    ns2:tenor_viol <http://data.carnegiehall.org/names/106185> ;
    ns2:theorbo <http://data.carnegiehall.org/names/106199> ;
    ns2:treble_viol <http://data.carnegiehall.org/names/23839> ;
    ns2:violone <http://data.carnegiehall.org/names/106186> ;
    ns1:performer <http://data.carnegiehall.org/names/106183>,
        <http://data.carnegiehall.org/names/106185>,
        <http://data.carnegiehall.org/names/106186>,
        <http://data.carnegiehall.org/names/106187>,
        <http://data.carnegiehall.org/names/106199>,
        <http://data.carnegiehall.org/names/23839>,
        <http://data.carnegiehall.org/names/79160> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

