@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/20749/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Rondino in E-flat Major, WoO 25" ;
    ns2:bassoon <http://data.carnegiehall.org/names/27840>,
        <http://data.carnegiehall.org/names/42914> ;
    ns2:clarinet <http://data.carnegiehall.org/names/17181>,
        <http://data.carnegiehall.org/names/51374> ;
    ns2:french_horn <http://data.carnegiehall.org/names/21353>,
        <http://data.carnegiehall.org/names/55038> ;
    ns2:oboe <http://data.carnegiehall.org/names/22769>,
        <http://data.carnegiehall.org/names/8510> ;
    ns1:performer <http://data.carnegiehall.org/names/17181>,
        <http://data.carnegiehall.org/names/21353>,
        <http://data.carnegiehall.org/names/22769>,
        <http://data.carnegiehall.org/names/27840>,
        <http://data.carnegiehall.org/names/42914>,
        <http://data.carnegiehall.org/names/51374>,
        <http://data.carnegiehall.org/names/55038>,
        <http://data.carnegiehall.org/names/8510> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/25691> .

