@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/47396/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:french_horn <http://data.carnegiehall.org/names/84441> ;
    ns1:percussion <http://data.carnegiehall.org/names/84443>,
        <http://data.carnegiehall.org/names/84444> ;
    ns1:trombone <http://data.carnegiehall.org/names/29589> ;
    ns1:trumpet <http://data.carnegiehall.org/names/56081>,
        <http://data.carnegiehall.org/names/84440> ;
    ns1:tuba <http://data.carnegiehall.org/names/84442> ;
    ns2:performer <http://data.carnegiehall.org/names/29589>,
        <http://data.carnegiehall.org/names/56081>,
        <http://data.carnegiehall.org/names/84440>,
        <http://data.carnegiehall.org/names/84441>,
        <http://data.carnegiehall.org/names/84442>,
        <http://data.carnegiehall.org/names/84443>,
        <http://data.carnegiehall.org/names/84444> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

