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

<http://data.carnegiehall.org/events/44143/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Black Topaz" ;
    ns3:clarinet <http://data.carnegiehall.org/names/62683> ;
    ns3:flute <http://data.carnegiehall.org/names/71008> ;
    ns3:percussion <http://data.carnegiehall.org/names/19637>,
        <http://data.carnegiehall.org/names/76338> ;
    ns3:piano <http://data.carnegiehall.org/names/72370> ;
    ns3:trombone <http://data.carnegiehall.org/names/76337> ;
    ns3:trumpet <http://data.carnegiehall.org/names/72860> ;
    ns2:performer <http://data.carnegiehall.org/names/19637>,
        <http://data.carnegiehall.org/names/62683>,
        <http://data.carnegiehall.org/names/71008>,
        <http://data.carnegiehall.org/names/72370>,
        <http://data.carnegiehall.org/names/72860>,
        <http://data.carnegiehall.org/names/76337>,
        <http://data.carnegiehall.org/names/76338> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/72523> .

