@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/58440/work_02> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Low Brass Concerto" ;
    ns2:bass_trombone <http://data.carnegiehall.org/names/19682> ;
    ns2:trombone <http://data.carnegiehall.org/names/108699>,
        <http://data.carnegiehall.org/names/108700> ;
    ns2:tuba <http://data.carnegiehall.org/names/108701> ;
    ns1:performer <http://data.carnegiehall.org/names/108699>,
        <http://data.carnegiehall.org/names/108700>,
        <http://data.carnegiehall.org/names/108701>,
        <http://data.carnegiehall.org/names/19682> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/99078> ;
    rdfs:comment "New York premiere" .

