@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/26391/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "MacArthur Park" ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/56577> ;
    ns1:drums <http://data.carnegiehall.org/names/46744> ;
    ns1:guitar <http://data.carnegiehall.org/names/24650> ;
    ns1:keyboard <http://data.carnegiehall.org/names/27047>,
        <http://data.carnegiehall.org/names/4609> ;
    ns1:percussion <http://data.carnegiehall.org/names/5944> ;
    ns1:pop_music_band <http://data.carnegiehall.org/names/41332> ;
    ns1:vocalist <http://data.carnegiehall.org/names/16380>,
        <http://data.carnegiehall.org/names/21270>,
        <http://data.carnegiehall.org/names/4610>,
        <http://data.carnegiehall.org/names/48322>,
        <http://data.carnegiehall.org/names/54565> ;
    ns2:performer <http://data.carnegiehall.org/names/16380>,
        <http://data.carnegiehall.org/names/21270>,
        <http://data.carnegiehall.org/names/24650>,
        <http://data.carnegiehall.org/names/27047>,
        <http://data.carnegiehall.org/names/41332>,
        <http://data.carnegiehall.org/names/4609>,
        <http://data.carnegiehall.org/names/4610>,
        <http://data.carnegiehall.org/names/46744>,
        <http://data.carnegiehall.org/names/48322>,
        <http://data.carnegiehall.org/names/54565>,
        <http://data.carnegiehall.org/names/56577>,
        <http://data.carnegiehall.org/names/5944> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/62204> .

