@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/4486/work_04> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Capriccio" ;
    ns3:euphonium <http://data.carnegiehall.org/names/10059> ;
    ns3:flute <http://data.carnegiehall.org/names/46110> ;
    ns3:piano <http://data.carnegiehall.org/names/32671> ;
    ns3:trombone <http://data.carnegiehall.org/names/13948>,
        <http://data.carnegiehall.org/names/43739>,
        <http://data.carnegiehall.org/names/57753> ;
    ns3:trumpet <http://data.carnegiehall.org/names/47977>,
        <http://data.carnegiehall.org/names/9099> ;
    ns1:performer <http://data.carnegiehall.org/names/10059>,
        <http://data.carnegiehall.org/names/13948>,
        <http://data.carnegiehall.org/names/32671>,
        <http://data.carnegiehall.org/names/43739>,
        <http://data.carnegiehall.org/names/46110>,
        <http://data.carnegiehall.org/names/47977>,
        <http://data.carnegiehall.org/names/57753>,
        <http://data.carnegiehall.org/names/9099> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/15382> ;
    rdfs:comment "New York premiere" .

