@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/43866/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sonata a cinque in F Major" ;
    ns2:bassoon <http://data.carnegiehall.org/names/75767> ;
    ns2:cello <http://data.carnegiehall.org/names/75763> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/75758> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/75768> ;
    ns2:oboe <http://data.carnegiehall.org/names/75765>,
        <http://data.carnegiehall.org/names/75766> ;
    ns2:viola <http://data.carnegiehall.org/names/75761>,
        <http://data.carnegiehall.org/names/75762> ;
    ns2:violin <http://data.carnegiehall.org/names/75759>,
        <http://data.carnegiehall.org/names/75760> ;
    ns2:violone <http://data.carnegiehall.org/names/75764> ;
    ns1:performer <http://data.carnegiehall.org/names/75758>,
        <http://data.carnegiehall.org/names/75759>,
        <http://data.carnegiehall.org/names/75760>,
        <http://data.carnegiehall.org/names/75761>,
        <http://data.carnegiehall.org/names/75762>,
        <http://data.carnegiehall.org/names/75763>,
        <http://data.carnegiehall.org/names/75764>,
        <http://data.carnegiehall.org/names/75765>,
        <http://data.carnegiehall.org/names/75766>,
        <http://data.carnegiehall.org/names/75767>,
        <http://data.carnegiehall.org/names/75768> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/71877> .

