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

<http://data.carnegiehall.org/events/74955/work_16> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Stomping Grounds" ;
    ns3:banjo <http://data.carnegiehall.org/names/69136> ;
    ns3:bluegrass_band <http://data.carnegiehall.org/names/134415> ;
    ns3:dobro <http://data.carnegiehall.org/names/126284> ;
    ns3:double_bass <http://data.carnegiehall.org/names/126285> ;
    ns3:fiddle <http://data.carnegiehall.org/names/126283> ;
    ns3:guitar <http://data.carnegiehall.org/names/126287> ;
    ns3:mandolin <http://data.carnegiehall.org/names/80264> ;
    ns3:piano <http://data.carnegiehall.org/names/14861> ;
    ns2:performer <http://data.carnegiehall.org/names/126283>,
        <http://data.carnegiehall.org/names/126284>,
        <http://data.carnegiehall.org/names/126285>,
        <http://data.carnegiehall.org/names/126287>,
        <http://data.carnegiehall.org/names/134415>,
        <http://data.carnegiehall.org/names/14861>,
        <http://data.carnegiehall.org/names/69136>,
        <http://data.carnegiehall.org/names/80264> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/118640> .

