@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/46324/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Aida: Act II. Triumphal March" ;
    ns1:bass_trombone <http://data.carnegiehall.org/names/21795> ;
    ns1:brass_ensemble <http://data.carnegiehall.org/names/13102> ;
    ns1:conductor <http://data.carnegiehall.org/names/57194> ;
    ns1:french_horn <http://data.carnegiehall.org/names/81644> ;
    ns1:tenor_trombone <http://data.carnegiehall.org/names/21794> ;
    ns1:trumpet <http://data.carnegiehall.org/names/51167>,
        <http://data.carnegiehall.org/names/68314>,
        <http://data.carnegiehall.org/names/9385> ;
    ns2:performer <http://data.carnegiehall.org/names/13102>,
        <http://data.carnegiehall.org/names/21794>,
        <http://data.carnegiehall.org/names/21795>,
        <http://data.carnegiehall.org/names/51167>,
        <http://data.carnegiehall.org/names/57194>,
        <http://data.carnegiehall.org/names/68314>,
        <http://data.carnegiehall.org/names/81644>,
        <http://data.carnegiehall.org/names/9385> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/35897> .

