@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/45473> a ns1:Event ;
    rdfs:label "Grieg Festival Orchestra" ;
    ns2:conductor <http://data.carnegiehall.org/names/54561> ;
    ns2:orchestra <http://data.carnegiehall.org/names/79710> ;
    ns1:description "symphony orchestra performance",
        "tribute" ;
    ns1:location <http://data.carnegiehall.org/venues/65521> ;
    ns1:organizer <http://data.carnegiehall.org/names/78760> ;
    ns1:startDate "2007-12-09T14:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/45473/work_01>,
        <http://data.carnegiehall.org/events/45473/work_02>,
        <http://data.carnegiehall.org/events/45473/work_03>,
        <http://data.carnegiehall.org/events/45473/work_04> ;
    rdfs:comment """Title: A Gala Concert in Celebration of Edvard Grieg's Centennial\r
WORLD PREMIERE of Marcus Paus's TWO LYRICAL PIECES\r
U.S. PREMIERE of Rolf Wallin's GROUND FOR CELLO AND STRING ORCHESTRA\r
U.S. PREMIERE of Johan Svendsen's OCTET FOR STRINGS IN A MAJ., OP.3 (orchestral version)""" .

