@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/77181/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Arie a voce sola, Op. 8: Che si può fare, Op. 8, No. 6" ;
    ns2:alto <http://data.carnegiehall.org/names/92226> ;
    ns2:baroque_guitar <http://data.carnegiehall.org/names/140003> ;
    ns2:cornett <http://data.carnegiehall.org/names/140002> ;
    ns2:double_bass <http://data.carnegiehall.org/names/140005> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/140006> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/135366>,
        <http://data.carnegiehall.org/names/92225> ;
    ns2:percussion <http://data.carnegiehall.org/names/140004> ;
    ns2:theorbo <http://data.carnegiehall.org/names/140003>,
        <http://data.carnegiehall.org/names/88631> ;
    ns1:performer <http://data.carnegiehall.org/names/135366>,
        <http://data.carnegiehall.org/names/140002>,
        <http://data.carnegiehall.org/names/140003>,
        <http://data.carnegiehall.org/names/140004>,
        <http://data.carnegiehall.org/names/140005>,
        <http://data.carnegiehall.org/names/140006>,
        <http://data.carnegiehall.org/names/88631>,
        <http://data.carnegiehall.org/names/92225>,
        <http://data.carnegiehall.org/names/92226> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/100157> .

