@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/27872/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Brigas Nunca Mais" ;
    ns2:double_bass <http://data.carnegiehall.org/names/7455> ;
    ns2:drums <http://data.carnegiehall.org/names/96688> ;
    ns2:jazz_quintet <http://data.carnegiehall.org/names/50013> ;
    ns2:piano <http://data.carnegiehall.org/names/37784> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/33386> ;
    ns2:trumpet <http://data.carnegiehall.org/names/40988> ;
    ns1:performer <http://data.carnegiehall.org/names/33386>,
        <http://data.carnegiehall.org/names/37784>,
        <http://data.carnegiehall.org/names/40988>,
        <http://data.carnegiehall.org/names/50013>,
        <http://data.carnegiehall.org/names/7455>,
        <http://data.carnegiehall.org/names/96688> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/45823> .

