@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/529/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Variations for Solo Tuba and Nine Horns" ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/41274> ;
    ns1:conductor <http://data.carnegiehall.org/names/57433> ;
    ns1:french_horn <http://data.carnegiehall.org/names/11272>,
        <http://data.carnegiehall.org/names/17165>,
        <http://data.carnegiehall.org/names/29623>,
        <http://data.carnegiehall.org/names/29758>,
        <http://data.carnegiehall.org/names/34923>,
        <http://data.carnegiehall.org/names/38750>,
        <http://data.carnegiehall.org/names/39969>,
        <http://data.carnegiehall.org/names/44015>,
        <http://data.carnegiehall.org/names/48679> ;
    ns1:tuba <http://data.carnegiehall.org/names/60344> ;
    ns2:performer <http://data.carnegiehall.org/names/11272>,
        <http://data.carnegiehall.org/names/17165>,
        <http://data.carnegiehall.org/names/29623>,
        <http://data.carnegiehall.org/names/29758>,
        <http://data.carnegiehall.org/names/34923>,
        <http://data.carnegiehall.org/names/38750>,
        <http://data.carnegiehall.org/names/39969>,
        <http://data.carnegiehall.org/names/41274>,
        <http://data.carnegiehall.org/names/44015>,
        <http://data.carnegiehall.org/names/48679>,
        <http://data.carnegiehall.org/names/57433>,
        <http://data.carnegiehall.org/names/60344> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/14888> .

