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

<http://data.carnegiehall.org/events/10688/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "L.A." ;
    ns3:bass_guitar <http://data.carnegiehall.org/names/68695> ;
    ns3:drums <http://data.carnegiehall.org/names/68696> ;
    ns3:keyboard <http://data.carnegiehall.org/names/68694> ;
    ns3:pedal_steel_guitar <http://data.carnegiehall.org/names/68693> ;
    ns3:rock_band <http://data.carnegiehall.org/names/68692> ;
    ns3:vocalist <http://data.carnegiehall.org/names/11159>,
        <http://data.carnegiehall.org/names/68693> ;
    ns1:performer <http://data.carnegiehall.org/names/11159>,
        <http://data.carnegiehall.org/names/68692>,
        <http://data.carnegiehall.org/names/68693>,
        <http://data.carnegiehall.org/names/68694>,
        <http://data.carnegiehall.org/names/68695>,
        <http://data.carnegiehall.org/names/68696> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/65365> .

