@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/15437/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concertino for Piano and Chamber Ensemble" ;
    ns1:bassoon <http://data.carnegiehall.org/names/23813> ;
    ns1:clarinet <http://data.carnegiehall.org/names/45705> ;
    ns1:conductor <http://data.carnegiehall.org/names/30024> ;
    ns1:french_horn <http://data.carnegiehall.org/names/25233> ;
    ns1:piano <http://data.carnegiehall.org/names/17256> ;
    ns1:viola <http://data.carnegiehall.org/names/54762> ;
    ns1:violin <http://data.carnegiehall.org/names/23812>,
        <http://data.carnegiehall.org/names/33062> ;
    ns2:performer <http://data.carnegiehall.org/names/17256>,
        <http://data.carnegiehall.org/names/23812>,
        <http://data.carnegiehall.org/names/23813>,
        <http://data.carnegiehall.org/names/25233>,
        <http://data.carnegiehall.org/names/30024>,
        <http://data.carnegiehall.org/names/33062>,
        <http://data.carnegiehall.org/names/45705>,
        <http://data.carnegiehall.org/names/54762> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/28917> .

