@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/31843/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Bachianas Brasileiras No. 1" ;
    ns1:cello <http://data.carnegiehall.org/names/125374>,
        <http://data.carnegiehall.org/names/125375>,
        <http://data.carnegiehall.org/names/125376>,
        <http://data.carnegiehall.org/names/125377>,
        <http://data.carnegiehall.org/names/125378>,
        <http://data.carnegiehall.org/names/125379>,
        <http://data.carnegiehall.org/names/125380> ;
    ns1:conductor <http://data.carnegiehall.org/names/9913> ;
    ns1:viola <http://data.carnegiehall.org/names/24653> ;
    ns2:performer <http://data.carnegiehall.org/names/125374>,
        <http://data.carnegiehall.org/names/125375>,
        <http://data.carnegiehall.org/names/125376>,
        <http://data.carnegiehall.org/names/125377>,
        <http://data.carnegiehall.org/names/125378>,
        <http://data.carnegiehall.org/names/125379>,
        <http://data.carnegiehall.org/names/125380>,
        <http://data.carnegiehall.org/names/24653>,
        <http://data.carnegiehall.org/names/9913> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/53243> .

