@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/79071/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Days of Wine and Roses: Days of Wine and Roses" ;
    ns2:cello <http://data.carnegiehall.org/names/53238> ;
    ns2:double_bass <http://data.carnegiehall.org/names/52196> ;
    ns2:drums <http://data.carnegiehall.org/names/73683> ;
    ns2:guitar <http://data.carnegiehall.org/names/140425> ;
    ns2:piano <http://data.carnegiehall.org/names/140426>,
        <http://data.carnegiehall.org/names/40704>,
        <http://data.carnegiehall.org/names/97265> ;
    ns2:tenor <http://data.carnegiehall.org/names/108774> ;
    ns2:trumpet <http://data.carnegiehall.org/names/140428> ;
    ns2:viola <http://data.carnegiehall.org/names/27164> ;
    ns2:violin <http://data.carnegiehall.org/names/126467>,
        <http://data.carnegiehall.org/names/140427>,
        <http://data.carnegiehall.org/names/15752> ;
    ns1:performer <http://data.carnegiehall.org/names/108774>,
        <http://data.carnegiehall.org/names/126467>,
        <http://data.carnegiehall.org/names/140425>,
        <http://data.carnegiehall.org/names/140426>,
        <http://data.carnegiehall.org/names/140427>,
        <http://data.carnegiehall.org/names/140428>,
        <http://data.carnegiehall.org/names/15752>,
        <http://data.carnegiehall.org/names/27164>,
        <http://data.carnegiehall.org/names/40704>,
        <http://data.carnegiehall.org/names/52196>,
        <http://data.carnegiehall.org/names/53238>,
        <http://data.carnegiehall.org/names/73683>,
        <http://data.carnegiehall.org/names/97265> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/16572> .

