@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/5638/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for Piano, Flute, Trumpet, Horn, and Strings" ;
    ns1:double_bass <http://data.carnegiehall.org/names/52670> ;
    ns1:flute <http://data.carnegiehall.org/names/46110> ;
    ns1:french_horn <http://data.carnegiehall.org/names/68206> ;
    ns1:piano <http://data.carnegiehall.org/names/44126> ;
    ns1:string_quartet <http://data.carnegiehall.org/names/55190> ;
    ns1:trumpet <http://data.carnegiehall.org/names/27391> ;
    ns2:performer <http://data.carnegiehall.org/names/27391>,
        <http://data.carnegiehall.org/names/44126>,
        <http://data.carnegiehall.org/names/46110>,
        <http://data.carnegiehall.org/names/52670>,
        <http://data.carnegiehall.org/names/55190>,
        <http://data.carnegiehall.org/names/68206> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/64982> .

