@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/54297/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Tarantella dei baraccati (Calabria)" ;
    ns1:accordion <http://data.carnegiehall.org/names/100179> ;
    ns1:double_bass <http://data.carnegiehall.org/names/100180> ;
    ns1:guitar <http://data.carnegiehall.org/names/100177> ;
    ns1:nyckelharpa <http://data.carnegiehall.org/names/100178> ;
    ns1:tambourine <http://data.carnegiehall.org/names/100176> ;
    ns1:tammorra <http://data.carnegiehall.org/names/100176> ;
    ns1:vocalist <http://data.carnegiehall.org/names/92223> ;
    ns2:performer <http://data.carnegiehall.org/names/100176>,
        <http://data.carnegiehall.org/names/100177>,
        <http://data.carnegiehall.org/names/100178>,
        <http://data.carnegiehall.org/names/100179>,
        <http://data.carnegiehall.org/names/100180>,
        <http://data.carnegiehall.org/names/92223> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/109046> .

