@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/58579/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Dear Appalachia: Songs for My Mountain Home" ;
    ns1:banjo <http://data.carnegiehall.org/names/109142> ;
    ns1:choir <http://data.carnegiehall.org/names/103768>,
        <http://data.carnegiehall.org/names/109149>,
        <http://data.carnegiehall.org/names/109150>,
        <http://data.carnegiehall.org/names/109151>,
        <http://data.carnegiehall.org/names/66690>,
        <http://data.carnegiehall.org/names/74802> ;
    ns1:conductor <http://data.carnegiehall.org/names/68476> ;
    ns1:double_bass <http://data.carnegiehall.org/names/109144> ;
    ns1:fiddle <http://data.carnegiehall.org/names/109141> ;
    ns1:guitar <http://data.carnegiehall.org/names/109143>,
        <http://data.carnegiehall.org/names/58625> ;
    ns1:mandolin <http://data.carnegiehall.org/names/81892> ;
    ns2:performer <http://data.carnegiehall.org/names/103768>,
        <http://data.carnegiehall.org/names/109141>,
        <http://data.carnegiehall.org/names/109142>,
        <http://data.carnegiehall.org/names/109143>,
        <http://data.carnegiehall.org/names/109144>,
        <http://data.carnegiehall.org/names/109149>,
        <http://data.carnegiehall.org/names/109150>,
        <http://data.carnegiehall.org/names/109151>,
        <http://data.carnegiehall.org/names/58625>,
        <http://data.carnegiehall.org/names/66690>,
        <http://data.carnegiehall.org/names/68476>,
        <http://data.carnegiehall.org/names/74802>,
        <http://data.carnegiehall.org/names/81892> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/99503> .

