@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/73886/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Omorfi Athena" ;
    ns2:baritone <http://data.carnegiehall.org/names/133214> ;
    ns2:bouzouki <http://data.carnegiehall.org/names/133216> ;
    ns2:childrens_chorus <http://data.carnegiehall.org/names/133211> ;
    ns2:conductor <http://data.carnegiehall.org/names/133212> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/133217> ;
    ns2:piano <http://data.carnegiehall.org/names/133213> ;
    ns2:soprano <http://data.carnegiehall.org/names/105341> ;
    ns2:soprano_saxophone <http://data.carnegiehall.org/names/133215> ;
    ns1:performer <http://data.carnegiehall.org/names/105341>,
        <http://data.carnegiehall.org/names/133211>,
        <http://data.carnegiehall.org/names/133212>,
        <http://data.carnegiehall.org/names/133213>,
        <http://data.carnegiehall.org/names/133214>,
        <http://data.carnegiehall.org/names/133215>,
        <http://data.carnegiehall.org/names/133216>,
        <http://data.carnegiehall.org/names/133217> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/117450> .

