@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/11230/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Promised Land" ;
    ns2:bass_guitar <http://data.carnegiehall.org/names/141975> ;
    ns2:drums <http://data.carnegiehall.org/names/141974> ;
    ns2:guitar <http://data.carnegiehall.org/names/139201>,
        <http://data.carnegiehall.org/names/141976>,
        <http://data.carnegiehall.org/names/30297> ;
    ns2:piano <http://data.carnegiehall.org/names/26767> ;
    ns2:trombone <http://data.carnegiehall.org/names/14113> ;
    ns2:trumpet <http://data.carnegiehall.org/names/141977>,
        <http://data.carnegiehall.org/names/8571> ;
    ns2:tuba <http://data.carnegiehall.org/names/16203> ;
    ns2:vocalist <http://data.carnegiehall.org/names/30297> ;
    ns1:performer <http://data.carnegiehall.org/names/139201>,
        <http://data.carnegiehall.org/names/14113>,
        <http://data.carnegiehall.org/names/141974>,
        <http://data.carnegiehall.org/names/141975>,
        <http://data.carnegiehall.org/names/141976>,
        <http://data.carnegiehall.org/names/141977>,
        <http://data.carnegiehall.org/names/16203>,
        <http://data.carnegiehall.org/names/26767>,
        <http://data.carnegiehall.org/names/30297>,
        <http://data.carnegiehall.org/names/8571> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/125354> .

