@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/74939/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "El día que me quieras" ;
    ns1:baritone <http://data.carnegiehall.org/names/134358> ;
    ns1:cello <http://data.carnegiehall.org/names/130789> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/134354> ;
    ns1:piano <http://data.carnegiehall.org/names/134361> ;
    ns1:soprano <http://data.carnegiehall.org/names/130788> ;
    ns1:tenor <http://data.carnegiehall.org/names/134360> ;
    ns1:viola <http://data.carnegiehall.org/names/134353> ;
    ns1: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> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/118586> .

