@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/14366/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Bells, Op. 35" ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/51810> ;
    ns1:choir <http://data.carnegiehall.org/names/12839>,
        <http://data.carnegiehall.org/names/15712>,
        <http://data.carnegiehall.org/names/24842>,
        <http://data.carnegiehall.org/names/25080>,
        <http://data.carnegiehall.org/names/30201>,
        <http://data.carnegiehall.org/names/31065>,
        <http://data.carnegiehall.org/names/43872>,
        <http://data.carnegiehall.org/names/51811>,
        <http://data.carnegiehall.org/names/59358> ;
    ns1:soprano <http://data.carnegiehall.org/names/9299> ;
    ns2:performer <http://data.carnegiehall.org/names/12839>,
        <http://data.carnegiehall.org/names/15712>,
        <http://data.carnegiehall.org/names/24842>,
        <http://data.carnegiehall.org/names/25080>,
        <http://data.carnegiehall.org/names/30201>,
        <http://data.carnegiehall.org/names/31065>,
        <http://data.carnegiehall.org/names/43872>,
        <http://data.carnegiehall.org/names/51810>,
        <http://data.carnegiehall.org/names/51811>,
        <http://data.carnegiehall.org/names/59358>,
        <http://data.carnegiehall.org/names/9299> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/38838> .

