@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/48424/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "From the Steeples and the Mountains" ;
    ns2:conductor <http://data.carnegiehall.org/names/23397> ;
    ns2:percussion <http://data.carnegiehall.org/names/87208>,
        <http://data.carnegiehall.org/names/87209>,
        <http://data.carnegiehall.org/names/87210>,
        <http://data.carnegiehall.org/names/87211> ;
    ns2:trombone <http://data.carnegiehall.org/names/37583>,
        <http://data.carnegiehall.org/names/78759>,
        <http://data.carnegiehall.org/names/87204>,
        <http://data.carnegiehall.org/names/87205>,
        <http://data.carnegiehall.org/names/87206>,
        <http://data.carnegiehall.org/names/87207> ;
    ns2:trumpet <http://data.carnegiehall.org/names/46231>,
        <http://data.carnegiehall.org/names/87201>,
        <http://data.carnegiehall.org/names/87202>,
        <http://data.carnegiehall.org/names/87203> ;
    ns1:performer <http://data.carnegiehall.org/names/23397>,
        <http://data.carnegiehall.org/names/37583>,
        <http://data.carnegiehall.org/names/46231>,
        <http://data.carnegiehall.org/names/78759>,
        <http://data.carnegiehall.org/names/87201>,
        <http://data.carnegiehall.org/names/87202>,
        <http://data.carnegiehall.org/names/87203>,
        <http://data.carnegiehall.org/names/87204>,
        <http://data.carnegiehall.org/names/87205>,
        <http://data.carnegiehall.org/names/87206>,
        <http://data.carnegiehall.org/names/87207>,
        <http://data.carnegiehall.org/names/87208>,
        <http://data.carnegiehall.org/names/87209>,
        <http://data.carnegiehall.org/names/87210>,
        <http://data.carnegiehall.org/names/87211> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/38476> .

