@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/28171/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Bella madre dei fiori" ;
    ns2:baroque_violin <http://data.carnegiehall.org/names/15879>,
        <http://data.carnegiehall.org/names/21173> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/6575> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/12008> ;
    ns2:theorbo <http://data.carnegiehall.org/names/45326> ;
    ns2:viola_da_gamba <http://data.carnegiehall.org/names/48124> ;
    ns1:performer <http://data.carnegiehall.org/names/12008>,
        <http://data.carnegiehall.org/names/15879>,
        <http://data.carnegiehall.org/names/21173>,
        <http://data.carnegiehall.org/names/45326>,
        <http://data.carnegiehall.org/names/48124>,
        <http://data.carnegiehall.org/names/6575> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/33542> .

