@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/12022/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:cello <http://data.carnegiehall.org/names/15616> ;
    ns2:clarinet <http://data.carnegiehall.org/names/38021> ;
    ns2:flute <http://data.carnegiehall.org/names/19504> ;
    ns2:guitar <http://data.carnegiehall.org/names/17745> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/47729> ;
    ns2:narrator <http://data.carnegiehall.org/names/25476> ;
    ns2:percussion <http://data.carnegiehall.org/names/26177>,
        <http://data.carnegiehall.org/names/32501>,
        <http://data.carnegiehall.org/names/3465>,
        <http://data.carnegiehall.org/names/46593>,
        <http://data.carnegiehall.org/names/56523> ;
    ns2:piano <http://data.carnegiehall.org/names/17452>,
        <http://data.carnegiehall.org/names/47729> ;
    ns2:piccolo <http://data.carnegiehall.org/names/19504> ;
    ns2:soprano <http://data.carnegiehall.org/names/26178>,
        <http://data.carnegiehall.org/names/34345> ;
    ns1:performer <http://data.carnegiehall.org/names/15616>,
        <http://data.carnegiehall.org/names/17452>,
        <http://data.carnegiehall.org/names/17745>,
        <http://data.carnegiehall.org/names/19504>,
        <http://data.carnegiehall.org/names/25476>,
        <http://data.carnegiehall.org/names/26177>,
        <http://data.carnegiehall.org/names/26178>,
        <http://data.carnegiehall.org/names/32501>,
        <http://data.carnegiehall.org/names/34345>,
        <http://data.carnegiehall.org/names/3465>,
        <http://data.carnegiehall.org/names/38021>,
        <http://data.carnegiehall.org/names/46593>,
        <http://data.carnegiehall.org/names/47729>,
        <http://data.carnegiehall.org/names/56523> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

