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

<http://data.carnegiehall.org/events/25477/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Trio Sonata in D Major, Op. 2, No. 8" ;
    ns3:flute <http://data.carnegiehall.org/names/48955> ;
    ns3:harpsichord <http://data.carnegiehall.org/names/51780> ;
    ns3:trio <http://data.carnegiehall.org/names/43881> ;
    ns3:viola_da_gamba <http://data.carnegiehall.org/names/30748> ;
    ns1:performer <http://data.carnegiehall.org/names/30748>,
        <http://data.carnegiehall.org/names/43881>,
        <http://data.carnegiehall.org/names/48955>,
        <http://data.carnegiehall.org/names/51780> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/9356> .

