@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/73886/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Songs of Xenitia and Agape" ;
    ns1:bouzouki <http://data.carnegiehall.org/names/133216> ;
    ns1:cello <http://data.carnegiehall.org/names/46001> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/133217> ;
    ns1:piano <http://data.carnegiehall.org/names/133213> ;
    ns1:soprano_saxophone <http://data.carnegiehall.org/names/133215> ;
    ns1:viola <http://data.carnegiehall.org/names/80244> ;
    ns1:violin <http://data.carnegiehall.org/names/32806>,
        <http://data.carnegiehall.org/names/33428> ;
    ns2:performer <http://data.carnegiehall.org/names/133213>,
        <http://data.carnegiehall.org/names/133215>,
        <http://data.carnegiehall.org/names/133216>,
        <http://data.carnegiehall.org/names/133217>,
        <http://data.carnegiehall.org/names/32806>,
        <http://data.carnegiehall.org/names/33428>,
        <http://data.carnegiehall.org/names/46001>,
        <http://data.carnegiehall.org/names/80244> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/117449> .

