@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/41087/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Um a Zero" ;
    ns1:7_string_guitar <http://data.carnegiehall.org/names/69024>,
        <http://data.carnegiehall.org/names/69025> ;
    ns1:cavaquinho <http://data.carnegiehall.org/names/69026> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/69023> ;
    ns1:clarinet <http://data.carnegiehall.org/names/61766> ;
    ns1:pandeiro <http://data.carnegiehall.org/names/69027> ;
    ns1:percussion <http://data.carnegiehall.org/names/69027> ;
    ns1:tenor_guitar <http://data.carnegiehall.org/names/69026> ;
    ns2:performer <http://data.carnegiehall.org/names/61766>,
        <http://data.carnegiehall.org/names/69023>,
        <http://data.carnegiehall.org/names/69024>,
        <http://data.carnegiehall.org/names/69025>,
        <http://data.carnegiehall.org/names/69026>,
        <http://data.carnegiehall.org/names/69027> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/62037> .

