@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/55592> a ns1:Event ;
    rdfs:label "Iberian and Klavier Piano Duo" ;
    ns1:description "duo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/101148> ;
    ns1:startDate "2015-06-18T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/55592/work_01>,
        <http://data.carnegiehall.org/events/55592/work_02>,
        <http://data.carnegiehall.org/events/55592/work_03>,
        <http://data.carnegiehall.org/events/55592/work_04>,
        <http://data.carnegiehall.org/events/55592/work_05>,
        <http://data.carnegiehall.org/events/55592/work_06>,
        <http://data.carnegiehall.org/events/55592/work_07>,
        <http://data.carnegiehall.org/events/55592/work_08>,
        <http://data.carnegiehall.org/events/55592/work_09>,
        <http://data.carnegiehall.org/events/55592/work_10>,
        <http://data.carnegiehall.org/events/55592/work_11> ;
    rdfs:comment """Title: La Locura Española: Commemorating the 60th Anniversary of Spain in the United Nations\r
WORLD PREMIERE of Consuelo Diez's EN LA CALETA\r
WORLD PREMIERE of Pedro Vilarroig's MOMPOU, IN MEMORIAM\r
WORLD PREMIERE of Marisa Manchado's MA MÈRE... NIEVES\r
WORLD PREMIERE of Beatriz Arzamendi's HOMENAJE A MOMPOU\r
WORLD PREMIERE of Manuel Tévar's CANTE JONDO (SAETA)""" .

