@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/42618/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "She's Got You" ;
    ns1:country_band <http://data.carnegiehall.org/names/58113> ;
    ns1:dobro <http://data.carnegiehall.org/names/52012> ;
    ns1:double_bass <http://data.carnegiehall.org/names/41732> ;
    ns1:guitar <http://data.carnegiehall.org/names/11862>,
        <http://data.carnegiehall.org/names/23680> ;
    ns1:vocalist <http://data.carnegiehall.org/names/31535> ;
    ns2:performer <http://data.carnegiehall.org/names/11862>,
        <http://data.carnegiehall.org/names/23680>,
        <http://data.carnegiehall.org/names/31535>,
        <http://data.carnegiehall.org/names/41732>,
        <http://data.carnegiehall.org/names/52012>,
        <http://data.carnegiehall.org/names/58113> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/118727> .

