@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/12697/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Bachianas Brasileiras No. 5" ;
    ns1:cello <http://data.carnegiehall.org/names/10122>,
        <http://data.carnegiehall.org/names/22754>,
        <http://data.carnegiehall.org/names/27553>,
        <http://data.carnegiehall.org/names/35257>,
        <http://data.carnegiehall.org/names/3530>,
        <http://data.carnegiehall.org/names/52889>,
        <http://data.carnegiehall.org/names/60100>,
        <http://data.carnegiehall.org/names/60311> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/129388> ;
    ns1:conductor <http://data.carnegiehall.org/names/48096> ;
    ns1:soprano <http://data.carnegiehall.org/names/51473> ;
    ns2:performer <http://data.carnegiehall.org/names/10122>,
        <http://data.carnegiehall.org/names/129388>,
        <http://data.carnegiehall.org/names/22754>,
        <http://data.carnegiehall.org/names/27553>,
        <http://data.carnegiehall.org/names/35257>,
        <http://data.carnegiehall.org/names/3530>,
        <http://data.carnegiehall.org/names/48096>,
        <http://data.carnegiehall.org/names/51473>,
        <http://data.carnegiehall.org/names/52889>,
        <http://data.carnegiehall.org/names/60100>,
        <http://data.carnegiehall.org/names/60311> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/42101> .

