@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/77831/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "El Pescador" ;
    ns1:boys_chorus <http://data.carnegiehall.org/names/138498> ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/105155>,
        <http://data.carnegiehall.org/names/127997> ;
    ns1:choir <http://data.carnegiehall.org/names/118349>,
        <http://data.carnegiehall.org/names/131274> ;
    ns1:conductor <http://data.carnegiehall.org/names/133590>,
        <http://data.carnegiehall.org/names/138489> ;
    ns1:girls_chorus <http://data.carnegiehall.org/names/138497>,
        <http://data.carnegiehall.org/names/85221>,
        <http://data.carnegiehall.org/names/98350> ;
    ns1:piano <http://data.carnegiehall.org/names/138490> ;
    ns2:performer <http://data.carnegiehall.org/names/105155>,
        <http://data.carnegiehall.org/names/118349>,
        <http://data.carnegiehall.org/names/127997>,
        <http://data.carnegiehall.org/names/131274>,
        <http://data.carnegiehall.org/names/133590>,
        <http://data.carnegiehall.org/names/138489>,
        <http://data.carnegiehall.org/names/138490>,
        <http://data.carnegiehall.org/names/138497>,
        <http://data.carnegiehall.org/names/138498>,
        <http://data.carnegiehall.org/names/85221>,
        <http://data.carnegiehall.org/names/98350> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/122263> .

