@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/3202/work_28> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/7560> ;
    ns2:double_bass <http://data.carnegiehall.org/names/42374> ;
    ns2:dulcimer <http://data.carnegiehall.org/names/3686> ;
    ns2:lute <http://data.carnegiehall.org/names/38955> ;
    ns2:recorder <http://data.carnegiehall.org/names/3680>,
        <http://data.carnegiehall.org/names/3686> ;
    ns2:soprano <http://data.carnegiehall.org/names/54934> ;
    ns2:tenor <http://data.carnegiehall.org/names/42853> ;
    ns2:tenor_viol <http://data.carnegiehall.org/names/42374> ;
    ns2:viol <http://data.carnegiehall.org/names/3680> ;
    ns1:performer <http://data.carnegiehall.org/names/3680>,
        <http://data.carnegiehall.org/names/3686>,
        <http://data.carnegiehall.org/names/38955>,
        <http://data.carnegiehall.org/names/42374>,
        <http://data.carnegiehall.org/names/42853>,
        <http://data.carnegiehall.org/names/54934>,
        <http://data.carnegiehall.org/names/7560> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

