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

<http://data.carnegiehall.org/events/42811/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Atlas: An Opera in Three Parts: Part III \"Invisible Light\"" ;
    ns2:alto <http://data.carnegiehall.org/names/66647> ;
    ns2:soprano <http://data.carnegiehall.org/names/57372> ;
    ns2:vocalist <http://data.carnegiehall.org/names/73092>,
        <http://data.carnegiehall.org/names/73093>,
        <http://data.carnegiehall.org/names/73094>,
        <http://data.carnegiehall.org/names/73095>,
        <http://data.carnegiehall.org/names/73096>,
        <http://data.carnegiehall.org/names/73097>,
        <http://data.carnegiehall.org/names/73098>,
        <http://data.carnegiehall.org/names/73099>,
        <http://data.carnegiehall.org/names/73100>,
        <http://data.carnegiehall.org/names/73101>,
        <http://data.carnegiehall.org/names/73102>,
        <http://data.carnegiehall.org/names/73103>,
        <http://data.carnegiehall.org/names/73104>,
        <http://data.carnegiehall.org/names/73105>,
        <http://data.carnegiehall.org/names/73106>,
        <http://data.carnegiehall.org/names/73108>,
        <http://data.carnegiehall.org/names/73109> ;
    ns1:performer <http://data.carnegiehall.org/names/57372>,
        <http://data.carnegiehall.org/names/66647>,
        <http://data.carnegiehall.org/names/73092>,
        <http://data.carnegiehall.org/names/73093>,
        <http://data.carnegiehall.org/names/73094>,
        <http://data.carnegiehall.org/names/73095>,
        <http://data.carnegiehall.org/names/73096>,
        <http://data.carnegiehall.org/names/73097>,
        <http://data.carnegiehall.org/names/73098>,
        <http://data.carnegiehall.org/names/73099>,
        <http://data.carnegiehall.org/names/73100>,
        <http://data.carnegiehall.org/names/73101>,
        <http://data.carnegiehall.org/names/73102>,
        <http://data.carnegiehall.org/names/73103>,
        <http://data.carnegiehall.org/names/73104>,
        <http://data.carnegiehall.org/names/73105>,
        <http://data.carnegiehall.org/names/73106>,
        <http://data.carnegiehall.org/names/73108>,
        <http://data.carnegiehall.org/names/73109> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/69002> .

