@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/29363/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Look What You've Done" ;
    ns2:bass_guitar <http://data.carnegiehall.org/names/119910> ;
    ns2:drums <http://data.carnegiehall.org/names/119911> ;
    ns2:guitar <http://data.carnegiehall.org/names/119907>,
        <http://data.carnegiehall.org/names/119909> ;
    ns2:keyboard <http://data.carnegiehall.org/names/119910> ;
    ns2:rock_band <http://data.carnegiehall.org/names/6892> ;
    ns2:vocalist <http://data.carnegiehall.org/names/119907>,
        <http://data.carnegiehall.org/names/119909> ;
    ns3:performer <http://data.carnegiehall.org/names/119907>,
        <http://data.carnegiehall.org/names/119909>,
        <http://data.carnegiehall.org/names/119910>,
        <http://data.carnegiehall.org/names/119911>,
        <http://data.carnegiehall.org/names/6892> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/107062> .

