@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/304/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Brass Sextet in E-flat Minor, Op. 30" ;
    ns1:brass_quintet <http://data.carnegiehall.org/names/18309> ;
    ns1:french_horn <http://data.carnegiehall.org/names/11155>,
        <http://data.carnegiehall.org/names/26487> ;
    ns1:trombone <http://data.carnegiehall.org/names/45657> ;
    ns1:trumpet <http://data.carnegiehall.org/names/26486>,
        <http://data.carnegiehall.org/names/26520> ;
    ns1:tuba <http://data.carnegiehall.org/names/34103> ;
    ns3:performer <http://data.carnegiehall.org/names/11155>,
        <http://data.carnegiehall.org/names/18309>,
        <http://data.carnegiehall.org/names/26486>,
        <http://data.carnegiehall.org/names/26487>,
        <http://data.carnegiehall.org/names/26520>,
        <http://data.carnegiehall.org/names/34103>,
        <http://data.carnegiehall.org/names/45657> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/9264> .

