@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/49761/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Bachianas Brasileiras No. 5" ;
    ns1:cello <http://data.carnegiehall.org/names/28343>,
        <http://data.carnegiehall.org/names/62691>,
        <http://data.carnegiehall.org/names/68888>,
        <http://data.carnegiehall.org/names/76125>,
        <http://data.carnegiehall.org/names/90756>,
        <http://data.carnegiehall.org/names/90757>,
        <http://data.carnegiehall.org/names/90758> ;
    ns1:conductor <http://data.carnegiehall.org/names/67490> ;
    ns1:soprano <http://data.carnegiehall.org/names/90755> ;
    ns2:performer <http://data.carnegiehall.org/names/28343>,
        <http://data.carnegiehall.org/names/62691>,
        <http://data.carnegiehall.org/names/67490>,
        <http://data.carnegiehall.org/names/68888>,
        <http://data.carnegiehall.org/names/76125>,
        <http://data.carnegiehall.org/names/90755>,
        <http://data.carnegiehall.org/names/90756>,
        <http://data.carnegiehall.org/names/90757>,
        <http://data.carnegiehall.org/names/90758> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/42101> .

