@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/67518/work_03> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Trio for Horn, Violin, and Piano, Op. 44: 3. Theme and Variations" ;
    ns3:chamber_ensemble <http://data.carnegiehall.org/names/125959> ;
    ns3:french_horn <http://data.carnegiehall.org/names/30885> ;
    ns3:piano <http://data.carnegiehall.org/names/17902> ;
    ns3:violin <http://data.carnegiehall.org/names/125958> ;
    ns1:performer <http://data.carnegiehall.org/names/125958>,
        <http://data.carnegiehall.org/names/125959>,
        <http://data.carnegiehall.org/names/17902>,
        <http://data.carnegiehall.org/names/30885> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/111139> ;
    rdfs:comment "United States premiere" .

