@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/10688/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Loner" ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/68695> ;
    ns1:drums <http://data.carnegiehall.org/names/68696> ;
    ns1:keyboard <http://data.carnegiehall.org/names/68694> ;
    ns1:pedal_steel_guitar <http://data.carnegiehall.org/names/68693> ;
    ns1:rock_band <http://data.carnegiehall.org/names/68692> ;
    ns1:vocalist <http://data.carnegiehall.org/names/11159>,
        <http://data.carnegiehall.org/names/68693> ;
    ns2: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> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/65342> .

