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

