@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#> .

<http://data.carnegiehall.org/events/49110/work_04> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Ask the Sky and the Earth: A Cantata for the Sent-down Youth" ;
    ns2:baritone <http://data.carnegiehall.org/names/62818> ;
    ns2:choir <http://data.carnegiehall.org/names/89329> ;
    ns2:soprano <http://data.carnegiehall.org/names/89324>,
        <http://data.carnegiehall.org/names/89328> ;
    ns2:tenor <http://data.carnegiehall.org/names/89325>,
        <http://data.carnegiehall.org/names/89326> ;
    ns2:xiao <http://data.carnegiehall.org/names/89327> ;
    ns1:performer <http://data.carnegiehall.org/names/62818>,
        <http://data.carnegiehall.org/names/89324>,
        <http://data.carnegiehall.org/names/89325>,
        <http://data.carnegiehall.org/names/89326>,
        <http://data.carnegiehall.org/names/89327>,
        <http://data.carnegiehall.org/names/89328>,
        <http://data.carnegiehall.org/names/89329> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/83089> ;
    rdfs:comment "New York premiere" .

