@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <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/74042> a ns2:Event ;
    rdfs:label "John Barracuda, Folk Singer" ;
    ns1:genre <http://data.carnegiehall.org/genres/40> ;
    ns2:location <http://data.carnegiehall.org/venues/94042> ;
    ns2:organizer <http://data.carnegiehall.org/names/101412> ;
    ns2:startDate "1965-02-07T14:30:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/74042/work_01> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing.\r
"Opera and Concerts." New York Times (1923-), Feb 07 1965, p. 1. ProQuest. Web. 28 Feb. 2024.""" .

