@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/44191> a ns1:Event ;
    rdfs:label "Clef Awards Ceremony" ;
    ns3:conductor <http://data.carnegiehall.org/names/4623> ;
    ns3:orchestra <http://data.carnegiehall.org/names/76514> ;
    ns2:genre <http://data.carnegiehall.org/genres/11>,
        <http://data.carnegiehall.org/genres/35> ;
    ns1:description "awards ceremony" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/139643>,
        <http://data.carnegiehall.org/names/139644> ;
    ns1:startDate "1945-09-28T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/44191/work_01>,
        <http://data.carnegiehall.org/events/44191/work_02>,
        <http://data.carnegiehall.org/events/44191/work_03> ;
    rdfs:comment """Presented under the auspices of Tune Dex Digest and Tune Dex Song Survey\r
The recipients of these awards comprised the writers of the ten top-selling songs for the sales period from the summer of 1944 to the summer of 1945. Irving Berlin was presented with a special Clef for "God Bless America" as "outstanding morale song of the second World War." Other special Clefs went to Frank Loesser, Oscar Hammerstein II and Richard Rodgers.""" .

