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

<http://data.carnegiehall.org/events/12370/work_16> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Rondo for Two Flutes and Piano, Op. 25" ;
    ns2:flute <http://data.carnegiehall.org/names/27382>,
        <http://data.carnegiehall.org/names/31052>,
        <http://data.carnegiehall.org/names/39487>,
        <http://data.carnegiehall.org/names/43037>,
        <http://data.carnegiehall.org/names/48231>,
        <http://data.carnegiehall.org/names/57477> ;
    ns2:piano <http://data.carnegiehall.org/names/5797> ;
    ns1:performer <http://data.carnegiehall.org/names/27382>,
        <http://data.carnegiehall.org/names/31052>,
        <http://data.carnegiehall.org/names/39487>,
        <http://data.carnegiehall.org/names/43037>,
        <http://data.carnegiehall.org/names/48231>,
        <http://data.carnegiehall.org/names/57477>,
        <http://data.carnegiehall.org/names/5797> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/34281> .

