@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/17576/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "La vida breve" ;
    ns2:baritone <http://data.carnegiehall.org/names/50727> ;
    ns2:bass <http://data.carnegiehall.org/names/20332> ;
    ns2:cantaor <http://data.carnegiehall.org/names/27152> ;
    ns2:choir <http://data.carnegiehall.org/names/40757> ;
    ns2:guitar <http://data.carnegiehall.org/names/54877> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/15097>,
        <http://data.carnegiehall.org/names/5448> ;
    ns2:soprano <http://data.carnegiehall.org/names/30820> ;
    ns2:tenor <http://data.carnegiehall.org/names/13141>,
        <http://data.carnegiehall.org/names/5449> ;
    ns1:performer <http://data.carnegiehall.org/names/13141>,
        <http://data.carnegiehall.org/names/15097>,
        <http://data.carnegiehall.org/names/20332>,
        <http://data.carnegiehall.org/names/27152>,
        <http://data.carnegiehall.org/names/30820>,
        <http://data.carnegiehall.org/names/40757>,
        <http://data.carnegiehall.org/names/50727>,
        <http://data.carnegiehall.org/names/5448>,
        <http://data.carnegiehall.org/names/5449>,
        <http://data.carnegiehall.org/names/54877> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/41718> .

