@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/24981/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Carnival of the Animals" ;
    ns1:clarinet <http://data.carnegiehall.org/names/22051> ;
    ns1:double_bass <http://data.carnegiehall.org/names/53380> ;
    ns1:flute <http://data.carnegiehall.org/names/31566> ;
    ns1:glockenspiel <http://data.carnegiehall.org/names/43902> ;
    ns1:piano <http://data.carnegiehall.org/names/1058>,
        <http://data.carnegiehall.org/names/9833> ;
    ns1:xylophone <http://data.carnegiehall.org/names/4382> ;
    ns2:performer <http://data.carnegiehall.org/names/1058>,
        <http://data.carnegiehall.org/names/22051>,
        <http://data.carnegiehall.org/names/31566>,
        <http://data.carnegiehall.org/names/4382>,
        <http://data.carnegiehall.org/names/43902>,
        <http://data.carnegiehall.org/names/53380>,
        <http://data.carnegiehall.org/names/9833> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/51152> .

