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

<http://data.carnegiehall.org/events/58932/work_26> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Rhapsody for Euphonium" ;
    ns2:baritone_horn <http://data.carnegiehall.org/names/109908> ;
    ns2:concert_band <http://data.carnegiehall.org/names/22397> ;
    ns2:conductor <http://data.carnegiehall.org/names/87943> ;
    ns3:performer <http://data.carnegiehall.org/names/109908>,
        <http://data.carnegiehall.org/names/22397>,
        <http://data.carnegiehall.org/names/87943> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/99965> .

