@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/42773/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Death of Virgil" ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/73008> ;
    ns2:conductor <http://data.carnegiehall.org/names/73010> ;
    ns2:guitar <http://data.carnegiehall.org/names/28096> ;
    ns2:mandolin <http://data.carnegiehall.org/names/28096> ;
    ns2:piano <http://data.carnegiehall.org/names/49110> ;
    ns2:soprano <http://data.carnegiehall.org/names/19617>,
        <http://data.carnegiehall.org/names/73009> ;
    ns2:violin <http://data.carnegiehall.org/names/62687> ;
    ns1:performer <http://data.carnegiehall.org/names/19617>,
        <http://data.carnegiehall.org/names/28096>,
        <http://data.carnegiehall.org/names/49110>,
        <http://data.carnegiehall.org/names/62687>,
        <http://data.carnegiehall.org/names/73008>,
        <http://data.carnegiehall.org/names/73009>,
        <http://data.carnegiehall.org/names/73010> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/69467> .

