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

<http://data.carnegiehall.org/events/18003/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Trio for Trumpet, Violin, and Piano: 3. Adagio" ;
    ns1:piano <http://data.carnegiehall.org/names/47803> ;
    ns1:trio <http://data.carnegiehall.org/names/10656> ;
    ns1:trumpet <http://data.carnegiehall.org/names/9313> ;
    ns1:violin <http://data.carnegiehall.org/names/56676> ;
    ns2:performer <http://data.carnegiehall.org/names/10656>,
        <http://data.carnegiehall.org/names/47803>,
        <http://data.carnegiehall.org/names/56676>,
        <http://data.carnegiehall.org/names/9313> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/33419> .

