@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/1111/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:koto <http://data.carnegiehall.org/names/54327> ;
    ns1:shakuhachi <http://data.carnegiehall.org/names/58427> ;
    ns1:soprano <http://data.carnegiehall.org/names/54328>,
        <http://data.carnegiehall.org/names/5609> ;
    ns1:violin <http://data.carnegiehall.org/names/28822> ;
    ns2:performer <http://data.carnegiehall.org/names/28822>,
        <http://data.carnegiehall.org/names/54327>,
        <http://data.carnegiehall.org/names/54328>,
        <http://data.carnegiehall.org/names/5609>,
        <http://data.carnegiehall.org/names/58427> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

