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

<http://data.carnegiehall.org/events/45166/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Serenade in B-flat Major, K. 361, \"Gran Partita\"" ;
    ns2:basset_horn <http://data.carnegiehall.org/names/62683>,
        <http://data.carnegiehall.org/names/77577> ;
    ns2:bassoon <http://data.carnegiehall.org/names/69131>,
        <http://data.carnegiehall.org/names/70441> ;
    ns2:clarinet <http://data.carnegiehall.org/names/10901>,
        <http://data.carnegiehall.org/names/78877> ;
    ns2:conductor <http://data.carnegiehall.org/names/12204> ;
    ns2:double_bass <http://data.carnegiehall.org/names/79168> ;
    ns2:french_horn <http://data.carnegiehall.org/names/3411>,
        <http://data.carnegiehall.org/names/68007>,
        <http://data.carnegiehall.org/names/76580>,
        <http://data.carnegiehall.org/names/79167> ;
    ns2:oboe <http://data.carnegiehall.org/names/76339>,
        <http://data.carnegiehall.org/names/79166> ;
    ns1:performer <http://data.carnegiehall.org/names/10901>,
        <http://data.carnegiehall.org/names/12204>,
        <http://data.carnegiehall.org/names/3411>,
        <http://data.carnegiehall.org/names/62683>,
        <http://data.carnegiehall.org/names/68007>,
        <http://data.carnegiehall.org/names/69131>,
        <http://data.carnegiehall.org/names/70441>,
        <http://data.carnegiehall.org/names/76339>,
        <http://data.carnegiehall.org/names/76580>,
        <http://data.carnegiehall.org/names/77577>,
        <http://data.carnegiehall.org/names/78877>,
        <http://data.carnegiehall.org/names/79166>,
        <http://data.carnegiehall.org/names/79167>,
        <http://data.carnegiehall.org/names/79168> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/4866> .

