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

<http://data.carnegiehall.org/events/13725/work_10> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Journey into Jazz" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/17365> ;
    ns2:double_bass <http://data.carnegiehall.org/names/9352> ;
    ns2:drums <http://data.carnegiehall.org/names/4102> ;
    ns2:narrator <http://data.carnegiehall.org/names/40970> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/44381> ;
    ns2:trumpet <http://data.carnegiehall.org/names/54171> ;
    ns1:performer <http://data.carnegiehall.org/names/17365>,
        <http://data.carnegiehall.org/names/40970>,
        <http://data.carnegiehall.org/names/4102>,
        <http://data.carnegiehall.org/names/44381>,
        <http://data.carnegiehall.org/names/54171>,
        <http://data.carnegiehall.org/names/9352> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/38272> ;
    rdfs:comment "New York premiere" .

