@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/52015/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ayre" ;
    ns2:accordion <http://data.carnegiehall.org/names/67621> ;
    ns2:alto_flute <http://data.carnegiehall.org/names/87715> ;
    ns2:bass_clarinet <http://data.carnegiehall.org/names/50349> ;
    ns2:cello <http://data.carnegiehall.org/names/73286> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/65962> ;
    ns2:clarinet <http://data.carnegiehall.org/names/50349> ;
    ns2:double_bass <http://data.carnegiehall.org/names/76340> ;
    ns2:flute <http://data.carnegiehall.org/names/87715> ;
    ns2:french_horn <http://data.carnegiehall.org/names/40423> ;
    ns2:guitar <http://data.carnegiehall.org/names/5767> ;
    ns2:harp <http://data.carnegiehall.org/names/25550> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/94338> ;
    ns2:percussion <http://data.carnegiehall.org/names/58445> ;
    ns2:ronroco <http://data.carnegiehall.org/names/5767> ;
    ns2:sampler <http://data.carnegiehall.org/names/67623> ;
    ns2:soprano <http://data.carnegiehall.org/names/62900> ;
    ns2:viola <http://data.carnegiehall.org/names/25714> ;
    ns1:performer <http://data.carnegiehall.org/names/25550>,
        <http://data.carnegiehall.org/names/25714>,
        <http://data.carnegiehall.org/names/40423>,
        <http://data.carnegiehall.org/names/50349>,
        <http://data.carnegiehall.org/names/5767>,
        <http://data.carnegiehall.org/names/58445>,
        <http://data.carnegiehall.org/names/62900>,
        <http://data.carnegiehall.org/names/65962>,
        <http://data.carnegiehall.org/names/67621>,
        <http://data.carnegiehall.org/names/67623>,
        <http://data.carnegiehall.org/names/73286>,
        <http://data.carnegiehall.org/names/76340>,
        <http://data.carnegiehall.org/names/87715>,
        <http://data.carnegiehall.org/names/94338> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/64463> .

