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

<http://data.carnegiehall.org/events/79673/work_16> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ritmo" ;
    ns2:bass_guitar <http://data.carnegiehall.org/names/141086> ;
    ns2:cello <http://data.carnegiehall.org/names/141278> ;
    ns2:choir <http://data.carnegiehall.org/names/117457>,
        <http://data.carnegiehall.org/names/134074>,
        <http://data.carnegiehall.org/names/141092>,
        <http://data.carnegiehall.org/names/141282> ;
    ns2:conductor <http://data.carnegiehall.org/names/58389> ;
    ns2:drums <http://data.carnegiehall.org/names/103142> ;
    ns2:mens_chorus <http://data.carnegiehall.org/names/141279> ;
    ns2:piano <http://data.carnegiehall.org/names/141277>,
        <http://data.carnegiehall.org/names/67781> ;
    ns2:violin <http://data.carnegiehall.org/names/46258> ;
    ns2:womens_chorus <http://data.carnegiehall.org/names/98327> ;
    ns1:performer <http://data.carnegiehall.org/names/103142>,
        <http://data.carnegiehall.org/names/117457>,
        <http://data.carnegiehall.org/names/134074>,
        <http://data.carnegiehall.org/names/141086>,
        <http://data.carnegiehall.org/names/141092>,
        <http://data.carnegiehall.org/names/141277>,
        <http://data.carnegiehall.org/names/141278>,
        <http://data.carnegiehall.org/names/141279>,
        <http://data.carnegiehall.org/names/141282>,
        <http://data.carnegiehall.org/names/46258>,
        <http://data.carnegiehall.org/names/58389>,
        <http://data.carnegiehall.org/names/67781>,
        <http://data.carnegiehall.org/names/98327> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/81247> .

