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

<http://data.carnegiehall.org/events/2290/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Pagan Poem, Op. 14" ;
    ns2:english_horn <http://data.carnegiehall.org/names/55980> ;
    ns2:piano <http://data.carnegiehall.org/names/59979> ;
    ns2:trumpet <http://data.carnegiehall.org/names/12191>,
        <http://data.carnegiehall.org/names/7406>,
        <http://data.carnegiehall.org/names/8443> ;
    ns1:performer <http://data.carnegiehall.org/names/12191>,
        <http://data.carnegiehall.org/names/55980>,
        <http://data.carnegiehall.org/names/59979>,
        <http://data.carnegiehall.org/names/7406>,
        <http://data.carnegiehall.org/names/8443> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/15257> .

