@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/33295/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Bohemian Girl: Though ev'ry hope be fled" ;
    ns1:bass <http://data.carnegiehall.org/names/44642> ;
    ns1:contralto <http://data.carnegiehall.org/names/51230> ;
    ns1:soprano <http://data.carnegiehall.org/names/18664> ;
    ns1:tenor <http://data.carnegiehall.org/names/11121>,
        <http://data.carnegiehall.org/names/22788> ;
    ns2:performer <http://data.carnegiehall.org/names/11121>,
        <http://data.carnegiehall.org/names/18664>,
        <http://data.carnegiehall.org/names/22788>,
        <http://data.carnegiehall.org/names/44642>,
        <http://data.carnegiehall.org/names/51230> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/60416> .

