@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/62585/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Julietta, H. 253" ;
    ns2:bass <http://data.carnegiehall.org/names/56560> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/28899>,
        <http://data.carnegiehall.org/names/34137> ;
    ns2:choir <http://data.carnegiehall.org/names/98741> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/113041>,
        <http://data.carnegiehall.org/names/32575>,
        <http://data.carnegiehall.org/names/80029> ;
    ns2:soprano <http://data.carnegiehall.org/names/97153> ;
    ns2:tenor <http://data.carnegiehall.org/names/34758>,
        <http://data.carnegiehall.org/names/91422> ;
    ns1:performer <http://data.carnegiehall.org/names/113041>,
        <http://data.carnegiehall.org/names/28899>,
        <http://data.carnegiehall.org/names/32575>,
        <http://data.carnegiehall.org/names/34137>,
        <http://data.carnegiehall.org/names/34758>,
        <http://data.carnegiehall.org/names/56560>,
        <http://data.carnegiehall.org/names/80029>,
        <http://data.carnegiehall.org/names/91422>,
        <http://data.carnegiehall.org/names/97153>,
        <http://data.carnegiehall.org/names/98741> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/105490> .

