@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/77927/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Elements: 3. Fire" ;
    ns2:boys_chorus <http://data.carnegiehall.org/names/138674> ;
    ns2:childrens_chorus <http://data.carnegiehall.org/names/138668>,
        <http://data.carnegiehall.org/names/17573>,
        <http://data.carnegiehall.org/names/25737>,
        <http://data.carnegiehall.org/names/71656> ;
    ns2:choir <http://data.carnegiehall.org/names/134959>,
        <http://data.carnegiehall.org/names/134963> ;
    ns2:conductor <http://data.carnegiehall.org/names/131566> ;
    ns2:girls_chorus <http://data.carnegiehall.org/names/101255> ;
    ns2:harp <http://data.carnegiehall.org/names/103140> ;
    ns2:percussion <http://data.carnegiehall.org/names/138670> ;
    ns2:piano <http://data.carnegiehall.org/names/138671> ;
    ns1:performer <http://data.carnegiehall.org/names/101255>,
        <http://data.carnegiehall.org/names/103140>,
        <http://data.carnegiehall.org/names/131566>,
        <http://data.carnegiehall.org/names/134959>,
        <http://data.carnegiehall.org/names/134963>,
        <http://data.carnegiehall.org/names/138668>,
        <http://data.carnegiehall.org/names/138670>,
        <http://data.carnegiehall.org/names/138671>,
        <http://data.carnegiehall.org/names/138674>,
        <http://data.carnegiehall.org/names/17573>,
        <http://data.carnegiehall.org/names/25737>,
        <http://data.carnegiehall.org/names/71656> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/99130> .

