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

<http://data.carnegiehall.org/events/53245/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Tico-Tico no Fubá" ;
    ns1:accordion <http://data.carnegiehall.org/names/67370> ;
    ns1:double_bass <http://data.carnegiehall.org/names/88579> ;
    ns1:drums <http://data.carnegiehall.org/names/90819> ;
    ns1:kora <http://data.carnegiehall.org/names/67376> ;
    ns1:violin <http://data.carnegiehall.org/names/3248> ;
    ns3:performer <http://data.carnegiehall.org/names/3248>,
        <http://data.carnegiehall.org/names/67370>,
        <http://data.carnegiehall.org/names/67376>,
        <http://data.carnegiehall.org/names/88579>,
        <http://data.carnegiehall.org/names/90819> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/24030> .

