@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/12620/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Quintet No. 1 For Brass" ;
    ns2:brass_quintet <http://data.carnegiehall.org/names/30275> ;
    ns2:french_horn <http://data.carnegiehall.org/names/1416> ;
    ns2:trombone <http://data.carnegiehall.org/names/9756> ;
    ns2:trumpet <http://data.carnegiehall.org/names/38636>,
        <http://data.carnegiehall.org/names/52937> ;
    ns2:tuba <http://data.carnegiehall.org/names/40600> ;
    ns1:performer <http://data.carnegiehall.org/names/1416>,
        <http://data.carnegiehall.org/names/30275>,
        <http://data.carnegiehall.org/names/38636>,
        <http://data.carnegiehall.org/names/40600>,
        <http://data.carnegiehall.org/names/52937>,
        <http://data.carnegiehall.org/names/9756> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/19650> .

