@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/51818/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:choir <http://data.carnegiehall.org/names/35508>,
        <http://data.carnegiehall.org/names/94139>,
        <http://data.carnegiehall.org/names/9772> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/11704>,
        <http://data.carnegiehall.org/names/44238> ;
    ns2:orchestra <http://data.carnegiehall.org/names/2369> ;
    ns2:soprano <http://data.carnegiehall.org/names/61837>,
        <http://data.carnegiehall.org/names/70684>,
        <http://data.carnegiehall.org/names/94138> ;
    ns2:tenor <http://data.carnegiehall.org/names/22579> ;
    ns1:performer <http://data.carnegiehall.org/names/11704>,
        <http://data.carnegiehall.org/names/22579>,
        <http://data.carnegiehall.org/names/2369>,
        <http://data.carnegiehall.org/names/24805>,
        <http://data.carnegiehall.org/names/35508>,
        <http://data.carnegiehall.org/names/44238>,
        <http://data.carnegiehall.org/names/59039>,
        <http://data.carnegiehall.org/names/61837>,
        <http://data.carnegiehall.org/names/70684>,
        <http://data.carnegiehall.org/names/94138>,
        <http://data.carnegiehall.org/names/94139>,
        <http://data.carnegiehall.org/names/9772> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/34121> .

