@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/395/work_20> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:clarinet <http://data.carnegiehall.org/names/48668> ;
    ns1:cornet <http://data.carnegiehall.org/names/11040> ;
    ns1:double_bass <http://data.carnegiehall.org/names/66557> ;
    ns1:drums <http://data.carnegiehall.org/names/43888> ;
    ns1:piano <http://data.carnegiehall.org/names/44395> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/25378>,
        <http://data.carnegiehall.org/names/44391> ;
    ns1:trombone <http://data.carnegiehall.org/names/35754>,
        <http://data.carnegiehall.org/names/58216>,
        <http://data.carnegiehall.org/names/8811> ;
    ns1:trumpet <http://data.carnegiehall.org/names/1194>,
        <http://data.carnegiehall.org/names/5253>,
        <http://data.carnegiehall.org/names/769> ;
    ns1:tuba <http://data.carnegiehall.org/names/64955> ;
    ns2:performer <http://data.carnegiehall.org/names/11040>,
        <http://data.carnegiehall.org/names/1194>,
        <http://data.carnegiehall.org/names/25378>,
        <http://data.carnegiehall.org/names/35754>,
        <http://data.carnegiehall.org/names/43888>,
        <http://data.carnegiehall.org/names/44391>,
        <http://data.carnegiehall.org/names/44395>,
        <http://data.carnegiehall.org/names/48668>,
        <http://data.carnegiehall.org/names/5253>,
        <http://data.carnegiehall.org/names/58216>,
        <http://data.carnegiehall.org/names/64955>,
        <http://data.carnegiehall.org/names/66557>,
        <http://data.carnegiehall.org/names/769>,
        <http://data.carnegiehall.org/names/8811> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

