@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/54277/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Atlas: An Opera in Three Parts: Future Quest" ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/100151> ;
    ns1:keyboard <http://data.carnegiehall.org/names/100152> ;
    ns1:percussion <http://data.carnegiehall.org/names/37950> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/100153>,
        <http://data.carnegiehall.org/names/70166> ;
    ns1:vocalist <http://data.carnegiehall.org/names/65987> ;
    ns2:performer <http://data.carnegiehall.org/names/100151>,
        <http://data.carnegiehall.org/names/100152>,
        <http://data.carnegiehall.org/names/100153>,
        <http://data.carnegiehall.org/names/37950>,
        <http://data.carnegiehall.org/names/65987>,
        <http://data.carnegiehall.org/names/70166> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/93361> .

