@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/45340> a ns1:Event ;
    rdfs:label "National Negro Opera Company" ;
    ns2:conductor <http://data.carnegiehall.org/names/33006> ;
    ns3:genre <http://data.carnegiehall.org/genres/33> ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/25824> ;
    ns1:startDate "1951-06-15T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/45340/work_01> ;
    rdfs:comment """Entered from reviews; stated time is approximate.\r
According to the New York Amsterdam News, Voice of America would be taping this performance for subsequent broadcast.\r
"Dett's Oratorio Production." New York Amsterdam News Jun 23 1951: 6. Print.\r
"Negro Company Stages Opera." New York Times Jun 16 1951: 9. Print.""" .

