@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/40454/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Carnival of the Animals" ;
    ns1:cello <http://data.carnegiehall.org/names/67475> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/57602> ;
    ns1:clarinet <http://data.carnegiehall.org/names/67478> ;
    ns1:double_bass <http://data.carnegiehall.org/names/67482> ;
    ns1:flute <http://data.carnegiehall.org/names/23995> ;
    ns1:narrator <http://data.carnegiehall.org/names/48555> ;
    ns1:percussion <http://data.carnegiehall.org/names/67476> ;
    ns1:piano <http://data.carnegiehall.org/names/36843>,
        <http://data.carnegiehall.org/names/54072>,
        <http://data.carnegiehall.org/names/63279>,
        <http://data.carnegiehall.org/names/67477>,
        <http://data.carnegiehall.org/names/67483> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/67479> ;
    ns1:trombone <http://data.carnegiehall.org/names/67480> ;
    ns1:viola <http://data.carnegiehall.org/names/67474>,
        <http://data.carnegiehall.org/names/67481> ;
    ns1:violin <http://data.carnegiehall.org/names/42447> ;
    ns1:woodwinds <http://data.carnegiehall.org/names/17936> ;
    ns2:performer <http://data.carnegiehall.org/names/17936>,
        <http://data.carnegiehall.org/names/23995>,
        <http://data.carnegiehall.org/names/36843>,
        <http://data.carnegiehall.org/names/42447>,
        <http://data.carnegiehall.org/names/48555>,
        <http://data.carnegiehall.org/names/54072>,
        <http://data.carnegiehall.org/names/57602>,
        <http://data.carnegiehall.org/names/63279>,
        <http://data.carnegiehall.org/names/67474>,
        <http://data.carnegiehall.org/names/67475>,
        <http://data.carnegiehall.org/names/67476>,
        <http://data.carnegiehall.org/names/67477>,
        <http://data.carnegiehall.org/names/67478>,
        <http://data.carnegiehall.org/names/67479>,
        <http://data.carnegiehall.org/names/67480>,
        <http://data.carnegiehall.org/names/67481>,
        <http://data.carnegiehall.org/names/67482>,
        <http://data.carnegiehall.org/names/67483> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/51152> .

