@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/49032/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Mission: Gabriel's Oboe" ;
    ns1:double_bass <http://data.carnegiehall.org/names/87289> ;
    ns1:guitar <http://data.carnegiehall.org/names/89140> ;
    ns1:jazz_quintet <http://data.carnegiehall.org/names/89139> ;
    ns1:percussion <http://data.carnegiehall.org/names/89142> ;
    ns1:trumpet <http://data.carnegiehall.org/names/47007> ;
    ns1:violin <http://data.carnegiehall.org/names/89141> ;
    ns2:performer <http://data.carnegiehall.org/names/47007>,
        <http://data.carnegiehall.org/names/87289>,
        <http://data.carnegiehall.org/names/89139>,
        <http://data.carnegiehall.org/names/89140>,
        <http://data.carnegiehall.org/names/89141>,
        <http://data.carnegiehall.org/names/89142> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/72455> .

