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

<http://data.carnegiehall.org/events/71700/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "her eastern light amid a cavernous dusk" ;
    ns1:bassoon <http://data.carnegiehall.org/names/130981> ;
    ns1:clarinet <http://data.carnegiehall.org/names/130979> ;
    ns1:conductor <http://data.carnegiehall.org/names/130982> ;
    ns1:flute <http://data.carnegiehall.org/names/130974> ;
    ns1:french_horn <http://data.carnegiehall.org/names/130980> ;
    ns1:oboe <http://data.carnegiehall.org/names/130978> ;
    ns3:performer <http://data.carnegiehall.org/names/130974>,
        <http://data.carnegiehall.org/names/130978>,
        <http://data.carnegiehall.org/names/130979>,
        <http://data.carnegiehall.org/names/130980>,
        <http://data.carnegiehall.org/names/130981>,
        <http://data.carnegiehall.org/names/130982> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/115372> .

