@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/25223/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sinfonia da camera in B-flat Major, Op. 8" ;
    ns1:bassoon <http://data.carnegiehall.org/names/46830> ;
    ns1:cello <http://data.carnegiehall.org/names/36799> ;
    ns1:clarinet <http://data.carnegiehall.org/names/42412> ;
    ns1:double_bass <http://data.carnegiehall.org/names/3980> ;
    ns1:flute <http://data.carnegiehall.org/names/34711> ;
    ns1:french_horn <http://data.carnegiehall.org/names/13108> ;
    ns1:oboe <http://data.carnegiehall.org/names/20497> ;
    ns1:piano <http://data.carnegiehall.org/names/13898> ;
    ns1:viola <http://data.carnegiehall.org/names/9813> ;
    ns1:violin <http://data.carnegiehall.org/names/34414>,
        <http://data.carnegiehall.org/names/8345> ;
    ns2:performer <http://data.carnegiehall.org/names/13108>,
        <http://data.carnegiehall.org/names/13898>,
        <http://data.carnegiehall.org/names/20497>,
        <http://data.carnegiehall.org/names/34414>,
        <http://data.carnegiehall.org/names/34711>,
        <http://data.carnegiehall.org/names/36799>,
        <http://data.carnegiehall.org/names/3980>,
        <http://data.carnegiehall.org/names/42412>,
        <http://data.carnegiehall.org/names/46830>,
        <http://data.carnegiehall.org/names/8345>,
        <http://data.carnegiehall.org/names/9813> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/32624> .

