@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/74843/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Lion King: Circle of Life" ;
    ns1:cello <http://data.carnegiehall.org/names/133880> ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/109041>,
        <http://data.carnegiehall.org/names/133877>,
        <http://data.carnegiehall.org/names/99721> ;
    ns1:conductor <http://data.carnegiehall.org/names/99711> ;
    ns1:percussion <http://data.carnegiehall.org/names/133882> ;
    ns1:piano <http://data.carnegiehall.org/names/133879> ;
    ns1:trumpet <http://data.carnegiehall.org/names/133881> ;
    ns2:performer <http://data.carnegiehall.org/names/109041>,
        <http://data.carnegiehall.org/names/133877>,
        <http://data.carnegiehall.org/names/133879>,
        <http://data.carnegiehall.org/names/133880>,
        <http://data.carnegiehall.org/names/133881>,
        <http://data.carnegiehall.org/names/133882>,
        <http://data.carnegiehall.org/names/99711>,
        <http://data.carnegiehall.org/names/99721> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/118174> .

