@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/38606/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Oboe Concerto in C Major, K. 314" ;
    ns2:cello <http://data.carnegiehall.org/names/18713>,
        <http://data.carnegiehall.org/names/33857> ;
    ns2:double_bass <http://data.carnegiehall.org/names/23075> ;
    ns2:french_horn <http://data.carnegiehall.org/names/30868>,
        <http://data.carnegiehall.org/names/64107> ;
    ns2:oboe <http://data.carnegiehall.org/names/14170>,
        <http://data.carnegiehall.org/names/19465>,
        <http://data.carnegiehall.org/names/64106> ;
    ns2:viola <http://data.carnegiehall.org/names/24032>,
        <http://data.carnegiehall.org/names/50252> ;
    ns2:violin <http://data.carnegiehall.org/names/47493>,
        <http://data.carnegiehall.org/names/62380>,
        <http://data.carnegiehall.org/names/63698>,
        <http://data.carnegiehall.org/names/64104>,
        <http://data.carnegiehall.org/names/64105>,
        <http://data.carnegiehall.org/names/9302> ;
    ns1:performer <http://data.carnegiehall.org/names/14170>,
        <http://data.carnegiehall.org/names/18713>,
        <http://data.carnegiehall.org/names/19465>,
        <http://data.carnegiehall.org/names/23075>,
        <http://data.carnegiehall.org/names/24032>,
        <http://data.carnegiehall.org/names/30868>,
        <http://data.carnegiehall.org/names/33857>,
        <http://data.carnegiehall.org/names/47493>,
        <http://data.carnegiehall.org/names/50252>,
        <http://data.carnegiehall.org/names/62380>,
        <http://data.carnegiehall.org/names/63698>,
        <http://data.carnegiehall.org/names/64104>,
        <http://data.carnegiehall.org/names/64105>,
        <http://data.carnegiehall.org/names/64106>,
        <http://data.carnegiehall.org/names/64107>,
        <http://data.carnegiehall.org/names/9302> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/42131> .

