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

<http://data.carnegiehall.org/events/30640/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Lost Dreams" ;
    ns2:double_bass <http://data.carnegiehall.org/names/119893> ;
    ns2:drums <http://data.carnegiehall.org/names/119894> ;
    ns2:jazz_quintet <http://data.carnegiehall.org/names/78253> ;
    ns2:keyboard <http://data.carnegiehall.org/names/62593> ;
    ns2:percussion <http://data.carnegiehall.org/names/119895> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/119890> ;
    ns2:trumpet <http://data.carnegiehall.org/names/14654> ;
    ns3:performer <http://data.carnegiehall.org/names/119890>,
        <http://data.carnegiehall.org/names/119893>,
        <http://data.carnegiehall.org/names/119894>,
        <http://data.carnegiehall.org/names/119895>,
        <http://data.carnegiehall.org/names/14654>,
        <http://data.carnegiehall.org/names/62593>,
        <http://data.carnegiehall.org/names/78253> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/107050> .

