@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/77171/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "the CIVIL warS ‘a tree is best measured when it is down’: Scene C" ;
    ns1:actor <http://data.carnegiehall.org/names/141682> ;
    ns1:electronic_keyboard <http://data.carnegiehall.org/names/141686> ;
    ns1:flute <http://data.carnegiehall.org/names/137571> ;
    ns1:percussion <http://data.carnegiehall.org/names/141687> ;
    ns1:piano <http://data.carnegiehall.org/names/141685> ;
    ns1:viola <http://data.carnegiehall.org/names/141684> ;
    ns1:violin <http://data.carnegiehall.org/names/141683> ;
    ns2:performer <http://data.carnegiehall.org/names/137571>,
        <http://data.carnegiehall.org/names/141682>,
        <http://data.carnegiehall.org/names/141683>,
        <http://data.carnegiehall.org/names/141684>,
        <http://data.carnegiehall.org/names/141685>,
        <http://data.carnegiehall.org/names/141686>,
        <http://data.carnegiehall.org/names/141687> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/125114> .

