@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/73886/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "To gelekaki" ;
    ns3:baritone <http://data.carnegiehall.org/names/133214> ;
    ns3:bouzouki <http://data.carnegiehall.org/names/133216> ;
    ns3:childrens_chorus <http://data.carnegiehall.org/names/133211> ;
    ns3:conductor <http://data.carnegiehall.org/names/133212> ;
    ns3:mezzo_soprano <http://data.carnegiehall.org/names/133217> ;
    ns3:piano <http://data.carnegiehall.org/names/133213> ;
    ns3:soprano <http://data.carnegiehall.org/names/105341> ;
    ns3:soprano_saxophone <http://data.carnegiehall.org/names/133215> ;
    ns2: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> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/117451> .

