@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/29665/work_02> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Divertimento for Flute, Clarinet, Bassoon, Trumpet, and Percussion" ;
    ns2:bassoon <http://data.carnegiehall.org/names/60058> ;
    ns2:clarinet <http://data.carnegiehall.org/names/659> ;
    ns2:flute <http://data.carnegiehall.org/names/53428> ;
    ns2:percussion <http://data.carnegiehall.org/names/5076> ;
    ns2:trumpet <http://data.carnegiehall.org/names/38636> ;
    ns1:performer <http://data.carnegiehall.org/names/38636>,
        <http://data.carnegiehall.org/names/5076>,
        <http://data.carnegiehall.org/names/53428>,
        <http://data.carnegiehall.org/names/60058>,
        <http://data.carnegiehall.org/names/659> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/33673> ;
    rdfs:comment "world premiere" .

