@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/16462/work_23> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "(Back Home Again In) Indiana" ;
    ns1:double_bass <http://data.carnegiehall.org/names/28772> ;
    ns1:drums <http://data.carnegiehall.org/names/40583> ;
    ns1:jazz_quartet <http://data.carnegiehall.org/names/78296> ;
    ns1:piano <http://data.carnegiehall.org/names/1195> ;
    ns1:vibraphone <http://data.carnegiehall.org/names/41532> ;
    ns2:performer <http://data.carnegiehall.org/names/1195>,
        <http://data.carnegiehall.org/names/28772>,
        <http://data.carnegiehall.org/names/40583>,
        <http://data.carnegiehall.org/names/41532>,
        <http://data.carnegiehall.org/names/78296> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/58835> .

