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

<http://data.carnegiehall.org/events/30135/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Fuel for the Fire" ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/68601> ;
    ns1:congas <http://data.carnegiehall.org/names/119872> ;
    ns1:drums <http://data.carnegiehall.org/names/119871> ;
    ns1:guitar <http://data.carnegiehall.org/names/119867> ;
    ns1:organ <http://data.carnegiehall.org/names/119868> ;
    ns1:vocalist <http://data.carnegiehall.org/names/116754>,
        <http://data.carnegiehall.org/names/68601> ;
    ns3:performer <http://data.carnegiehall.org/names/116754>,
        <http://data.carnegiehall.org/names/119867>,
        <http://data.carnegiehall.org/names/119868>,
        <http://data.carnegiehall.org/names/119871>,
        <http://data.carnegiehall.org/names/119872>,
        <http://data.carnegiehall.org/names/68601> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/107044> .

