@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/44008> a ns1:Event ;
    rdfs:label "Orpheus Unwrapped (Pre-Concert Lecture): The New Brandenburgs" ;
    ns1:description "lecture" ;
    ns1:location <http://data.carnegiehall.org/venues/6> ;
    ns1:organizer <http://data.carnegiehall.org/names/29217> ;
    ns1:startDate "2006-12-02T18:45:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/44008/work_01> .

