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

<http://data.carnegiehall.org/events/17615/work_23> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Bachianas Brasileiras No. 5" ;
    ns2:cello <http://data.carnegiehall.org/names/10824>,
        <http://data.carnegiehall.org/names/1542>,
        <http://data.carnegiehall.org/names/26010>,
        <http://data.carnegiehall.org/names/52732>,
        <http://data.carnegiehall.org/names/6012>,
        <http://data.carnegiehall.org/names/89110>,
        <http://data.carnegiehall.org/names/89111>,
        <http://data.carnegiehall.org/names/89112> ;
    ns2:conductor <http://data.carnegiehall.org/names/66735> ;
    ns2:soprano <http://data.carnegiehall.org/names/5691> ;
    ns1:performer <http://data.carnegiehall.org/names/10824>,
        <http://data.carnegiehall.org/names/1542>,
        <http://data.carnegiehall.org/names/26010>,
        <http://data.carnegiehall.org/names/52732>,
        <http://data.carnegiehall.org/names/5691>,
        <http://data.carnegiehall.org/names/6012>,
        <http://data.carnegiehall.org/names/66735>,
        <http://data.carnegiehall.org/names/89110>,
        <http://data.carnegiehall.org/names/89111>,
        <http://data.carnegiehall.org/names/89112> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/42101> .

