@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/20135/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/32200> ;
    ns2:bassoon <http://data.carnegiehall.org/names/47767> ;
    ns2:flute <http://data.carnegiehall.org/names/42027> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/18979> ;
    ns2:oboe <http://data.carnegiehall.org/names/59335> ;
    ns2:soprano <http://data.carnegiehall.org/names/24900>,
        <http://data.carnegiehall.org/names/44439> ;
    ns2:tenor <http://data.carnegiehall.org/names/15831> ;
    ns2:trombone <http://data.carnegiehall.org/names/54236> ;
    ns2:violin <http://data.carnegiehall.org/names/25066> ;
    ns1:performer <http://data.carnegiehall.org/names/15831>,
        <http://data.carnegiehall.org/names/18979>,
        <http://data.carnegiehall.org/names/24900>,
        <http://data.carnegiehall.org/names/25066>,
        <http://data.carnegiehall.org/names/32200>,
        <http://data.carnegiehall.org/names/42027>,
        <http://data.carnegiehall.org/names/44439>,
        <http://data.carnegiehall.org/names/47767>,
        <http://data.carnegiehall.org/names/54236>,
        <http://data.carnegiehall.org/names/59335> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

