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

<http://data.carnegiehall.org/events/25678/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sand II" ;
    ns3:chamber_ensemble <http://data.carnegiehall.org/names/15841> ;
    ns3:clarinet <http://data.carnegiehall.org/names/3260> ;
    ns3:flute <http://data.carnegiehall.org/names/21783>,
        <http://data.carnegiehall.org/names/54489> ;
    ns3:percussion <http://data.carnegiehall.org/names/41176>,
        <http://data.carnegiehall.org/names/52911> ;
    ns3:piano <http://data.carnegiehall.org/names/13341>,
        <http://data.carnegiehall.org/names/23386> ;
    ns3:piccolo <http://data.carnegiehall.org/names/54489> ;
    ns3:vocalist <http://data.carnegiehall.org/names/9115> ;
    ns2:performer <http://data.carnegiehall.org/names/13341>,
        <http://data.carnegiehall.org/names/15841>,
        <http://data.carnegiehall.org/names/21783>,
        <http://data.carnegiehall.org/names/23386>,
        <http://data.carnegiehall.org/names/3260>,
        <http://data.carnegiehall.org/names/41176>,
        <http://data.carnegiehall.org/names/52911>,
        <http://data.carnegiehall.org/names/54489>,
        <http://data.carnegiehall.org/names/9115> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/3450> .

