@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/62599/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "De Prosa com o Passarim (Grandma's Chat)" ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/117202>,
        <http://data.carnegiehall.org/names/81922> ;
    ns1: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> ;
    ns1:conductor <http://data.carnegiehall.org/names/42994> ;
    ns1:piano <http://data.carnegiehall.org/names/105147> ;
    ns2: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> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/105547> .

