@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/21690/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Carmen" ;
    ns3:baritone <http://data.carnegiehall.org/names/27349> ;
    ns3:bass <http://data.carnegiehall.org/names/46206> ;
    ns3:bass_baritone <http://data.carnegiehall.org/names/50174> ;
    ns3:dancer <http://data.carnegiehall.org/names/32314>,
        <http://data.carnegiehall.org/names/34810> ;
    ns3:narrator <http://data.carnegiehall.org/names/19440> ;
    ns3:piano <http://data.carnegiehall.org/names/32844> ;
    ns3:soprano <http://data.carnegiehall.org/names/27348>,
        <http://data.carnegiehall.org/names/39680>,
        <http://data.carnegiehall.org/names/60210>,
        <http://data.carnegiehall.org/names/8982> ;
    ns3:tenor <http://data.carnegiehall.org/names/1148>,
        <http://data.carnegiehall.org/names/33266> ;
    ns1:performer <http://data.carnegiehall.org/names/1148>,
        <http://data.carnegiehall.org/names/19440>,
        <http://data.carnegiehall.org/names/27348>,
        <http://data.carnegiehall.org/names/27349>,
        <http://data.carnegiehall.org/names/32314>,
        <http://data.carnegiehall.org/names/32844>,
        <http://data.carnegiehall.org/names/33266>,
        <http://data.carnegiehall.org/names/34810>,
        <http://data.carnegiehall.org/names/39680>,
        <http://data.carnegiehall.org/names/46206>,
        <http://data.carnegiehall.org/names/50174>,
        <http://data.carnegiehall.org/names/60210>,
        <http://data.carnegiehall.org/names/8982> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/6569> .

