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

<http://data.carnegiehall.org/events/71663/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Octet for Wind Instruments" ;
    ns2:bass_trombone <http://data.carnegiehall.org/names/80037> ;
    ns2:bassoon <http://data.carnegiehall.org/names/125738>,
        <http://data.carnegiehall.org/names/76751> ;
    ns2:clarinet <http://data.carnegiehall.org/names/133593> ;
    ns2:flute <http://data.carnegiehall.org/names/99883> ;
    ns2:trombone <http://data.carnegiehall.org/names/78716> ;
    ns2:trumpet <http://data.carnegiehall.org/names/31173>,
        <http://data.carnegiehall.org/names/72356> ;
    ns1:performer <http://data.carnegiehall.org/names/125738>,
        <http://data.carnegiehall.org/names/133593>,
        <http://data.carnegiehall.org/names/31173>,
        <http://data.carnegiehall.org/names/72356>,
        <http://data.carnegiehall.org/names/76751>,
        <http://data.carnegiehall.org/names/78716>,
        <http://data.carnegiehall.org/names/80037>,
        <http://data.carnegiehall.org/names/99883> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/13020> .

