@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/5519/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Quintet for Piano and Winds in E-flat Major, K. 452" ;
    ns3:bassoon <http://data.carnegiehall.org/names/33181> ;
    ns3:clarinet <http://data.carnegiehall.org/names/14640> ;
    ns3:fortepiano <http://data.carnegiehall.org/names/37806> ;
    ns3:french_horn <http://data.carnegiehall.org/names/56157> ;
    ns3:oboe <http://data.carnegiehall.org/names/56174> ;
    ns2:performer <http://data.carnegiehall.org/names/14640>,
        <http://data.carnegiehall.org/names/33181>,
        <http://data.carnegiehall.org/names/37806>,
        <http://data.carnegiehall.org/names/56157>,
        <http://data.carnegiehall.org/names/56174> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/30932> .

