@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/40092/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:french_horn <http://data.carnegiehall.org/names/66852>,
        <http://data.carnegiehall.org/names/66853> ;
    ns1:moderator <http://data.carnegiehall.org/names/62063> ;
    ns1:trombone <http://data.carnegiehall.org/names/66849>,
        <http://data.carnegiehall.org/names/66850>,
        <http://data.carnegiehall.org/names/66851> ;
    ns1:trumpet <http://data.carnegiehall.org/names/66846>,
        <http://data.carnegiehall.org/names/66847>,
        <http://data.carnegiehall.org/names/66848> ;
    ns1:tuba <http://data.carnegiehall.org/names/66854> ;
    ns3:performer <http://data.carnegiehall.org/names/62063>,
        <http://data.carnegiehall.org/names/66846>,
        <http://data.carnegiehall.org/names/66847>,
        <http://data.carnegiehall.org/names/66848>,
        <http://data.carnegiehall.org/names/66849>,
        <http://data.carnegiehall.org/names/66850>,
        <http://data.carnegiehall.org/names/66851>,
        <http://data.carnegiehall.org/names/66852>,
        <http://data.carnegiehall.org/names/66853>,
        <http://data.carnegiehall.org/names/66854> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

