@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/40388> a ns1:Event ;
    rdfs:label "Professional Development Workshop for Teachers: Music of Brazil" ;
    ns1:description "workshop" ;
    ns1:location <http://data.carnegiehall.org/venues/6> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2004-04-17T10:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/40388/work_01> ;
    rdfs:comment """Music of Brazil\r
A Professional Development Workshop for Teachers, presented by Weill Music Institute at Carnegie Hall\r
This event ran from 10:00AM-4:30PM in the Kaplan Space.  \r
Archival Video: 850-8""" .

