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

<http://data.carnegiehall.org/events/14154/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Brazilian Memories" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/40705> ;
    ns2:conductor <http://data.carnegiehall.org/names/21966> ;
    ns2:double_bass <http://data.carnegiehall.org/names/54906> ;
    ns2:drums <http://data.carnegiehall.org/names/52440> ;
    ns2:guitar <http://data.carnegiehall.org/names/7389> ;
    ns2:harmonica <http://data.carnegiehall.org/names/8155> ;
    ns3:performer <http://data.carnegiehall.org/names/21966>,
        <http://data.carnegiehall.org/names/40705>,
        <http://data.carnegiehall.org/names/52440>,
        <http://data.carnegiehall.org/names/54906>,
        <http://data.carnegiehall.org/names/7389>,
        <http://data.carnegiehall.org/names/8155> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/64039> .

