@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/47949/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Carnival of the Animals" ;
    ns1:cello <http://data.carnegiehall.org/names/83114> ;
    ns1:clarinet <http://data.carnegiehall.org/names/66513> ;
    ns1:double_bass <http://data.carnegiehall.org/names/82575> ;
    ns1:flute <http://data.carnegiehall.org/names/83530> ;
    ns1:percussion <http://data.carnegiehall.org/names/75604>,
        <http://data.carnegiehall.org/names/83113> ;
    ns1:piano <http://data.carnegiehall.org/names/57118>,
        <http://data.carnegiehall.org/names/83112> ;
    ns1:viola <http://data.carnegiehall.org/names/79333> ;
    ns1:violin <http://data.carnegiehall.org/names/63960>,
        <http://data.carnegiehall.org/names/79649> ;
    ns2:performer <http://data.carnegiehall.org/names/57118>,
        <http://data.carnegiehall.org/names/63960>,
        <http://data.carnegiehall.org/names/66513>,
        <http://data.carnegiehall.org/names/75604>,
        <http://data.carnegiehall.org/names/79333>,
        <http://data.carnegiehall.org/names/79649>,
        <http://data.carnegiehall.org/names/82575>,
        <http://data.carnegiehall.org/names/83112>,
        <http://data.carnegiehall.org/names/83113>,
        <http://data.carnegiehall.org/names/83114>,
        <http://data.carnegiehall.org/names/83530> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/51152> .

