@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/45024/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Carnival of the Animals" ;
    ns1:cello <http://data.carnegiehall.org/names/46734> ;
    ns1:clarinet <http://data.carnegiehall.org/names/24737> ;
    ns1:double_bass <http://data.carnegiehall.org/names/2983> ;
    ns1:flute <http://data.carnegiehall.org/names/65481> ;
    ns1:glockenspiel <http://data.carnegiehall.org/names/59764> ;
    ns1:piano <http://data.carnegiehall.org/names/37305>,
        <http://data.carnegiehall.org/names/71040> ;
    ns1:viola <http://data.carnegiehall.org/names/16310> ;
    ns1:violin <http://data.carnegiehall.org/names/19180>,
        <http://data.carnegiehall.org/names/78788> ;
    ns1:xylophone <http://data.carnegiehall.org/names/388> ;
    ns2:performer <http://data.carnegiehall.org/names/16310>,
        <http://data.carnegiehall.org/names/19180>,
        <http://data.carnegiehall.org/names/24737>,
        <http://data.carnegiehall.org/names/2983>,
        <http://data.carnegiehall.org/names/37305>,
        <http://data.carnegiehall.org/names/388>,
        <http://data.carnegiehall.org/names/46734>,
        <http://data.carnegiehall.org/names/59764>,
        <http://data.carnegiehall.org/names/65481>,
        <http://data.carnegiehall.org/names/71040>,
        <http://data.carnegiehall.org/names/78788> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/51152> .

