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

<http://data.carnegiehall.org/events/934/work_06> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Songs from the Mountain" ;
    ns3:cello <http://data.carnegiehall.org/names/50503> ;
    ns3:clarinet <http://data.carnegiehall.org/names/1840> ;
    ns3:flute <http://data.carnegiehall.org/names/52063> ;
    ns3:percussion <http://data.carnegiehall.org/names/19371> ;
    ns3:piano <http://data.carnegiehall.org/names/22948> ;
    ns3:tenor <http://data.carnegiehall.org/names/27001> ;
    ns3:violin <http://data.carnegiehall.org/names/9681> ;
    ns1:performer <http://data.carnegiehall.org/names/1840>,
        <http://data.carnegiehall.org/names/19371>,
        <http://data.carnegiehall.org/names/22948>,
        <http://data.carnegiehall.org/names/27001>,
        <http://data.carnegiehall.org/names/50503>,
        <http://data.carnegiehall.org/names/52063>,
        <http://data.carnegiehall.org/names/9681> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/22560> ;
    rdfs:comment "world premiere" .

