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

<http://data.carnegiehall.org/events/43826/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "City Life" ;
    ns3:cello <http://data.carnegiehall.org/names/66635> ;
    ns3:clarinet <http://data.carnegiehall.org/names/75614>,
        <http://data.carnegiehall.org/names/75615> ;
    ns3:double_bass <http://data.carnegiehall.org/names/75616> ;
    ns3:flute <http://data.carnegiehall.org/names/75610>,
        <http://data.carnegiehall.org/names/75611> ;
    ns3:oboe <http://data.carnegiehall.org/names/75612>,
        <http://data.carnegiehall.org/names/75613> ;
    ns3:percussion <http://data.carnegiehall.org/names/75605>,
        <http://data.carnegiehall.org/names/75606> ;
    ns3:piano <http://data.carnegiehall.org/names/35775>,
        <http://data.carnegiehall.org/names/75607> ;
    ns3:sampler <http://data.carnegiehall.org/names/47695>,
        <http://data.carnegiehall.org/names/73196> ;
    ns3:vibraphone <http://data.carnegiehall.org/names/45835>,
        <http://data.carnegiehall.org/names/75604> ;
    ns3:viola <http://data.carnegiehall.org/names/74473> ;
    ns3:violin <http://data.carnegiehall.org/names/62687>,
        <http://data.carnegiehall.org/names/75609> ;
    ns1:performer <http://data.carnegiehall.org/names/35775>,
        <http://data.carnegiehall.org/names/45835>,
        <http://data.carnegiehall.org/names/47695>,
        <http://data.carnegiehall.org/names/62687>,
        <http://data.carnegiehall.org/names/66635>,
        <http://data.carnegiehall.org/names/73196>,
        <http://data.carnegiehall.org/names/74473>,
        <http://data.carnegiehall.org/names/75604>,
        <http://data.carnegiehall.org/names/75605>,
        <http://data.carnegiehall.org/names/75606>,
        <http://data.carnegiehall.org/names/75607>,
        <http://data.carnegiehall.org/names/75609>,
        <http://data.carnegiehall.org/names/75610>,
        <http://data.carnegiehall.org/names/75611>,
        <http://data.carnegiehall.org/names/75612>,
        <http://data.carnegiehall.org/names/75613>,
        <http://data.carnegiehall.org/names/75614>,
        <http://data.carnegiehall.org/names/75615>,
        <http://data.carnegiehall.org/names/75616> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/71762> .

