@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/30525/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for Flute and Harp in C Major, K. 299" ;
    ns2:cello <http://data.carnegiehall.org/names/36107> ;
    ns2:double_bass <http://data.carnegiehall.org/names/21087> ;
    ns2:flute <http://data.carnegiehall.org/names/59238> ;
    ns2:french_horn <http://data.carnegiehall.org/names/21088>,
        <http://data.carnegiehall.org/names/2538> ;
    ns2:harp <http://data.carnegiehall.org/names/17634> ;
    ns2:oboe <http://data.carnegiehall.org/names/16059>,
        <http://data.carnegiehall.org/names/48481> ;
    ns2:viola <http://data.carnegiehall.org/names/33139>,
        <http://data.carnegiehall.org/names/58936> ;
    ns2:violin <http://data.carnegiehall.org/names/13368>,
        <http://data.carnegiehall.org/names/37887> ;
    ns1:performer <http://data.carnegiehall.org/names/13368>,
        <http://data.carnegiehall.org/names/16059>,
        <http://data.carnegiehall.org/names/17634>,
        <http://data.carnegiehall.org/names/21087>,
        <http://data.carnegiehall.org/names/21088>,
        <http://data.carnegiehall.org/names/2538>,
        <http://data.carnegiehall.org/names/33139>,
        <http://data.carnegiehall.org/names/36107>,
        <http://data.carnegiehall.org/names/37887>,
        <http://data.carnegiehall.org/names/48481>,
        <http://data.carnegiehall.org/names/58936>,
        <http://data.carnegiehall.org/names/59238> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/5512> .

