@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/20455/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sinfonia Concertante in B-flat Major, H.I:105" ;
    ns2:bassoon <http://data.carnegiehall.org/names/54571> ;
    ns2:cello <http://data.carnegiehall.org/names/38733> ;
    ns2:oboe <http://data.carnegiehall.org/names/21741> ;
    ns2:violin <http://data.carnegiehall.org/names/19690> ;
    ns3:performer <http://data.carnegiehall.org/names/19690>,
        <http://data.carnegiehall.org/names/21741>,
        <http://data.carnegiehall.org/names/38733>,
        <http://data.carnegiehall.org/names/54571> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/3848> .

