@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/40310/work_18> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Máramarosi táncok (Dances of Máramaros)" ;
    ns1:double_bass <http://data.carnegiehall.org/names/67274> ;
    ns1:flute <http://data.carnegiehall.org/names/67273> ;
    ns1:folk_ensemble <http://data.carnegiehall.org/names/67272> ;
    ns1:guitar <http://data.carnegiehall.org/names/67273> ;
    ns1:percussion <http://data.carnegiehall.org/names/67273> ;
    ns1:viola <http://data.carnegiehall.org/names/67273> ;
    ns1:violin <http://data.carnegiehall.org/names/67276>,
        <http://data.carnegiehall.org/names/67277> ;
    ns1:vocalist <http://data.carnegiehall.org/names/67271> ;
    ns3:performer <http://data.carnegiehall.org/names/67271>,
        <http://data.carnegiehall.org/names/67272>,
        <http://data.carnegiehall.org/names/67273>,
        <http://data.carnegiehall.org/names/67274>,
        <http://data.carnegiehall.org/names/67276>,
        <http://data.carnegiehall.org/names/67277> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/64075> .

