@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/47408/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Bachianas Brasileiras No. 5" ;
    ns1:cello <http://data.carnegiehall.org/names/18983>,
        <http://data.carnegiehall.org/names/65350>,
        <http://data.carnegiehall.org/names/66515>,
        <http://data.carnegiehall.org/names/78713>,
        <http://data.carnegiehall.org/names/82678>,
        <http://data.carnegiehall.org/names/84482>,
        <http://data.carnegiehall.org/names/84483>,
        <http://data.carnegiehall.org/names/84484>,
        <http://data.carnegiehall.org/names/84485> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/12605> ;
    ns1:soprano <http://data.carnegiehall.org/names/28709> ;
    ns2:performer <http://data.carnegiehall.org/names/12605>,
        <http://data.carnegiehall.org/names/18983>,
        <http://data.carnegiehall.org/names/28709>,
        <http://data.carnegiehall.org/names/65350>,
        <http://data.carnegiehall.org/names/66515>,
        <http://data.carnegiehall.org/names/78713>,
        <http://data.carnegiehall.org/names/82678>,
        <http://data.carnegiehall.org/names/84482>,
        <http://data.carnegiehall.org/names/84483>,
        <http://data.carnegiehall.org/names/84484>,
        <http://data.carnegiehall.org/names/84485> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/42101> .

