@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/10578/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Con Alma" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/42637>,
        <http://data.carnegiehall.org/names/69924> ;
    ns2:baritone_saxophone <http://data.carnegiehall.org/names/39449> ;
    ns2:double_bass <http://data.carnegiehall.org/names/36433> ;
    ns2:drums <http://data.carnegiehall.org/names/59873> ;
    ns2:guitar <http://data.carnegiehall.org/names/115896> ;
    ns2:percussion <http://data.carnegiehall.org/names/44577> ;
    ns2:piano <http://data.carnegiehall.org/names/78259> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/26616>,
        <http://data.carnegiehall.org/names/4559> ;
    ns2:trombone <http://data.carnegiehall.org/names/12318>,
        <http://data.carnegiehall.org/names/28793>,
        <http://data.carnegiehall.org/names/8181> ;
    ns2:trumpet <http://data.carnegiehall.org/names/115895>,
        <http://data.carnegiehall.org/names/25463>,
        <http://data.carnegiehall.org/names/2688>,
        <http://data.carnegiehall.org/names/5358>,
        <http://data.carnegiehall.org/names/8571> ;
    ns1:performer <http://data.carnegiehall.org/names/115895>,
        <http://data.carnegiehall.org/names/115896>,
        <http://data.carnegiehall.org/names/12318>,
        <http://data.carnegiehall.org/names/25463>,
        <http://data.carnegiehall.org/names/26616>,
        <http://data.carnegiehall.org/names/2688>,
        <http://data.carnegiehall.org/names/28793>,
        <http://data.carnegiehall.org/names/36433>,
        <http://data.carnegiehall.org/names/39449>,
        <http://data.carnegiehall.org/names/42637>,
        <http://data.carnegiehall.org/names/44577>,
        <http://data.carnegiehall.org/names/4559>,
        <http://data.carnegiehall.org/names/5358>,
        <http://data.carnegiehall.org/names/59873>,
        <http://data.carnegiehall.org/names/69924>,
        <http://data.carnegiehall.org/names/78259>,
        <http://data.carnegiehall.org/names/8181>,
        <http://data.carnegiehall.org/names/8571> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/16015> .

