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

<http://data.carnegiehall.org/events/74939/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "El día que me quieras" ;
    ns3:baritone <http://data.carnegiehall.org/names/134358> ;
    ns3:cello <http://data.carnegiehall.org/names/130789> ;
    ns3:mezzo_soprano <http://data.carnegiehall.org/names/134354> ;
    ns3:piano <http://data.carnegiehall.org/names/134361> ;
    ns3:soprano <http://data.carnegiehall.org/names/130788> ;
    ns3:tenor <http://data.carnegiehall.org/names/134360> ;
    ns3:viola <http://data.carnegiehall.org/names/134353> ;
    ns3:violin <http://data.carnegiehall.org/names/130784> ;
    ns2:performer <http://data.carnegiehall.org/names/130784>,
        <http://data.carnegiehall.org/names/130788>,
        <http://data.carnegiehall.org/names/130789>,
        <http://data.carnegiehall.org/names/134353>,
        <http://data.carnegiehall.org/names/134354>,
        <http://data.carnegiehall.org/names/134358>,
        <http://data.carnegiehall.org/names/134360>,
        <http://data.carnegiehall.org/names/134361> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/118586> .

