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

<http://data.carnegiehall.org/events/59405/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Symphony No. 8 in E-flat Major" ;
    ns1:baritone <http://data.carnegiehall.org/names/70493> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/86802> ;
    ns1:choir <http://data.carnegiehall.org/names/22807> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/63047>,
        <http://data.carnegiehall.org/names/93598> ;
    ns1:soprano <http://data.carnegiehall.org/names/110553>,
        <http://data.carnegiehall.org/names/37092>,
        <http://data.carnegiehall.org/names/72041> ;
    ns1:tenor <http://data.carnegiehall.org/names/91239> ;
    ns3:performer <http://data.carnegiehall.org/names/110553>,
        <http://data.carnegiehall.org/names/22807>,
        <http://data.carnegiehall.org/names/37092>,
        <http://data.carnegiehall.org/names/63047>,
        <http://data.carnegiehall.org/names/70493>,
        <http://data.carnegiehall.org/names/72041>,
        <http://data.carnegiehall.org/names/86802>,
        <http://data.carnegiehall.org/names/91239>,
        <http://data.carnegiehall.org/names/93598> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/34121> .

