@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/25054/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Chamber Concerto" ;
    ns1:bass_clarinet <http://data.carnegiehall.org/names/38452> ;
    ns1:bassoon <http://data.carnegiehall.org/names/37592> ;
    ns1:clarinet <http://data.carnegiehall.org/names/18423> ;
    ns1:contrabassoon <http://data.carnegiehall.org/names/60058> ;
    ns1:e_flat_clarinet <http://data.carnegiehall.org/names/12005> ;
    ns1:english_horn <http://data.carnegiehall.org/names/23606> ;
    ns1:flute <http://data.carnegiehall.org/names/20868>,
        <http://data.carnegiehall.org/names/59651> ;
    ns1:french_horn <http://data.carnegiehall.org/names/29758>,
        <http://data.carnegiehall.org/names/34923> ;
    ns1:oboe <http://data.carnegiehall.org/names/29695> ;
    ns1:piano <http://data.carnegiehall.org/names/57728> ;
    ns1:trombone <http://data.carnegiehall.org/names/55271> ;
    ns1:trumpet <http://data.carnegiehall.org/names/27391> ;
    ns1:violin <http://data.carnegiehall.org/names/42860> ;
    ns2:performer <http://data.carnegiehall.org/names/12005>,
        <http://data.carnegiehall.org/names/18423>,
        <http://data.carnegiehall.org/names/20868>,
        <http://data.carnegiehall.org/names/23606>,
        <http://data.carnegiehall.org/names/27391>,
        <http://data.carnegiehall.org/names/29695>,
        <http://data.carnegiehall.org/names/29758>,
        <http://data.carnegiehall.org/names/34923>,
        <http://data.carnegiehall.org/names/37592>,
        <http://data.carnegiehall.org/names/38452>,
        <http://data.carnegiehall.org/names/42860>,
        <http://data.carnegiehall.org/names/55271>,
        <http://data.carnegiehall.org/names/57728>,
        <http://data.carnegiehall.org/names/59651>,
        <http://data.carnegiehall.org/names/60058> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/17904> .

