@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/33623/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sonata for Flute and Continuo in E Minor, H. 551 (W. 124)" ;
    ns3:flute <http://data.carnegiehall.org/names/30541> ;
    ns3:harpsichord <http://data.carnegiehall.org/names/4211> ;
    ns3:viola_da_gamba <http://data.carnegiehall.org/names/5554> ;
    ns2:performer <http://data.carnegiehall.org/names/30541>,
        <http://data.carnegiehall.org/names/4211>,
        <http://data.carnegiehall.org/names/5554> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/13029> .

