@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/44084/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ragtime" ;
    ns3:clarinet <http://data.carnegiehall.org/names/13757> ;
    ns3:double_bass <http://data.carnegiehall.org/names/76255> ;
    ns3:flute <http://data.carnegiehall.org/names/76252> ;
    ns3:french_horn <http://data.carnegiehall.org/names/31211> ;
    ns3:percussion <http://data.carnegiehall.org/names/16365> ;
    ns3:piano <http://data.carnegiehall.org/names/16784> ;
    ns3:string_quartet <http://data.carnegiehall.org/names/30049> ;
    ns3:trombone <http://data.carnegiehall.org/names/76254> ;
    ns3:trumpet <http://data.carnegiehall.org/names/55582> ;
    ns3:viola <http://data.carnegiehall.org/names/116811> ;
    ns3:violin <http://data.carnegiehall.org/names/18056>,
        <http://data.carnegiehall.org/names/53383> ;
    ns1:performer <http://data.carnegiehall.org/names/116811>,
        <http://data.carnegiehall.org/names/13757>,
        <http://data.carnegiehall.org/names/16365>,
        <http://data.carnegiehall.org/names/16784>,
        <http://data.carnegiehall.org/names/18056>,
        <http://data.carnegiehall.org/names/30049>,
        <http://data.carnegiehall.org/names/31211>,
        <http://data.carnegiehall.org/names/53383>,
        <http://data.carnegiehall.org/names/55582>,
        <http://data.carnegiehall.org/names/76252>,
        <http://data.carnegiehall.org/names/76254>,
        <http://data.carnegiehall.org/names/76255> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/9658> .

