@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/58736/work_29> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Songs of the Earth: 7. Daichi Sansho (Admire the Earth)" ;
    ns1:choir <http://data.carnegiehall.org/names/109351>,
        <http://data.carnegiehall.org/names/109361>,
        <http://data.carnegiehall.org/names/85816> ;
    ns1:conductor <http://data.carnegiehall.org/names/109362> ;
    ns1:mens_chorus <http://data.carnegiehall.org/names/9166> ;
    ns1:piano <http://data.carnegiehall.org/names/109363> ;
    ns1:womens_chorus <http://data.carnegiehall.org/names/109356>,
        <http://data.carnegiehall.org/names/58191> ;
    ns2:performer <http://data.carnegiehall.org/names/109351>,
        <http://data.carnegiehall.org/names/109356>,
        <http://data.carnegiehall.org/names/109361>,
        <http://data.carnegiehall.org/names/109362>,
        <http://data.carnegiehall.org/names/109363>,
        <http://data.carnegiehall.org/names/58191>,
        <http://data.carnegiehall.org/names/85816>,
        <http://data.carnegiehall.org/names/9166> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/85760> .

