@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/17952/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:bass <http://data.carnegiehall.org/names/30638> ;
    ns1:cello <http://data.carnegiehall.org/names/55836> ;
    ns1:guitar <http://data.carnegiehall.org/names/46464> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/57330> ;
    ns1:piano <http://data.carnegiehall.org/names/36817> ;
    ns1:viola <http://data.carnegiehall.org/names/20662> ;
    ns1:violin <http://data.carnegiehall.org/names/60170>,
        <http://data.carnegiehall.org/names/9921> ;
    ns2:performer <http://data.carnegiehall.org/names/20662>,
        <http://data.carnegiehall.org/names/30638>,
        <http://data.carnegiehall.org/names/36817>,
        <http://data.carnegiehall.org/names/46464>,
        <http://data.carnegiehall.org/names/55836>,
        <http://data.carnegiehall.org/names/57330>,
        <http://data.carnegiehall.org/names/60170>,
        <http://data.carnegiehall.org/names/9921> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

