@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/11098/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Children's Corner, L. 113: 4. The Snow is Dancing" ;
    ns1:duo <http://data.carnegiehall.org/names/9424> ;
    ns1:marimba <http://data.carnegiehall.org/names/6793> ;
    ns1:violin <http://data.carnegiehall.org/names/57420> ;
    ns3:performer <http://data.carnegiehall.org/names/57420>,
        <http://data.carnegiehall.org/names/6793>,
        <http://data.carnegiehall.org/names/9424> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/11560> .

