@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/26391/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "No More Tears (Enough Is Enough)" ;
    ns2:bass_guitar <http://data.carnegiehall.org/names/56577> ;
    ns2:drums <http://data.carnegiehall.org/names/46744> ;
    ns2:guitar <http://data.carnegiehall.org/names/24650> ;
    ns2:keyboard <http://data.carnegiehall.org/names/27047>,
        <http://data.carnegiehall.org/names/4609> ;
    ns2:percussion <http://data.carnegiehall.org/names/5944> ;
    ns2:pop_music_band <http://data.carnegiehall.org/names/41332> ;
    ns2:vocalist <http://data.carnegiehall.org/names/16380>,
        <http://data.carnegiehall.org/names/21270>,
        <http://data.carnegiehall.org/names/4610>,
        <http://data.carnegiehall.org/names/48322>,
        <http://data.carnegiehall.org/names/54565> ;
    ns1:performer <http://data.carnegiehall.org/names/16380>,
        <http://data.carnegiehall.org/names/21270>,
        <http://data.carnegiehall.org/names/24650>,
        <http://data.carnegiehall.org/names/27047>,
        <http://data.carnegiehall.org/names/41332>,
        <http://data.carnegiehall.org/names/4609>,
        <http://data.carnegiehall.org/names/4610>,
        <http://data.carnegiehall.org/names/46744>,
        <http://data.carnegiehall.org/names/48322>,
        <http://data.carnegiehall.org/names/54565>,
        <http://data.carnegiehall.org/names/56577>,
        <http://data.carnegiehall.org/names/5944> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/109941> .

