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

<http://data.carnegiehall.org/events/9983/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Musique de table, ii: Conclusion for Trumpet, Oboe, Strings and Continuo in D Major TWV 50:9 (\"Conclusion\")" ;
    ns3:bassoon <http://data.carnegiehall.org/names/24295> ;
    ns3:cello <http://data.carnegiehall.org/names/18805> ;
    ns3:harpsichord <http://data.carnegiehall.org/names/47058> ;
    ns3:oboe <http://data.carnegiehall.org/names/59335> ;
    ns3:trumpet <http://data.carnegiehall.org/names/8252> ;
    ns1:performer <http://data.carnegiehall.org/names/18805>,
        <http://data.carnegiehall.org/names/24295>,
        <http://data.carnegiehall.org/names/47058>,
        <http://data.carnegiehall.org/names/59335>,
        <http://data.carnegiehall.org/names/8252> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/42861> .

