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

<http://data.carnegiehall.org/events/55981/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for 5 Flutes in D Major, Op. 15, No. 3" ;
    ns1:flute <http://data.carnegiehall.org/names/103131>,
        <http://data.carnegiehall.org/names/103132>,
        <http://data.carnegiehall.org/names/103133>,
        <http://data.carnegiehall.org/names/103134>,
        <http://data.carnegiehall.org/names/103135>,
        <http://data.carnegiehall.org/names/103136>,
        <http://data.carnegiehall.org/names/95301> ;
    ns1:flute_choir <http://data.carnegiehall.org/names/103129> ;
    ns2:performer <http://data.carnegiehall.org/names/103129>,
        <http://data.carnegiehall.org/names/103131>,
        <http://data.carnegiehall.org/names/103132>,
        <http://data.carnegiehall.org/names/103133>,
        <http://data.carnegiehall.org/names/103134>,
        <http://data.carnegiehall.org/names/103135>,
        <http://data.carnegiehall.org/names/103136>,
        <http://data.carnegiehall.org/names/95301> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/47964> .

