@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/54394/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Fannie Lou: Scenes and Songs" ;
    ns2:actor <http://data.carnegiehall.org/names/98960>,
        <http://data.carnegiehall.org/names/98968> ;
    ns2:cello <http://data.carnegiehall.org/names/98971> ;
    ns2:double_bass <http://data.carnegiehall.org/names/98965> ;
    ns2:narrator <http://data.carnegiehall.org/names/98974> ;
    ns2:piano <http://data.carnegiehall.org/names/98961> ;
    ns2:viola <http://data.carnegiehall.org/names/98959> ;
    ns2:violin <http://data.carnegiehall.org/names/98962>,
        <http://data.carnegiehall.org/names/98966> ;
    ns2:vocalist <http://data.carnegiehall.org/names/98963>,
        <http://data.carnegiehall.org/names/98964>,
        <http://data.carnegiehall.org/names/98967>,
        <http://data.carnegiehall.org/names/98969>,
        <http://data.carnegiehall.org/names/98970>,
        <http://data.carnegiehall.org/names/98972>,
        <http://data.carnegiehall.org/names/98973> ;
    ns1:performer <http://data.carnegiehall.org/names/98959>,
        <http://data.carnegiehall.org/names/98960>,
        <http://data.carnegiehall.org/names/98961>,
        <http://data.carnegiehall.org/names/98962>,
        <http://data.carnegiehall.org/names/98963>,
        <http://data.carnegiehall.org/names/98964>,
        <http://data.carnegiehall.org/names/98965>,
        <http://data.carnegiehall.org/names/98966>,
        <http://data.carnegiehall.org/names/98967>,
        <http://data.carnegiehall.org/names/98968>,
        <http://data.carnegiehall.org/names/98969>,
        <http://data.carnegiehall.org/names/98970>,
        <http://data.carnegiehall.org/names/98971>,
        <http://data.carnegiehall.org/names/98972>,
        <http://data.carnegiehall.org/names/98973>,
        <http://data.carnegiehall.org/names/98974> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/92000> .

