@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/46662/work_16> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Timeline" ;
    ns3:didjeridu <http://data.carnegiehall.org/names/82446> ;
    ns3:double_bass <http://data.carnegiehall.org/names/82449> ;
    ns3:flute <http://data.carnegiehall.org/names/82434>,
        <http://data.carnegiehall.org/names/82445> ;
    ns3:percussion <http://data.carnegiehall.org/names/82450> ;
    ns3:piano <http://data.carnegiehall.org/names/82447> ;
    ns1:performer <http://data.carnegiehall.org/names/82434>,
        <http://data.carnegiehall.org/names/82445>,
        <http://data.carnegiehall.org/names/82446>,
        <http://data.carnegiehall.org/names/82447>,
        <http://data.carnegiehall.org/names/82449>,
        <http://data.carnegiehall.org/names/82450> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/77996> .

