@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/52991/work_26> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Cosmos" ;
    ns1:bassoon <http://data.carnegiehall.org/names/96101> ;
    ns1:choir <http://data.carnegiehall.org/names/96095> ;
    ns1:clarinet <http://data.carnegiehall.org/names/96099> ;
    ns1:conductor <http://data.carnegiehall.org/names/96096> ;
    ns1:flute <http://data.carnegiehall.org/names/96098> ;
    ns1:french_horn <http://data.carnegiehall.org/names/96100> ;
    ns1:oboe <http://data.carnegiehall.org/names/96097> ;
    ns1:piano <http://data.carnegiehall.org/names/96096>,
        <http://data.carnegiehall.org/names/96097> ;
    ns2:performer <http://data.carnegiehall.org/names/96095>,
        <http://data.carnegiehall.org/names/96096>,
        <http://data.carnegiehall.org/names/96097>,
        <http://data.carnegiehall.org/names/96098>,
        <http://data.carnegiehall.org/names/96099>,
        <http://data.carnegiehall.org/names/96100>,
        <http://data.carnegiehall.org/names/96101> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/89302> .

