@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/24479/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Les Troyens" ;
    ns1:baritone <http://data.carnegiehall.org/names/27084>,
        <http://data.carnegiehall.org/names/56833>,
        <http://data.carnegiehall.org/names/7772> ;
    ns1:bass <http://data.carnegiehall.org/names/1839>,
        <http://data.carnegiehall.org/names/20523>,
        <http://data.carnegiehall.org/names/53019>,
        <http://data.carnegiehall.org/names/56832> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/25130>,
        <http://data.carnegiehall.org/names/9132> ;
    ns1:soprano <http://data.carnegiehall.org/names/23901>,
        <http://data.carnegiehall.org/names/50647>,
        <http://data.carnegiehall.org/names/53844> ;
    ns1:tenor <http://data.carnegiehall.org/names/12759>,
        <http://data.carnegiehall.org/names/23461> ;
    ns2:performer <http://data.carnegiehall.org/names/12759>,
        <http://data.carnegiehall.org/names/1839>,
        <http://data.carnegiehall.org/names/20523>,
        <http://data.carnegiehall.org/names/23461>,
        <http://data.carnegiehall.org/names/23901>,
        <http://data.carnegiehall.org/names/25130>,
        <http://data.carnegiehall.org/names/27084>,
        <http://data.carnegiehall.org/names/50647>,
        <http://data.carnegiehall.org/names/53019>,
        <http://data.carnegiehall.org/names/53844>,
        <http://data.carnegiehall.org/names/56832>,
        <http://data.carnegiehall.org/names/56833>,
        <http://data.carnegiehall.org/names/7772>,
        <http://data.carnegiehall.org/names/9132> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/11472> .

