@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/4158/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Eclogues, Op. 206" ;
    ns3:english_horn <http://data.carnegiehall.org/names/57387> ;
    ns3:flute <http://data.carnegiehall.org/names/28306> ;
    ns3:guitar <http://data.carnegiehall.org/names/14959> ;
    ns3:trio <http://data.carnegiehall.org/names/25094> ;
    ns1:performer <http://data.carnegiehall.org/names/14959>,
        <http://data.carnegiehall.org/names/25094>,
        <http://data.carnegiehall.org/names/28306>,
        <http://data.carnegiehall.org/names/57387> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/16600> .

