@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/16017/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Symphony No. 4 in G Major" ;
    ns1:cello <http://data.carnegiehall.org/names/37503> ;
    ns1:clarinet <http://data.carnegiehall.org/names/17507> ;
    ns1:double_bass <http://data.carnegiehall.org/names/54203> ;
    ns1:flute <http://data.carnegiehall.org/names/52962> ;
    ns1:harmonium <http://data.carnegiehall.org/names/23386> ;
    ns1:oboe <http://data.carnegiehall.org/names/22537> ;
    ns1:percussion <http://data.carnegiehall.org/names/44173>,
        <http://data.carnegiehall.org/names/52418> ;
    ns1:piano <http://data.carnegiehall.org/names/2376>,
        <http://data.carnegiehall.org/names/4688> ;
    ns1:viola <http://data.carnegiehall.org/names/33286> ;
    ns1:violin <http://data.carnegiehall.org/names/42349> ;
    ns3:performer <http://data.carnegiehall.org/names/17507>,
        <http://data.carnegiehall.org/names/22537>,
        <http://data.carnegiehall.org/names/23386>,
        <http://data.carnegiehall.org/names/2376>,
        <http://data.carnegiehall.org/names/33286>,
        <http://data.carnegiehall.org/names/37503>,
        <http://data.carnegiehall.org/names/42349>,
        <http://data.carnegiehall.org/names/44173>,
        <http://data.carnegiehall.org/names/4688>,
        <http://data.carnegiehall.org/names/52418>,
        <http://data.carnegiehall.org/names/52962>,
        <http://data.carnegiehall.org/names/54203> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/28691> .

