@prefix ns1: <http://schema.org/> .
@prefix ns2: <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/2265> a ns1:Event ;
    rdfs:label "Charity Concert by Orchestra of the Second Imperial Sailors' Division" ;
    ns2:conductor <http://data.carnegiehall.org/names/54638> ;
    ns2:orchestra <http://data.carnegiehall.org/names/19216> ;
    ns1:description "benefit performance",
        "concert band performance",
        "symphony orchestra performance" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1902-03-03T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/2265/work_01>,
        <http://data.carnegiehall.org/events/2265/work_02>,
        <http://data.carnegiehall.org/events/2265/work_03>,
        <http://data.carnegiehall.org/events/2265/work_04>,
        <http://data.carnegiehall.org/events/2265/work_05>,
        <http://data.carnegiehall.org/events/2265/work_06>,
        <http://data.carnegiehall.org/events/2265/work_07>,
        <http://data.carnegiehall.org/events/2265/work_08>,
        <http://data.carnegiehall.org/events/2265/work_09>,
        <http://data.carnegiehall.org/events/2265/work_10> ;
    rdfs:comment """By permission of Rear-Admiral Count von Baudissin\r
Grand Charity Concert by the Orchestra of the Second Imperial Sailors' Division   \r
The orchestra is attached to His Majesty's Yacht "Hohenzollern" during the visit to America of His Royal Highness Prince Heinrich""" .

