@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/48566/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Raithneach an Bhean Bheag (Ireland)" ;
    ns2:bass_guitar <http://data.carnegiehall.org/names/87735> ;
    ns2:director <http://data.carnegiehall.org/names/87734> ;
    ns2:music_ensemble <http://data.carnegiehall.org/names/87733> ;
    ns2:unspecified_instrument <http://data.carnegiehall.org/names/87737> ;
    ns2:violin <http://data.carnegiehall.org/names/87736> ;
    ns2:vocalist <http://data.carnegiehall.org/names/87738>,
        <http://data.carnegiehall.org/names/87739>,
        <http://data.carnegiehall.org/names/87740> ;
    ns1:performer <http://data.carnegiehall.org/names/87733>,
        <http://data.carnegiehall.org/names/87734>,
        <http://data.carnegiehall.org/names/87735>,
        <http://data.carnegiehall.org/names/87736>,
        <http://data.carnegiehall.org/names/87737>,
        <http://data.carnegiehall.org/names/87738>,
        <http://data.carnegiehall.org/names/87739>,
        <http://data.carnegiehall.org/names/87740> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/81866> .

