@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/76722> a ns1:Event ;
    rdfs:label "La La Land in Concert" ;
    ns2:conductor <http://data.carnegiehall.org/names/136761> ;
    ns2:orchestra <http://data.carnegiehall.org/names/111616> ;
    ns1:description "screening",
        "symphony orchestra performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94684> ;
    ns1:organizer <http://data.carnegiehall.org/names/136762>,
        <http://data.carnegiehall.org/names/96248> ;
    ns1:startDate "2025-02-01T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/76722/work_01>,
        <http://data.carnegiehall.org/events/76722/work_02> ;
    rdfs:comment "Wordless Music Orchestra performed the soundtrack to the 2016 Lionsgate film La La Land in a live-to-film experience, conducted by Justin Hurwitz." .

