@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/62599/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "I Believe in the Sun" ;
    ns2:childrens_chorus <http://data.carnegiehall.org/names/117202>,
        <http://data.carnegiehall.org/names/81922> ;
    ns2:choir <http://data.carnegiehall.org/names/108573>,
        <http://data.carnegiehall.org/names/117200>,
        <http://data.carnegiehall.org/names/117201>,
        <http://data.carnegiehall.org/names/117203>,
        <http://data.carnegiehall.org/names/89340> ;
    ns2:conductor <http://data.carnegiehall.org/names/42994> ;
    ns2:piano <http://data.carnegiehall.org/names/105147> ;
    ns3:performer <http://data.carnegiehall.org/names/105147>,
        <http://data.carnegiehall.org/names/108573>,
        <http://data.carnegiehall.org/names/117200>,
        <http://data.carnegiehall.org/names/117201>,
        <http://data.carnegiehall.org/names/117202>,
        <http://data.carnegiehall.org/names/117203>,
        <http://data.carnegiehall.org/names/42994>,
        <http://data.carnegiehall.org/names/81922>,
        <http://data.carnegiehall.org/names/89340> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/105546> .

