@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/76019/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "7 Madrigals (unspecified)" ;
    ns2:harpsichord <http://data.carnegiehall.org/names/8534> ;
    ns2:soprano <http://data.carnegiehall.org/names/133174>,
        <http://data.carnegiehall.org/names/135736> ;
    ns2:tenor <http://data.carnegiehall.org/names/39607> ;
    ns2:viola_da_gamba <http://data.carnegiehall.org/names/115172> ;
    ns2:violin <http://data.carnegiehall.org/names/16760>,
        <http://data.carnegiehall.org/names/22840> ;
    ns1:performer <http://data.carnegiehall.org/names/115172>,
        <http://data.carnegiehall.org/names/133174>,
        <http://data.carnegiehall.org/names/135736>,
        <http://data.carnegiehall.org/names/16760>,
        <http://data.carnegiehall.org/names/22840>,
        <http://data.carnegiehall.org/names/39607>,
        <http://data.carnegiehall.org/names/8534> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/119886> .

