@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <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/7761> a ns3:Event ;
    rdfs:label "New York Grand Opera" ;
    ns2:conductor <http://data.carnegiehall.org/names/58957> ;
    ns1:genre <http://data.carnegiehall.org/genres/33> ;
    ns3:location <http://data.carnegiehall.org/venues/1> ;
    ns3:organizer <http://data.carnegiehall.org/names/268> ;
    ns3:startDate "1994-05-06T20:00:00"^^xsd:dateTime ;
    ns3:subEvent <http://data.carnegiehall.org/events/7761/work_01> ;
    rdfs:comment "Title: \"Exploring Turandot\", a view of this great opera from the other side of the stage in a unique and intimate interpretation staged by conductor Vincent La Selva" .

