@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/18324> a ns1:Event ;
    rdfs:label "Kamahl, Australian Pop Singer" ;
    ns2:conductor <http://data.carnegiehall.org/names/125497> ;
    ns2:orchestra <http://data.carnegiehall.org/names/2369> ;
    ns3:genre <http://data.carnegiehall.org/genres/35> ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/125496> ;
    ns1:startDate "1976-06-21T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/18324/work_01>,
        <http://data.carnegiehall.org/events/18324/work_02>,
        <http://data.carnegiehall.org/events/18324/work_03>,
        <http://data.carnegiehall.org/events/18324/work_04>,
        <http://data.carnegiehall.org/events/18324/work_05>,
        <http://data.carnegiehall.org/events/18324/work_06>,
        <http://data.carnegiehall.org/events/18324/work_07>,
        <http://data.carnegiehall.org/events/18324/work_08>,
        <http://data.carnegiehall.org/events/18324/work_09>,
        <http://data.carnegiehall.org/events/18324/work_10>,
        <http://data.carnegiehall.org/events/18324/work_11>,
        <http://data.carnegiehall.org/events/18324/work_12>,
        <http://data.carnegiehall.org/events/18324/work_13>,
        <http://data.carnegiehall.org/events/18324/work_14>,
        <http://data.carnegiehall.org/events/18324/work_15>,
        <http://data.carnegiehall.org/events/18324/work_16>,
        <http://data.carnegiehall.org/events/18324/work_17>,
        <http://data.carnegiehall.org/events/18324/work_18>,
        <http://data.carnegiehall.org/events/18324/work_19>,
        <http://data.carnegiehall.org/events/18324/work_20> ;
    rdfs:comment """Mercury Records made a commercial recording of this concert.\r
Although the booking ledger has a pencilled notation indicating a start time of 8:30 PM for this concert, the weekly concert listing in the New York Times indicates 8 PM, and a typed program label affixed to the printed concert program also lists 8 PM.\r
The printed concert program contains a set list from which selections were to have been chosen. Selections shown here have been added from the commercial LP release; the sequence of songs on the LP may have differed from the live set list.\r
Kamahl – Live At Carnegie Hall (1976, Vinyl). www.discogs.com, https://www.discogs.com/Kamahl-Live-At-Carnegie-Hall/release/5255654. Accessed 17 Aug. 2021.""" .

