@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/58579/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Come Away to the Skies: A High Lonesome Bluegrass Mass" ;
    ns2:banjo <http://data.carnegiehall.org/names/109142> ;
    ns2: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> ;
    ns2:conductor <http://data.carnegiehall.org/names/68476> ;
    ns2:double_bass <http://data.carnegiehall.org/names/109144> ;
    ns2:fiddle <http://data.carnegiehall.org/names/109141> ;
    ns2:guitar <http://data.carnegiehall.org/names/109143>,
        <http://data.carnegiehall.org/names/58625> ;
    ns2:mandolin <http://data.carnegiehall.org/names/81892> ;
    ns1: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/93956> .

