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

<http://data.carnegiehall.org/events/34561/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Lady Eleanor" ;
    ns2:bass_guitar <http://data.carnegiehall.org/names/124720> ;
    ns2:drums <http://data.carnegiehall.org/names/124721> ;
    ns2:guitar <http://data.carnegiehall.org/names/124716>,
        <http://data.carnegiehall.org/names/124719> ;
    ns2:mandolin <http://data.carnegiehall.org/names/124718> ;
    ns2:rock_band <http://data.carnegiehall.org/names/33060> ;
    ns2:vocalist <http://data.carnegiehall.org/names/124716>,
        <http://data.carnegiehall.org/names/124718> ;
    ns3:performer <http://data.carnegiehall.org/names/124716>,
        <http://data.carnegiehall.org/names/124718>,
        <http://data.carnegiehall.org/names/124719>,
        <http://data.carnegiehall.org/names/124720>,
        <http://data.carnegiehall.org/names/124721>,
        <http://data.carnegiehall.org/names/33060> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/109805> .

