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

<http://data.carnegiehall.org/events/35373/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Buddhist Oratorio: Space Odyssey" ;
    ns2:baritone <http://data.carnegiehall.org/names/18106> ;
    ns2:koto <http://data.carnegiehall.org/names/13320> ;
    ns2:shakuhachi <http://data.carnegiehall.org/names/13319> ;
    ns2:synthesizer <http://data.carnegiehall.org/names/60757> ;
    ns2:womens_chorus <http://data.carnegiehall.org/names/58191> ;
    ns3:performer <http://data.carnegiehall.org/names/13319>,
        <http://data.carnegiehall.org/names/13320>,
        <http://data.carnegiehall.org/names/18106>,
        <http://data.carnegiehall.org/names/58191>,
        <http://data.carnegiehall.org/names/60757> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/49886> .

