@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/52068> a ns1:Event ;
    rdfs:label "Takács Quartet Master Class: Haydn, Beethoven, and Bartók String Quartets" ;
    ns1:description "chamber music performance",
        "master class",
        "workshop" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2013-03-14T19:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/52068/work_01>,
        <http://data.carnegiehall.org/events/52068/work_02>,
        <http://data.carnegiehall.org/events/52068/work_03> ;
    rdfs:comment """A Carnegie Hall Professional Training Workshop, March 12-15, 2013\r
From the Carnegie Hall website: "The famed string quartet invites three young ensembles to explore works of Haydn, Beethoven, and Bartók along with the broader dimensions of a chamber music career. The workshop will include coaching sessions with each member of the Takács Quartet, as well as a public master class and a young artist recital, both shared by the three participating quartets and presented in Weill Recital Hall.  An additional discussion session on the business side of a chamber music career and how to explore opportunities for teaching residencies will also be offered."\r
""" .

