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

<http://data.carnegiehall.org/events/27034/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Daydream" ;
    ns3:alto_saxophone <http://data.carnegiehall.org/names/2524> ;
    ns3:double_bass <http://data.carnegiehall.org/names/53645> ;
    ns3:drums <http://data.carnegiehall.org/names/15866> ;
    ns3:piano <http://data.carnegiehall.org/names/58339> ;
    ns3:tenor_saxophone <http://data.carnegiehall.org/names/8093> ;
    ns3:tuba <http://data.carnegiehall.org/names/16203> ;
    ns2:performer <http://data.carnegiehall.org/names/15866>,
        <http://data.carnegiehall.org/names/16203>,
        <http://data.carnegiehall.org/names/2524>,
        <http://data.carnegiehall.org/names/53645>,
        <http://data.carnegiehall.org/names/58339>,
        <http://data.carnegiehall.org/names/8093> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/20515> .

