@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/60116/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Dzov yerku kooynov (Sea of two colors)" ;
    ns1:cello <http://data.carnegiehall.org/names/112321> ;
    ns1:clarinet <http://data.carnegiehall.org/names/81598> ;
    ns1:flute <http://data.carnegiehall.org/names/96299> ;
    ns1:piano <http://data.carnegiehall.org/names/64911> ;
    ns1:violin <http://data.carnegiehall.org/names/96295> ;
    ns2:performer <http://data.carnegiehall.org/names/112321>,
        <http://data.carnegiehall.org/names/64911>,
        <http://data.carnegiehall.org/names/81598>,
        <http://data.carnegiehall.org/names/96295>,
        <http://data.carnegiehall.org/names/96299> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/101629> .

