@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/10311/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/21855> ;
    ns1:baritone_saxophone <http://data.carnegiehall.org/names/39449> ;
    ns1:drums <http://data.carnegiehall.org/names/19548> ;
    ns1:french_horn <http://data.carnegiehall.org/names/55401> ;
    ns1:piano <http://data.carnegiehall.org/names/1879>,
        <http://data.carnegiehall.org/names/37227> ;
    ns1:string_orchestra <http://data.carnegiehall.org/names/19029> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/20229>,
        <http://data.carnegiehall.org/names/42243>,
        <http://data.carnegiehall.org/names/44234> ;
    ns1:trombone <http://data.carnegiehall.org/names/8181> ;
    ns2:performer <http://data.carnegiehall.org/names/1879>,
        <http://data.carnegiehall.org/names/19029>,
        <http://data.carnegiehall.org/names/19548>,
        <http://data.carnegiehall.org/names/20229>,
        <http://data.carnegiehall.org/names/21855>,
        <http://data.carnegiehall.org/names/37227>,
        <http://data.carnegiehall.org/names/39449>,
        <http://data.carnegiehall.org/names/42243>,
        <http://data.carnegiehall.org/names/44234>,
        <http://data.carnegiehall.org/names/55401>,
        <http://data.carnegiehall.org/names/8181> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/74070> .

