@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@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/17734> a ns2:Event ;
    rdfs:label "United States Marine Band, \"The President's Own\"" ;
    ns1:conductor <http://data.carnegiehall.org/names/59304> ;
    ns1:orchestra <http://data.carnegiehall.org/names/52720> ;
    ns2:description "concert band performance" ;
    ns2:location <http://data.carnegiehall.org/venues/5> ;
    ns2:organizer <http://data.carnegiehall.org/names/128473> ;
    ns2:startDate "1993-11-03T20:30:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/17734/work_01>,
        <http://data.carnegiehall.org/events/17734/work_02> ;
    rdfs:comment """The program was a special salute in honor of Mr. Alonzo Swann, Recipient of the Navy Cross. Selections performed by the United States Marine Band are not listed in the printed concert program.\r
Honorable Attendees:\r
Admiral Frank B. Kelso, II, USN, Chief of Naval Operations\r
General Carl E. Mundy, Jr., USMC, Commandant, United States Marine Corps\r
Admiral J. William Kime, USCG, Commandant, United States Coast Guard""" .

