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

<http://data.carnegiehall.org/events/32822/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Trio for Piano, Flute, and Cello in G Major, H.XV:15" ;
    ns1:cello <http://data.carnegiehall.org/names/43316> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/32446> ;
    ns1:flute <http://data.carnegiehall.org/names/42840> ;
    ns1:piano <http://data.carnegiehall.org/names/17882> ;
    ns2:performer <http://data.carnegiehall.org/names/17882>,
        <http://data.carnegiehall.org/names/32446>,
        <http://data.carnegiehall.org/names/42840>,
        <http://data.carnegiehall.org/names/43316> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/8996> .

