@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/29055/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Chimes of Normandy, A Comic Opera in Three Acts" ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/46108> ;
    ns1:piano <http://data.carnegiehall.org/names/22128> ;
    ns1:soprano <http://data.carnegiehall.org/names/24675>,
        <http://data.carnegiehall.org/names/34620> ;
    ns1:tenor <http://data.carnegiehall.org/names/4415> ;
    ns1:unspecified_voice <http://data.carnegiehall.org/names/10869>,
        <http://data.carnegiehall.org/names/28154>,
        <http://data.carnegiehall.org/names/28155>,
        <http://data.carnegiehall.org/names/36098>,
        <http://data.carnegiehall.org/names/39264>,
        <http://data.carnegiehall.org/names/39637>,
        <http://data.carnegiehall.org/names/4416>,
        <http://data.carnegiehall.org/names/44583>,
        <http://data.carnegiehall.org/names/57271>,
        <http://data.carnegiehall.org/names/58463> ;
    ns2:performer <http://data.carnegiehall.org/names/10869>,
        <http://data.carnegiehall.org/names/22128>,
        <http://data.carnegiehall.org/names/24675>,
        <http://data.carnegiehall.org/names/28154>,
        <http://data.carnegiehall.org/names/28155>,
        <http://data.carnegiehall.org/names/34620>,
        <http://data.carnegiehall.org/names/36098>,
        <http://data.carnegiehall.org/names/39264>,
        <http://data.carnegiehall.org/names/39637>,
        <http://data.carnegiehall.org/names/4415>,
        <http://data.carnegiehall.org/names/4416>,
        <http://data.carnegiehall.org/names/44583>,
        <http://data.carnegiehall.org/names/46108>,
        <http://data.carnegiehall.org/names/57271>,
        <http://data.carnegiehall.org/names/58463> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/743> .

