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

<http://data.carnegiehall.org/events/31589/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Forty-four Duos, BB 104, Vol. 1: 14. Párnás-tánc (Cushion Dance)" ;
    ns2:duo <http://data.carnegiehall.org/names/7366> ;
    ns2:violin <http://data.carnegiehall.org/names/29608>,
        <http://data.carnegiehall.org/names/49502> ;
    ns3:performer <http://data.carnegiehall.org/names/29608>,
        <http://data.carnegiehall.org/names/49502>,
        <http://data.carnegiehall.org/names/7366> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/11721> .

