@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/73797> a ns3:Event ;
    rdfs:label "Tolibia Opera Showcase" ;
    ns2:conductor <http://data.carnegiehall.org/names/124001> ;
    ns1:genre <http://data.carnegiehall.org/genres/33> ;
    ns3:location <http://data.carnegiehall.org/venues/94042> ;
    ns3:organizer <http://data.carnegiehall.org/names/133107> ;
    ns3:startDate "1950-05-29T20:00:00"^^xsd:dateTime ;
    ns3:subEvent <http://data.carnegiehall.org/events/73797/work_01> ;
    rdfs:comment """Entered from New York Times concert listing.\r
U.S. PREMIERE of Umberto Giordano's MESE MARIANO\r
"CONCERT AND OPERA PROGRAMS FOR THE WEEK." New York Times (1923-), May 29 1955, p. 56. ProQuest. Web. 16 Jan. 2024.""" .

