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

<http://data.carnegiehall.org/events/54024/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Trio Sonata in A Major, HWV 396 (Op. 5, No. 1)" ;
    ns3:chamber_ensemble <http://data.carnegiehall.org/names/99298> ;
    ns3:flute <http://data.carnegiehall.org/names/77431> ;
    ns3:harpsichord <http://data.carnegiehall.org/names/99300> ;
    ns3:violin <http://data.carnegiehall.org/names/99299> ;
    ns2:performer <http://data.carnegiehall.org/names/77431>,
        <http://data.carnegiehall.org/names/99298>,
        <http://data.carnegiehall.org/names/99299>,
        <http://data.carnegiehall.org/names/99300> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/92048> .

