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

<http://data.carnegiehall.org/events/24225/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Old Folks" ;
    ns3:cello <http://data.carnegiehall.org/names/41168> ;
    ns3:double_bass <http://data.carnegiehall.org/names/139100> ;
    ns3:drums <http://data.carnegiehall.org/names/139101> ;
    ns3:guitar <http://data.carnegiehall.org/names/139099> ;
    ns3:piano <http://data.carnegiehall.org/names/51944> ;
    ns3:vocalist <http://data.carnegiehall.org/names/2045> ;
    ns1:performer <http://data.carnegiehall.org/names/139099>,
        <http://data.carnegiehall.org/names/139100>,
        <http://data.carnegiehall.org/names/139101>,
        <http://data.carnegiehall.org/names/2045>,
        <http://data.carnegiehall.org/names/41168>,
        <http://data.carnegiehall.org/names/51944> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/62456> .

