@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/52888/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/46441> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/59710> ;
    ns1:boys_chorus <http://data.carnegiehall.org/names/35415> ;
    ns1:choir <http://data.carnegiehall.org/names/34991>,
        <http://data.carnegiehall.org/names/49462> ;
    ns1:contralto <http://data.carnegiehall.org/names/18827>,
        <http://data.carnegiehall.org/names/50143> ;
    ns1:soprano <http://data.carnegiehall.org/names/2213>,
        <http://data.carnegiehall.org/names/35181>,
        <http://data.carnegiehall.org/names/50764> ;
    ns1:tenor <http://data.carnegiehall.org/names/12705> ;
    ns2:performer <http://data.carnegiehall.org/names/12705>,
        <http://data.carnegiehall.org/names/18827>,
        <http://data.carnegiehall.org/names/2213>,
        <http://data.carnegiehall.org/names/34991>,
        <http://data.carnegiehall.org/names/35181>,
        <http://data.carnegiehall.org/names/35415>,
        <http://data.carnegiehall.org/names/46441>,
        <http://data.carnegiehall.org/names/49462>,
        <http://data.carnegiehall.org/names/50143>,
        <http://data.carnegiehall.org/names/50764>,
        <http://data.carnegiehall.org/names/59710> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/34121> .

