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

