@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/22985/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Irish folk song (unspecified)" ;
    ns2:accordion <http://data.carnegiehall.org/names/38643> ;
    ns2:fiddle <http://data.carnegiehall.org/names/16300>,
        <http://data.carnegiehall.org/names/50091> ;
    ns2:folk_ensemble <http://data.carnegiehall.org/names/50641> ;
    ns2:guitar <http://data.carnegiehall.org/names/28863> ;
    ns2:piano <http://data.carnegiehall.org/names/28862> ;
    ns1:performer <http://data.carnegiehall.org/names/16300>,
        <http://data.carnegiehall.org/names/28862>,
        <http://data.carnegiehall.org/names/28863>,
        <http://data.carnegiehall.org/names/38643>,
        <http://data.carnegiehall.org/names/50091>,
        <http://data.carnegiehall.org/names/50641> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/19419> .

