@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/54361/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Dido and Aeneas, Z. 626" ;
    ns1:baritone <http://data.carnegiehall.org/names/100385> ;
    ns1:countertenor <http://data.carnegiehall.org/names/100392> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/100391> ;
    ns1:soprano <http://data.carnegiehall.org/names/100387>,
        <http://data.carnegiehall.org/names/100388>,
        <http://data.carnegiehall.org/names/100389>,
        <http://data.carnegiehall.org/names/100390>,
        <http://data.carnegiehall.org/names/30870> ;
    ns1:tenor <http://data.carnegiehall.org/names/100393> ;
    ns2:performer <http://data.carnegiehall.org/names/100385>,
        <http://data.carnegiehall.org/names/100387>,
        <http://data.carnegiehall.org/names/100388>,
        <http://data.carnegiehall.org/names/100389>,
        <http://data.carnegiehall.org/names/100390>,
        <http://data.carnegiehall.org/names/100391>,
        <http://data.carnegiehall.org/names/100392>,
        <http://data.carnegiehall.org/names/100393>,
        <http://data.carnegiehall.org/names/30870> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/93587> .

