@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/48455/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "First Harmonium Concerto" ;
    ns1:bass_clarinet <http://data.carnegiehall.org/names/87339> ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/87349> ;
    ns1:bassoon <http://data.carnegiehall.org/names/87341> ;
    ns1:clarinet <http://data.carnegiehall.org/names/87339> ;
    ns1:electric_guitar <http://data.carnegiehall.org/names/87348> ;
    ns1:flute <http://data.carnegiehall.org/names/87334> ;
    ns1:french_horn <http://data.carnegiehall.org/names/87342> ;
    ns1:harmonium <http://data.carnegiehall.org/names/87335> ;
    ns1:keyboard <http://data.carnegiehall.org/names/87345> ;
    ns1:oboe <http://data.carnegiehall.org/names/87337> ;
    ns1:percussion <http://data.carnegiehall.org/names/87347> ;
    ns1:trombone <http://data.carnegiehall.org/names/87344> ;
    ns1:trumpet <http://data.carnegiehall.org/names/87343> ;
    ns1:viola <http://data.carnegiehall.org/names/87353> ;
    ns1:violin <http://data.carnegiehall.org/names/28890> ;
    ns2:performer <http://data.carnegiehall.org/names/28890>,
        <http://data.carnegiehall.org/names/87334>,
        <http://data.carnegiehall.org/names/87335>,
        <http://data.carnegiehall.org/names/87337>,
        <http://data.carnegiehall.org/names/87339>,
        <http://data.carnegiehall.org/names/87341>,
        <http://data.carnegiehall.org/names/87342>,
        <http://data.carnegiehall.org/names/87343>,
        <http://data.carnegiehall.org/names/87344>,
        <http://data.carnegiehall.org/names/87345>,
        <http://data.carnegiehall.org/names/87347>,
        <http://data.carnegiehall.org/names/87348>,
        <http://data.carnegiehall.org/names/87349>,
        <http://data.carnegiehall.org/names/87353> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/81610> .

