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

<http://data.carnegiehall.org/events/23033/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Trio in C Major, Op. 87: Selection (unspecified)" ;
    ns2:english_horn <http://data.carnegiehall.org/names/61030> ;
    ns2:oboe <http://data.carnegiehall.org/names/22769>,
        <http://data.carnegiehall.org/names/8510> ;
    ns3:performer <http://data.carnegiehall.org/names/22769>,
        <http://data.carnegiehall.org/names/61030>,
        <http://data.carnegiehall.org/names/8510> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/80373> .

