@prefix ns1: <http://schema.org/> .
@prefix ns2: <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/8981> a ns1:Event ;
    rdfs:label "Susana Rinaldi, Argentine Singer" ;
    ns2:genre <http://data.carnegiehall.org/genres/114>,
        <http://data.carnegiehall.org/genres/35> ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/96086> ;
    ns1:startDate "1985-05-28T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/8981/work_01>,
        <http://data.carnegiehall.org/events/8981/work_02> ;
    rdfs:comment """New York Debut\r
Entered from booking ledger and New York Times review. According to the review, the program was dedicated to Carlos Gardel, and "also included tunes by Astor Piazzolla and lyrics by Maria Elena Walsh." Ms. Rinaldi was accompanied by a six-piece ensemble that included flute and bandoneón (the musicians are not named).\r
Pareles, Jon. "Tango: Susana Rinaldi." New York Times (1923-Current file), May 30 1985, p. 1. ProQuest. Web. 13 Sep. 2019.""" .

