@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/17101/work_04> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Elegy" ;
    ns1:cello <http://data.carnegiehall.org/names/13921> ;
    ns1:clarinet <http://data.carnegiehall.org/names/45705> ;
    ns1:flute <http://data.carnegiehall.org/names/34104> ;
    ns1:oboe <http://data.carnegiehall.org/names/48307> ;
    ns1:soprano <http://data.carnegiehall.org/names/55173> ;
    ns1:viola <http://data.carnegiehall.org/names/44817> ;
    ns1:violin <http://data.carnegiehall.org/names/55171> ;
    ns2:performer <http://data.carnegiehall.org/names/13921>,
        <http://data.carnegiehall.org/names/34104>,
        <http://data.carnegiehall.org/names/44817>,
        <http://data.carnegiehall.org/names/45705>,
        <http://data.carnegiehall.org/names/48307>,
        <http://data.carnegiehall.org/names/55171>,
        <http://data.carnegiehall.org/names/55173> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/14994> ;
    rdfs:comment "New York premiere" .

