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

<http://data.carnegiehall.org/events/41457/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sonata vespertina" ;
    ns1:bassoon <http://data.carnegiehall.org/names/55940> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/57330> ;
    ns1:trombone <http://data.carnegiehall.org/names/30480>,
        <http://data.carnegiehall.org/names/62712>,
        <http://data.carnegiehall.org/names/69661> ;
    ns1:trumpet <http://data.carnegiehall.org/names/12842>,
        <http://data.carnegiehall.org/names/4101> ;
    ns1:violin <http://data.carnegiehall.org/names/23959>,
        <http://data.carnegiehall.org/names/6074> ;
    ns3:performer <http://data.carnegiehall.org/names/12842>,
        <http://data.carnegiehall.org/names/23959>,
        <http://data.carnegiehall.org/names/30480>,
        <http://data.carnegiehall.org/names/4101>,
        <http://data.carnegiehall.org/names/55940>,
        <http://data.carnegiehall.org/names/57330>,
        <http://data.carnegiehall.org/names/6074>,
        <http://data.carnegiehall.org/names/62712>,
        <http://data.carnegiehall.org/names/69661> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/66443> .

