@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/18928/work_18> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Original Dixieland One Step" ;
    ns1:clarinet <http://data.carnegiehall.org/names/32811> ;
    ns1:double_bass <http://data.carnegiehall.org/names/45763> ;
    ns1:drums <http://data.carnegiehall.org/names/51959> ;
    ns1:guitar <http://data.carnegiehall.org/names/28495> ;
    ns1:jazz_ensemble <http://data.carnegiehall.org/names/23708> ;
    ns1:piano <http://data.carnegiehall.org/names/68438> ;
    ns1:trombone <http://data.carnegiehall.org/names/23707> ;
    ns1:trumpet <http://data.carnegiehall.org/names/40217> ;
    ns2:performer <http://data.carnegiehall.org/names/23707>,
        <http://data.carnegiehall.org/names/23708>,
        <http://data.carnegiehall.org/names/28495>,
        <http://data.carnegiehall.org/names/32811>,
        <http://data.carnegiehall.org/names/40217>,
        <http://data.carnegiehall.org/names/45763>,
        <http://data.carnegiehall.org/names/51959>,
        <http://data.carnegiehall.org/names/68438> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/65170> .

