@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/30810/work_30> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/21591> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/22286> ;
    ns1:trombone <http://data.carnegiehall.org/names/53873> ;
    ns1:trumpet <http://data.carnegiehall.org/names/1194>,
        <http://data.carnegiehall.org/names/12374> ;
    ns1:violin <http://data.carnegiehall.org/names/6855> ;
    ns1:vocalist <http://data.carnegiehall.org/names/31650> ;
    ns2:performer <http://data.carnegiehall.org/names/1194>,
        <http://data.carnegiehall.org/names/12374>,
        <http://data.carnegiehall.org/names/21591>,
        <http://data.carnegiehall.org/names/22286>,
        <http://data.carnegiehall.org/names/31650>,
        <http://data.carnegiehall.org/names/53873>,
        <http://data.carnegiehall.org/names/6855> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

