@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/45284/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Symphony No. 8 in E-flat Major" ;
    ns2:baritone <http://data.carnegiehall.org/names/24805> ;
    ns2:bass <http://data.carnegiehall.org/names/59039> ;
    ns2:boys_chorus <http://data.carnegiehall.org/names/36094> ;
    ns2:childrens_chorus <http://data.carnegiehall.org/names/33325>,
        <http://data.carnegiehall.org/names/79252>,
        <http://data.carnegiehall.org/names/79254>,
        <http://data.carnegiehall.org/names/79255>,
        <http://data.carnegiehall.org/names/79256> ;
    ns2:choir <http://data.carnegiehall.org/names/19834>,
        <http://data.carnegiehall.org/names/30320>,
        <http://data.carnegiehall.org/names/35508>,
        <http://data.carnegiehall.org/names/4147>,
        <http://data.carnegiehall.org/names/50999>,
        <http://data.carnegiehall.org/names/69056> ;
    ns2:girls_chorus <http://data.carnegiehall.org/names/79253> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/44238>,
        <http://data.carnegiehall.org/names/68856> ;
    ns2:orchestra <http://data.carnegiehall.org/names/2369> ;
    ns2:soprano <http://data.carnegiehall.org/names/38786>,
        <http://data.carnegiehall.org/names/4404>,
        <http://data.carnegiehall.org/names/76394> ;
    ns2:tenor <http://data.carnegiehall.org/names/79251> ;
    ns1:performer <http://data.carnegiehall.org/names/19834>,
        <http://data.carnegiehall.org/names/2369>,
        <http://data.carnegiehall.org/names/24805>,
        <http://data.carnegiehall.org/names/30320>,
        <http://data.carnegiehall.org/names/33325>,
        <http://data.carnegiehall.org/names/35508>,
        <http://data.carnegiehall.org/names/36094>,
        <http://data.carnegiehall.org/names/38786>,
        <http://data.carnegiehall.org/names/4147>,
        <http://data.carnegiehall.org/names/4404>,
        <http://data.carnegiehall.org/names/44238>,
        <http://data.carnegiehall.org/names/50999>,
        <http://data.carnegiehall.org/names/59039>,
        <http://data.carnegiehall.org/names/68856>,
        <http://data.carnegiehall.org/names/69056>,
        <http://data.carnegiehall.org/names/76394>,
        <http://data.carnegiehall.org/names/79251>,
        <http://data.carnegiehall.org/names/79252>,
        <http://data.carnegiehall.org/names/79253>,
        <http://data.carnegiehall.org/names/79254>,
        <http://data.carnegiehall.org/names/79255>,
        <http://data.carnegiehall.org/names/79256> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/34121> .

