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

<http://data.carnegiehall.org/events/29045/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Two Suns" ;
    ns3:bass_guitar <http://data.carnegiehall.org/names/73779> ;
    ns3:double_bass <http://data.carnegiehall.org/names/73779> ;
    ns3:keyboard <http://data.carnegiehall.org/names/58330> ;
    ns3:oboe <http://data.carnegiehall.org/names/60577> ;
    ns3:soprano <http://data.carnegiehall.org/names/52164> ;
    ns3:synthesizer <http://data.carnegiehall.org/names/30913>,
        <http://data.carnegiehall.org/names/58330> ;
    ns3:tabla <http://data.carnegiehall.org/names/78385> ;
    ns3:trio <http://data.carnegiehall.org/names/29970> ;
    ns3:vocalist <http://data.carnegiehall.org/names/52146> ;
    ns1:performer <http://data.carnegiehall.org/names/29970>,
        <http://data.carnegiehall.org/names/30913>,
        <http://data.carnegiehall.org/names/52146>,
        <http://data.carnegiehall.org/names/52164>,
        <http://data.carnegiehall.org/names/58330>,
        <http://data.carnegiehall.org/names/60577>,
        <http://data.carnegiehall.org/names/73779>,
        <http://data.carnegiehall.org/names/78385> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/27574> .

