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

<http://data.carnegiehall.org/events/34452/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Dreams" ;
    ns1:baritone_saxophone <http://data.carnegiehall.org/names/141707> ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/141674> ;
    ns1:drums <http://data.carnegiehall.org/names/141675> ;
    ns1:guitar <http://data.carnegiehall.org/names/141672>,
        <http://data.carnegiehall.org/names/141673> ;
    ns1:organ <http://data.carnegiehall.org/names/18504> ;
    ns1:percussion <http://data.carnegiehall.org/names/124637> ;
    ns1:saxophone <http://data.carnegiehall.org/names/141705> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/141706> ;
    ns1:trumpet <http://data.carnegiehall.org/names/141708>,
        <http://data.carnegiehall.org/names/141709> ;
    ns1:vocalist <http://data.carnegiehall.org/names/141710>,
        <http://data.carnegiehall.org/names/141711>,
        <http://data.carnegiehall.org/names/141712>,
        <http://data.carnegiehall.org/names/18504> ;
    ns2:performer <http://data.carnegiehall.org/names/124637>,
        <http://data.carnegiehall.org/names/141672>,
        <http://data.carnegiehall.org/names/141673>,
        <http://data.carnegiehall.org/names/141674>,
        <http://data.carnegiehall.org/names/141675>,
        <http://data.carnegiehall.org/names/141705>,
        <http://data.carnegiehall.org/names/141706>,
        <http://data.carnegiehall.org/names/141707>,
        <http://data.carnegiehall.org/names/141708>,
        <http://data.carnegiehall.org/names/141709>,
        <http://data.carnegiehall.org/names/141710>,
        <http://data.carnegiehall.org/names/141711>,
        <http://data.carnegiehall.org/names/141712>,
        <http://data.carnegiehall.org/names/18504> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/125106> .

