@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/38645/work_16> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Bachianas Brasileiras No. 5: 2. Dança do Martelo" ;
    ns2:cello <http://data.carnegiehall.org/names/57874>,
        <http://data.carnegiehall.org/names/64217>,
        <http://data.carnegiehall.org/names/64218>,
        <http://data.carnegiehall.org/names/64219>,
        <http://data.carnegiehall.org/names/64220>,
        <http://data.carnegiehall.org/names/64221>,
        <http://data.carnegiehall.org/names/64222>,
        <http://data.carnegiehall.org/names/64223> ;
    ns2:soprano <http://data.carnegiehall.org/names/64216> ;
    ns1:performer <http://data.carnegiehall.org/names/57874>,
        <http://data.carnegiehall.org/names/64216>,
        <http://data.carnegiehall.org/names/64217>,
        <http://data.carnegiehall.org/names/64218>,
        <http://data.carnegiehall.org/names/64219>,
        <http://data.carnegiehall.org/names/64220>,
        <http://data.carnegiehall.org/names/64221>,
        <http://data.carnegiehall.org/names/64222>,
        <http://data.carnegiehall.org/names/64223> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/59036> .

