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

<http://data.carnegiehall.org/events/4147/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "(Can I Speak to You Before You Go To) Hollywood" ;
    ns2:bass_guitar <http://data.carnegiehall.org/names/82717> ;
    ns2:drums <http://data.carnegiehall.org/names/82720> ;
    ns2:guitar <http://data.carnegiehall.org/names/82718>,
        <http://data.carnegiehall.org/names/82719> ;
    ns2:organ <http://data.carnegiehall.org/names/82721> ;
    ns2:piano <http://data.carnegiehall.org/names/82722> ;
    ns2:rock_band <http://data.carnegiehall.org/names/42526> ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/60131> ;
    ns2:vocalist <http://data.carnegiehall.org/names/1376>,
        <http://data.carnegiehall.org/names/42528>,
        <http://data.carnegiehall.org/names/9481> ;
    ns1:performer <http://data.carnegiehall.org/names/1376>,
        <http://data.carnegiehall.org/names/42526>,
        <http://data.carnegiehall.org/names/42528>,
        <http://data.carnegiehall.org/names/60131>,
        <http://data.carnegiehall.org/names/82717>,
        <http://data.carnegiehall.org/names/82718>,
        <http://data.carnegiehall.org/names/82719>,
        <http://data.carnegiehall.org/names/82720>,
        <http://data.carnegiehall.org/names/82721>,
        <http://data.carnegiehall.org/names/82722>,
        <http://data.carnegiehall.org/names/9481> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/124079> .

