@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/45748/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "City Life" ;
    ns2:cello <http://data.carnegiehall.org/names/66635> ;
    ns2:clarinet <http://data.carnegiehall.org/names/78877>,
        <http://data.carnegiehall.org/names/80196> ;
    ns2:conductor <http://data.carnegiehall.org/names/68816> ;
    ns2:double_bass <http://data.carnegiehall.org/names/76340> ;
    ns2:flute <http://data.carnegiehall.org/names/68153>,
        <http://data.carnegiehall.org/names/71008> ;
    ns2:keyboard <http://data.carnegiehall.org/names/72370>,
        <http://data.carnegiehall.org/names/72850> ;
    ns2:oboe <http://data.carnegiehall.org/names/76339>,
        <http://data.carnegiehall.org/names/79166> ;
    ns2:percussion <http://data.carnegiehall.org/names/19637>,
        <http://data.carnegiehall.org/names/75604>,
        <http://data.carnegiehall.org/names/75634>,
        <http://data.carnegiehall.org/names/76338> ;
    ns2:piano <http://data.carnegiehall.org/names/57118>,
        <http://data.carnegiehall.org/names/77832> ;
    ns2:viola <http://data.carnegiehall.org/names/79333> ;
    ns2:violin <http://data.carnegiehall.org/names/69507>,
        <http://data.carnegiehall.org/names/78878> ;
    ns1:performer <http://data.carnegiehall.org/names/19637>,
        <http://data.carnegiehall.org/names/57118>,
        <http://data.carnegiehall.org/names/66635>,
        <http://data.carnegiehall.org/names/68153>,
        <http://data.carnegiehall.org/names/68816>,
        <http://data.carnegiehall.org/names/69507>,
        <http://data.carnegiehall.org/names/71008>,
        <http://data.carnegiehall.org/names/72370>,
        <http://data.carnegiehall.org/names/72850>,
        <http://data.carnegiehall.org/names/75604>,
        <http://data.carnegiehall.org/names/75634>,
        <http://data.carnegiehall.org/names/76338>,
        <http://data.carnegiehall.org/names/76339>,
        <http://data.carnegiehall.org/names/76340>,
        <http://data.carnegiehall.org/names/77832>,
        <http://data.carnegiehall.org/names/78877>,
        <http://data.carnegiehall.org/names/78878>,
        <http://data.carnegiehall.org/names/79166>,
        <http://data.carnegiehall.org/names/79333>,
        <http://data.carnegiehall.org/names/80196> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/71762> .

