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

<http://data.carnegiehall.org/events/13809/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Brass Magnolia Suite" ;
    ns3:bass_trombone <http://data.carnegiehall.org/names/34119> ;
    ns3:french_horn <http://data.carnegiehall.org/names/2087> ;
    ns3:percussion <http://data.carnegiehall.org/names/55255> ;
    ns3:trumpet <http://data.carnegiehall.org/names/12886> ;
    ns1:performer <http://data.carnegiehall.org/names/12886>,
        <http://data.carnegiehall.org/names/2087>,
        <http://data.carnegiehall.org/names/34119>,
        <http://data.carnegiehall.org/names/55255> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/26978> .

