@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <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/50204> a ns3:Event ;
    rdfs:label "Salmaggi Opera" ;
    ns2:conductor <http://data.carnegiehall.org/names/33552> ;
    ns2:orchestra <http://data.carnegiehall.org/names/83364> ;
    ns1:genre <http://data.carnegiehall.org/genres/33> ;
    ns3:location <http://data.carnegiehall.org/venues/5> ;
    ns3:organizer <http://data.carnegiehall.org/names/258> ;
    ns3:startDate "1951-05-11T20:30:00"^^xsd:dateTime ;
    ns3:subEvent <http://data.carnegiehall.org/events/50204/work_01>,
        <http://data.carnegiehall.org/events/50204/work_02> ;
    rdfs:comment """Entered from New York Times concert listing and review.\r
"Opera and Concert Programs of the Week." New York Times (1923-Current file): x6. May 6 1951. ProQuest. Web. 13 Dec. 2013.\r
"Salmaggi Presents Twin Bill." New York Times (1923-Current file): 29. May 12 1951. ProQuest. Web. 13 Dec. 2013.""" .

