@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/79783/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Vision Unfolding" ;
    ns1:choir <http://data.carnegiehall.org/names/107980>,
        <http://data.carnegiehall.org/names/141653>,
        <http://data.carnegiehall.org/names/141657>,
        <http://data.carnegiehall.org/names/141658>,
        <http://data.carnegiehall.org/names/141659> ;
    ns1:conductor <http://data.carnegiehall.org/names/89334> ;
    ns1:percussion <http://data.carnegiehall.org/names/95311> ;
    ns1:piano <http://data.carnegiehall.org/names/137268> ;
    ns1:speaker <http://data.carnegiehall.org/names/137269> ;
    ns1:trumpet <http://data.carnegiehall.org/names/19375> ;
    ns1:violin <http://data.carnegiehall.org/names/46258> ;
    ns2:performer <http://data.carnegiehall.org/names/107980>,
        <http://data.carnegiehall.org/names/137268>,
        <http://data.carnegiehall.org/names/137269>,
        <http://data.carnegiehall.org/names/141653>,
        <http://data.carnegiehall.org/names/141657>,
        <http://data.carnegiehall.org/names/141658>,
        <http://data.carnegiehall.org/names/141659>,
        <http://data.carnegiehall.org/names/19375>,
        <http://data.carnegiehall.org/names/46258>,
        <http://data.carnegiehall.org/names/89334>,
        <http://data.carnegiehall.org/names/95311> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/121213> .

